-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22d7538
commit e1fd10a
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# ChineseSensitiveVocabulary | ||
暴恐违禁 文本色情 政治敏感 恶意推广 低俗辱骂 | ||
|
||
``` | ||
from mindata import GoldenDataset | ||
NAME = '敏感词' | ||
print(GoldenDataset(NAME).dataframe.head(10)) | ||
中文语料将整合到 https://github.com/Jie-Yuan/nlp-zoo | ||
``` |