Package org.cogroo.entities

This package contains abstract classes that represents the grammar checker's infrastructure.

See:
          Description

Interface Summary
Mistake Represents one grammar error.
TokenGroup A Token group.
 

Class Summary
Chunk A Chunk is an annotated group of Tokens.
HeadedSpan  
Sentence Data structure that represents a natural language sentence.
SyntacticChunk Initially a subject or verb group of Chunks
Tag Represents a classification of a token (or chunk) according to its morphological or syntactical classification.
Token A token is the smallest annotated unit of the text.
 

Enum Summary
LexemeTypes [Development] Describe the possible classification of a lexeme: word, compound word, punctuation mark, other marks, number, hyphen.
 

Package org.cogroo.entities Description

This package contains abstract classes that represents the grammar checker's infrastructure. These classes can be extended and crafted to meet your purposes.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.