Package ucot.parser

Classes related to parsing read usecases.

See:
          Description

Interface Summary
ParserInterface Interface for parsers within this program.
 

Class Summary
DummyParser DummyParser which does absolutely nothing but helps avoiding null values in parser variables.
Link Named link that points to some word.
ParsedData Parsed data is returned by parser.
Sentence Contains information and words of one sentence.
SimpleParser Simple parser.
Word "Word" of a sentence.
 

Package ucot.parser Description

Classes related to parsing read usecases.