Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package contrib :: Module kimmo |
|
Classes | |
---|---|
KimmoAlternation |
|
KimmoArrowRule |
Two level rule |
KimmoControl |
|
KimmoDefaults |
|
KimmoFSARule |
|
KimmoGUI |
|
KimmoLexicon |
|
KimmoMorphology |
|
KimmoPair |
Input/Output character pair |
KimmoRule |
|
KimmoRuleSet |
|
KimmoSubset |
|
KimmoWord |
|
ListDialog |
|
PrintHook |
|
tkImageView |
Function Summary | |
---|---|
dot2image(filename,
dotstring)
| |
dotformat(nodeEdgeAry)
| |
Read the description, which should be in form [X|X:Y]+, and return a list of pairs | |
read_kimmo_file(filename,
gui)
| |
bool
|
Return true iff the given objects are instances of the same class. |
_generate_test(s,
input)
| |
_recognize_test(s,
input,
morphology)
|
Variable Summary | |
---|---|
list |
_arrows = ['==>', '<=>', '<==', '/<=']
|
str |
_kimmo_defaults = "[a-zA-Z0-9\\+'\\-\\#\\@\\$\\%\\!\\^\\...
|
str |
_kimmo_defaults_fsa = '[^:\\s]+|\\:'
|
str |
_kimmo_rule = "~?[a-zA-Z0-9\\+'\\-\\#\\@\\$\\%\\!\\^\\`\...
|
str |
_kimmo_terminal_regexp_ext = "~?[a-zA-Z0-9\\+'\\-\\#\\@\...
|
list |
_non_list_initial_special_tokens = [')', ']', '*', '&', ...
|
list |
_special_tokens = ['(', ')', '[', ']', '*', '&', '_', ':...
|
Function Details |
---|
parse_pair_sequence(description, token_type)Read the description, which should be in form [X|X:Y]+, and return a list of pairs |
_classeq(instance1, instance2)
|
Variable Details |
---|
_arrows
|
_kimmo_defaults
|
_kimmo_defaults_fsa
|
_kimmo_rule
|
_kimmo_terminal_regexp_ext
|
_non_list_initial_special_tokens
|
_special_tokens
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:22 2006 | http://epydoc.sf.net |