File: control

package info (click to toggle)
python-thinc 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,896 kB
  • sloc: python: 17,122; javascript: 1,559; ansic: 342; makefile: 15; sh: 13
file content (56 lines) | stat: -rw-r--r-- 2,093 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: python-thinc
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-numpy3,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-confection,
               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-srsly,
               python3-termcolor,
               python3-tqdm,
               python3-wheel,
               python3-wrapt,
               python3-setuptools
Standards-Version: 4.7.0
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 <https://spacy.io>.
 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 <https://spacy.io/usage/v2>.
 .
 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.