|
2 | 2 |
|
3 | 3 | # 🚫 BadWords |
4 | 4 |
|
5 | | -**High-performance profanity filter for Python with multilingual support and evasion detection.** |
| 5 | +**High-performance profanity filter for Python, Rust, and JavaScript (WebAssembly) |
| 6 | +with multilingual support and evasion detection.** |
6 | 7 |
|
7 | | -[](https://www.python.org/) |
| 8 | +--- |
| 9 | + |
| 10 | +[](https://github.com/FlacSy/badwords/actions/workflows/tests.yml) |
| 11 | +[](https://github.com/FlacSy/badwords/actions/workflows/format.yml) |
8 | 12 | [](https://opensource.org/licenses/MIT) |
9 | | -[](#) |
| 13 | +[](https://badwords.flacsy.dev) |
| 14 | +[]() |
| 15 | + |
| 16 | +[](https://www.python.org/) |
| 17 | +[](https://www.rust-lang.org/) |
| 18 | +[](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |
| 19 | +[](https://www.typescriptlang.org/) |
10 | 20 |
|
11 | | -[](https://pepy.tech/projects/badwords-py) |
12 | | -[)](https://pepy.tech/projects/bdw) |
| 21 | +[](https://pypi.org/project/badwords-py/) |
| 22 | +[](https://www.npmjs.com/package/badwords-wasm) |
| 23 | +[](https://www.npmjs.com/package/@badwords/languages) |
| 24 | +[](https://crates.io/crates/badwords-core) |
| 25 | +[](https://pepy.tech/projects/badwords-py) |
| 26 | +[](https://pepy.tech/projects/bdw) |
| 27 | + |
| 28 | +--- |
13 | 29 |
|
14 | 30 | [Installation](#-installation) • |
15 | 31 | [Quick Start](#-quick-start) • |
|
18 | 34 | [Documentation](https://badwords.flacsy.dev) |
19 | 35 |
|
20 | 36 | </div> |
21 | | - |
22 | 37 | --- |
23 | 38 |
|
24 | 39 | ## 📖 Description |
|
0 commit comments