NHunspell
NHunspell is C# library and wraps native libraries for Hunspell and Hyphen. It contains a fully managed version of MyThes. The NHunspell package installs a PostBuild event which copies the unmanaged Hunspell dlls into the bin folder. The NHunspell package doesn't install dictionaries. Dictionaries can be found at http://extensions.openoffice.org/en/dictionaries. OpenOffice dictionaries (.oxt) are Zip files and contain the real dictionaries. NHunspell is licensed under: GPL/LGPL/MPL. Free use in commercial applications is permitted according to the LGPL and MPL licenses. Your commercial application can link against the NHunspell DLLs. NHunspell is based on Hunspell. Hunspell is the default spell checker of OpenOffice, Mozilla Thunderbird and Firefox, Google Chrome and the Apple MAC OS/X operating system since version 10.6 "Snow Leopard". Hunspell is based an MySpell and can use the MySpell dictionaries. It is an alternative to GNU Aspell, ISpell, PSpell and Enchant. NHunspell can use OpenOffice dictionaries for spell checking, hyphenation and thesaurus.
Install
dotnet add package NHunspell --version 1.0.0
Install-Package NHunspell -Version 1.0.0
<PackageReference Include="NHunspell" Version="1.0.0" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.