We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a19801 commit 99d0afdCopy full SHA for 99d0afd
nltk/corpus/reader/sentiwordnet.py
@@ -23,7 +23,7 @@
23
SentiSynset('slow.v.03'), SentiSynset('slow.a.01'),\
24
SentiSynset('slow.a.02'), SentiSynset('dense.s.04'),\
25
SentiSynset('slow.a.04'), SentiSynset('boring.s.01'),\
26
- SentiSynset('dull.s.08'), SentiSynset('slowly.r.01'),\
+ SentiSynset('dull.s.05'), SentiSynset('slowly.r.01'),\
27
SentiSynset('behind.r.03')]
28
>>> happy = swn.senti_synsets('happy', 'a')
29
>>> happy0 = list(happy)[0]
0 commit comments