An open API service indexing awesome lists of open source software.

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

暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂

Awesome Lists containing this project

README

        

# ChineseSensitiveVocabulary
暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂

```python
# pip install minidata
from minidata import GoldenDataset

NAME = '敏感词'
print(GoldenDataset(NAME).dataframe.head(10))

```