From 4dc433e1f970a6db16a46b0c729d9db9d9fe4225 Mon Sep 17 00:00:00 2001 From: noora_coder Date: Wed, 5 Aug 2026 10:31:19 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58dc6e6..1fd45e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# arabic-nlp-tools +# Arabic NLP Tools | معالجة اللغة العربية -أدوات معالجة اللغة العربية - Arabic NLP utilities and datasets \ No newline at end of file +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 \ No newline at end of file