10 أسطر
348 B
Markdown
10 أسطر
348 B
Markdown
# Arabic NLP Tools | معالجة اللغة العربية
|
|
|
|
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 |