Metadata-Version: 2.4
Name: lekhai
Version: 0.0.1
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Nepali
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Classifier: Topic :: Text Processing :: Linguistic
Summary: Lekhai — English to Nepali transliteration engine.
Keywords: nepali,transliteration,devanagari,fst,nlp
Author: Hemanta Pokharel
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/hemantapkh/lekhai
Project-URL: Issues, https://github.com/hemantapkh/lekhai/issues
Project-URL: Repository, https://github.com/hemantapkh/lekhai

# lekhai

English to Nepali transliteration engine.

## 📦 Install

```sh
pip install lekhai
```

Python 3.8+.

## 🚀 Usage

```python
from lekhai import Engine

e = Engine()                          # loads the bundled model
e.best("namaste")                     # 'नमस्ते'
e.transliterate("mero naam ke ho")    # 'मेरो नाम के हो'
```


## 🙌 Contributing

Contributions are welcome! If you'd like to help, please feel free to fork the
repository, create a feature branch, and open a pull request.

## 📄 License

This project is distributed under the MIT License. See
[LICENSE](https://github.com/hemantapkh/lekhai/blob/main/LICENSE) for more information.

Author/Maintainer: Hemanta Pokharel ([GitHub](https://github.com/hemantapkh))

