a
to z
and A
to Z
) or digits
(i.e. 0
to 9
). It is supported for all tokenizers besides the literal tokenizer.
To enable, append alpha_num_only=true
to the tokenizer’s arguments.
Expected Response
a
to z
and A
to Z
) or digits
(i.e. 0
to 9
). It is supported for all tokenizers besides the literal tokenizer.
To enable, append alpha_num_only=true
to the tokenizer’s arguments.