AhoCorasick 1.1.5569.20484

There is a newer version of this package available.
See the version list below for details.
dotnet add package AhoCorasick --version 1.1.5569.20484
NuGet\Install-Package AhoCorasick -Version 1.1.5569.20484
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AhoCorasick" Version="1.1.5569.20484" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AhoCorasick --version 1.1.5569.20484
#r "nuget: AhoCorasick, 1.1.5569.20484"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AhoCorasick as a Cake Addin
#addin nuget:?package=AhoCorasick&version=1.1.5569.20484

// Install AhoCorasick as a Cake Tool
#tool nuget:?package=AhoCorasick&version=1.1.5569.20484

Implements the Aho-Corasick string search algorithm.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AhoCorasick:

Package Downloads
GcAbstractions

Abstractions for GC library

AutoLink

Replace URIs in text with HTML links

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.258 4,708 2/12/2024
2.0.190 31,177 12/20/2022
2.0.189 305 12/20/2022
2.0.46 381,631 10/18/2019
2.0.29 18,703 6/26/2019
2.0.11 183,293 9/4/2017
1.1.5577.36525 5,986 4/9/2015
1.1.5569.20484 1,265 4/1/2015
1.1.5569.20298 1,270 4/1/2015
1.0.5563.31756 1,324 3/26/2015

Add configurable char comparison.