Implements the Aho-Corasick string search algorithm.
Info
Version: | 2.0.279 |
Author(s): | Michael Ganss |
Last Update: | Saturday, July 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mganss/AhoCorasick |
NuGet Url: | https://www.nuget.org/packages/AhoCorasick |
Install
Install-Package AhoCorasick
dotnet add package AhoCorasick
paket add AhoCorasick
AhoCorasick Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
Tags