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