Uses of Interface
org.nlpub.watset.util.Sense
-
Packages that use Sense Package Description org.nlpub.watset.graph Graph processing and clustering.org.nlpub.watset.util Utility classes and helpers. -
-
Uses of Sense in org.nlpub.watset.graph
Fields in org.nlpub.watset.graph with type parameters of type Sense Modifier and Type Field Description protected ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?>Watset. globalThe global clustering algorithm supplier.protected ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?>Watset.Implementation. globalThe global clustering algorithm supplier.protected Map<V,List<Sense<V>>>Watset.Implementation. sensesThe sense mapping.Methods in org.nlpub.watset.graph that return types with arguments of type Sense Modifier and Type Method Description protected org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>Watset.Implementation. buildSenseGraph()Build an intermediate sense-aware representation of the input graph called the node sense graph.Map<Sense<V>,Map<Sense<V>,Number>>WatsetClustering. getContexts()Get the disambiguated contexts built duringWatset.getClustering().Map<Sense<V>,Map<Sense<V>,Number>>WatsetClustering. getContexts()Get the disambiguated contexts built duringWatset.getClustering().Map<Sense<V>,Map<Sense<V>,Number>>WatsetClustering.WatsetClusteringImpl. getContexts()Map<Sense<V>,Map<Sense<V>,Number>>WatsetClustering.WatsetClusteringImpl. getContexts()org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>WatsetClustering. getSenseGraph()Get the intermediate node sense graph built duringWatset.getClustering().org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>WatsetClustering.WatsetClusteringImpl. getSenseGraph()Method parameters in org.nlpub.watset.graph with type arguments of type Sense Modifier and Type Method Description Watset.Builder<V,E>Watset.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 Sense 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.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 Modifier and Type Class Description classIndexedSense<V>An integer sense identifier.
-