Package org.nlpub.watset.cli
Class Application
- java.lang.Object
-
- org.nlpub.watset.cli.Application
-
public class Application extends Object
Watset command-line interface.
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgrapht.Graph<String,org.jgrapht.graph.DefaultWeightedEdge>getGraph()Read, parse, and return the input graph stored ininput.static voidmain(String[] args)Watset Command-Line Interface Entry Point.
-
-
-
Method Detail
-
getGraph
public org.jgrapht.Graph<String,org.jgrapht.graph.DefaultWeightedEdge> getGraph()
Read, parse, and return the input graph stored ininput.- Returns:
- a graph
- See Also:
ABCFormat.parse(Stream)
-
main
public static void main(String[] args)
Watset Command-Line Interface Entry Point.- Parameters:
args- the command-line arguments
-
-