|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordSenseDisambiguation | |
---|---|
gov.llnl.ontology.mains | |
gov.llnl.ontology.wordnet.wsd |
Uses of WordSenseDisambiguation in gov.llnl.ontology.mains |
---|
Methods in gov.llnl.ontology.mains with parameters of type WordSenseDisambiguation | |
---|---|
static String |
DisambiguateAllWordsTask.disambiguate(WordSenseDisambiguation wsd,
Sentence sentence,
Set<Integer> focusIndices)
|
Uses of WordSenseDisambiguation in gov.llnl.ontology.wordnet.wsd |
---|
Classes in gov.llnl.ontology.wordnet.wsd that implement WordSenseDisambiguation | |
---|---|
class |
DegreeCentralityDisambiguation
An implementation of the Degree Centrality based Word Sense Disambiguation algorithm as described in the following paper: |
class |
ExtendedLeskWordSenseDisambiguation
A WordSenseDisambiguation implementation using the ExtendedLeskSimilarity measure. |
class |
FirstSenseDisambiguation
|
class |
GraphConnectivityDisambiguation
An abstract base class for any of the graph centrality Word Sense Disambiguation algorithms described in the following paper: |
class |
LeskWordSenseDisambiguation
A WordSenseDisambiguation implementation using the LeskSimilarity measure. |
class |
PageRankCentralityDisambiguation
An implementation of the PageRank based Word Sense Disambiguation algorithm as described in the following paper: |
class |
PersonalizedPageRankWSD
A WordSenseDisambiguation implementation for Personalized Page Rank Word Sense
Disambiguation. |
class |
SlidingWindowDisambiguation
An abstract WordSenseDisambiguation implementation that uses a
sliding window of text over the document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |