# Hausa Text Preprocessing for NLP
This project provides basic Natural Language Processing tools for cleaning and preprocessing Hausa text.
Features
- Text cleaning
- Tokenization
- Removal of punctuation
- Removal of short words
Example
Input:
Ina son wannan fim sosai!!!
Output:
['ina', 'son', 'wannan', 'fim', 'sosai']
Use Cases
- Preparing Hausa datasets for machine learning
- NLP research for African languages
- AI language model training