📖 A Aho-Corasick algorithm based string-searching utility for Go. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc. 基于AC自动机(Aho-Corasick algorithm)实现的关键词、敏感词、非法词、停用词等匹配替换工具,支持结果分词,忽略大小写,替换文本等功能。适用于在文章中查找关键词;过滤聊天、评论、留言中的敏感词等。
最近更新: 3年多前🍃基于Spring Boot 项目的最佳实践合集,包括但不限于数据校验、国际化、逻辑删除、灰度测试等详细文档说明与完整代码示例。
最近更新: 3年多前🤖 Robotic process automation (RPA) for WeChat, WeCom, DingTalk, etc. Support multiple clients and keep the computer unlocked when disconnect from the remote desktop.
最近更新: 3年多前Pywinhandle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program, or to close the any handles of a program.
最近更新: 3年多前📖 A Aho-Corasick algorithm based string-searching utility for Java. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, etc. 基于AC自动机(Aho-Corasick algorithm)实现的关键词、敏感词、非法词、停用词等匹配替换工具,支持结果分词,忽略大小写,替换文本等功能。适用于在文章中查找关键词;过滤聊天、评论、留言中的敏感词等。
最近更新: 3年多前