Uses of Class
ipipan.spejd.rules.LexDictionary

Packages that use LexDictionary
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 LexDictionary in ipipan.spejd.processing
 

Fields in ipipan.spejd.processing declared as LexDictionary
 LexDictionary ProcessingThread.dict
           
 

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

Uses of LexDictionary in ipipan.spejd.rules
 

Constructors in ipipan.spejd.rules with parameters of type LexDictionary
Sentence(Config conf, LexDictionary dict, Stempelator stemmer)