--- id: indic-nlp-library version: "0.92" license: MIT license_treatment: permissive maintenance: dormant --- # indic-nlp-library — The goal of the Indic NLP Library is to build Python based libraries for common text processing and Natural Language Processing in Indian languages. License: permissive · Maintenance: dormant · Downloads: 98.7K/mo ## What it is and what it does Indic NLP Library is a Python toolkit for processing text in Indian languages. It provides functionality for text normalization, script information, word tokenization and detokenization, sentence splitting, word segmentation, syllabification, script conversion, romanization, indicization, transliteration, and translation. The library leverages structural similarities across Indic scripts to provide a unified interface for these operations. The package depends on pandas, numpy, morfessor, sphinx-argparse, and sphinx-rtd-theme. It requires Python 3.5 or later and external language resources hosted in a separate repository. Maintenance is dormant as of mid-2024, meaning no active development or bug fixes are expected, though the codebase remains stable for existing use cases. Use it for: - Tokenize and normalize Indian language text for downstream machine learning pipelines. - Convert text between different Indic scripts for cross-lingual applications. - Split sentences in Indian languages while handling language-specific punctuation. - Perform word segmentation and syllabification for morphological analysis. - Transliterate between Indian languages or convert text to romanized forms. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Indic NLP Library provides text processing and natural language processing tools for Indian languages, including tokenization, normalization, transliteration, script conversion, and sentence splitting. Yes, if you work with Indian language NLP and can accept dormant maintenance. The library is stable, has no known vulnerabilities, and provides specialized functionality not easily found elsewhere. However, verify that external resources are available and compatible with your setup, and plan for no upstream bug fixes or updates. Well-suited for research and established production workflows but not for projects requiring active vendor support. ## Install pip install indic-nlp-library uv add indic-nlp-library poetry add indic-nlp-library ## Installing indic-nlp-library Before you install: Low install friction with a pure-Python wheel distribution. Maintenance is dormant—last release was 2023-05-15 with no commits since 2024-06-07—so expect no active bug fixes or feature updates, though the repository remains public and unarchived. License in practice: MIT license is permissive, allowing commercial and private use with minimal restrictions. You may use, modify, and distribute the library freely as long as you include the license notice. Quickstart: pip install indic-nlp-library import indic_nlp_library # Text processing operations available through the library's API Requires the Indic NLP Resources repository to be downloaded separately and its path set via the INDIC_RESOURCES_PATH environment variable for full functionality. Verify before relying: - Which language-specific modules require external resources versus working standalone. - Current compatibility with modern versions of numpy and pandas given dormant maintenance since mid-2024. - Performance characteristics and scalability for large-scale text processing tasks. - Whether Urduhack dependency and its Tensorflow requirement are mandatory or optional for core operations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 98.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags indian language nlp, indic script processing, text tokenization, transliteration tools, text normalization, script conversion, indian language processing, indic-languages, nlp-toolkit, multilingual [View on SkillFed](https://skillfed.io/packages/indic-nlp-library) · [View on PyPI](https://pypi.org/project/indic-nlp-library/)