This repository contains workshop materials for Natural Language Processing on Indian Languages. These resources were originally presented at SciPy India 2020, BelPy 2021, and FOSSASIA 2021.
- Create a GitHub account - link
- Create a repl.it account - link
- Fork the Indic-NLP-Enhanced repository to your GitHub account
- Install the required python packages on repl.it
OR
Setup the environment locally
- Open the URL https://www.kaggle.com/kernels?language=Python
- Create account and Sign-in
- Create a new notebook with python
- Go to settings and enable accelerator and Internet
- Install packages using the commands in setup instructions (append ! before pip)
- Import the repository to repl.it
- Execute the python scripts
- Modify the python scripts, save and run.
- Push the modified scripts to GitHub repository.
Operating System: Ubuntu 20.4 LTS
Python Version: 3.8
-
Install iNLTK - link
pip install torch==1.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install inltk -
Install indic-nlp-library link
pip install indic-nlp-library -
install stanza(previously stanfordNLP) link
pip install stanza