File: control

package info (click to toggle)
python-wordaxe 0.3.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,228 kB
  • ctags: 786
  • sloc: python: 9,814; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,241 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
Source: python-wordaxe
Section: python
Priority: optional
DM-Upload-Allowed: yes
Maintainer: Trent W. Buck <trentbuck@gmail.com>
Build-Depends: debhelper (>= 7), python-support (>= 0.6)
Standards-Version: 3.8.0
Homepage: http://deco-cow.sf.net/

Package: python-wordaxe
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-reportlab, python-hyphen
Provides: ${python:Provides}
Description: German language (and other) hyphenation algorithms
 Wordaxe allows Python programs to automatically hyphenate text using an
 algorithm based on decomposing compound words into base words.
 .
 The algorithm is suitable for any language that extensively uses closed-form
 compound words, as long as a base word list is provided.  Currently such a list
 only exists for German.
 .
 In addition, wordaxe implements other algorithms:
 .
  * a language-independent algorithm that only hyphenates at a few special
    characters (in particular, '-').
  * a (currently incomplete) port of the TeX hyphenation algorithm to pure
    Python.
  * a wrapper for the pyHnj library (called python-hyphen in Debian).
 .
 Wordaxe integrates with the ReportLab library to provide automatic hyphenation
 for the Paragraph line-breaking method.