Cargo Features

divvunspell has no features set by default.

[dependencies]
divvunspell = { version = "1.0.0-beta.3", features = ["compression", "logging", "gpt2", "internal_convert", "internal_ffi"] }
compression

Enables deflate of zip ^0.5

logging internal_ffi? = env_logger

Affects ffi::divvun_enable_logging

gpt2 = rust-bert, rust_tokenizers, tch

Affects boxf::BoxGpt2PredictorArchive, predictor::gpt2

internal_convert

Internal features: unstable, not for external use!

Affects transducer::convert

internal_ffi = flatbuffers, logging

Affects divvunspell::ffi

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

flatbuffers internal_ffi?

Enables flatbuffers ^0.6.1

env_logger logging?

Enables env_logger ^0.9

tch gpt2?

Enables tch ^0.6.1

rust-bert gpt2?

Enables rust-bert ^0.17.0

rust_tokenizers gpt2?

Enables rust_tokenizers ^7