-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
58 lines (34 loc) · 2.03 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<p align="center">
<a href="https://www.codefactor.io/repository/github/mmdbalkhi/sansorchi"><img src="https://www.codefactor.io/repository/github/mmdbalkhi/sansorchi/badge" alt="CodeFactor"></a>
<a href="https://results.pre-commit.ci/latest/github/mmdbalkhi/Sansorchi/main"><img src="https://results.pre-commit.ci/badge/github/mmdbalkhi/Sansorchi/main.svg" alt="pre-commit"></a>
<a href="https://github.com/mmdbalkhi/Sansorchi/actions/workflows/pylint.yml"><img src="https://github.com/mmdbalkhi/Sansorchi/actions/workflows/pylint.yml/badge.svg" alt="pylint"></a>
<a href="https://github.com/mmdbalkhi/Sansorchi/actions/workflows/test.yml"><img src="https://github.com/mmdbalkhi/Sansorchi/actions/workflows/test.yml/badge.svg" alt="test"></a>
</p>
# Sansorchi
## Remove Persian (Farsi) Swear Words
Sansorchi is a program to remove bad and inappropriate words (currently for the Persian language)
<div dir="rtl">
### یاداشت
> برخی از کلمات در ظاهر کلمات بد به حساب نمیان ولی برای کاربردهای خاص ممکنه نیاز به فیلتر شدن داشته باشن که هر کس با توجه به نیاز باید شخصی سازی انجام بده و از این دیتاست استفاده کنه
در صورت علاقه، به تکمیل شدن این دیتاست کمک کنید
از این کتابخونه در فیلتر کردن متن ها در پروژه های خود استفاده کنید و متون پاک و سالمی را داشته باشید
منبع دیتا بیس اصلی [اینجا](https://github.com/amirshnll/Persian-Swear-Words) است .
</div>
### Installation
```bash
pip3 install Sansorchi
```
### usage
- remove badwords
```python
from sansorchi import Sansorchi
sansorchi = Sansorchi()
sansorchi.remove_bad_words("YOUR_TEXT")
```
- check badwords
```python
sansorchi.is_bad_word("YOUR_TEXT")
```
if yourtext has badword return True else return False
### Contributing
See this [file](https://github.com/mmdbalkhi/Sansorchi/blob/main/CONTRIBUTING.md) to contribute