Uses of Package
ipipan.spejd.entities

Packages that use ipipan.spejd.entities
ipipan.spejd.actions Provides classes representing actions (predicates) that can be executed (evaluated) upon finding a match. 
ipipan.spejd.entities Provides classes representing syntactic entities, for example words or syntactic groups. 
ipipan.spejd.readers   
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.entities used by ipipan.spejd.actions
Entity
          An abstract syntactic entity - with subclasses like segment, word, group or sentence beginning / end.
Interpretation
          A representation of a single morphosyntactic interpretation: lemma, grammatical class, grammatical categories.
 

Classes in ipipan.spejd.entities used by ipipan.spejd.entities
Entity
          An abstract syntactic entity - with subclasses like segment, word, group or sentence beginning / end.
Interpretation
          A representation of a single morphosyntactic interpretation: lemma, grammatical class, grammatical categories.
Segment
          A representation of segment - the smallest interpreted unit, ie. a sequence of characters together with their morphosyntactic interpretations.
 

Classes in ipipan.spejd.entities used by ipipan.spejd.readers
Entity
          An abstract syntactic entity - with subclasses like segment, word, group or sentence beginning / end.
 

Classes in ipipan.spejd.entities used by ipipan.spejd.rules
Entity
          An abstract syntactic entity - with subclasses like segment, word, group or sentence beginning / end.