Cargo Features
[dependencies]
odict = { version = "2.2.0", default-features = false, features = ["json", "sql", "config", "js", "html", "search", "markdown", "charabia", "tokenize", "tokenize-latin", "tokenize-chinese", "tokenize-japanese", "tokenize-thai", "tokenize-korean", "tokenize-khmer", "tokenize-swedish", "tokenize-german"] }
- default = config, json, sql
-
These default features are set whenever
odict
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
feature=json
Affects
format::json
… - sql default
-
Enables sea-query
feature=sql
Affects
format::sql
… - config default search?
-
Enables dirs
feature=config
Affects
odict::config
… - js
- html = markdown
-
Affects
format::html
… - search = config
-
Enables tantivy
feature=search
Affects
odict::search
… - markdown html?
-
Enables pulldown-cmark
feature=markdown
Affects
format::md
… - charabia tokenize-chinese? tokenize-german? tokenize-japanese? tokenize-khmer? tokenize-korean? tokenize-swedish? tokenize-thai?
-
Language-specific support
Enables charabia
- tokenize = tokenize-chinese, tokenize-german, tokenize-japanese, tokenize-khmer, tokenize-korean, tokenize-latin, tokenize-swedish, tokenize-thai
- tokenize-latin tokenize? tokenize-chinese? tokenize-german? tokenize-japanese? tokenize-khmer? tokenize-korean? tokenize-swedish? tokenize-thai?
-
Enables charabia
- tokenize-chinese tokenize? = tokenize-latin
-
Enables chinese-segmentation of charabia
- tokenize-japanese tokenize? = tokenize-latin
-
Enables japanese-segmentation-unidic of charabia
- tokenize-thai tokenize? = tokenize-latin
-
charabia:
allow thai specialized tokenization
- tokenize-korean tokenize? = tokenize-latin
-
charabia:
allow korean specialized tokenization
- tokenize-khmer tokenize? = tokenize-latin
- tokenize-swedish tokenize? = tokenize-latin
-
Enables swedish-recomposition of charabia
charabia:
force Charabia to recompose Swedish characters
- tokenize-german tokenize? = tokenize-latin
-
Enables german-segmentation of charabia
charabia:
allow decomposition of German composite words