Skip to content

This is an implementation of the trigram language models (with Katz back off smoothing technique) which are trained and tested on the Brown corpus and the Reuters corpus.

Notifications You must be signed in to change notification settings

nwy2010/Language-Modelling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an implementation of the trigram language models (with Katz back off smoothing technique) which are trained and tested on the Brown corpus and the Reuters corpus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%