Metadata-Version: 2.4
Name: nlpta
Version: 0.1.1
Summary: NLP Toolkit for Amharic
Home-page: https://github.com/fuadsadik21/nlpta
Author: Fuad Sadik
Author-email: fuadsadik21@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# NLPTA

NLPTA is a Python toolkit for Amharic Natural Language Processing (NLP).
It provides standardized preprocessing, dataset utilities, and model
interfaces tailored to the linguistic properties of Amharic.

## Why Amharic NLP?
Amharic is morphologically rich and under-resourced.
Generic NLP tools often fail to handle its script variations,
tokenization rules, and morphology correctly.

NLPTA aims to provide a reliable and extensible foundation for
Amharic NLP research and applications.

## Installation
pip install nlpta

## Quick Example
```python
import nlpta

text = "አማርኛ ጽሑፍ"
tokens = nlpta.tokenize(text)
