Enabling the option to use fancy_regex instead of onig.

This commit is contained in:
Nicolas Patry
2024-08-01 12:10:16 +02:00
parent 9e0c791f2b
commit 7415e28536
3 changed files with 34 additions and 5 deletions

View File

@ -17,7 +17,6 @@ env_logger = "0.11"
pyo3 = { version = "0.21" }
numpy = "0.21"
ndarray = "0.15"
onig = { version = "6.4", default-features = false }
itertools = "0.12"
[dependencies.tokenizers]