| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
TextIndexNormalization |
TextIndexNormalization.addExtensions(Extension... extensions) |
TextIndexNormalization |
ObjectFactory.createTextIndexNormalization()
Create an instance of
TextIndexNormalization |
TextIndexNormalization |
TextIndexNormalization.setInField(String inField)
Sets the value of the inField property.
|
TextIndexNormalization |
TextIndexNormalization.setInlineTable(InlineTable inlineTable)
Sets the value of the inlineTable property.
|
TextIndexNormalization |
TextIndexNormalization.setIsCaseSensitive(Boolean isCaseSensitive)
Sets the value of the isCaseSensitive property.
|
TextIndexNormalization |
TextIndexNormalization.setMaxLevenshteinDistance(Integer maxLevenshteinDistance)
Sets the value of the maxLevenshteinDistance property.
|
TextIndexNormalization |
TextIndexNormalization.setOutField(String outField)
Sets the value of the outField property.
|
TextIndexNormalization |
TextIndexNormalization.setRecursive(Boolean recursive)
Sets the value of the recursive property.
|
TextIndexNormalization |
TextIndexNormalization.setRegexField(String regexField)
Sets the value of the regexField property.
|
TextIndexNormalization |
TextIndexNormalization.setTableLocator(TableLocator tableLocator)
Sets the value of the tableLocator property.
|
TextIndexNormalization |
TextIndexNormalization.setTokenize(Boolean tokenize)
Sets the value of the tokenize property.
|
TextIndexNormalization |
TextIndexNormalization.setWordSeparatorCharacterRE(String wordSeparatorCharacterRE)
Sets the value of the wordSeparatorCharacterRE property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextIndexNormalization> |
TextIndex.getTextIndexNormalizations()
Gets the value of the textIndexNormalizations property.
|
| Modifier and Type | Method and Description |
|---|---|
TextIndex |
TextIndex.addTextIndexNormalizations(TextIndexNormalization... textIndexNormalizations) |
VisitorAction |
Visitor.visit(TextIndexNormalization textIndexNormalization) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TextIndexNormalization textIndexNormalization) |
VisitorAction |
AbstractVisitor.visit(TextIndexNormalization textIndexNormalization) |
Copyright © 2016 University of Tartu. All rights reserved.