Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package corpora :: Module shoebox :: Class ShoeboxFile |
|
object
--+
|
ShoeboxFile
Method Summary | |
---|---|
Close a previously opened SFM file. | |
iterator over (marker, value) tuples
|
Return an iterator for the fields in the SFM file. |
Open a standard format marker file for sequential reading. | |
Open a standard format marker file for sequential reading. | |
iterator over (marker, value) tuples
|
Return an iterator for the fields in the SFM file. |
Inherited from object :
__init__ ,
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
close(self)Close a previously opened SFM file. |
fields(self, strip=True, unwrap=True, encoding=None, unicode_fields=None)Return an iterator for the fields in the SFM file.
|
open(self, sfm_file)Open a standard format marker file for sequential reading.
|
open_string(self, s)Open a standard format marker file for sequential reading.
|
raw_fields(self)Return an iterator for the fields in the SFM file.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |