Source: python-thinc Maintainer: Debian Science Maintainers Uploaders: Andreas Tille Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: cython3-legacy, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all-dev, python3-cymem, python3-cython-blis, python3-cytoolz, python3-dill, python3-hypothesis, python3-mock, python3-msgpack, python3-msgpack-numpy, python3-murmurhash, python3-numpy, python3-plac, python3-preshed, python3-pytest, python3-six, python3-srsly, python3-termcolor, python3-tqdm, python3-wheel, python3-wrapt, python3-distutils, python3-setuptools Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/science-team/python-thinc Vcs-Git: https://salsa.debian.org/science-team/python-thinc.git Homepage: https://thinc.ai/ Rules-Requires-Root: no Package: python3-thinc Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-wasabi, python3-confection Description: Practical Machine Learning for NLP in Python Thinc is the machine learning library powering spaCy . It features a battle-tested linear model designed for large sparse learning problems, and a flexible neural network model under development for spaCy v2.0 . . Thinc is a practical toolkit for implementing models that follow the "Embed, encode, attend, predict" architecture. It's designed to be easy to install, efficient for CPU usage and optimised for NLP and deep learning with text – in particular, hierarchically structured input and variable-length sequences.