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.
我想知道分析情绪的每个步骤有哪些合适的工具:删除停用词、词干提取、文本的向量表示、特征选择、分类、如何从文本的向量表示传递到特征选择,是否有任何步骤可以遵循和描述这些步骤的示例
您可以在这里查看 Bing Liu 的情感分析教程,以及 Pang & Lee 的调查在这里。它们涵盖了情感分析的不同方面和常用方法。