Uses of Class
org.nlpub.watset.graph.SenseInduction
-
Packages that use SenseInduction Package Description org.nlpub.watset.graph Graph processing and clustering. -
-
Uses of SenseInduction in org.nlpub.watset.graph
Fields in org.nlpub.watset.graph declared as SenseInduction Modifier and Type Field Description protected SenseInduction<V,E>Watset.Implementation. inducerThe node sense induction approach.protected SenseInduction<V,E>Watset. inducerThe node sense induction approach.Constructors in org.nlpub.watset.graph with parameters of type SenseInduction Constructor Description Implementation(org.jgrapht.Graph<V,E> graph, SenseInduction<V,E> inducer, ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> global)Create an instance of the Watset clustering algorithm implementation.
-