public class TextIndexNormalization extends PMMLObject implements HasExtensions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.dmg.org/PMML-4_3}TableLocator"/>
<element ref="{http://www.dmg.org/PMML-4_3}InlineTable"/>
</choice>
</sequence>
<attribute name="inField" type="{http://www.w3.org/2001/XMLSchema}string" default="string" />
<attribute name="outField" type="{http://www.w3.org/2001/XMLSchema}string" default="stem" />
<attribute name="regexField" type="{http://www.w3.org/2001/XMLSchema}string" default="regex" />
<attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isCaseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxLevenshteinDistance" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
<attribute name="wordSeparatorCharacterRE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tokenize" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TextIndexNormalization() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TextIndexNormalization |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getInField()
Gets the value of the inField property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
Integer |
getMaxLevenshteinDistance()
Gets the value of the maxLevenshteinDistance property.
|
String |
getOutField()
Gets the value of the outField property.
|
String |
getRegexField()
Gets the value of the regexField property.
|
TableLocator |
getTableLocator()
Gets the value of the tableLocator property.
|
String |
getWordSeparatorCharacterRE()
Gets the value of the wordSeparatorCharacterRE property.
|
boolean |
hasExtensions() |
Boolean |
isIsCaseSensitive()
Gets the value of the isCaseSensitive property.
|
boolean |
isRecursive()
Gets the value of the recursive property.
|
Boolean |
isTokenize()
Gets the value of the tokenize property.
|
TextIndexNormalization |
setInField(String inField)
Sets the value of the inField property.
|
TextIndexNormalization |
setInlineTable(InlineTable inlineTable)
Sets the value of the inlineTable property.
|
TextIndexNormalization |
setIsCaseSensitive(Boolean isCaseSensitive)
Sets the value of the isCaseSensitive property.
|
TextIndexNormalization |
setMaxLevenshteinDistance(Integer maxLevenshteinDistance)
Sets the value of the maxLevenshteinDistance property.
|
TextIndexNormalization |
setOutField(String outField)
Sets the value of the outField property.
|
TextIndexNormalization |
setRecursive(Boolean recursive)
Sets the value of the recursive property.
|
TextIndexNormalization |
setRegexField(String regexField)
Sets the value of the regexField property.
|
TextIndexNormalization |
setTableLocator(TableLocator tableLocator)
Sets the value of the tableLocator property.
|
TextIndexNormalization |
setTokenize(Boolean tokenize)
Sets the value of the tokenize property.
|
TextIndexNormalization |
setWordSeparatorCharacterRE(String wordSeparatorCharacterRE)
Sets the value of the wordSeparatorCharacterRE property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic String getInField()
Stringpublic TextIndexNormalization setInField(String inField)
inField - allowed object is
Stringpublic String getOutField()
Stringpublic TextIndexNormalization setOutField(String outField)
outField - allowed object is
Stringpublic String getRegexField()
Stringpublic TextIndexNormalization setRegexField(String regexField)
regexField - allowed object is
Stringpublic boolean isRecursive()
Booleanpublic TextIndexNormalization setRecursive(Boolean recursive)
recursive - allowed object is
Booleanpublic Boolean isIsCaseSensitive()
Booleanpublic TextIndexNormalization setIsCaseSensitive(Boolean isCaseSensitive)
isCaseSensitive - allowed object is
Booleanpublic Integer getMaxLevenshteinDistance()
Integerpublic TextIndexNormalization setMaxLevenshteinDistance(Integer maxLevenshteinDistance)
maxLevenshteinDistance - allowed object is
Integerpublic String getWordSeparatorCharacterRE()
Stringpublic TextIndexNormalization setWordSeparatorCharacterRE(String wordSeparatorCharacterRE)
wordSeparatorCharacterRE - allowed object is
Stringpublic Boolean isTokenize()
Booleanpublic TextIndexNormalization setTokenize(Boolean tokenize)
tokenize - allowed object is
Booleanpublic List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic TableLocator getTableLocator()
TableLocatorpublic TextIndexNormalization setTableLocator(TableLocator tableLocator)
tableLocator - allowed object is
TableLocatorpublic InlineTable getInlineTable()
InlineTablepublic TextIndexNormalization setInlineTable(InlineTable inlineTable)
inlineTable - allowed object is
InlineTablepublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic TextIndexNormalization addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.