Paketname | python-wordaxe |
Beschreibung | German language (and other) hyphenation algorithms |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.3.2-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 812 Byte |
Hängt ab von | python-support (>= 0.7.1) |
Empfohlene Pakete | |
Paketbetreuer | Trent W. Buck |
Quelle | |
Paketgröße | 268722 Byte |
Prüfsumme MD5 | 4e32c0fceba3a00974d25849ee4046ff |
Prüfsumme SHA1 | a10dd50e0bd39f663b4dfc1ac9fd2b1983a203ec |
Prüfsumme SHA256 | c699cb49e4e41ebef958c093f3d901205b80f34e7d62ff57e5b76cf37427686b |
Link zum Herunterladen | python-wordaxe_0.3.2-1_all.deb |
Ausführliche Beschreibung | 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.
|