Uses of Class
ipipan.spejd.rules.Sentence

Packages that use Sentence
ipipan.spejd.processing   
ipipan.spejd.rules Classes for representing and applying rules, as well as a class for reading XML input files to be parsed. 
 

Uses of Sentence in ipipan.spejd.processing
 

Fields in ipipan.spejd.processing declared as Sentence
 Sentence ProcessingThread.chunk
           
 

Constructors in ipipan.spejd.processing with parameters of type Sentence
ProcessingThread(java.lang.Runnable r, Stempelator anal, LexDictionary dict, RuleSet rules, Sentence chunk, Config conf, java.lang.Object lock)
           
 

Uses of Sentence in ipipan.spejd.rules
 

Methods in ipipan.spejd.rules with parameters of type Sentence
 boolean Rule.apply(Sentence sentence)
           
 void RuleSet.applyTo(Sentence sentence)
           
 void MatchPattern.feed(Sentence sentence)