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

Packages that use Phrase
com.gmail.thejcwk.semantics   
 

Uses of Phrase in com.gmail.thejcwk.semantics
 

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

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