The tiers of a line are saved as a sequential dictionary with all of
its associated fields. Identified by the field marker \ref by
default.
|
__init__(self,
label=None)
Constructor that initializes Line object. |
source code
|
|
|
|
|
get_field_markers(self)
Obtain list of unique fields for the line. |
source code
|
|
string
|
|
|
get_field_values_by_field_marker(self,
field_marker,
sep=None)
Obtain all fields for a line, given a field marker. |
source code
|
|
|
get_field_values(self)
Obtain list of field values for the line. |
source code
|
|
|
get_label(self)
Obtain identifier for line. |
source code
|
|
|
get_raw_text(self)
Obtain original line of text. |
source code
|
|
|
set_label(self,
label)
Set identifier for line. |
source code
|
|
|
set_raw_text(self,
rawtext)
Set original line of text. |
source code
|
|
|
get_morphemes(self)
Obtain a list of morpheme objects for the line. |
source code
|
|
|
get_words(self,
flagParseMorphemes=True)
Obtain a list of word objects for the line. |
source code
|
|
|
get_field_value_by_field_marker_and_column(self,
field_marker,
columnIndex)
Get values for line, given a field and column index. |
source code
|
|