Package ucot.parser

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.
SimpleInputParser  
StanfordAdapter Parser that uses Stanford parser to parse te sentence.
Word Word of a sentence.