Question 20
How does SentencePiece handle whitespace characters (like spaces) during tokenization?
It only keeps whitespace that appears next to punctuation marks.
It discards all whitespace as a pre-processing step.
It replaces all whitespace with a special [SPACE] token.
It treats whitespace as part of the text stream and encodes it, often using a
symbol like
(underscore).