Class Tiger2MMAX
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.converters.Tiger2MMAX
Converts a TiGerXML corpus to several different MMAX annotations.
This converter produces three independent MMAX annotations for each
given TiGerXML corpus (see command line arguments) and puts them
according to the name of the respective TiGerXML source corpus into
a designated output folder under the general output folder "output".
You can also specify an alternative root output path by using the -o option.
Example usage:
java -cp org.episteme.social.ml.tigerxml.jar org.episteme.social.ml.tigerxml.converters.Tiger2MMAX inputTIGER.xml
-o myOutputFolder
The specification of the output folder is not mandatory. The default is "output" in the current directory.
Note that this converter is still extendable by implementing the empty method sceletons in org.episteme.social.ml.tigerxml.theories.Strube02 and by implementing and referencing a new class for a MULI annotation which contains data specified in the muli-scheme, extracted or derived from the TIGER annotation. (For example org.episteme.social.ml.tigerxml.theories.MuliAnnotator). In this version no data for the attribute values in the MMAX annotation are extracted from the TiGerXML corpus. * $Id: Tiger2MMAX.java,v 1.2 2007-10-21 17:47:04 virtualcall Exp $- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tiger2MMAX
public Tiger2MMAX()
-
-
Method Details
-
main
Main- Parameters:
args- The (path and) name of the TiGerXML file to convert
-