It would be useful to have an option to disable chaining words with: `crate::words::extract_words(domain_components.iter(), word_filter)` Perhaps adding a parameter `extract_custom: bool` to `RipgenManager::new()`.
It would be useful to have an option to disable chaining words with:
crate::words::extract_words(domain_components.iter(), word_filter)Perhaps adding a parameter
extract_custom: booltoRipgenManager::new().