Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur authored Dec 1, 2019
1 parent d5a5342 commit a0794b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bnlp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import os
from bnlp.sentencepiece_tokenizer import SP_Tokenizer
from bnlp.nltk_tokenizer import NLTK_Tokenizer
from bnlp.basic_tokenizer import BasicTokenizer
from bnlp.bengali_word2vec import Bengali_Word2Vec
from bnlp.bengali_fasttext import Bengali_Fasttext
from bnlp.bengali_fasttext import Bengali_Fasttext

__version__="1.1.0"

0 comments on commit a0794b7

Please sign in to comment.