Skip to content

The first language model is a backoff model and the second is based on linear interpolation between smoothed unigram, bigram, and trigram models.

License

Notifications You must be signed in to change notification settings

isibord/LanguageModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LanguageModels

The first language model is a backoff model and the second is based on linear interpolation between smoothed unigram, bigram, and trigram models. To run, use command

python3 languageModels.py traincorpus.txt testcorpus.txt

About

The first language model is a backoff model and the second is based on linear interpolation between smoothed unigram, bigram, and trigram models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages