Maximum Probability Segmentation

Of all possible segmentations for a sequence of letters, we want the one with the highest probability.

Proceed like in the path example (in fact, this is a path problem, if phrased correctly...).

Start from the end... go up to ``t''.


next up previous
Next: Final Table Up: SEGMENTATION Previous: Probability of a Segmentation