文件名称:yargy:俄语中基于规则的事实提取
文件大小:84KB
文件格式:ZIP
更新时间:2024-02-24 12:13:16
python nlp morphology information-extraction russian
Yargy是类似于的Earley。 Yargy使用规则和词典从俄语文本中提取结构化信息。 安装 Yargy支持Python 3.5 +,PyPy 3,仅取决于Pymorphy2。 $ pip install yargy 用法 from yargy import Parser , rule , and_ , not_ from yargy . interpretation import fact from yargy . predicates import gram from yargy . relations import gnc_relation from yargy . pipeline
【文件预览】:
yargy-master
----MANIFEST.in(33B)
----docs()
--------cookbook.ipynb(82KB)
--------ref.ipynb(124KB)
--------index.ipynb(64KB)
----.github()
--------workflows()
----LICENSE(1KB)
----setup.cfg(379B)
----requirements()
--------ci.txt(88B)
--------main.txt(10B)
----setup.py(823B)
----.gitignore(132B)
----Makefile(525B)
----README.md(3KB)
----yargy()
--------relations()
--------pipelines.py(4KB)
--------check.py(967B)
--------tokenizer.py(3KB)
--------parser.py(9KB)
--------token.py(3KB)
--------visitor.py(823B)
--------dot.py(4KB)
--------tests()
--------span.py(2KB)
--------__init__.py(73B)
--------predicates()
--------tree()
--------rule()
--------coreference.py(876B)
--------record.py(2KB)
--------api.py(2KB)
--------tagger.py(632B)
--------interpretation()
--------morph.py(3KB)