feat: use stemmer for multilingual token matching

This commit is contained in:
rustmailer
2026-05-05 03:49:20 +08:00
parent 9bacf3fb7a
commit f583c3413c
12 changed files with 367 additions and 110 deletions
+3 -1
View File
@@ -48,7 +48,7 @@ async-imap = { git = "https://github.com/rustmailer/async-imap.git", branch = "m
"runtime-tokio",
"compress",
] }
tantivy = { version = "0.26.0", features = ["zstd-compression"] }
tantivy = { version = "0.26.1", features = ["zstd-compression"] }
webpki-roots.workspace = true
rustls.workspace = true
rustls-pki-types.workspace = true
@@ -68,3 +68,5 @@ uuid.workspace = true
fjall.workspace = true
tracing-log.workspace = true
tokio-util.workspace = true
whichlang = "0.1.1"
deunicode = "1.6.2"