Skip to content

PmatchContainer

eaxelson edited this page Aug 31, 2017 · 17 revisions

class PmatchContainer

A class for performing pattern matching.


init (self)

Initialize a PmatchContainer. Is this needed?


init (self, defs)

Create a PmatchContainer based on definitions defs. @arg defs A tuple of transducers in hfst.HFST_OLW_FORMAT defining how pmatch is done. See also: hfst.compile_pmatch_file


match (self, input, time_cutoff = 0)

Match input input.


get_profiling_info (self)

todo


set_verbose (self, b)

todo


set_extract_tags_mode (self, b)

todo


set_profile (self, b)