java.lang.Object
com.pervasive.datarush.analytics.text.TextElement
com.pervasive.datarush.analytics.text.TextContainer
com.pervasive.datarush.analytics.text.TokenizedSentence
- All Implemented Interfaces:
TextNode
A TextContainer that can store a tokenized sentence.
-
Field Summary
Fields inherited from class com.pervasive.datarush.analytics.text.TextContainer
children, nextSibling, parent, prevSibling -
Constructor Summary
ConstructorsConstructorDescriptionTokenizedSentence(List<? extends TextContainer> tokens) Create a tokenized sentence container. -
Method Summary
Methods inherited from class com.pervasive.datarush.analytics.text.TextContainer
equals, getChildCount, getChildren, getDecoder, getEncoder, getIterator, getIterator, getNextSibling, getParent, getPostIterator, getPostIterator, getPrevSibling, hashCode, toStringMethods inherited from class com.pervasive.datarush.analytics.text.TextElement
getType, getValue
-
Constructor Details
-
TokenizedSentence
Create a tokenized sentence container.- Parameters:
tokens- the text elements that make up this sentence.
-