1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: apache-opennlp
Section: java
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
help2man,
libcarrotsearch-hppc-java,
libcommons-io-java,
libjunit5-system-exit-java,
libmaven-assembly-plugin-java,
libmaven-bundle-plugin-java,
libmaven-dependency-plugin-java,
libmaven-enforcer-plugin-java,
libmaven-jar-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
libmockito-java,
libmorfologik-stemming2-java,
maven-debian-helper,
Standards-Version: 4.6.2
Homepage: https://opennlp.apache.org
Vcs-Browser: https://salsa.debian.org/science-team/apache-opennlp
Vcs-Git: https://salsa.debian.org/science-team/apache-opennlp.git
Package: libapache-opennlp-java
Architecture: all
Depends:
${maven:CompileDepends},
${maven:Depends},
${maven:OptionalDepends},
${misc:Depends},
Description: machine learning based toolkit for the processing of natural language text
The Apache OpenNLP library is a machine learning based toolkit for the
processing of natural language text. It supports the most common NLP tasks,
such as tokenization, sentence segmentation, part-of-speech tagging, named
entity extraction, chunking, parsing, and coreference resolution. These tasks
are usually required to build more advanced text processing services. OpenNLP
also included maximum entropy and perceptron based machine learning.
Package: opennlp
Architecture: all
Depends:
libapache-opennlp-java (= ${source:Version}),
${misc:Depends},
Description: wrapper for Apache OpenNLP natural language text processing toolkit
The Apache OpenNLP library is a machine learning based toolkit for the
processing of natural language text. It supports the most common NLP tasks,
such as tokenization, sentence segmentation, part-of-speech tagging, named
entity extraction, chunking, parsing, and coreference resolution. These tasks
are usually required to build more advanced text processing services. OpenNLP
also included maximum entropy and perceptron based machine learning.
.
This package contains the command line wrapper.
|