Uses of Class
net.jeremybrooks.knicker.dto.Related

Packages that use Related
net.jeremybrooks.knicker   
 

Uses of Related in net.jeremybrooks.knicker
 

Methods in net.jeremybrooks.knicker that return types with arguments of type Related
static List<Related> WordApi.related(String word)
          Retrieve related words for a particular word.
static List<Related> WordApi.related(String word, int limit, boolean useCanonical, Set<Knicker.PartOfSpeech> partOfSpeech, Set<Knicker.RelationshipType> relationshipType, Knicker.SourceDictionary sourceDictionary)
          Retrieve related words for a particular word.
 



Copyright © 2012. All Rights Reserved.