Cargo Features
[dependencies]
tanaka = { version = "0.1.0", default-features = false, features = ["include", "include_subset"] }
- default = include, include_subset
-
These default features are set whenever
tanaka
is added without
somewhere in the dependency tree.default-features = false - include default
-
Include the standard tanaka corpus in the library.
Affects
tanaka::data.EXAMPLES
… - include_subset default
-
Include the standard tanaka corpus with only entries that have at least one checked word in the library.
Affects
tanaka::data.EXAMPLES_SUBSET
…