Cargo Features
milli-core has no features set by default.
[dependencies]
milli-core = { version = "1.15.1", features = ["all-tokenizations", "lmdb-posix-sem", "chinese", "chinese-pinyin", "hebrew", "japanese", "japanese-transliteration", "korean", "thai", "greek", "khmer", "vietnamese", "german", "swedish-recomposition", "turkish", "cuda"] }
- all-tokenizations
-
Enables charabia
Affects
tests::language… - lmdb-posix-sem
-
Use POSIX semaphores instead of SysV semaphores in LMDB For more information on this feature, see heed's Cargo.toml
- chinese chinese-pinyin?
-
allow chinese specialized tokenization
- chinese-pinyin = chinese
-
Enables chinese-normalization-pinyin of charabia
- hebrew
-
allow hebrew specialized tokenization
- japanese
-
allow japanese specialized tokenization
- japanese-transliteration
-
Enables japanese-transliteration of charabia
- korean
-
allow korean specialized tokenization
- thai
-
allow thai specialized tokenization
- greek
-
allow greek specialized tokenization
- khmer
-
allow khmer specialized tokenization
- vietnamese
-
allow vietnamese specialized tokenization
Enables vietnamese of charabia
- german
-
allow german specialized tokenization
Enables german-segmentation of charabia
- swedish-recomposition
-
force swedish character recomposition
Enables swedish-recomposition of charabia
- turkish
-
allow turkish specialized tokenization
- cuda
-
allow CUDA support, see https://github.com/meilisearch/meilisearch/issues/4306
Enables cuda of candle-core ^0.8.2