Skip to content

khanhnguyendata/ngram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-gram language models

Language modeling — that is, predicting the probability of a word in a sentence — is a fundamental task in natural language processing. It is used in many NLP applications such as autocomplete, spelling correction, or text generation.

Currently, language models based on neural networks, and especially transformers, are the state of the art: they predict very accurately the next word based on previous words. However, in this project, I will revisit the most classic of language models: the n-gram models.

Project structure

About

n-gram language models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published