Uses of Class
org.nlpub.watset.graph.SenseInduction
Packages that use SenseInduction
-
Uses of SenseInduction in org.nlpub.watset.graph
Fields in org.nlpub.watset.graph declared as SenseInductionModifier and TypeFieldDescriptionprotected final SenseInduction<V,
E> Watset.Implementation.inducer
The node sense induction approach.protected final SenseInduction<V,
E> Watset.inducer
The node sense induction approach.Constructors in org.nlpub.watset.graph with parameters of type SenseInductionModifierConstructorDescriptionImplementation
(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.