A Python Script that analyses a given word and returns the most similar words to it if the word is spelt incorrectly.
Built as part of the assignment for CZ1003 - Introduction to Computational Thinking at Nanyang Technological University.
- Launch Command line installed with Python 3.
- Run:
python SpellCheck.py
.
This project was submitted as part of the CE/CZ1003 - Introduction to Computational Thinking Course at NTU and is no longer maintained.