Package nltk_lite :: Package contrib :: Package mit :: Package six863 :: Package kimmo :: Module kimmo
[hide private]
[frames] | no frames]

Module kimmo

source code

Classes [hide private]
  KimmoRuleSet
An object that represents the morphological rules for a language.
  TextTrace
Supply a TextTrace object as the 'log' argument to KimmoRuleSet.generate or KimmoRuleSet.recognize, and it will output the steps it goes through on a text terminal.
Functions [hide private]
 
_pairify(state) source code
 
load(filename)
Loads a ruleset from a file in YAML format.
source code
 
guidemo()
An example of loading rules into the GUI.
source code
 
main()
If a YAML file is specified on the command line, load it as a KimmoRuleSet in the GUI.
source code
Function Details [hide private]

load(filename)

source code 

Loads a ruleset from a file in YAML format.

See KimmoRuleSet.load for a more detailed description.