-
Notifications
You must be signed in to change notification settings - Fork 1
PmatchContainer
eaxelson edited this page Sep 4, 2017
·
17 revisions
-
class PmatchContainer
- [[init (self)|PmatchContainer#init-self]]
- [[init (self, defs)|PmatchContainer#init-self-defs]]
- match (self, input, time_cutoff = 0)
- get_profiling_info (self)
- set_verbose (self, b)
- set_extract_tags_mode (self, b)
- set_profile (self, b)
A class for performing pattern matching.
Probably the easiest way to perform pattern matching is with function hfst.compile_pmatch_expression.
Initialize a PmatchContainer. Is this needed?
Create a PmatchContainer based on definitions defs.
-
defs: A tuple of transducers in HFST_OLW_TYPE defining how pmatch is done.
See also: hfst.compile_pmatch_expression
Match input input.
todo
todo
todo
Package hfst
- AttReader
- PrologReader
- HfstBasicTransducer
- HfstBasicTransition
- HfstTransducer
- HfstInputStream
- HfstOutputStream
- MultiCharSymbolTrie
- HfstTokenizer
- LexcCompiler
- XreCompiler
- PmatchContainer
- ImplementationType