|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
impl package is responsible for storing the tokens in each sentence and analyzing them.
See:
Description
| Class Summary | |
|---|---|
| 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. |
The impl package is responsible for storing the tokens in each sentence and analyzing them.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||