epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

Updated the depreciated NLTK library #125

Closed pavan-turlapati closed 2 years ago

pavan-turlapati commented 2 years ago

Changed this import statement in wikiTokenize.py file. It was causing an error like this - NLTK_Before

Updated the import statement to - NLTK_After