|
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
|
|