|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.tigerxml.converters.Tiger2MMAX
public class 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.jscience.ml.tigerxml.jar org.jscience.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.jscience.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.jscience.ml.tigerxml.theories.MuliAnnotator). In this version no data for the attribute values in the MMAX annotation are extracted from the TiGerXML corpus.
| Constructor Summary | |
|---|---|
Tiger2MMAX()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Main |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tiger2MMAX()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The (path and) name of the TiGerXML file to convert
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||