Tokenizer
Entries
Link copied to clipboard
@SerialName(value = "whitespace")
Split on whitespace only, keeping punctuation attached to the token.
Link copied to clipboard
@SerialName(value = "multilingual")
Word-splitting that also handles scripts without spaces, such as Chinese and Japanese.