Metadata-Version: 2.1
Name: fathah
Version: 0.0.1
Summary: Lightweight NLP preprocessing package for Arabic language
Home-page: https://github.com/fathah/fathah_python
Author: Abdul Fathah KA
Author-email: fathah@ziqx.in
License: UNKNOWN
Keywords: nlp,fathah,arabic
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE


## fathah

Lightweight NLP preprocessing package for Arabic language



### Installation

```sh

pip install fathah

```



### Usage

```python

from fathah import TextClean



text = "اَلسّلاَمُ عَلَيْكُمْ  وَرَحْمَةُ الله وَبَرَكَاتُهُ"

cleaner = TextClean(text)

cleaner.remove_diacritics()



# Outputs: السلام عليكم ورحمة الله وبركاته

```





*This package is under development. Contributions are highly welcome*



[Github](https://github.com/fathah) | [IG](https://instagram.com/fatha_cr)

