| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectemolib.util.eval.semeval.ExtractCoincidences
public class ExtractCoincidences
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.
| 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 | 
|---|
public ExtractCoincidences()
| Method Detail | 
|---|
public void printSynopsis()
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
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.
java.lang.Exception| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||