emolib.util.eval
Class ExampleTextFile
java.lang.Object
   emolib.util.eval.ExampleTextFile
emolib.util.eval.ExampleTextFile
- public class ExampleTextFile 
- extends java.lang.Object
The ExampleTextFile class performs an emotional analysis on the input text file.
 
 The ExampleTextFile already contains a main method to launch the application.
 In order to do so three parameters are required:
 the configuration file, the language of analysis and the input
 text file to analyse. If this requirement isn't fulfilled, EmoLib will display the
 correspondent error, the synopsis and will shut down afterwards. If otherwise the common
 "-h" and "--help" parameters are passed, EmoLib will display the synopsis
 and shut down afterwards.
 
- Author:
- Alexandre Trilla (atrilla@salle.url.edu)
 
| Method Summary | 
| static void | main(java.lang.String[] args)
 | 
|  void | printSynopsis()Prints the synopsis.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExampleTextFile
public ExampleTextFile()
- Void constructor.
 
printSynopsis
public void printSynopsis()
- Prints the synopsis.
 
- 
 
main
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
- 
- Throws:
- java.lang.Exception