[[analysis-lowercase-tokenizer]] === Lowercase Tokenizer A tokenizer of type `lowercase` that performs the function of <> and <> together. It divides text at non-letters and converts them to lower case. While it is functionally equivalent to the combination of <> and <>, there is a performance advantage to doing the two tasks at once, hence this (redundant) implementation.