Enumeration of keyword extraction algorithms.
Matches the Rust KeywordAlgorithm enum.
Values
:yake- YAKE keyword extraction algorithm:rake- RAKE keyword extraction algorithm
Summary
Types
Functions
@spec values() :: [t()]
Returns all valid KeywordAlgorithm values.
Examples
iex> Kreuzberg.KeywordAlgorithm.values()
[:yake, :rake]