Class Summary |
DegreeCentralityDisambiguation |
An implementation of the Degree Centrality based Word Sense Disambiguation
algorithm as described in the following paper:
Navigli, R.; Lapata, M.; ,
"An Experimental Study of Graph Connectivity for Unsupervised Word Sense
Disambiguation," Pattern Analysis and Machine Intelligence, IEEE
Transactions on , vol.32, no.4, pp.678-692, April 2010. |
ExtendedLeskWordSenseDisambiguation |
A WordSenseDisambiguation implementation using the ExtendedLeskSimilarity measure. |
FirstSenseDisambiguation |
|
GraphConnectivityDisambiguation |
An abstract base class for any of the graph centrality Word Sense Disambiguation
algorithms described in the following paper:
Navigli, R.; Lapata, M.; ,
"An Experimental Study of Graph Connectivity for Unsupervised Word Sense
Disambiguation," Pattern Analysis and Machine Intelligence, IEEE
Transactions on , vol.32, no.4, pp.678-692, April 2010. |
LeskWordSenseDisambiguation |
A WordSenseDisambiguation implementation using the LeskSimilarity measure. |
PageRankCentralityDisambiguation |
An implementation of the PageRank based Word Sense Disambiguation
algorithm as described in the following paper:
Navigli, R.; Lapata, M.; ,
"An Experimental Study of Graph Connectivity for Unsupervised Word Sense
Disambiguation," Pattern Analysis and Machine Intelligence, IEEE
Transactions on , vol.32, no.4, pp.678-692, April 2010. |
PersonalizedPageRankWSD |
A WordSenseDisambiguation implementation for Personalized Page Rank Word Sense
Disambiguation. |
SlidingWindowDisambiguation |
An abstract WordSenseDisambiguation implementation that uses a
sliding window of text over the document. |