Uses of Class
jcolibri.extensions.textual.wordnet.WordNetBridge.POS

Packages that use WordNetBridge.POS
jcolibri.extensions.textual.wordnet WordNetBridge extension. 
 

Uses of WordNetBridge.POS in jcolibri.extensions.textual.wordnet
 

Methods in jcolibri.extensions.textual.wordnet that return WordNetBridge.POS
static WordNetBridge.POS WordNetBridge.POS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WordNetBridge.POS[] WordNetBridge.POS.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jcolibri.extensions.textual.wordnet with parameters of type WordNetBridge.POS
static java.lang.String[] WordNetBridge.getChildren(java.lang.String word, WordNetBridge.POS pos)
          Get all of the childrens of a word
static java.lang.String[] WordNetBridge.getParents(java.lang.String word, WordNetBridge.POS pos)
          Get all of the hypernyms (parents) of a word
static int WordNetBridge.hypernymDistance(java.lang.String w1, WordNetBridge.POS pos1, java.lang.String w2, WordNetBridge.POS pos2)
          Distance between two words using the Hypernym relationship
static boolean WordNetBridge.sameSynset(java.lang.String w1, WordNetBridge.POS pos1, java.lang.String w2, WordNetBridge.POS pos2)
          Checks if two words are in the same synset when the have the given POS tag
static int WordNetBridge.similarToDistance(java.lang.String w1, WordNetBridge.POS pos1, java.lang.String w2, WordNetBridge.POS pos2)
          Distance between two words using the SimilarTo relationship
static java.lang.String[] WordNetBridge.SynsetWords(java.lang.String word, WordNetBridge.POS posw)
          Returs a list of words in the same synset that the given word