Uses of Class
org.nlpub.watset.graph.Watset.Builder
Packages that use Watset.Builder
-
Uses of Watset.Builder in org.nlpub.watset.graph
Methods in org.nlpub.watset.graph that return Watset.BuilderModifier and TypeMethodDescriptionstatic <V,
E> Watset.Builder<V, E> Watset.builder()
Create a builder.Watset.Builder.setGlobal
(ClusteringAlgorithmBuilder<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge, ?> global) Set the global clustering algorithm supplier.Watset.Builder.setLocal
(ClusteringAlgorithmBuilder<V, E, ?> local) Set the local clustering algorithm supplier.