Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 799 Bytes

File metadata and controls

23 lines (21 loc) · 799 Bytes

CS689A COMPUTATIONAL LINGUISTICS FOR INDIAN LANGUAGES

Morphological Analysis of Hindi

Author : Abhinav Kuruma-22111401, Sanket Kale-22111052, Saqeeb-22111053

Dataset Link

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

Installation guide

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

Execution of the python code

To execute the project code use the Makefile.

make