blob: fde1f2dfeb3a411e05245f2d4058a7c13de609ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pywsd
pkgdesc = Python Implementations of Word Sense Disambiguation (WSD) technologies
pkgver = 1.2.4
pkgrel = 1
url = https://github.com/alvations/pywsd
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-nltk
depends = python-pandas
depends = python-numpy
depends = python-wn
depends = python-six
source = https://files.pythonhosted.org/packages/9d/bb/427a49c461b0970c124509f77d2cd75bdca0daa746155c45d065f0af93e3/pywsd-1.2.4.tar.gz
sha256sums = c15fa8096d30fa965d386fa883398ec4bf87be7f8bd5fd34cac3433ad5ba411d
pkgname = python-pywsd
|