软件包:python3-link-grammar(5.5.1-6)
python3-link-grammar 的相关链接
Debian 的资源:
下载源码包 link-grammar:
- [link-grammar_5.5.1-6.dsc]
- [link-grammar_5.5.1.orig.tar.gz]
- [link-grammar_5.5.1.orig.tar.gz.asc]
- [link-grammar_5.5.1-6.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.abisource.com]
相似软件包:
Carnegie Mellon University's link grammar parser (Python 3)
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar.
link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker.
This package contains a Python 3 library for using link-grammar.
其他与 python3-link-grammar 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libgcc1 (>= 1:3.0) [除 armhf]
- GCC 支持库
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: liblink-grammar5 (>= 5.5.0)
- Carnegie Mellon University's link grammar parser (libraries)
-
- dep: libpython3.7 (>= 3.7.0)
- Shared Python runtime library (version 3.7)
-
- dep: libstdc++6 (>= 4.1.1) [除 armhf]
- GNU 标准 C++ 库,第3版
- dep: libstdc++6 (>= 4.3.0) [armhf]
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8) [除 armhf]
- dep: python3 (>= 3.7~) [除 armhf]
-
- rec: link-grammar-dictionaries-all
- Carnegie Mellon University's link grammar parser (all dictionaries)
-
- rec: python-link-grammar-examples
- CMU's link grammar parser (Python examples)