pub const MAX_SENTENCE_LENGTH: u16 = 0xFFFF;
Expand description

The maximam length of an input sentence.

Note that the value must be represented with u16 so that an (exclusive) end position can be represented in 16 bits.