3
|
Marc Maxmeister · 技术社区 · 7 年前 |
![]() |
1
0
|
![]() |
2
0
我不能确定NLTK语料库不能与textBlob一起工作,这会让我吃惊,因为textBlob在其源代码中导入了所有的NLTK函数,并且基本上是一个包装器。
但经过数小时的测试,我得出的结论是,NLTK提供了一种更好的内在情感语料库,称为
我在这里解释了它,并举例说明了更好的结果: https://chewychunks.wordpress.com/2018/06/19/sentiment-analysis-discovering-the-best-way-to-sort-positive-and-negative-feedback/ 替换此textBlob实现:
这个
|
![]() |
3
0
|