Package dataprocessor :: Package sax :: Module saxjcml
[hide private]
[frames] | no frames]

Module saxjcml

source code


Author: Eleftherios Avramidis

Classes [hide private]
  SaxJCMLProcessor
Handles the generation of features over an XML object formatted as JCML.
Functions [hide private]
 
run_features_generator(input_file, output_file, generators, encode=False)
Function that runs a jcml file through a list of featuregenerators in the SAX way and adds the features directly on a target jcml file @param input_file Filename for the XML-formated data used as input @type input_file string @param output_file Filename for the result of the featuregenerator, to be generated @type output_file string @param generators List of generators to be applied on each of the parallelsentences contained in the XMLs
source code
Variables [hide private]
  __package__ = 'dataprocessor.sax'