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 57 58 59 60 61
|
Source: fasttext
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
TSUCHIYA Masatoshi <tsuchiya@imc.tut.ac.jp>,
Kentaro Hayashi <kenhys@xdump.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-numpy,
python3-pybind11,
python3-setuptools,
cmake,
xsltproc,
docbook-xsl
Standards-Version: 4.6.2
Homepage: https://github.com/facebookresearch/fastText
Vcs-Browser: https://salsa.debian.org/science-team/fasttext
Vcs-Git: https://salsa.debian.org/science-team/fasttext.git
Rules-Requires-Root: no
Package: fasttext
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Efficient learning of word representations and sentence classification library
fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.
Package: libfasttext0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Library files of fastText
fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.
This package contains runtime library files.
Package: libfasttext-dev
Section: libdevel
Architecture: any
Depends: libfasttext0 (= ${binary:Version}), ${misc:Depends}
Description: Header files of fastText
fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.
This package contains header files for development.
Package: python3-fasttext
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: fastText binding for Python3
fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.
.
python3-fasttext is its binding for Python3.
|