HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.11.0
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
PmatchContainer Class Reference

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...
 

Detailed Description

A class for performing pattern matching.

Constructor & Destructor Documentation

def __init__ (   self)

Initialize a PmatchContainer.

Is this needed?

def __init__ (   self,
  defs 
)

Create a PmatchContainer based on definitions defs.

Member Function Documentation

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


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