- 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
public final class TokenizedSentence extends TextContainer
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
Constructors Constructor Description TokenizedSentence(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, toString
-
Methods inherited from class com.pervasive.datarush.analytics.text.TextElement
getType, getValue
-
-
-
-
Constructor Detail
-
TokenizedSentence
public TokenizedSentence(List<? extends TextContainer> tokens)
Create a tokenized sentence container.- Parameters:
tokens
- the text elements that make up this sentence.
-
-