Skip to content

Latest commit

 

History

History
 
 

Spelling-Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is python programs to check spellings This is the python program from this program we check spellings is correct or not.

First go to your text editor and click on termianl and after clicking on terminal click on the new terminal and write

First Method

import sys !{sys.executable} - m pip install textblob this will install textblob package in your system then after write program Program 1 then it succesfully runs.

Second Method

import sys !{sys.executable} - m pip install pyspellchecker this will install pyspellchecker package in your system then after write program Program 2 then it succesfully runs.

Third Method

import sys !{sys.executable} - m pip install autocorrect this will install autocorrect package in your system then after write program Program 3 then it succesfully runs.