pub const MAX_ORDER: usize = 8;
Expand description

The maximum order of N-grams (i.e., 1 <= N <= 8).