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 WordSenseImpl.getLexicalRelations()
          return the Lex relations this sense participates in
 List WordSenseImpl.getLexicalRelations(int type)
          return the Lex relations (of the specified type) this sense participates in
private  void WordSenseImpl._loadLexicalRelations()
           
 List WordImpl.getWordSenses()
          returns the senses of this word
private  void WordImpl._loadWordSenses()
           
 boolean SynsetImpl.isUniqueBeginner()
          is this synset a UB - i.e.
 List SynsetImpl.getSemanticRelations()
          get the SemanticRelation-s of this synset
 List SynsetImpl.getSemanticRelations(int type)
          get the SemanticRelation-s of specific type (HYPERNYm) for this synset
private  void SynsetImpl._loadSemanticRelations()
           
 List Word.getWordSenses()
          returns the senses of this word
 List WordSense.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
 boolean Synset.isUniqueBeginner()
          is this synset a UB - i.e.
 List Synset.getSemanticRelations()
          get the SemanticRelation-s of this synset
 List Synset.getSemanticRelations(int type)
          get the SemanticRelation-s of specific type (HYPERNYm) for this synset
 Iterator WordNet.getSynsets(int pos)
          returns all synsets for specific POS
 List WordNet.lookupWord(String lemma)
          returns list of WordSense-s for specific lemma
 List WordNet.lookupWord(String lemma, int pos)
          returns list of WordSense-s for specific lemma of the specified POS
 Iterator IndexFileWordNetImpl.getSynsets(int _pos)
          returns all synsets for specific POS
 List IndexFileWordNetImpl.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
private  List IndexFileWordNetImpl._lookupWord(String lemma, net.didion.jwnl.data.IndexWord[] jwIndexWords)
          helper method