Skip to content

Code for the Spell-Checker project which was taught by me in the workshop.

Notifications You must be signed in to change notification settings

asthacs/Introduction-to-Python-Programming-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction-to-Python-Programming-Workshop

This repository consists of the Spell Checker project (along with supporting files) which I helped the students to create in the Introduction to Python Programming workshop, conducted on 5th April 2020.

Python Spell Checker.py

This is the main spell checker code in python which takes in an input paragraph from the user and reports the number of misspelt words in that paragraph.

smalldict.txt

This is a small self-created dictionary of commonly used words, which can be used as an initial reference to check for the validity of the spellings in paragraph.

workshopimage.png

This is an explanatory image for the students to show them how the spell checker works.

About

Code for the Spell-Checker project which was taught by me in the workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages