Uses of Class
com.gmail.thejcwk.semantics.phrases.Phrase

Packages that use Phrase
com.gmail.thejcwk.semantics.phrases   
 

Uses of Phrase in com.gmail.thejcwk.semantics.phrases
 

Methods in com.gmail.thejcwk.semantics.phrases that return types with arguments of type Phrase
 java.util.ArrayList<Phrase> PhraseExtractor.getPhrases()
          Parse the given file and return the extracted Phrases.
 java.util.ArrayList<Phrase> PhraseCollection.getPhrases()
          Return an ArrayList containing all the phrases in the collection.
 

Methods in com.gmail.thejcwk.semantics.phrases with parameters of type Phrase
 boolean Filter.matches(Phrase p)
          Determines if this filter is applicable to the specified phrase.