Module normalization

Module normalization 

Source
Expand description

Things that turn different looking things into same looking things.

Structsยง

NormalizationLowercase
Will lowercase anything that can be lowercased using the rust builtin lowercasing methods.
NormalizationRustStemmers
Will run stemming with the language tagged onto the token if an algorithm is available.