Package org.cogroo.text.impl

The 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.
 

Package org.cogroo.text.impl Description

The impl package is responsible for storing the tokens in each sentence and analyzing them.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.