Trees | Indices | Help |
|
---|
|
genericreader.GenericReader --+ | genericxmlreader.GenericXmlReader --+ | XliffReader
classdocs
|
|||
|
|||
sentence.dataset.DataSet |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
Loads the data of the file into memory. It is useful if the Classes has been asked not to load the filename upon initialization
|
Returs the contents of the XML file into an object structure, which is represented by the DataSet object Note that this will cause all the data of the XML file to be loaded into system memory at once. For big data sets this may not be optimal, so consider sentence-by-sentence reading with SAX (saxjcml.py)
|
|
Finds the global weights for particular tool ID in file. Used by function get_parallelsentences().
|
Finds a system name of given tool id
|
|
Returns the contents of the parsed file into an a list with ParallelSentence objects. Note that this will cause all the data of the file to be loaded into system memory at once. For big data sets this may not be optimal, so consider sentence-by-sentence reading with SAX or CElementTree (e.g. saxjcml.py) @return the list of parallel sentences @rtype [ParallelSentence, ...]
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:12 2014 | http://epydoc.sourceforge.net |