|
HFST - Helsinki Finite-State Transducer Technology - Python API
version 3.11.0
|
A class for performing pattern matching. More...
Public Member Functions | |
| def | __init__ |
| Initialize a PmatchContainer. More... | |
| def | __init__ |
| Create a PmatchContainer based on definitions defs. More... | |
| def | get_profiling_info |
| todo More... | |
| def | match |
| Match input input. More... | |
| def | set_extract_tags_mode |
| todo More... | |
| def | set_profile |
| todo More... | |
| def | set_verbose |
| todo More... | |
A class for performing pattern matching.
| def __init__ | ( | self | ) |
Initialize a PmatchContainer.
Is this needed?
| def __init__ | ( | self, | |
| defs | |||
| ) |
Create a PmatchContainer based on definitions defs.
| def get_profiling_info | ( | ) |
todo
| def match | ( | input, | |
time_cutoff = 0 |
|||
| ) |
Match input input.
| def set_extract_tags_mode | ( | b | ) |
todo
| def set_profile | ( | b | ) |
todo
| def set_verbose | ( | b | ) |
todo
1.8.7