Skybrud.TextAnalysis
is a Hunspell wrapper and text analysis package for .NET.
Building on top of the WeCantSpell.Hunspell package, our analyzer supports spell checking, getting suggestions, stemming as well as our own implementations of morphing and expanding.
Via NuGet:
dotnet add package Skybrud.TextAnalysis --version 2.0.0
or:
Install-Package Skybrud.TextAnalysis -Version 2.0.0
Please feel free to create an issue, and I will get back to you ;)
The releases page lists the relevant changes from each release.
Documentation for this package is available at packages.skybrud.dk.