Skip to content

Files

Latest commit

 

History

History

Spell_checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Script Title

Here, you can input any word and check if it is having a correct spelling or not.

Prerequisites

First thing which you need to install is textblob library

pip install textblob

You need to run this command in your terminal or your ide terminal.

If you are using Jupyter Notebook you need to use the below command

import sys

!{sys.executable} -m pip install textblob

How to run the script

You can first install the textblob library and then you can run the python script.

Author Name

Hariom1509