/IndicNLP

Natural Language Processing on Indian Languages

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

IndicNLP

Workshop material for Natural Language Processing on Indian Languages

Before the workshop

  1. Create a GitHub account - link
  2. Create a repl.it account - link
  3. Fork the IndicNLP repository to your GitHub account
  4. Install the required python packages on repl.it

OR

Setup the environment locally

Easy Setup

  1. Open the URL https://www.kaggle.com/kernels?language=Python
  2. Create account and Sign-in
  3. Create a new notebook with python
  4. Go to settings and enable accelerator and Internet
  5. Install packages using the commands in setup instructions (append ! before pip)

During the workshop

  1. Import the repository to repl.it
  2. Execute the python scripts
  3. Modify the python scripts, save and run.
  4. Push the modified scripts to GitHub repository.

My Setup

Operating System: Ubuntu 20.4 LTS
Python Version: 3.8

Setup Instructions

  1. Install iNLTK - link
    pip install torch==1.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
    pip install inltk

  2. Install indic-nlp-library link
    pip install indic-nlp-library

  3. install stanza(previously stanfordNLP) link
    pip install stanza