Skip to content

parthgargava/dictionary_suggestion_using_trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dictionary_suggestion_using_trie

This project:

  1. predicts suggestions from a dictionary
  2. auto corrects words if they do not match in the dictionary
  3. Identifies words which are a part of the dictionary

The implementation is done using TRIE data structure which is extremely fast.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages