impl package is responsible for storing the tokens in each sentence and analyzing them.See: Description
| Class | Description |
|---|---|
| ChunkImpl | |
| DocumentImpl |
The
Document class contains a text given by the user and also
its sentences separately in a list. |
| SentenceImpl |
The
Sentence class contains the position of the sentence in the
text and the list of word in it. |
| SyntacticChunkImpl | |
| TokenImpl |
The
TokenImpl class represents a token, which is a word, its
lemma, its morphological posTag and the position of it in the sentence. |
impl package is responsible for storing the tokens in each sentence and analyzing them.Copyright © 2012–2017 CoGrOO. All rights reserved.