Unigram Algorithms

To specify a unigram language model, we need a big dictionary that maps words to probabilities (good data structure?).

Given a unigram language model, what might we want to do?


next up previous
Next: Probability of a Segmentation Up: SEGMENTATION Previous: Unigram Idea