Uses of Interface
it.unitn.disi.smatch.oracles.ISynset

Packages that use ISynset
it.unitn.disi.smatch.matchers.element   
it.unitn.disi.smatch.matchers.element.gloss   
it.unitn.disi.smatch.oracles   
it.unitn.disi.smatch.oracles.wordnet   
 

Uses of ISynset in it.unitn.disi.smatch.matchers.element
 

Methods in it.unitn.disi.smatch.matchers.element with parameters of type ISynset
 char WNHierarchy.match(ISynset source1, ISynset target1)
           
 char ISenseGlossBasedElementLevelSemanticMatcher.match(ISynset source, ISynset target)
          Returns a relation between source and target synsets.
 

Uses of ISynset in it.unitn.disi.smatch.matchers.element.gloss
 

Methods in it.unitn.disi.smatch.matchers.element.gloss with parameters of type ISynset
 java.lang.String BasicGlossMatcher.getExtendedGloss(ISynset original, int intSource, char Rel)
           
 char WNSemanticGlossComparison.match(ISynset source, ISynset target)
           
 char WNLemma.match(ISynset source, ISynset target)
           
 char WNGlossComparison.match(ISynset source, ISynset target)
           
 char WNGloss.match(ISynset source, ISynset target)
           
 char WNExtendedSemanticGlossComparison.match(ISynset source1, ISynset target1)
           
 char WNExtendedGlossComparison.match(ISynset source1, ISynset target1)
           
 char WNExtendedGloss.match(ISynset source1, ISynset target1)
           
 

Uses of ISynset in it.unitn.disi.smatch.oracles
 

Methods in it.unitn.disi.smatch.oracles that return ISynset
 ISynset ILinguisticOracle.getISynset(java.lang.String source)
          Returns a synset given its id.
 

Methods in it.unitn.disi.smatch.oracles that return types with arguments of type ISynset
 java.util.Vector<ISynset> ISynset.getChildren()
          Returns "children", that is hyponyms of the synset.
 java.util.Vector<ISynset> ISynset.getChildren(int depth)
          Returns "children", that is hyponyms of the synset, down to certain depth.
 java.util.Vector<ISynset> ISynset.getParents()
          Returns "parents", that is hypernyms of the synset.
 java.util.Vector<ISynset> ISynset.getParents(int depth)
          Returns "parents", that is hypernyms of the synset, up to certain depth.
 

Uses of ISynset in it.unitn.disi.smatch.oracles.wordnet
 

Classes in it.unitn.disi.smatch.oracles.wordnet that implement ISynset
 class WordNetSynset
          WordNet-based synset implementation.
 

Methods in it.unitn.disi.smatch.oracles.wordnet that return ISynset
 ISynset WordNet.getISynset(java.lang.String source)
           
 

Methods in it.unitn.disi.smatch.oracles.wordnet that return types with arguments of type ISynset
 java.util.Vector<ISynset> WordNetSynset.getChildren()
           
 java.util.Vector<ISynset> WordNetSynset.getChildren(int depth)
           
 java.util.Vector<ISynset> WordNetSynset.getParents()
           
 java.util.Vector<ISynset> WordNetSynset.getParents(int depth)
           
 



© 2010 Knowdive @ DISI