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
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(). -
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.
-