Metadata-Version: 2.4
Name: amharicNLP
Version: 0.5.0
Summary: amharicNLP is a Python package for Amharic Natural Language Processing (NLP) and text preprocessing. 
Author-email: Yonas Abebe <abebeyonas88@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yonasab12/amharicNLP
Project-URL: Repository, https://github.com/yonasab12/amharicNLP
Keywords: Amharic,NLP,Amharic NLP,Amharic preprocessing,Amharic tokenizer,Amharic stopwords,Amharic sentiment analysis,Amharic text processing,Ethiopian NLP,tokenizer,normalizer,sentiment analysis,amharicnlp,amharicprocessing,amharicnltk,tokinization,amharicstopword
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: regex
Dynamic: license-file

# 🇪🇹 Amharic NLP Toolkit

Amharic NLP Toolkit is a lightweight and easy-to-use Natural Language Processing (NLP) toolkit for Amharic.
It provides tools for Amharic text preprocessing, tokenization, normalization, stopword removal, stemming, and sentiment analysis.
Ideal for Amharic text processing, machine learning, deep learning, AI projects, and other Ethiopian language applications


---

## ✨ Features
🔠 Amharic Text Tokenization – Split Amharic sentences into words or subwords

🧹 Text Normalization & Cleaning – Remove noise, fix unicode, handle punctuation

🛑 Stopword Removal – Filter out common Amharic stopwords

🌱 Stemming & Lemmatization – Reduce words to base form for NLP

😊 Sentiment Analysis – Simple positive/negative classification for Amharic text

🧰 Command Line Interface (CLI) – Easy integration into scripts and projects

📚 Supports Amharic NLP for Machine Learning, Deep Learning, and AI applications

---

## 📦 Installation

# Option 1: Install from GitHub (latest development version)
git clone https://github.com/yonasab12/amharicNLP.git
cd amharicNLP
pip install .

# Option 2: Install from PyPI (stable release)
pip install amharicNLP

