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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
Source: apertium
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Tino Didriksen <tino@didriksen.cc>,
Kartik Mistry <kartik@debian.org>
Build-Depends: autoconf,
debhelper (>= 11),
dh-exec (>= 0.3),
dpkg-dev (>= 1.16.1.1),
flex (>= 2.5.33),
libpcre3-dev,
libxml2-dev,
libxml2-utils (>= 2.6.24),
lttoolbox-dev (>= 3.5.0),
pkg-config (>= 0.20),
python3,
xsltproc (>= 1.1.16)
Standards-Version: 4.2.1
Homepage: https://apertium.org/
Vcs-Git: https://salsa.debian.org/science-team/apertium.git
Vcs-Browser: https://salsa.debian.org/science-team/apertium
Package: apertium
Architecture: any
Depends: libapertium3-3.5-1 (= ${binary:Version}),
libxml2-utils (>= 2.6.24),
lttoolbox (>= 3.5.0),
xsltproc (>= 1.1.16),
${misc:Depends},
${shlibs:Depends}
Description: Shallow-transfer machine translation engine
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
It uses finite-state transducers for lexical processing,
hidden Markov models for part-of-speech tagging, and
finite-state based chunking for structural transfer.
.
The system is largely based upon systems already developed by
the Transducens group at the Universitat d'Alacant, such as
interNOSTRUM (Spanish-Catalan, http://www.internostrum.com/welcome.php)
and Traductor Universia (Spanish-Portuguese,
http://traductor.universia.net).
.
It will be possible to use Apertium to build machine translation
systems for a variety of related-language pairs simply providing
the linguistic data needed in the right format.
Package: libapertium3-3.5-1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libapertium
Conflicts: libapertium, libapertium3
Replaces: libapertium, libapertium3
Description: Shared library for Apertium
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
This package contains shared library for the Apertium
shallow-transfer machine translation engine.
Package: apertium-dev
Architecture: any
Depends: apertium (= ${binary:Version}),
libpcre3-dev,
libxml2-dev,
lttoolbox-dev (>= 3.5.0),
${misc:Depends},
${shlibs:Depends}
Conflicts: libapertium3-dev
Replaces: libapertium3-dev
Description: Development tools and library for Apertium
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
This package contains development files for the Apertium
shallow-transfer machine translation engine.
Package: apertium-all-dev
Architecture: all
Depends: apertium-dev (>= ${source:Version}),
automake,
cg3 (>= 1.1.6),
gawk,
git,
hfst (>= 3.14.0),
libcg3-dev (>= 1.1.6),
libhfst-dev (>= 3.14.0),
libtool,
locales,
pkg-config,
subversion,
${misc:Depends}
Description: Metapackage for all tools required for Apertium development
A metapackage to get all tools required for development of Apertium
languages and pairs, such as lttoolbox, apertium, cg3, and hfst.
|