-
Notifications
You must be signed in to change notification settings - Fork 1
XreCompiler
A regular expression compiler.
Construct compiler for OpenFst format (the default) transducers.
Create compiler for impl
format transducers.
Add a definition macro. Compiler will replace arcs labeled name
with a transducer defined by regular expression xre
in later phases of compilation (if set_expand_definitions(True) has been called).
Add a definition macro. Compiler will replace arcs labeled name
with a transducer transducer
in later phases of compilation (if set_expand_definitions(True) has been called).
todo
todo
todo
Compile a transducer defined by @a xre. May return a pointer to @e empty transducer on non-fatal error. A None pointer is returned on fatal error, if abort is not called. Return: An HfstTransducer pointer.
Whether name
is a definition.
Whether name
is a function definition.
Set the verbosity of the compiler. @arg v True or False
(Windows-specific) Whether output is printed to console instead of standard output. @arg v True or False
(Windows-specific) Whether output is printed to console instead of standard output.
Whether definitions are expanded. @arg v True or False
Package hfst
- AttReader
- PrologReader
- HfstBasicTransducer
- HfstBasicTransition
- HfstTransducer
- HfstInputStream
- HfstOutputStream
- MultiCharSymbolTrie
- HfstTokenizer
- LexcCompiler
- XreCompiler
- PmatchContainer
- ImplementationType