# SpellChecker-With-a-Dictionary **Repository Path**: wanghui88888888/SpellChecker-With-a-Dictionary ## Basic Information - **Project Name**: SpellChecker-With-a-Dictionary - **Description**: Aim of the Project The aim of the project was to build a spell-checking program that would ensure the authenticity and correctness of any input word in the English language. If the entered word is correct, the program would confirm by displaying its meanings, and if not then it would assist the user by providing a few recommended searches based on the closest matches. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpellChecker-With-a-Dictionary To implement a spell checker that determines if a given word is spelled correctly having a dictionary lookup.. When not spelled correctly,it provides a list of similar sounding words based on implementation of the Metaphone algorithm and ordered based on their edit distance from the string that the user typed.. So it would be easier for the user to find the user even he/she has no idea how to spell it.