raw(files='rotokas.dic',
include_header=False,
head_field_marker=None)
-
- Parameters:
files -
One or more shoebox files to be processed
(type=string or tuple(string) )
include_header -
flag that determines whether to treat header as record
(default is no)
(type=boolean)
head_field_marker -
option for explicitly setting which marker to use as the head
field when parsing the file (default is automatically determining
it from the first field of the first record)
(type=string)
- Returns:
-
iterator over
list(string)
|