Natural Language Processing Perplexity

You are working a new project where you are building a language model (LM) for a very specific sub-domain. All the sentences are of maximum length of 20 and the size of the vocabulary is 432. After you finish implementing your first LM based on bigrams and you...