Open pernilong opened 5 years ago
Hi,
!pip install nltk
appears to work.
Inside nltk.download()
, you can configure nltk to download to any directory you like. I would recommend Documents/nltk_data
.
NLTK install and download resources to data path using Carnets: https://oleksis.github.io/jupyter/nltk/nlp/python/jupyter/carnets/2020/04/06/nltk-install-download-add-resource-data-path.html
Hi, I’m getting an error message trying to install NLTK. Any thoughts on how I could get it done correctly? (See screen shot below). Thanks!
Hi, the error message in itself is: nltk 3.5 requires regex, and regex has a C component, so it failed at the compilation step by saying "clang is not available for iOS".
The solution is to go back to the previous version with "!pip install nltk==3.4"
@holzschu great, it worked now. Thanks! Btw, great app!
Hi, the latest TestFlight version has nltk (3.6.2), if you want to test: https://testflight.apple.com/join/yevwlUs1
You might need to uninstall your own nltk, if you installed it ("pip uninstall nltk -y"). User-installed packages have precedence over system-installed, even with a lower version number.
Please add nltk and configure nltk download to a directory with write permission. Thx.