Source: link-grammar
Section: text
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
# autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean
 ant [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x],
 autoconf-archive,
 d-shlibs (>= 0.106~),
 debhelper-compat (= 14),
# autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean
 default-jdk [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x],
 dh-sequence-python3,
 flex,
 hunspell,
 libedit-dev,
 libhunspell-dev,
 libpcre2-dev,
 libsqlite3-dev,
 locales-all <!nocheck>,
 pkgconf,
 python3-dev,
 swig,
 zlib1g-dev,
Standards-Version: 4.7.4
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
Description: CMU'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.

Package: link-grammar
Architecture: any
Depends:
 link-grammar-dictionaries-en,
 ${shlibs:Depends},
Description:  ${source:Synopsis} - CLI tools
 ${source:Extended-Description}
 .
 This package contains the link-grammar command-line tools.

Package: liblink-grammar5t64
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 link-grammar-dictionaries-en,
 minisat,
 ${shlibs:Depends},
Suggests:
 link-grammar-dictionaries-all,
Provides:
 ${t64:Provides},
Replaces:
 liblink-grammar5,
Conflicts:
 liblink-grammar5 (<< ${source:Version}),
Description:  ${source:Synopsis} - libraries
 ${source:Extended-Description}
 .
 This package contains the shared library.

Package: liblink-grammar-dev
Section: libdevel
Architecture: any
Multi-Arch: no
Depends:
 liblink-grammar5t64 (= ${binary:Version}),
 ${devlibs:Depends},
Description:  ${source:Synopsis} - development headers
 ${source:Extended-Description}
 .
 This package contains the header files and static libraries.

Package: liblink-grammar-java
# autogenerated: DEB_MAINTAINER_MODE=1 debian/rules clean
Architecture: amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x
Section: java
Depends:
 liblink-grammar5t64,
 ${shlibs:Depends},
Description:  ${source:Synopsis} - JNI library
 ${source:Extended-Description}
 .
 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,
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 link-grammar-dictionaries-all,
 python-link-grammar-examples,
Description:  ${source:Synopsis} - Python 3 binding
 ${source:Extended-Description}
 .
 This package contains a Python 3 library for using link-grammar.

Package: python-link-grammar-examples
Architecture: all
Multi-Arch: foreign
Section: python
Enhances:
 python-link-grammar,
 python3-link-grammar,
Description:  ${source:Synopsis} - Python examples
 ${source:Extended-Description}
 .
 This package contains examples for using python3-link-grammar.

Package: link-grammar-dictionaries-en
Architecture: all
Multi-Arch: foreign
Description:  ${source:Synopsis} - english dictionary
 ${source:Extended-Description}
 .
 This package contains the English dictionaries.

Package: link-grammar-dictionaries-all
Architecture: all
Multi-Arch: foreign
Depends:
 link-grammar-dictionaries-en,
Description:  ${source:Synopsis} - all dictionaries
 ${source:Extended-Description}
 .
 This package contains all dictionaries bundled with link-grammar.
