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,?>SimplifiedWatset. globalThe global clustering algorithm supplier.protected ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?>SimplifiedWatset.Implementation. globalThe global clustering algorithm supplier.protected Map<V,List<Sense<V>>>SimplifiedWatset.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>SimplifiedWatset.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 duringSimplifiedWatset.getClustering().Map<Sense<V>,Map<Sense<V>,Number>>WatsetClustering. getContexts()Get the disambiguated contexts built duringSimplifiedWatset.getClustering().org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>WatsetClustering. getSenseGraph()Get the intermediate node sense graph built duringSimplifiedWatset.getClustering().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(ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> global)Set the global clustering algorithm supplier.Watset.Builder<V,E>Watset.Builder. setGlobal(ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge,?> global)Set the global clustering algorithm builder.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 Simplified Watset clustering algorithm implementation. -
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.
-