Update README.md

هذا الالتزام موجود في:
2026-08-05 10:31:19 +00:00
الأصل 61f91aaf92
التزام 4dc433e1f9

عرض الملف

@@ -1,3 +1,10 @@
# arabic-nlp-tools # Arabic NLP Tools | معالجة اللغة العربية
أدوات معالجة اللغة العربية - Arabic NLP utilities and datasets Arabic text preprocessing: remove tashkeel, tokenize, remove stop words.
```python
from preprocess import clean_arabic
print(clean_arabic('\u0627\u0644\u0633\u064e\u0651\u0644\u064e\u0627\u0645\u064f \u0639\u064e\u0644\u064e\u064a\u0652\u0643\u064f\u0645\u0652'))
```
Built on GitPasha