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
|
Source: morfessor
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Paul Wise <pabs@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-pytest,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: http://morpho.aalto.fi/projects/morpho/morfessor2.html
Vcs-Git: https://salsa.debian.org/science-team/morfessor.git
Vcs-Browser: https://salsa.debian.org/science-team/morfessor
Rules-Requires-Root: no
Package: python3-morfessor
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-progressbar,
Description: unsupervised and semi-supervised morphological segmentation
Morfessor is a tool for unsupervised and semi-supervised morphological
segmentation.
.
Morfessor that takes as input a corpus of unannotated text and produces
a segmentation of the word forms observed in the text. This version
implements the Morfessor Baseline method and its semi-supervised extension.
|