blob: 9d98ef8aba7913f01750eb8430702940ede2fb16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-nltk-git
pkgdesc = Natural language processing in Python
pkgver = 3.5+137+gd0f54c29b
pkgrel = 1
url = https://www.nltk.org/
arch = any
license = APACHE
checkdepends = python-nose
checkdepends = nltk-data
checkdepends = python-requests
checkdepends = python-regex
makedepends = python-setuptools
depends = python-regex
depends = python-yaml
optdepends = nltk-data: test data
optdepends = python-numpy: used for calculations
optdepends = python-matplotlib: used for plotting
provides = _pkgname
conflicts = _pkgname
source = python-nltk::git+https://github.com/nltk/nltk
sha256sums = SKIP
pkgname = python-nltk-git
|