[issue33243] nltk is not working properly

2018-04-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: nltk is not a part of the stdlib, it a third-party library. But in this case seems the problem is in your code or configuration. Your "C:\Users\Ali Abbas\Desktop\token\token.py" file hides the standard token module. --

[issue33243] nltk is not working properly

2018-04-08 Thread Ali Abbas
New submission from Ali Abbas : nltk is not working properly, showing this error Traceback (most recent call last): File "token.py", line 1, in from nltk.tokenize import word_tokenize, sent_tokenize File "D:\PYTHON36\lib\site-packages\nltk\__init__.py", line 89,