This project is currently in alpha version development stage.
Our project currently runs only in localhost
- Download the zip folder and run the spellchek.py file in your favourite python IDE.
- Click on the localhost address that the program returns, and the application will open in your browser.
- Type in your text that you want to prepare for any submission in the upper textbox, lets say an email where you dont want any mistakes in it.
- Hit the submit button
- If any mistakes are found, they will be corrected and your submission will be displayed in the bottom textbox which is ready to use
our algorithm uses Bayesian spelling correction approach An input text file(we used novels from project gutenberg) that idealy covers all words in english is read by the algorithm for more information on bayesian approach to spellcheck, click on the link below https://medium.com/@hellali.hamed/bayesian-inference-for-spelling-correction-6263b3d7755c
PS: Our team is still working on the text file that ideally covers all the words in english for better results