标签: python nltk wordnet
wn.synset('accident.n.01').topic_domains()
Traceback (most recent call last): File "<pyshell#46>", line 1, in <module> wn.synset('accident.n.01').topic_domains() AttributeError: 'Synset' object has no attribute 'topic_domains'