Package | Description |
---|---|
com.attivio.sdk.ingest | |
com.attivio.sdk.server.tokenization |
Interfaces class that handle breaking free text / Strings into
TokenList s. |
com.attivio.sdk.token | |
com.attivio.util |
Modifier and Type | Method and Description |
---|---|
TokenList |
IngestFieldValue.getTokenList()
Get the
TokenList for this value. |
Modifier and Type | Method and Description |
---|---|
void |
IngestFieldValue.setTokenList(TokenList value)
Set the
TokenList for this value. |
Modifier and Type | Method and Description |
---|---|
TokenList |
Tokenizer.tokenize(SchemaField field,
Locale locale,
String value)
Tokenizes
value into a TokenList. |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.tokenize(SchemaField field,
Locale locale,
TokenList tokens)
Tokenizes all tokens in
tokens . |
Modifier and Type | Field and Description |
---|---|
protected TokenList |
Position.tokens
The TokenList this Position points into.
|
Modifier and Type | Method and Description |
---|---|
TokenList |
TokenList.append(String t)
Appends a token to this TokenList using the default position increment.
|
TokenList |
TokenList.append(String t,
int increment)
Appends a token.
|
TokenList |
TokenList.append(Token t)
Appends a token using the default position increment.
|
TokenList |
TokenList.append(Token t,
int increment)
Appends a token.
|
TokenList |
TokenList.clone() |
TokenList |
TokenList.readExternal(DataInput in) |
static TokenList |
TokenList.valueOf(String value)
Parses the string representation of a TokenList back into a TokenList
|
Modifier and Type | Method and Description |
---|---|
void |
TokenSink.add(TokenList tokens)
Adds all Tokens for the passed in TokenList to this TokenList.
|
void |
TokenSink.add(TokenList tokens,
int increment)
Adds all Tokens for the passed in TokenList
|
Constructor and Description |
---|
TokenIterator(TokenList tokens)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static TokenList |
TokenUtils.filterTokens(IngestFieldValue value,
Locale locale)
Get all tokens for
locale . |
Modifier and Type | Method and Description |
---|---|
static List<String> |
TokenUtils.extractScopes(String scopeName,
TokenList tokens,
String text)
Extract substrings of
text for scopeName from tokens . |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.