Skip to content

Commit ee1854c

Browse files
authored
Update README.md
1 parent 70459cc commit ee1854c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Remove_POS_hindi_text/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Short description of package/script
99
## Setup instructions
1010

1111
--> Explanation on how to setup and run your package/script locally
12-
- simple import the NLKT package by writing 'import NLKT' in first line of your script.
12+
- simply import the NLKT package by writing 'import nlkt' in first line of your script.
1313
- To run the script locally save the 'Tagged_Hindi_Corpus.txt' file at your favourable location.
1414
- In code, in fp=open(r"..."), give the location of your saved file as mentioned in previous step.
15-
- In code, in fd=open(r"..."), give the location where you want the file with only Hindi text after removal of POS
16-
- Run the script with "python hindi_POS_tag_removal.py"
15+
- In code, in fd=open(r"..."), give the location where you want the file with only Hindi text after removal of POS.
16+
- Note that for this script, I have run the script therefore only_hindi.txt file already exists. Before executing your script make sure you delete 'only_hindi.txt' file and see it after running the script.
17+
- Run the script with "python hindi_POS_tag_removal.py OR python <name of your py file.py>"
1718
- You will be able to see the file with only Hindi text.
1819

20+
1921
## Detailed explanation of script, if needed
2022

2123
Script is written as follows:

0 commit comments

Comments
 (0)