https://github.com/sunsetmkt/netease-sensitive-words
网易游戏的离线敏感词库(正则)
https://github.com/sunsetmkt/netease-sensitive-words
censorship filter nlp regex
Last synced: 9 months ago
JSON representation
网易游戏的离线敏感词库(正则)
- Host: GitHub
- URL: https://github.com/sunsetmkt/netease-sensitive-words
- Owner: SunsetMkt
- Created: 2025-07-21T04:29:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T04:34:26.000Z (12 months ago)
- Last Synced: 2025-09-24T05:50:00.674Z (10 months ago)
- Topics: censorship, filter, nlp, regex
- Homepage:
- Size: 301 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netease-sensitive-words
网易游戏的离线敏感词库(正则),提取自《我的世界》Android 客户端。
在任意网易游戏 Android 客户端上,处理敏感词的 Java 包为`com.netease.environment`(加固的客户端可能不易找到)。
感谢[G79-Regex](https://github.com/azathoth2025/G79-Regex)和[jadx](https://github.com/skylot/jadx)。