WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ReplaceType

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

Clone this wiki locally