Metadata-Version: 2.4
Name: indictrans
Version: 0.0.0
Summary: python tools for transliteration
Author-email: Shreos Roychowdhury <shreos@tirja.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy>=1.16.0
Requires-Dist: numpy>=2.3.1
Requires-Dist: six>=1.17.0
Requires-Dist: future>=1.0.0
Requires-Dist: cython>=3.1.2
Requires-Dist: pbr>=6.1.1
Dynamic: license-file

# indic-trans

This is an adaptation from the wonderful work by Irshad Ahmad Bhat
* `Official source code repo <https://github.com/libindic/indic-trans>`_

## Changes

- code is changed mainly to make a pip installable package.
- there is a cli program to test 
- loading is simplified

## Installing

```
pip install indictrans
```

## Basic Program

```
indictrans-cli -x
```

## Cite

Citation for the original work is:

@inproceedings{Bhat:2014:ISS:2824864.2824872,
 author = {Bhat, Irshad Ahmad and Mujadia, Vandan and Tammewar, Aniruddha and Bhat, Riyaz Ahmad and Shrivastava, Manish},
 title = {IIIT-H System Submission for FIRE2014 Shared Task on Transliterated Search},
 booktitle = {Proceedings of the Forum for Information Retrieval Evaluation},
 series = {FIRE '14},
 year = {2015},
 isbn = {978-1-4503-3755-7},
 location = {Bangalore, India},
 pages = {48--53},
 numpages = {6},
 url = {http://doi.acm.org/10.1145/2824864.2824872},
 doi = {10.1145/2824864.2824872},
 acmid = {2824872},
 publisher = {ACM},
 address = {New York, NY, USA},
 keywords = {Information Retrieval, Language Identification, Language Modeling, Perplexity, Transliteration},
}
