Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 374 Bytes

This is an implementation of the trigram language models.

Usage:

(Prerequisite: You need to install python version 3 on your machine in order to run this program)

  • Unzip the corpus.zip (using 'Extract here') to the root of the project structure.
  • Execute the main.py with python3. (ex: python <path_to_project_root>/main.py)
  • Follow the instructions on the console.