Cargo Features
[dependencies]
keyword_extraction = { version = "1.5.0", default-features = false, features = ["all", "parallel", "tf_idf", "co_occurrence", "rake", "text_rank", "yake"] }
- all = co_occurrence, rake, text_rank, tf_idf, yake
- parallel = rayon
- tf_idf default all?
-
Affects
keyword_extraction::tf_idf
… - co_occurrence all?
-
Affects
keyword_extraction::co_occurrence
… - rake default all?
-
Affects
keyword_extraction::rake
… - text_rank default all?
-
Affects
keyword_extraction::text_rank
… - yake all?
-
Affects
functions::get_space_regex
,keyword_extraction::yake
… - default = rake, text_rank, tf_idf
-
DEFAULT
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.