Package | Description |
---|---|
com.pervasive.datarush.analytics.text |
Provides various unstructured text processing operators.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
TextNode |
TextNode.getNextSibling()
Get the right sibling of this node or null if this node has no right sibling.
|
TextNode |
TextContainer.getNextSibling() |
TextNode |
TextNode.getParent()
Get the parent node of this node or null if this node is the root.
|
TextNode |
TextContainer.getParent() |
TextNode |
TextNode.getPrevSibling()
Get the left sibling of this node or null if this node has no left sibling.
|
TextNode |
TextContainer.getPrevSibling() |
Copyright © 2016 Actian Corporation. All rights reserved.