Uses of Interface
org.nlpub.watset.util.Sense
Packages that use Sense
Package
Description
Graph processing and clustering.
Utility classes and helpers.
-
Uses of Sense in org.nlpub.watset.graph
Fields in org.nlpub.watset.graph with type parameters of type SenseModifier and TypeFieldDescriptionprotected final ClusteringAlgorithmBuilder<Sense<V>,
org.jgrapht.graph.DefaultWeightedEdge, ?> Watset.global
The global clustering algorithm supplier.protected final ClusteringAlgorithmBuilder<Sense<V>,
org.jgrapht.graph.DefaultWeightedEdge, ?> Watset.Implementation.global
The global clustering algorithm supplier.Watset.Implementation.senses
The sense mapping.Methods in org.nlpub.watset.graph that return types with arguments of type SenseModifier and TypeMethodDescriptionWatset.Implementation.buildSenseGraph()
Build an intermediate sense-aware representation of the input graph called the node sense graph.WatsetClustering.getContexts()
Get the disambiguated contexts built duringWatset.getClustering()
.WatsetClustering.getContexts()
Get the disambiguated contexts built duringWatset.getClustering()
.WatsetClustering.WatsetClusteringImpl.getContexts()
WatsetClustering.WatsetClusteringImpl.getContexts()
WatsetClustering.getSenseGraph()
Get the intermediate node sense graph built duringWatset.getClustering()
.WatsetClustering.WatsetClusteringImpl.getSenseGraph()
Method parameters in org.nlpub.watset.graph with type arguments of type SenseModifier and TypeMethodDescriptionWatset.Builder.setGlobal
(ClusteringAlgorithmBuilder<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge, ?> global) Set the global clustering algorithm supplier.Constructor parameters in org.nlpub.watset.graph with type arguments of type SenseModifierConstructorDescriptionImplementation
(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.WatsetClusteringImpl
(List<Set<V>> clusters, Map<V, Map<V, Integer>> inventory, org.jgrapht.Graph<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge> senseGraph) Construct a new Watset clustering. -
Uses of Sense in org.nlpub.watset.util
Classes in org.nlpub.watset.util that implement Sense