Skip to main content

extract_words

Function extract_words 

Source
pub fn extract_words(text: &str) -> HashSet<String>
Available on crate feature memory only.
Expand description

Tokenize text into a set of lowercase words for keyword matching.