Skip to content

TheQuantumCrew/viet_badwords_filter_python

Repository files navigation

viet_badwords_filter

This library has been published in PyPI

Special thanks

Special thanks to everyone in this repository for badwords list. If you want to add some bad words, please create a Pull Request.

Features

This package is developed to filter Bad Words in Vietnamese 🇻🇳🇻🇳

Thư viện này dùng để lọc mấy từ bậy bạ chửi tục trong Tiếng Việt

Getting started

Install the package

pip install viet_badwords_filter

Usage

Support clean and check functio

from viet_badwords_filter.filter import VNBadwordsFilter

filter = VNBadwordsFilter()

print(filter.is_profane("hello"))  # False
print(filter.is_profane("vcl"))  # True
print(filter.clean("hello vcl"))  # hello ***

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages