You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eaxelson edited this page Aug 29, 2017
·
2 revisions
hfst.xerox_rules.ReplaceType
Type of Xerox-type replace rules.
class ReplaceType:
Match contexts of replace rules on input level.
REPL_UP = libhfst.REPL_UP
Match contexts of replace rules on output level.
REPL_DOWN = libhfst.REPL_DOWN
Match left context of replace rules on output level and right context on input level.
REPL_LEFT = libhfst.REPL_LEFT
Match left context of replace rules on input level and right context on output level.
REPL_RIGHT = libhfst.REPL_RIGHT