Package org.nlpub.watset.graph
Interface WatsetClustering<V>
-
- Type Parameters:
V- the type of nodes in the graph
- All Known Implementing Classes:
WatsetClustering.WatsetClusteringImpl
public interface WatsetClustering<V> extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>A Watset clustering.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWatsetClustering.WatsetClusteringImpl<V>A Watset clustering that computes disambiguated contexts on demand.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Sense<V>,Map<Sense<V>,Number>>getContexts()Get the disambiguated contexts built duringWatset.getClustering().org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge>getSenseGraph()Get the intermediate node sense graph built duringWatset.getClustering().-
Methods inherited from interface org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering
getClusters, getNumberClusters
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getSenseGraph
org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge> getSenseGraph()
Get the intermediate node sense graph built duringWatset.getClustering().- Returns:
- the sense graph
-
-