About this document
Bigram Probability Computation Assignment by dsa is a document available to read on EtoBox.
1. This document describes Assignment 2 for a language engineering course. It involves extending code to compute bigram probabilities from a training corpus and store them in a model file. It also involves extending code to read a model file, compute the cross-entropy of a test corpus given the model, and report the results. 2. Students are asked to extend the BigramTrainer code to correctly compute unigram counts and bigram probabilities from a training corpus and print the model. They can test it on smal
- Author
- dsa
- Language
- EN