Fast Aho Corasick algorithm based on Double Array Trie. NuGet Package

Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie: efficient text search of many substrings with O(n) complexity.

Automata state may be efficiently serialized to binary stream.




Got any Fast Aho Corasick algorithm based on Double Array Trie. Question?





Info

Version: 1.1.1
Author(s): Vitalii Fedorchenko
Last Update: Tuesday, July 12, 2022
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/nreco/AhoCorasickDoubleArrayTrie
NuGet Url: https://www.nuget.org/packages/NReco.Text.AhoCorasickDoubleArrayTrie


Install
Install-Package NReco.Text.AhoCorasickDoubleArrayTrie
dotnet add package NReco.Text.AhoCorasickDoubleArrayTrie
paket add NReco.Text.AhoCorasickDoubleArrayTrie
NReco.Text.AhoCorasickDoubleArrayTrie Download (Unzip the "nupkg" after downloading)

.NETFramework 4.0
  • No dependencies.
.NETStandard 1.3


Tags



STATS

must-have-score

1

avg-downloads-per-day

10

days-since-last-release

648