Contents

wordJoiner

A tag indicating that the token is a word joiner, signifying that two tokens on each side should not be broken up.

Declaration

static let wordJoiner: NLTag

Discussion

Word joiners are typically used in languages that do not use explicit spaces.

See Also

Lexical classes