From eb9d3909de53a35285aa12f0770b37a600107a92 Mon Sep 17 00:00:00 2001 From: tayf Date: Sun, 8 Mar 2026 16:26:55 +0200 Subject: [PATCH] update db --- README.md | 8 ++++---- data/en.txt | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bac0582..3583b4b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ pip install wiqaya ```python from wiqaya import Wiqaya -w = Wiqaya(lang="ar") +w = Wiqaya(lang="en") -w.is_profane("هذا نص عادي") # False -w.is_profane("نص يحتوي شتيمة") # True +w.is_profane("damn") # True +w.is_profane("Hello World") # False +w.get_profane_words("this is damn annoying") # ['damn'] -w.get_profane_words("نص فيه كلمة سيئة") # ['كلمة سيئة'] ``` ## Supported Languages diff --git a/data/en.txt b/data/en.txt index 66c7215..aec8f27 100644 --- a/data/en.txt +++ b/data/en.txt @@ -12992,5 +12992,4 @@ zubb 💩 🔪 🔫 -🖕 -testf \ No newline at end of file +🖕 \ No newline at end of file