File: control

package info (click to toggle)
nltk 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,060 kB
  • sloc: python: 75,262; xml: 359; makefile: 184; sh: 162
file content (28 lines) | stat: -rw-r--r-- 1,116 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
Source: nltk
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/science-team/nltk.git
Vcs-Browser: https://salsa.debian.org/science-team/nltk
Homepage: https://www.nltk.org/
Rules-Requires-Root: no

Package: python3-nltk
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: prover9, python3-numpy, python3-tk
Description: Python3 libraries for natural language processing
 The Natural Language Toolkit (NLTK) is a leading platform for building
 Python programs to work with human language data. It provides easy-to-use
 interfaces to over 50 corpora and lexical resources such as WordNet,
 along with a suite of text processing libraries for classification,
 tokenization, stemming, tagging, parsing, and semantic reasoning.
 .
 This package contains the modules for Python3.