Uses of Interface
gov.llnl.ontology.wordnet.wsd.WordSenseDisambiguation

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:
  • 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.
  •  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:
  • 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.
  •  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:
  • 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.
  •  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.
     



    Copyright © 2010-2011. All Rights Reserved.