使用NLTK是否可以通过Synset ID获取单词及其POS?
我有一套如果Synset ID及其相应的域名,我需要一种方法来使用SynsetID提取标签 谢谢
ANKIT
答案 0 :(得分:1)
现在使用nltk 3.2.4(可能已经有一段时间了),你可以简单地使用synset_from_pos_and_offset(pos, offset)
中的方法nltk.corpus.reader.wordnet moduleimport nltk
from nltk.corpus import wordnet
wordnet.synset_from_pos_and_offset('n',2403454)