FEA-Bench / testbed /deepset-ai__haystack /releasenotes /notes /add-unicode-normalization-and-ascii-mode-to-document-cleaner-ba536b46e499663c.yaml
hc99's picture
Add files using upload-large-folder tool
ce676f7 verified
raw
history blame
318 Bytes
---
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.