-
有没有针对英文分词NLTK的详解啊?哪位热心的童鞋给个链接呗!
-
In help(nltk.ccg) it is written:
DESCRIPTION
For more information see nltk/doc/contrib/ccg/ccg.pdf
However I could not find this pdf document anywhere in my computer (nor anywhere online).
-
anyway to Multiprocessing of NLTK ngrams?
it seems to be that nltk did not come with function to do it? any example?
-
Adding this plugin I ran into this error
```
File "plugins\AutoGPT-YouTube.zip\AutoGPT-YouTube\src\autogpt_youtube\youtube_functions.py", line 2, in
ModuleNotFoundError: No module named 'nltk'
…
-
the nltk.downloader() have been changed to nltk.download
-
In NLP-Exercise 3 if I import from nltk.corpus the stopwords and if I would like to get the english stopwords like this:
stopwords.words('english')
I get a LookupError, Resource stopwords not fou…
-
Since our results from PittSource's service gives us jobs like mail clerk for typing in phrases such as Software, we need to use nltk to properly mark this as spam. To do this we must:
1. Define 1 or…
-
Instead of having the packages needed, [requirements.txt currently is just](https://github.com/SV-1411/Document-Summarization/blob/main/requirements.txt)
> pip install -r requirements.txt
I …
-
Hello guys, I am having a problem installing the NLTK library on Pycharm. Please help
-
按照文档,在conda虚拟环境先安装了paddle-gpu版本,再安装了paddlespeech。调用PaddleSpeech/examples/aishell3/vits/local/preprocess.sh预处理shell处理数据时,报错。根据报错应该是paddle的numpy和paddlespeech需要的版本不一致,我也不敢贸然修改numpy的版本,因为可能导致paddle出什么问题。有…