0

我正在尝试使用 NLTK 运行这些代码:

>>> gn2 = wordnet.synset('good.n.02')
>>> gn2.definition
'moral excellence or admirableness'
>>> evil = gn2.lemmas[0].antonyms()[0]

结果出现了错误:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'instancemethod' object has no attribute '__getitem__'

出了什么问题以及如何解决这个问题?谢谢!

4

0 回答 0