Skip to content

ReplaceType

eaxelson edited this page Oct 19, 2018 · 1 revision

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