Enum NoriDecompoundMode
The decompound mode determines how the tokenizer handles compound tokens.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum NoriDecompoundMode
Fields
| Name | Description |
|---|---|
| Discard | Decomposes compounds and discards the original form (default). |
| Mixed | Decomposes compounds and keeps the original form |
| None | No decomposition for compounds |