作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果您查看 original Wordnet search并选择“显示选项:显示词汇文件信息”,您将看到一个非常有用的单词分类,称为 词汇文件 .例如,对于“填充”,我们有:
<noun.substance>S: (n) filling, fill (any material that fills a space or container)
<noun.process>S: (n) filling (flow into something (as a container))
<noun.food>S: (n) filling (a food mixture used to fill pastry or sandwiches etc.)
<noun.artifact>S: (n) woof, weft, filling, pick (the yarn woven across the warp yarn in weaving)
<noun.artifact>S: (n) filling ((dentistry) a dental appliance consisting of ...)
<noun.act>S: (n) filling (the act of filling something)
DESCRIBE <http://purl.org/vocabularies/princeton/wn30/synset-chair-noun-1>
wn:classifiedByTopic
.DESCRIBE <http://purl.org/vocabularies/princeton/wn30/synset-completion-noun-1>
-><j.1:classifiedByTopic rdf:resource="http://purl.org/vocabularies/princeton/wn30/synset-American_football-noun-1"/>
最佳答案
使用 Python NLTK 接口(interface):
from nltk.corpus import wordnet as wn
for synset in wn.synsets('can'):
print synset.lexname
关于sparql - 如何在 Wordnet 中找到 "lexical file"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6681348/
我是一名优秀的程序员,十分优秀!