Package org.nlpub.watset.cli
Class MarkovClusteringOfficialCommand
- java.lang.Object
-
- org.nlpub.watset.cli.Command
-
- org.nlpub.watset.cli.MarkovClusteringOfficialCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nlpub.watset.cli.Command
Command.GlobalParameters, Command.LocalParameters, Command.MainParameters
-
-
Constructor Summary
Constructors Constructor Description MarkovClusteringOfficialCommand(Command.MainParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clustering<String>getClustering()voidrun()-
Methods inherited from class org.nlpub.watset.cli.Command
getGraph, newInputStream, newOutputWriter
-
-
-
-
Constructor Detail
-
MarkovClusteringOfficialCommand
public MarkovClusteringOfficialCommand(Command.MainParameters parameters)
-
-
Method Detail
-
getClustering
public Clustering<String> getClustering()
-
run
public void run()
-
-