A quick and dirty script to generate dictionary for your spellchecker:
1importsys 2# Path to the MoinMoin 3sys.path.insert(0,'/home/staff/sheep/moin-1.5.0') 4# Path to your wikiconfig.py 5sys.path.insert(0,'/home/staff/sheep/sheep') 6fromMoinMoin.requestimportRequestCLI 7fromMoinMoin.actionimportSpellCheck 8SpellCheck._loadDict(RequestCLI())
MoinMoin: RadomirDopieralski/GenerateSpellDict (last edited 2007-10-29 19:19:19 by localhost)