【发布时间】:2017-03-05 08:06:52
【问题描述】:
我正在做一个使用SentiwordNet3 词典的情绪分析项目。问题是,我无法理解词典的结构。这个词典的一行是:
a 00002730 0 0 acroscopic#1 朝向或朝向顶点的一侧
1. a=? a的目的?
2. POS-ID=00002730。 POS-ID的目的是什么?
3. SynsetTerms Gloss = acroscopic#1 facing or on the side toward the apex
-
acroscopic是什么?我们要得分的是单词吗? - 什么是
#1?目的? - 为什么
#1后面有句?facing or on the side toward the apex。
对于score的访问,我们访问为
`list(SWN.senti_synsets(Tagged[i][0],'a')`
a 是 Adjective,而 v、r 和 n 也在词典中。
【问题讨论】:
标签: nlp sentiment-analysis wordnet senti-wordnet