-
Notifications
You must be signed in to change notification settings - Fork 1
ReplaceType
eaxelson edited this page Aug 29, 2017
·
2 revisions
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
- HfstBasicTransducer
- HfstBasicTransition
- HfstTransducer
- HfstInputStream
- HfstOutputStream
- MultiCharSymbolTrie
- HfstTokenizer
- LexcCompiler
- XreCompiler
- PmatchContainer
- ImplementationType