use UnicodeSegmentation;
/// Normalizes the input string by trimming leading and trailing
/// whitespaces and converting it to lowercase.
/// Tokenizes the input string by splitting it into word bounds
/// also remove all tokens that are considered whitespace by utf-8.