NLTK:从Synset ID获取消息

时间:2014-12-19 09:16:10

标签: nltk

使用NLTK是否可以通过Synset ID获取单词及其POS?

我有一套如果Synset ID及其相应的域名,我需要一种方法来使用SynsetID提取标签 谢谢

ANKIT

1 个答案:

答案 0 :(得分:1)

现在使用nltk 3.2.4(可能已经有一段时间了),你可以简单地使用synset_from_pos_and_offset(pos, offset)

中的方法nltk.corpus.reader.wordnet module
import nltk
from nltk.corpus import wordnet
wordnet.synset_from_pos_and_offset('n',2403454)