We usually put the normalizer right after the tokenizer in analysis pipelines. The
normalizer computes lowercase and unaccentuated (normalized) forms for each alphanumeric
token.
For each alphanumeric token, you must have in output: a LOWERCASE annotation
and one or two NORMALIZE annotations.