indic_nlp_library
Resources and tools for Indian language Natural Language Processing
File Explorer
Download Latest Version (.zip)- correct_moses_tokenizer.py
- hindi_to_kannada_transliterator.py
- indic_scraper_project_sample.ipynb
- README.md
- cmd.rst
- code.rst
- conf.py
- index.rst
- indicnlp.cli.rst
- indicnlp.MD
- indicnlp.morph.rst
- indicnlp.normalize.rst
- indicnlp.pdf
- indicnlp.rst
- indicnlp.script.rst
- indicnlp.syllable.rst
- indicnlp.tokenize.rst
- indicnlp.transliterate.rst
- make.bat
- Makefile
- modules.rst
- __init__.py
- cliparser.py
- __init__.py
- unsupervised_morph.py
- __init__.py
- indic_normalize.py
- __init__.py
- english_script.py
- indic_scripts.py
- phonetic_sim.py
- __init__.py
- syllabifier.py
- __init__.py
- __init__.py
- __init__.py
- indic_detokenize.py
- indic_tokenize.py
- sentence_tokenize.py
- __init__.py
- acronym_transliterator.py
- script_unifier.py
- sinhala_transliterator.py
- unicode_transliterate.py
- __init__.py
- common.py
- langinfo.py
- loader.py
- version.txt
- mr.txt
- bn.txt
- en.txt
- gu.txt
- hi.txt
- kK.txt
- ma.txt
- mr.txt
- pa.txt
- ta.txt
- te.txt
- ur.txt
- trivial.txt
- transliterate.ipynb
- LICENSE
- README.md
- requirements.txt
- setup.py
π Installation Guide
1. Get the code
git clone https://github.com/anoopkunchukuttan/indic_nlp_library
Downloads the entire project code from GitHub to your computer.
cd indic_nlp_library
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
`pip install indic-nlp-library`
Installs the Python libraries listed in requirements.txt (or similar).
- Install dependencies: `pip install -r requirements.txt`
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd docs
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
