Cargo Features
[dependencies]
stop-words = { version = "0.8.0", default-features = false, features = ["iso", "nltk", "constructed"] }
- default = iso
-
The
iso
feature is set by default wheneverstop-words
is added without
somewhere in the dependency tree.default-features = false - iso default
- nltk
- constructed
Stopwords has 4 features without comments.