File: control

package info (click to toggle)
python-pynlpl 1.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,900 kB
  • sloc: python: 25,677; sh: 73; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,483 bytes parent folder | download
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
Source: python-pynlpl
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Maarten van Gompel <proycon@anaproy.nl>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all (>= 3.3),
               python3-httplib2 (>= 0.6),
               python3-lxml (>= 2.2),
               python3-numpy,
               python3-setuptools
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/python-pynlpl
Vcs-Git: https://salsa.debian.org/science-team/python-pynlpl.git
Homepage: https://github.com/proycon/pynlpl

Package: python3-pynlpl
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: PyNLPl is a library for Natural Language Processing (Python 3 version)
 PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language
 Processing. It contains various modules useful for common, and less common,
 NLP tasks. PyNLPl can be used for basic tasks such as the extraction of
 n-grams and frequency lists, and to build simple language models. It also
 contains complex data types and algorithms. Moreover, it includes parsers for
 file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL) and clients
 to interface with various NLP specific servers. PyNLPl most notably features a
 very extensive library for working with FoLiA XML (Format for Linguistic
 Annotation).
 .
 This is the Python 3 version.