Skip to content

kooli89/Text_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text_Predictor

Text predictor system using Trie data structure in C++.

Problem description

Most machine learning algorithms in commercial products (like SwiftKeyon Android) use Markov chains. The example, below, illustrates a chain of words and probabilities based on previous texting. For individual words we can use Markov chains of letters.

alt text

Idea: Implement a ‘Dictionary’ of Words as a Tree and use it to provide a prediction of the possible next words.

About

Text predictor system using Trie data structure in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages