File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments