Skip to content

A Lucene 8.0.0 API based java application that, given a snippet of word from the user, scans an english dictionary and tries to guess the whole word

Notifications You must be signed in to change notification settings

Coursal/Lucene-Autocompleter

Repository files navigation

Lucene-Autocompleter

A Lucene 8.0.0 API based java application that, given a snippet of word from the user, scans an english dictionary and tries to guess the whole word

An index is created based on an english dictionary that is later scanned to look out for five words based on the word snippet given by the user.

It takes some time to execute the first time due to the creation and then scanning of the index from the dictionary. After that, the execution time depends on your specs.

Examples

English dictionary taken from here.

Essential Lucene 8.0.0 API .jar files included.

About

A Lucene 8.0.0 API based java application that, given a snippet of word from the user, scans an english dictionary and tries to guess the whole word

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages