Uses of Package
ipipan.spejd.ruleparser

Packages that use ipipan.spejd.ruleparser
ipipan.spejd.actions Provides classes representing actions (predicates) that can be executed (evaluated) upon finding a match. 
ipipan.spejd.ruleparser Provides basic classes for parsing SPADE rules. 
ipipan.spejd.rules Classes for representing and applying rules, as well as a class for reading XML input files to be parsed. 
 

Classes in ipipan.spejd.ruleparser used by ipipan.spejd.actions
MatchParser
          Parser of match specifications.
 

Classes in ipipan.spejd.ruleparser used by ipipan.spejd.ruleparser
AltRequirement
           
EntityRequirement
           
GroupRequirement
          Representation of a groups specification, like [type=NG] or [synh=[number~sg]].
Requirement
          Representation of a single requirement, like case~"acc|gen" or base~~woda/i.
SequenceRequirement
          Representation of a sequence of entity specifications, like [case~"acc|gen"]+ [base~~woda/i && number~sg].
TokenRequirement
          Representation of a token specification, like [case~"acc|gen"] or [base~~woda/i && number~sg].
 

Classes in ipipan.spejd.ruleparser used by ipipan.spejd.rules
MatchParser
          Parser of match specifications.