The segmentation problem is one of taking a sequence and breaking
it up into useful pieces.
Related problems:
- Break a string of letters into words.
- Break a string of words into sentences.
- Break a string of Chinese characters into words.
- Break a sequence of phonemes into words.
Next: Choices
Up: SEGMENTATION
Previous: SEGMENTATION