Expand description
Things that turn different looking things into same looking things.
Structsยง
- Normalization
Lowercase - Will lowercase anything that can be lowercased using the rust builtin lowercasing methods.
- Normalization
Rust Stemmers - Will run stemming with the language tagged onto the token if an algorithm is available.