Uses of Interface
com.pervasive.datarush.analytics.text.TextNode
-
Packages that use TextNode Package Description com.pervasive.datarush.analytics.text Provides various unstructured text processing operators. -
-
Uses of TextNode in com.pervasive.datarush.analytics.text
Classes in com.pervasive.datarush.analytics.text that implement TextNode Modifier and Type Class Description class
TextContainer
A tree node that can hold information on text elements.class
TokenizedParagraph
A TextContainer that can store a tokenized paragraph.class
TokenizedSentence
A TextContainer that can store a tokenized sentence.class
TokenizedText
A TextContainer that can store a tokenized document.class
TokenizedWord
A TextContainer that can store a tokenized word.Methods in com.pervasive.datarush.analytics.text that return TextNode Modifier and Type Method Description TextNode
TextContainer. getNextSibling()
TextNode
TextNode. getNextSibling()
Get the right sibling of this node or null if this node has no right sibling.TextNode
TextContainer. getParent()
TextNode
TextNode. getParent()
Get the parent node of this node or null if this node is the root.TextNode
TextContainer. getPrevSibling()
TextNode
TextNode. getPrevSibling()
Get the left sibling of this node or null if this node has no left sibling.
-