Skip to content

Commit 99d0afd

Browse files
committed
Fix expected sentiwordnet doctest output
1 parent 9a19801 commit 99d0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/corpus/reader/sentiwordnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
SentiSynset('slow.v.03'), SentiSynset('slow.a.01'),\
2424
SentiSynset('slow.a.02'), SentiSynset('dense.s.04'),\
2525
SentiSynset('slow.a.04'), SentiSynset('boring.s.01'),\
26-
SentiSynset('dull.s.08'), SentiSynset('slowly.r.01'),\
26+
SentiSynset('dull.s.05'), SentiSynset('slowly.r.01'),\
2727
SentiSynset('behind.r.03')]
2828
>>> happy = swn.senti_synsets('happy', 'a')
2929
>>> happy0 = list(happy)[0]

0 commit comments

Comments
 (0)