emirshekari
Results
2
issues of
emirshekari
Hey, I installed it successfully and I can see `extract.py` in the relative folder, but when I import it from Pycharm, this error is thrown: `ImportError: cannot import name extract`...
When I run you're program I got this error, `AttributeError: 'FreqDist' object has no attribute 'inc' ` that's because latest version of `nltk` doesn't have `inc`. Rather I used `update`...