Package ipipan.spejd.entities

Provides classes representing syntactic entities, for example words or syntactic groups.

See:
          Description

Class Summary
Entity An abstract syntactic entity - with subclasses like segment, word, group or sentence beginning / end.
Group A representation of syntactic group.
Interpretation A representation of a single morphosyntactic interpretation: lemma, grammatical class, grammatical categories.
NoSpace A representation of special ns (no space) entity.
Segment A representation of segment - the smallest interpreted unit, ie. a sequence of characters together with their morphosyntactic interpretations.
SentenceBorder A representation of sentence beginning (sb) or end (se).
Word A representation of syntactic group.
 

Package ipipan.spejd.entities Description

Provides classes representing syntactic entities, for example words or syntactic groups. See Entity for more information.