Source: link-grammar Section: text Priority: optional Maintainer: Jonas Smedegaard Build-Depends: # autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean ant [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x], autoconf-archive, d-shlibs (>= 0.106~), debhelper-compat (= 13), # autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean default-jdk [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x], dh-sequence-python3, flex, hunspell, libedit-dev, libhunspell-dev, libpcre2-dev, libsqlite3-dev, locales-all , pkgconf, python3-dev, swig, zlib1g-dev, Standards-Version: 4.6.2 Homepage: https://www.abisource.com/projects/link-grammar/ Vcs-Browser: https://salsa.debian.org/debian/link-grammar Vcs-Git: https://salsa.debian.org/debian/link-grammar.git Rules-Requires-Root: no Package: link-grammar Architecture: any Depends: link-grammar-dictionaries-en, ${misc:Depends}, ${shlibs:Depends}, Description: Carnegie Mellon University's link grammar parser 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 the user-executable binary. Package: liblink-grammar5t64 Section: libs Architecture: any Multi-Arch: same Depends: link-grammar-dictionaries-en, minisat, ${misc:Depends}, ${shlibs:Depends}, Suggests: link-grammar-dictionaries-all, Provides: ${t64:Provides}, Replaces: liblink-grammar5, Conflicts: liblink-grammar5 (<< ${source:Version}), Description: Carnegie Mellon University's link grammar parser (libraries) 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 the shared library. Package: liblink-grammar-dev Section: libdevel Architecture: any Multi-Arch: same Depends: liblink-grammar5t64 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends}, Description: Carnegie Mellon University's link grammar parser (development headers) 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 the header files and static libraries Package: liblink-grammar-java Section: java # autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x Depends: liblink-grammar5t64, ${misc:Depends}, ${shlibs:Depends}, Description: Carnegie Mellon University's link grammar parser (JNI library) 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 Java JNI library for using link-grammar from your java applications. Package: python3-link-grammar Architecture: any Section: python Depends: liblink-grammar5t64, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: link-grammar-dictionaries-all, python-link-grammar-examples, Description: 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. Package: python-link-grammar-examples Architecture: all Multi-Arch: foreign Section: python Depends: ${misc:Depends}, Enhances: python-link-grammar, python3-link-grammar, Description: CMU's link grammar parser (Python examples) 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 examples for using python-link-grammar or python3-link-grammar. Package: link-grammar-dictionaries-en Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Carnegie Mellon University's link grammar parser (English dictionary) 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 the English dictionaries. Package: link-grammar-dictionaries-all Architecture: all Multi-Arch: foreign Depends: link-grammar-dictionaries-en, ${misc:Depends}, Description: Carnegie Mellon University's link grammar parser (all dictionaries) 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 all dictionaries bundled with link-grammar.