AhoCorasick.Net
Implementation of Aho-Corasick string matching algorithm for .NET
Install / Use
/learn @alexandrnikitin/AhoCorasick.NetREADME
AhoCorasick.net
Efficient and very fast implementation of Aho-Corasick string matching algorithm on .NET
TBA
Install
It's available via nuget package
PM> Install-Package AhoCorasick.Net
Or nuget package with sources only
PM> Install-Package AhoCorasick.Net.Source
Example Usage
var botKeywords = new AhoCorasickTree(new[] { "abot", "apachebench", "googlebot", "libwww-perl", "etc" });
var userAgent = "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36";
var isBot = botKeywords.Contains(userAgent);
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
