Java Access to WordNet

Uses of Class
danbikel.wordnet.WNIndexEntry

Uses of WNIndexEntry in danbikel.wordnet
 

Methods in danbikel.wordnet that return WNIndexEntry
 WNIndexEntry WordNetServer.getIndexEntry(String word, String pos)
          Gets the WNIndexEntry for word and pos, printing errors if there is no such word-pos pair in the database.
 WNIndexEntry WordNetServer.getIndexEntry(String word, String pos, boolean printErrors)
          Gets the WNIndexEntry for word and pos.
 WNIndexEntry WordNetRemote.getIndexEntry(String word, String pos)
          Gets the WNIndexEntry for word and pos, printing errors if there is no such word-pos pair in the database.
 WNIndexEntry WordNetRemote.getIndexEntry(String word, String pos, boolean printErrors)
          Gets the WNIndexEntry for word and pos.
 WNIndexEntry WordNetLocal.getIndexEntry(String word, String pos)
          Gets the WNIndexEntry for word and pos, printing errors if there is no such word-pos pair in the database.
 WNIndexEntry WordNetLocal.getIndexEntry(String word, String pos, boolean printErrors)
          Gets the WNIndexEntry for word and pos.
 WNIndexEntry WordNet.getIndexEntry(String word, String pos)
          Gets the WNIndexEntry for word and pos, printing errors if there is no such word-pos pair in the database.
 WNIndexEntry WordNet.getIndexEntry(String word, String pos, boolean printErrors)
          Gets the WNIndexEntry for word and pos.
 


Java Access to WordNet

Author: Dan Bikel