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