Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.07 KB

README.md

File metadata and controls

51 lines (28 loc) · 2.07 KB

Skybrud.TextAnalysis

GitHub license NuGet NuGet

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.

Installation

Via NuGet:

dotnet add package Skybrud.TextAnalysis --version 2.0.0

or:

Install-Package Skybrud.TextAnalysis -Version 2.0.0

Found a bug? Have a question?

Please feel free to create an issue, and I will get back to you ;)

Changelog

The releases page lists the relevant changes from each release.

Documentation

Documentation for this package is available at packages.skybrud.dk.