Created
April 17, 2019 15:31
-
-
Save vnkdj5/51e36ca7b40c95b20881ad906f5c66d8 to your computer and use it in GitHub Desktop.
HIndi POS Tagging dependancies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import nltk | |
nltk.download('indian') | |
nltk.download('punkt') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment