1//! Things that turn different looking things into same looking things. 2 3mod lowercase; 4mod rust_stemmers; 5 6pub use lowercase::NormalizationLowercase; 7pub use rust_stemmers::NormalizationRustStemmers;