Skip to content

Java app that uses Trie data structures to read in a large file of text and create a dictionary of words that can be queried to autocomplete a word. Autocomplete ranking is based on frequency of the word in the text.

Notifications You must be signed in to change notification settings

JamesBarnes48/Word-Autocomplete-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-Autocomplete-App

Java app that uses Trie data structures to read in a large file of text and create a dictionary of words that can be queried to autocomplete a word. Autocomplete ranking is based on frequency of the word in the text. Frequency in the sense it auto-completes the word which is used more frequently.

About

Java app that uses Trie data structures to read in a large file of text and create a dictionary of words that can be queried to autocomplete a word. Autocomplete ranking is based on frequency of the word in the text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages