Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MixSegment

The default segmentation algorithm. Combines dictionary-based max-probability segmentation with HMM for out-of-vocabulary (OOV) word handling.

Strategy: First applies MPSegment using the dictionary trie, then handles any remaining unsegmented characters with HMMSegment (Viterbi decoding).

This is the recommended algorithm for general-purpose segmentation.