Uses of Interface
gov.llnl.ontology.wordnet.feature.SynsetPairFeatureMaker

Packages that use SynsetPairFeatureMaker
gov.llnl.ontology.wordnet   
gov.llnl.ontology.wordnet.feature   
 

Uses of SynsetPairFeatureMaker in gov.llnl.ontology.wordnet
 

Methods in gov.llnl.ontology.wordnet with parameters of type SynsetPairFeatureMaker
static void WordNetCondenser.condense(Synset root, SynsetPairFeatureMaker featureMaker)
          Agglomeratively clusters the competing Synsets for each lemma in WordNet.
 

Uses of SynsetPairFeatureMaker in gov.llnl.ontology.wordnet.feature
 

Classes in gov.llnl.ontology.wordnet.feature that implement SynsetPairFeatureMaker
 class ExtendedSnowEtAlFeatureMaker
          This SynsetPairFeatureMaker extends the SnowEtAlFeatureMaker by including the similarities of feature vectors for two Synsets.
 class SnowEtAlFeatureMaker
          This SynsetPairFeatureMaker creates a subset of the features used by the following paper:

Rion Snow; Sushant Prakash; Daniel Jurafsky; Andrew Y.
 class StandardFeatureMaker
          This SynsetPairFeatureMaker uses only the similarity of feature vectors as features when comparing two Synsets.
 



Copyright © 2010-2011. All Rights Reserved.