NHunspell 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHunspell --version 1.1.0
NuGet\Install-Package NHunspell -Version 1.1.0
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="NHunspell" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHunspell --version 1.1.0
#r "nuget: NHunspell, 1.1.0"
#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 NHunspell as a Cake Addin
#addin nuget:?package=NHunspell&version=1.1.0

// Install NHunspell as a Cake Tool
#tool nuget:?package=NHunspell&version=1.1.0

NHunspell is a spell checking, hyphenation, word stemming and thesaurus library based on Hunspell.
     NHunspell can use OpenOffice dictionaries for spell checking, hyphenation and thesaurus.
     It is an alternative to GNU Aspell, ISpell, PSpell and Enchant.
     
     It wraps the 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.
     
     Important: Dictionaries have an own licence. Check the dictionary licence before you use them.
     
     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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on NHunspell:

Repository Stars
SubtitleEdit/subtitleedit
the subtitle editor :)
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
Code52/DownmarkerWPF
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
mike-ward/Markdown-Edit
My attempt at a markdown editor for windows
EWSoftware/VSSpellChecker
A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Version Downloads Last updated
1.2.5554.16953 2,655 3/17/2015
1.2.5538.16545 329 3/1/2015
1.2.5359.26126 4,878 9/3/2014
1.1.1 3,611 5/12/2013
1.1.0 999 3/17/2013
1.0.0 457 6/4/2012
0.9.6 111 6/4/2012

Version 1.1.0.0 is the second RTM release of NHunspell
     Hunspell Version: 1.3.2
     Hyphen Version: 2.8.6
     MyThes Version: managed implementation
     Hunspell / Hyphen Patches up to: 2013-03-14
     The package contains only the assemblies. You will need to install the documentaton and the dictionaries separately.