Skip to content

skybrud/Skybrud.TextAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.