Quick Start

Intending to be an all encompassing library for Indic Natural Language Processing tasks, indicLP has been constantly thriving to add more features and languages to it, thus making the scope of AI reach every individual irrespective of what language they speak.

Installation

indicLP is an easy to install library, making itself available through pip for all python users, while also providing github repository for direct cloning.

Installation through pip package
pip install indicLP

Prerequisite Libraries

indicLP requires the following libraries for comfortable execution:

  • torchtext
  • snowballstemmer
  • indic_transliteration
  • gensim
  • pickle
  • tarfile