Cargo Features

[dependencies]
vibrato = { version = "0.5.1", default-features = false, features = ["train"] }
default = train

The train feature is set by default whenever vibrato is added without default-features = false somewhere in the dependency tree.

train default = rucrf

Affects vibrato::mecab, vibrato::trainer, utils::quote_csv_cell

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.

rucrf train

Enables rucrf

MIT or Apache-2.0