|
__init__(self,
subsets,
defaults,
rules,
null=' 0 ' ) |
source code
|
|
|
|
|
|
|
|
|
|
|
_evaluate_rule_left_context(self,
rule,
input,
output) |
source code
|
|
|
_debug_print_input_and_output(self,
position,
rule_states,
morphological_state,
input,
output,
this_input,
this_output,
invert) |
source code
|
|
|
_generate(self,
input_tokens,
position,
rule_states,
morphological_state,
input,
output,
result_str,
result_words,
invert=True) |
source code
|
|
|
|
|
generate(self,
input_tokens)
Generator: yields output strings |
source code
|
|
|
recognize(self,
input_tokens,
morphology=None)
Recognizer: yields (input_string, input_words) |
source code
|
|