What is the 'tokenizer' parameter and when should I use the 'BASIC' option?

2 vues

Réponse

The 'tokenizer' parameter specifies the tokenizer to use. The default is 'STANDARD', which applies a language-specific tokenizer. The 'BASIC' option uses a tokenizer that separates words by white spaces, punctuation, and CJKT characters. The 'BASIC' tokenizer is only available for Chinese, Japanese, and Korean and can enhance rule matching for specific texts in these languages.
Did this answer help you?
compileConcept

textRuleDevelop

See technical action