-
Notifications
You must be signed in to change notification settings - Fork 0
ReplaceType
eaxelson edited this page Oct 19, 2018
·
1 revision
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
Package hfst
- AttReader
- PrologReader
- HfstIterableTransducer
- HfstTransition
- HfstTransducer
- HfstInputStream
- HfstOutputStream
- MultiCharSymbolTrie
- HfstTokenizer
- LexcCompiler
- XreCompiler
- PmatchContainer
- ImplementationType