File: control

package info (click to toggle)
syllabipy 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100 kB
  • sloc: python: 290; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,047 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
Source: syllabipy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>,
           Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all
Standards-Version: 4.6.1
Homepage: https://github.com/henchc/syllabipy
Vcs-Git: https://salsa.debian.org/python-team/packages/syllabipy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/syllabipy
Rules-Requires-Root: no

Package: python3-syllabipy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Collection of universal syllabification algorithms
 This package provides two syllabification algorithms: SonoriPy and
 LegaliPy.
 .
 There will be no further updates to this package: SonoriPy has been
 incorporated into the NLTK library (python3-nltk) and that should be used
 in preference to this package.  Both algorithms have also been incorporated
 into the Talisman NLP library for JavaScript.