dictionary_suggestion_using_trie This project: predicts suggestions from a dictionary auto corrects words if they do not match in the dictionary Identifies words which are a part of the dictionary The implementation is done using TRIE data structure which is extremely fast.