Package nltk_lite :: Package contrib :: Package toolbox :: Module settings :: Class InterlinearProcess
[hide private]
[frames] | no frames]

Class InterlinearProcess

source code

Known Subclasses:
LookupProcess, ParseProcess

This class represents a process for text interlinearization.

Instance Methods [hide private]
 
__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_output_marker(self) 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_gloss_separator(self)
???
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
 
show_failure_marker(self)
???
source code
 
show_root_guess(self)
???
source code