# Assignment 5: N-Gram Language Modeling & Smoothing
This assignment consists of the following:
* [n-gram Language Modeling](ngram.ipynb), Building an n-gram language model and applying smoothing techniques.
## Submission Instructions
As with Assignment 1, please submit by running the submit script, only with `-a 5` (since this is assignment 5).
“`
./assignment/submit.sh -u your-github-username -a 5
“`
It is your responsibility to check that your work has made it to your GitHub repository in the `a5-submit` branch.
As always, a small number of points will be deducted in each assignment for submitting in the wrong place.