blob: c5ff5316632743eb89fb7f30f7caf1ecd75d2922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pyctcdecode
pkgdesc = CTC beam search decoder for speech recognition (with KenLM-style LM support)
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/kensho-technologies/pyctcdecode
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python>=3.7
depends = python-numpy
depends = python-pygtrie
depends = python-hypothesis
source = https://files.pythonhosted.org/packages/source/p/pyctcdecode/pyctcdecode-0.5.0.tar.gz
sha256sums = f3bcb313e43ca16a54938b3e77b0b375328653bba932668243db745fde513a2c
pkgname = python-pyctcdecode
|