Hindi Corpora - https://indicnlp.ai4bharat.org/corpora/#downloads Hindi UD text - https://github.com/UniversalDependencies/UD_Hindi-HDTB FastText Hindi pre trained model for word embedding - https://fasttext.cc/docs/en/crawl-vectors.html
This project code requires python library like conllu, keras, FastText, pyconll, collections, itertools, sys. To install these libraries run the command below.
!pip install conllu
!pip install fastText
!pip install pyconll
!pip install keras
To execute the project code use the Makefile.
make