File: special_words.py

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 (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
from wordaxe.plugins.PyHyphenHyphenator import *

if __name__=="__main__":
    h = PyHyphenHyphenator("de_DE",5)
    h.add_entries_from_file("special_words.lst")
    h.test(outfname="PyHyphenLearn.html")