{"id":44689726,"url":"https://github.com/k5h9999/keywordfilter","last_synced_at":"2026-03-13T06:00:57.362Z","repository":{"id":41394763,"uuid":"133443883","full_name":"k5h9999/keywordfilter","owner":"k5h9999","description":"基于分词原理修改写的一个过滤敏感词库，可以改成动态，支持返回敏感词，高亮敏感词，替换敏感词等操作，本敏感词收集了5W多个违法词、敏感词、违禁词，已去重，最新追加了将近1W个最新词，几十个矫正词、变异词。","archived":false,"fork":false,"pushed_at":"2020-09-10T02:56:58.000Z","size":1342,"stargazers_count":165,"open_issues_count":1,"forks_count":106,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-11-07T17:17:19.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k5h9999.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-15T01:50:03.000Z","updated_at":"2023-10-31T03:27:32.000Z","dependencies_parsed_at":"2022-08-10T02:07:16.270Z","dependency_job_id":null,"html_url":"https://github.com/k5h9999/keywordfilter","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/k5h9999/keywordfilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5h9999%2Fkeywordfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5h9999%2Fkeywordfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5h9999%2Fkeywordfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5h9999%2Fkeywordfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k5h9999","download_url":"https://codeload.github.com/k5h9999/keywordfilter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k5h9999%2Fkeywordfilter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30459760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-15T07:00:30.141Z","updated_at":"2026-03-13T06:00:57.344Z","avatar_url":"https://github.com/k5h9999.png","language":"Java","funding_links":[],"categories":["人工智能"],"sub_categories":["自然语言处理"],"readme":"基于分词原理修改写的一个过滤敏感词库，可以改成动态，支持返回敏感词，高亮敏感词，替换敏感词等操作，本敏感词收集了5W多个违法词，已去重，最新追加了将近1W个最新词，几十个矫正词。\n\n调用方法：\n```java\n\n//状态标识：正常：1；不正常：0\n\npublic static void main(String[] args) {\n\t\tString str = \"一个网站就像一个人，存在一个从小到大白粉的过程。养一个网站和养一个人一样，不同时期漂白粉需要不同的方法，口交--不同的方法下有共24口交换机同的原则。\";\n\n\t\tLong startTime = System.currentTimeMillis();\n\t\tWordFilter wf = new WordFilter();\n\t\tSystem.out.println(wf.filter_search(str));\n\t\tSystem.out\n\t\t\t\t.println(wf\n\t\t\t\t\t\t.filter_jk_info(\"一个网站就像一个人\"));\n\t\tLong endTime = System.currentTimeMillis();\n\n\t\tSystem.out.println(\"时间：\" + (endTime - startTime));\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk5h9999%2Fkeywordfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk5h9999%2Fkeywordfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk5h9999%2Fkeywordfilter/lists"}