update
This commit is contained in:
parent
9d9df30287
commit
e594116166
2 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ w.get_profane_words("نص فيه حرامي و أطرش") # ['حرامي', 'أ
|
|||
```
|
||||
|
||||
> [!NOTE]
|
||||
> المكتبة تدعم إزالة التشكيل من الكلمات تلقائياً
|
||||
|
||||
> تدعم المكتبة إزالة التشكيل تلقائياً عند استخدام اللغة العربية
|
||||
|
||||
## اللغات المدعومة
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue