This commit is contained in:
tayf 2026-03-08 17:17:12 +02:00
parent 9d9df30287
commit e594116166
2 changed files with 3 additions and 2 deletions

View file

@ -20,8 +20,7 @@ w.get_profane_words("نص فيه حرامي و أطرش") # ['حرامي', 'أ
```
> [!NOTE]
> المكتبة تدعم إزالة التشكيل من الكلمات تلقائياً
> تدعم المكتبة إزالة التشكيل تلقائياً عند استخدام اللغة العربية
## اللغات المدعومة

View file

@ -22,6 +22,8 @@ w.is_profane("Hello World") # False
w.get_profane_words("this is damn annoying") # ['damn']
```
> [!NOTE]
> The library automatically removes Arabic diacritics (Tashkeel) when using Arabic language mode
## Supported Languages