Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package contrib :: Module kimmo :: Class KimmoControl |
|
Method Summary | |
---|---|
__init__(self,
lexicon_string,
rule_string,
lexicon_file,
rule_file,
debug)
| |
batch(self,
filename)
| |
generate(self,
word)
| |
Takes the currently typed in alternations and turns them from text into the kimmo alternation array. | |
Takes the currently typed in lexicon and turns them from text into the kimmo lexicon array. | |
Takes the currently typed in rules and processes them into the python kimmo format. | |
recognize(self,
word)
|
Method Details |
---|
processAlternations(self, text)Takes the currently typed in alternations and turns them from text into the kimmo alternation array. |
processLexicon(self, text)Takes the currently typed in lexicon and turns them from text into the kimmo lexicon array. |
processRules(self, text)Takes the currently typed in rules and processes them into the python kimmo format. expects rules to be in c version of .rul file format. needs to be file compatible. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:22 2006 | http://epydoc.sf.net |