AUTO_LEXER Language-Independent Attributes
These are the language-independent attributes that are supported for the AUTO_LEXER component.
Table 15 AUTO_LEXER Language-Independent Attributes
| Attribute | Attribute Value | Description |
|---|---|---|
language |
characters (space-delimited string) | Specifies the possible languages of the input documents. If no language is specified, then If one language is specified, then the language is set manually and If more than one language is specified, then Note: The automatic detection of language is statistically based and, thus, inherently imperfect. |
deriv_stems |
|
Specifies whether the derivational stemming should be used or not. Currently, derivational stemming is only available for English. Hence, the Also, when derivational stemming is performed, tagging and tag stemming is not used. As a result, the tagging and tagged stemming client dictionary has no effect on the stemming result. |
german_decompound |
|
Specifies whether German de-compounding should be performed in the stemmer or not. |
index_stems |
|
Specifies whether an index stemmer should be used. When set to When set to |
base_letter |
|
Specify whether characters that have diacritical marks (umlauts, cedillas, acute accents, and so on) are converted to their base form before being stored in the Text index. |
base_letter_type |
|
The GENERIC value is the default and means that base letter transformation uses one transformation table that applies to all languages. |
override_base_letter |
|
When base_letter is enabled at the same time as alternate_spelling, it is sometimes necessary to override base_letter to prevent unexpected results from serial transformations. |
mixed_case |
|
Specify whether the lexer leaves the tokens exactly as they appear in the text or converts the tokens to all uppercase. The default is NO (tokens are converted to all uppercase). |
alternate_spelling |
|
Specifies whether alternate spelling should be used or not. The default is |
printjoins |
characters | Specify the non alphanumeric characters that, when they appear anywhere in a word (beginning, middle, or end), are processed as alphanumeric and included with the token in the Text index. This includes printjoins that occur consecutively. See Basic Lexer ““printjoins””. |
skipjoins |
characters | Specify the non-alphanumeric characters that, when they appear within a word, identify the word as a single token; however, the characters are not stored with the token in the Text index. See Basic Lexer ““skipjoins””. |
composite |
|
Specify whether compound word stemming is enabled or disabled for the supported languages text. The default value is When set to To retrieve the indexed composite stems, you must enter a stem query. For example, |
timeout |
number |
Specify the timeout value in seconds for Use a number between |
Related Topics