This class represents a process for text interlinearization.
|
__init__(self,
from_mkr=None,
to_mkr=None,
out_mkr=None,
gloss_sep=None,
fail_mark=None,
parse_proc=None,
show_fail_mark=None,
show_root_guess=None) |
source code
|
|
|
|
|
get_from_marker(self)
The marker searched for in the lookup process. |
source code
|
|
|
get_to_marker(self)
The marker found in the lookup process. |
source code
|
|
|
|
|
get_failure_marker(self)
The string used in the case of lookup failure, |
source code
|
|
|
is_parse_process(self)
Determine whether this process is a parse process (as opposed to a
lookup process). |
source code
|
|
|
|
|
|