Add the mutualized charabia normalization

This commit is contained in:
Clément Renault
2024-09-23 14:24:25 +02:00
parent 013acb3d93
commit 193d7f5d34
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,8 @@ bincode = "1.3.3"
bstr = "1.9.1"
bytemuck = { version = "1.16.1", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
charabia = { version = "0.9.0", default-features = false }
# charabia = { version = "0.9.0", default-features = false }
charabia = { git = "https://github.com/meilisearch/charabia", branch = "mutualize-char-normalizer", default-features = false }
concat-arrays = "0.1.2"
crossbeam-channel = "0.5.13"
deserr = "0.6.2"