FEA-Bench / testbed /deepset-ai__haystack /releasenotes /notes /add-unicode-normalization-and-ascii-mode-to-document-cleaner-ba536b46e499663c.yaml
| enhancements: | |
| - | | |
| Added `unicode_normalization` parameter to the DocumentCleaner, allowing to normalize the text to NFC, NFD, NFKC, or NFKD. | |
| - | | |
| Added `ascii_only` parameter to the DocumentCleaner, transforming letters with diacritics to their ASCII equivalent and removing other non-ASCII characters. | |