HFST - Helsinki Finite-State Transducer Technology - Python API
version 3.12.1
|
Classes | |
class | ReplaceType |
Type of Xerox-type replace rules. More... | |
class | Rule |
A rule that contains mapping and context and replace type (if any). More... | |
Namespaces | |
hfst.xerox_rules | |
Xerox-type replace rules. | |
Functions | |
def | after |
todo More... | |
def | before |
todo More... | |
def | replace |
replace up, left, right, down More... | |
def | replace_epenthesis |
replace up, left, right, down More... | |
def | replace_left |
replace up, left, right, down More... | |
def | replace_leftmost_longest_match |
left to right More... | |
def | replace_leftmost_shortest_match |
todo More... | |
def | replace_rightmost_longest_match |
right to left More... | |
def | replace_rightmost_shortest_match |
todo More... | |
def | restriction |
Restriction function "=>". More... | |