Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何停用 VADER(情感分析库)中的某些功能,例如:停用删除标点符号或停用停止词和词形还原等?
https://github.com/cjhutto/vaderSentiment
因为我不知道在停用这些功能后如何编辑代码和导入代码
Vader 是一个开源库。您可以简单地分叉代码的存储库(简单的谷歌会有所帮助)并评论您要停用的功能并评论其用法。
警告:你应该知道你在做什么,在评论一个函数之前,你需要了解整个库的流程是如何工作的。