add warning about experimental nature of ICU tokenizer

This commit is contained in:
Sarah Hoffmann
2021-07-04 10:44:58 +02:00
parent 62d5984b1b
commit affe1300d9

View File

@@ -44,6 +44,10 @@ normalization functions are hard-coded.
## ICU tokenizer ## ICU tokenizer
!!! danger
This tokenizer is currently in active development and still subject
to backwards-incompatible changes.
The ICU tokenizer uses the [ICU library](http://site.icu-project.org/) to The ICU tokenizer uses the [ICU library](http://site.icu-project.org/) to
normalize names and queries. It also offers configurable decomposition and normalize names and queries. It also offers configurable decomposition and
abbreviation handling. abbreviation handling.