Package org.nlpub.watset.cli
Class Application
- java.lang.Object
-
- org.nlpub.watset.cli.Application
-
public final class Application extends Object
Watset command-line interface.
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Watset Command-Line Interface Entry Point.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Watset Command-Line Interface Entry Point.- Parameters:
args- the command-line arguments
-
-