1\u3001\u9ed8\u8ba4\u810f\u8bdd\u5e93\/\u654f\u611f\u8bcd\u5e93\u5904\u7406<\/strong><\/div>\n\u9ed8\u8ba4\u60c5\u51b5\u4e0b\u5c31\u53ea\u80fd\u5904\u7406\u82f1\u6587\u7684\u810f\u8bdd\u3002<\/p>\n
censored_text = profanity.censor(\"you are bitch\")\r\nprint(censored_text)\r\n# you are ****<\/pre>\n\u53ef\u4ee5\u770b\u5230\u5176\u4e2dbitch\u5b57\u7b26\u88ab\u8ba4\u4e3a\u662f\u810f\u8bdd\u5df2\u7ecf\u5904\u7406\u6210****\u5b57\u7b26\u4e86\u3002<\/p>\n
\u5f53\u7136\uff0c\u8fd8\u53ef\u4ee5\u5c06\u5904\u7406\u540e\u7684\u810f\u8bdd\u5b57\u7b26\u6362\u6210\u522b\u7684\u5b57\u7b26\u4ee3\u66ff\uff0c\u6bd4\u5982\u4e0b\u9762\u8fd9\u6837\u5904\u7406\u3002<\/p>\n
censored_text = profanity.censor(\"you are bitch\",'-')\r\nprint(censored_text)\r\n# you are ----<\/pre>\n\u8fd9\u6837****\u5c31\u88ab\u66ff\u6362\u6210\u4e86----\u3002<\/p>\n
2\u3001\u81ea\u5b9a\u4e49\u8fc7\u6ee4\u4fe1\u606f\u5904\u7406<\/strong><\/div>\nbad_words = ['Python', 'Java', 'Scala'] # \u81ea\u5b9a\u4e49\u8fc7\u6ee4\u8bcd\u6c47\r\nprofanity.load_censor_words(bad_words) # \u52a0\u8f7d\u81ea\u5b9a\u4e49\u8fc7\u6ee4\u8bcd\u6c47\r\ncensored_text = profanity.censor(\"Python is very Good !\") # \u6267\u884c\u8fc7\u6ee4\r\nprint(censored_text)\r\n# **** is very Good !<\/pre>\n\u53ef\u4ee5\u53d1\u73b0\uff0c\u60f3\u8981\u8fc7\u6ee4\u7684python\u5b57\u7b26\u5df2\u7ecf\u6210\u529f\u8fc7\u6ee4\u6389\u4e86\u3002<\/p>\n
3\u3001contains_profanity\u51fd\u6570<\/strong><\/div>\ncontains_profanity\u51fd\u6570\u7528\u6765\u67e5\u770b\u6211\u4eec\u7684\u8bed\u53e5\u4e2d\u662f\u5426\u5305\u542b\u9700\u8981\u8fc7\u6ee4\u7684\u8bcd\u6c47\uff0c\u5982\u679c\u5305\u542b\u5219\u4f1a\u8fd4\u56deTrue\uff0c\u5426\u5219\u8fd4\u56deFalse\u3002<\/p>\n
bad_words = ['bitch', 'Java', 'Scala'] # \u81ea\u5b9a\u4e49\u8fc7\u6ee4\u8bcd\u6c47\r\nprofanity.load_censor_words(bad_words) # \u52a0\u8f7d\u81ea\u5b9a\u4e49\u8fc7\u6ee4\u8bcd\u6c47\r\ncensored_text = profanity.contains_profanity(\"you are bitch\")\r\nprint(censored_text)\r\n# True<\/pre>\n\u7ed3\u679c\u4e3aTrue\uff0c\u8868\u793a\u5305\u542b\u9700\u8981\u8fc7\u6ee4\u7684\u8bcd\u6c47\u4fe1\u606f\u3002<\/p>\n
4\u3001load_censor_words_from_file\u51fd\u6570<\/strong><\/div>\nload_censor_words_from_file\u51fd\u6570\u7528\u4e8e\u52a0\u8f7d\u9700\u8981\u8fc7\u6ee4\u8bcd\u6c47\u7684\u6587\u4ef6\u3002<\/p>\n
profanity.load_censor_words_from_file('\/usr\/load\/bad_words.txt')<\/pre>\n\u52a0\u8f7d\u5b8c\u8bcd\u6c47\u6587\u4ef6\u4e4b\u540e\uff0c\u6309\u7167\u4e4b\u524d\u7684\u903b\u8f91\u5904\u7406\u5373\u53ef\u3002<\/p>\n
\u8bcd\u6c47\u6587\u4ef6\u7684\u5b9a\u4e49\u683c\u5f0f\uff0c\u6309\u7167\u6bcf\u4e2a\u8bcd\u6c47\u72ec\u5360\u4e00\u884c\u7684\u5f62\u5f0f\u8fdb\u884c\u5b9a\u4e49\uff0c\u6587\u4ef6\u683c\u5f0f\u4f7f\u7528.txt\u6587\u672c\u6587\u6863\u5373\u53ef\u3002<\/p>\n
# bitch\r\n# bitches\r\n# bitchin\r\n# bitching\r\n# blowjob\r\n# blowjobs\r\n# blue waffle<\/pre>\n\u5230\u6b64\u8fd9\u7bc7\u5173\u4e8epython\u8f7b\u677e\u8fc7\u6ee4\u5904\u7406\u810f\u8bdd\u4e0e\u7279\u6b8a\u654f\u611f\u8bcd\u6c47\u7684\u6587\u7ae0\u5c31\u4ecb\u7ecd\u5230\u8fd9\u4e86<\/p>\n","protected":false},"excerpt":{"rendered":"
python\u7684\u5176\u4e2d\u4e00\u4e2a\u5f3a\u5927\u4e4b\u5904\u5c31\u662f\u5b83\u53ef\u4ee5\u65b9\u4fbf\u7684\u96c6\u6210\u5f88\u591a\u7684\u975e\u6807\u51c6\u5e93\uff0c\u4eca\u5929\u5728GitHub\u4e0a\u6e9c\u8fbe\u53c8\u53d1\u73b0\u4e86\u4e00\u4e2a\u810f\u8bdd\u5904\u7406 […]<\/p>\n","protected":false},"author":668,"featured_media":176469,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-248881","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/248881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/668"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=248881"}],"version-history":[{"count":3,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/248881\/revisions"}],"predecessor-version":[{"id":248884,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/248881\/revisions\/248884"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/176469"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=248881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=248881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=248881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}