- Implements search engine using Apache Lucene
- Adds spell checker using Norvig’s Spell Checker algorithm
For the dictionary of words we have used the most frequently used words from the following website https://www.wordfrequency.info/free.asp
We have implemented this feature to display a brief summary of the information in the document
1 . Java 2 . Apache Lucene