HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.2
Static Public Attributes | List of all members
ReplaceType Class Reference

Type of Xerox-type replace rules. More...

Static Public Attributes

 REPL_DOWN = libhfst.REPL_DOWN
 Match contexts of replace rules on output level. More...
 
 REPL_LEFT = libhfst.REPL_LEFT
 Match left context of replace rules on output level and right context on input level. More...
 
 REPL_RIGHT = libhfst.REPL_RIGHT
 Match left context of replace rules on input level and right context on output level. More...
 
 REPL_UP = libhfst.REPL_UP
 Match contexts of replace rules on input level. More...
 

Detailed Description

Type of Xerox-type replace rules.

Member Data Documentation

REPL_DOWN = libhfst.REPL_DOWN
static

Match contexts of replace rules on output level.

REPL_LEFT = libhfst.REPL_LEFT
static

Match left context of replace rules on output level and right context on input level.

REPL_RIGHT = libhfst.REPL_RIGHT
static

Match left context of replace rules on input level and right context on output level.

REPL_UP = libhfst.REPL_UP
static

Match contexts of replace rules on input level.


The documentation for this class was generated from the following file: