Package org.nlpub.watset.graph
Class SenseInduction<V,E>
java.lang.Object
org.nlpub.watset.graph.SenseInduction<V,E>
- Type Parameters:
V
- the type of nodes in the graphE
- the type of edges in the graph
A simple graph-based word sense induction approach that clusters node neighborhoods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSenseInduction
(org.jgrapht.Graph<V, E> graph, ClusteringAlgorithmBuilder<V, E, ?> local) Create an instance ofSenseInduction
. -
Method Summary
-
Field Details
-
graph
The graph. -
local
The local clustering algorithm supplier.
-
-
Constructor Details
-
SenseInduction
Create an instance ofSenseInduction
.- Parameters:
graph
- the graphlocal
- the neighborhood clustering algorithm supplier
-
-
Method Details
-
clustering
Get the induced sense clusters.- Parameters:
target
- the target node- Returns:
- a map of senses to their contexts
-
contexts
Get the induced senses and their non-disambiguated contexts.- Parameters:
target
- the target node- Returns:
- maps of senses to their contexts
-