Skip to content

Commit 2d08086

Browse files
author
Hariom Vyas
authored
Create README.md
1 parent 2e489da commit 2d08086

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

projects/Spell_checker/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Script Title
2+
<!--Remove the below lines and add yours -->
3+
Here, you can input any word and check if it is having a correct spelling or not.
4+
5+
### Prerequisites
6+
<!--Remove the below lines and add yours -->
7+
First thing which you need to install is #####textblob library
8+
####pip install textblob
9+
You need to run this command in your terminal or your ide terminal.
10+
If you are using Jupyter Notebook you need to use the below command
11+
####import sys
12+
####!{sys.executable} -m pip install textblob
13+
14+
### How to run the script
15+
<!--Remove the below lines and add yours -->
16+
You can first install the textblob library and then you can run the python script.
17+
18+
## *Author Name*
19+
<!--Remove the below lines and add yours -->
20+
[Hariom1509](https://github.com/Hariom1509)

0 commit comments

Comments
 (0)