pub const MAX_SENTENCE_LENGTH: usize = usize::MAX; // 18_446_744_073_709_551_615usize
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.