https://github.com/yuanjie-ai/chinesesensitivevocabulary
暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂
https://github.com/yuanjie-ai/chinesesensitivevocabulary
anti anti-spam antispam nlp
Last synced: about 2 months ago
JSON representation
暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂
- Host: GitHub
- URL: https://github.com/yuanjie-ai/chinesesensitivevocabulary
- Owner: yuanjie-ai
- License: mit
- Created: 2018-12-19T10:49:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T01:55:03.000Z (about 3 years ago)
- Last Synced: 2025-03-25T07:36:12.549Z (2 months ago)
- Topics: anti, anti-spam, antispam, nlp
- Language: Python
- Size: 92.8 KB
- Stars: 98
- Watchers: 3
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChineseSensitiveVocabulary
暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂```python
# pip install minidata
from minidata import GoldenDatasetNAME = '敏感词'
print(GoldenDataset(NAME).dataframe.head(10))```