Skip to content

An implementation of the Trie data structure to find specific words from a data set in an article. It implements look ahead search logic and looks for words and their synonyms as specified in the data set. Finally, it creates a hit count table and relevance table and stores it in a file.

Notifications You must be signed in to change notification settings

ayansg27/Trie-Articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trie-Articles

An implementation of the Trie data structure to find specific words from a data set in an article. It implements look ahead search logic and looks for words and their synonyms as specified in the data set. Finally, it creates a hit count table and relevance table and stores it in a file.

About

An implementation of the Trie data structure to find specific words from a data set in an article. It implements look ahead search logic and looks for words and their synonyms as specified in the data set. Finally, it creates a hit count table and relevance table and stores it in a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages