GATE
Version 3.1-2270

Uses of Class
gate.wordnet.WordNetException

Packages that use WordNetException
gate.wordnet   
 

Uses of WordNetException in gate.wordnet
 

Methods in gate.wordnet that throw WordNetException
 List WordSense.getLexicalRelations()
          return the Lex relations this sense participates in
 List WordSenseImpl.getLexicalRelations()
          return the Lex relations this sense participates in
 List WordSense.getLexicalRelations(int type)
          return the Lex relations (of the specified type) this sense participates in
 List WordSenseImpl.getLexicalRelations(int type)
          return the Lex relations (of the specified type) this sense participates in
 List Synset.getSemanticRelations()
          get the SemanticRelation-s of this synset
 List SynsetImpl.getSemanticRelations()
          get the SemanticRelation-s of this synset
 List Synset.getSemanticRelations(int type)
          get the SemanticRelation-s of specific type (HYPERNYm) for this synset
 List SynsetImpl.getSemanticRelations(int type)
          get the SemanticRelation-s of specific type (HYPERNYm) for this synset
 Iterator IndexFileWordNetImpl.getSynsets(int _pos)
          returns all synsets for specific POS
 Iterator WordNet.getSynsets(int pos)
          returns all synsets for specific POS
 List Word.getWordSenses()
          returns the senses of this word
 List WordImpl.getWordSenses()
          returns the senses of this word
 boolean Synset.isUniqueBeginner()
          is this synset a UB - i.e. has no hypernym
 boolean SynsetImpl.isUniqueBeginner()
          is this synset a UB - i.e. has no hypernym
 List IndexFileWordNetImpl.lookupWord(String lemma)
          returns list of WordSense-s for specific lemma
 List WordNet.lookupWord(String lemma)
          returns list of WordSense-s for specific lemma
 List IndexFileWordNetImpl.lookupWord(String lemma, int pos)
          returns list of WordSense-s for specific lemma of the specified POS
 List WordNet.lookupWord(String lemma, int pos)
          returns list of WordSense-s for specific lemma of the specified POS
 


GATE
Version 3.1-2270