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 default-features = false somewhere in the dependency tree.

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

Enables js of uuid

html = markdown

Affects format::html

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

Enables thai of charabia

charabia:

allow thai specialized tokenization

tokenize-korean tokenize? = tokenize-latin

Enables korean of charabia

charabia:

allow korean specialized tokenization

tokenize-khmer tokenize? = tokenize-latin

Enables khmer of charabia

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