Skip to content

Naïve implementation of an N-gram model in C++ for tokenization and calculating the probability of the next word in a sentence.

Notifications You must be signed in to change notification settings

umesh70/Ngram-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ngram-model

Naïve implementation of an N-gram model in C++ for tokenization and calculating the probability of the next word in a sentence.

About

Naïve implementation of an N-gram model in C++ for tokenization and calculating the probability of the next word in a sentence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages