emolib.util.eval.semeval
Class ExtractCoincidences

java.lang.Object
  extended by emolib.util.eval.semeval.ExtractCoincidences

public class ExtractCoincidences
extends java.lang.Object

The ExtractCoincidences class checks the coincidences between the two input emotion tag categorisations and creates one file with these matches, another file with the predictions produced by EmoLib and a file containing the original sentences for further study (relation with its dimensions).

In case a quick reference of its usage is needed, the class responds to the typical help queries ("-h" or "--help") by showing the program's synopsis.

Author:
Alexandre Trilla (atrilla@salle.url.edu)

Constructor Summary
ExtractCoincidences()
          Void constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The main method of the ExtractCoincidences application.
 void printSynopsis()
          Prints the synopsis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractCoincidences

public ExtractCoincidences()
Void constructor.

Method Detail

printSynopsis

public void printSynopsis()
Prints the synopsis.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method of the ExtractCoincidences application.

Parameters:
args - The input arguments. The first one corresponds to the first input categories file, followed by the second input categories file, followed by the predictions file produced by EmoLib and finally, as the fourth parameter, the desired output folder.
Throws:
java.lang.Exception