没有合适的资源?快使用搜索试试~ 我知道了~
pytrips
共37个文件
py:25个
yml:3个
txt:1个
需积分: 5 0 下载量 49 浏览量
2021-02-12
06:29:27
上传
评论
收藏 34KB ZIP 举报
温馨提示
PyTrips PyTrips提供了python接口,可与TRIPS本体和解析器进行交互。 安装 pip install pytrips pip install pytrips[tools] # optional python -c "import nltk; nltk.download('wordnet')" 基本用法 加载本体并按名称检索类型: from pytrips.ontology import load ont = load() catch = ont["catch"] # lookup an ontology type 然后检查说的类型: print(catch) print(catch.parent) print(catch.children) print(catch.arguments) 这应导致: # ont::catch # ont::co-motion #
资源推荐
资源详情
资源评论
收起资源包目录
pytrips-master.zip (37个子文件)
pytrips-master
setup.py 1KB
.gitignore 2KB
requirements.txt 65B
.travis.yml 2KB
MANIFEST.in 35B
.bumpversion.cfg 134B
LICENSE 18KB
.github
workflows
pythonpackage.yml 1KB
pythonpublish.yml 617B
examples
demo.ipynb 10KB
simple_tagger.py 914B
README.md 2KB
pytrips
__init__.py 211B
ontology.py 11KB
helpers
__init__.py 181B
helpers.py 2KB
structures
__init__.py 102B
tripstype.py 8KB
sem.py 2KB
restrictions.py 1KB
tools
__init__.py 127B
tripswn.py 5KB
spacy.py 1B
similarity
__init__.py 0B
metrics.py 67B
nodegraph.py 7KB
tests
helper_tests.py 171B
ontology
__init__.py 0B
pretest.py 1KB
data.py 400B
__init__.py 48B
wordnet_tests.py 465B
wordnet
__init__.py 0B
data.py 552B
ontology_tests.py 1KB
pytest.ini 86B
release.sh 195B
共 37 条
- 1
资源评论
CharlesXiao
- 粉丝: 15
- 资源: 4489
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功