Carnets icon indicating copy to clipboard operation
Carnets copied to clipboard

NLTK or Spacy

Open thomaswieling opened this issue 3 years ago • 2 comments

Would it be possible to integrate NLTK or Spacy?

thomaswieling avatar Jan 13 '21 20:01 thomaswieling

Hi, You can install nltk up to version 3.4 without changes with: "!pip install nltk==3.4". See issue #42 for tips on the document directory. I’ll need to add “regex” to the list of pre-installed modules for nltk 3.5 and above.

holzschu avatar Jan 16 '21 10:01 holzschu

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.

holzschu avatar May 09 '21 15:05 holzschu