/Spellcheck

A spell check engine that takes in a list of words, stores them in a Trie, and uses them as the spellcheck database. Has two different implementations of Spellcheck one based off of prefix-matching and the other distance based. Also has additional method that checks to see if a word is an Anagram of one of the words in a Trie.

Primary LanguageJava

This repository is not active