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 Map<Sense<V>,Map<Sense<V>,Number>>Watset. contextsDeprecated.The disambiguated contexts.protected Map<Sense<V>,Map<Sense<V>,Number>>Watset. contextsDeprecated.The disambiguated contexts.protected Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>>SimplifiedWatset. globalThe global clustering algorithm supplier.protected Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>>SimplifiedWatset. globalThe global clustering algorithm supplier.protected Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>>Watset. globalDeprecated.The global clustering algorithm supplier.protected Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>>Watset. globalDeprecated.The global clustering algorithm supplier.protected Map<V,Map<Sense<V>,Map<V,Number>>>Watset. inventoryDeprecated.The sense inventory.protected Collection<Collection<Sense<V>>>SimplifiedWatset. senseClustersThe node sense clusters.protected Collection<Collection<Sense<V>>>Watset. senseClustersDeprecated.The sense clusters.protected org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>SimplifiedWatset. senseGraphThe sense graph.protected org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>Watset. senseGraphDeprecated.The sense graph.protected Map<V,List<Sense<V>>>SimplifiedWatset. sensesThe sense mapping.Methods in org.nlpub.watset.graph that return types with arguments of type Sense Modifier and Type Method Description Map<Sense<V>,Map<Sense<V>,Number>>SimplifiedWatset. getContexts()Get the disambiguated contexts built duringSimplifiedWatset.fit().Map<Sense<V>,Map<Sense<V>,Number>>SimplifiedWatset. getContexts()Get the disambiguated contexts built duringSimplifiedWatset.fit().Map<Sense<V>,Map<Sense<V>,Number>>Watset. getContexts()Deprecated.Get the disambiguated contexts built duringWatset.fit().Map<Sense<V>,Map<Sense<V>,Number>>Watset. getContexts()Deprecated.Get the disambiguated contexts built duringWatset.fit().Map<V,Map<Sense<V>,Map<V,Number>>>Watset. getInventory()Deprecated.Get the sense inventory built duringWatset.fit().org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>SimplifiedWatset. getSenseGraph()Get the intermediate node sense graph built duringSimplifiedWatset.fit().org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>Watset. getSenseGraph()Deprecated.Get the intermediate node sense graph built duringWatset.fit().Method parameters in org.nlpub.watset.graph with type arguments of type Sense Modifier and Type Method Description SimplifiedWatset.Builder<V,E>SimplifiedWatset.Builder. setGlobal(Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>> global)Set the global clustering algorithm supplier.SimplifiedWatset.Builder<V,E>SimplifiedWatset.Builder. setGlobal(Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>> global)Set the global clustering algorithm supplier.Watset.Builder<V,E>Watset.Builder. setGlobal(Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>> global)Set the global clustering algorithm supplier.Watset.Builder<V,E>Watset.Builder. setGlobal(Function<org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>,Clustering<Sense<V>>> global)Set the global clustering algorithm supplier.SimplifiedWatset.Builder<V,E>SimplifiedWatset.Builder. setGlobalBuilder(ClusteringBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> globalBuilder)Set the global clustering algorithm builder.Watset.Builder<V,E>Watset.Builder. setGlobalBuilder(ClusteringBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> globalBuilder)Set the global clustering algorithm builder. -
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.Methods in org.nlpub.watset.util that return types with arguments of type Sense Modifier and Type Method Description static <V> Map<Sense<V>,Number>Sense. disambiguate(Map<V,Map<Sense<V>,Map<V,Number>>> inventory, ContextSimilarity<V> similarity, Map<V,Number> context, Collection<V> ignored)Disambiguate each element of the context by maximizing its similarity to the senses in the inventory.Method parameters in org.nlpub.watset.util with type arguments of type Sense Modifier and Type Method Description static <V> Map<Sense<V>,Number>Sense. disambiguate(Map<V,Map<Sense<V>,Map<V,Number>>> inventory, ContextSimilarity<V> similarity, Map<V,Number> context, Collection<V> ignored)Disambiguate each element of the context by maximizing its similarity to the senses in the inventory.
-