From 445a6428a64d950ebc4ace2784a247fe6ab4970c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 12 Oct 2021 10:31:18 +0200 Subject: [PATCH] docs: remove the development warning for ICU tokenizer --- docs/admin/Tokenizers.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/admin/Tokenizers.md b/docs/admin/Tokenizers.md index 90d0fb5e..d3d04502 100644 --- a/docs/admin/Tokenizers.md +++ b/docs/admin/Tokenizers.md @@ -44,10 +44,6 @@ normalization functions are hard-coded. ## 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 normalize names and queries. It also offers configurable decomposition and abbreviation handling.