Keeps only the first character of each token ("ANNA" becomes "A"). Use it
to match on initials when full first names are recorded inconsistently, for
example when one source has "Anna Berta Schmidt" and another "A. B. Schmidt".
Details
It transforms a token column, so it runs after a token generator such as
word_tokens().
See also
Other token transformers:
drop_numeric_tokens(),
drop_short_tokens(),
filter_stopwords(),
fuzzy_tokens(),
token_shapes(),
use_dictionary()
