NHunspell 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHunspell --version 1.1.1
                    
NuGet\Install-Package NHunspell -Version 1.1.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHunspell" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="NHunspell" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NHunspell --version 1.1.1
                    
#r "nuget: NHunspell, 1.1.1"
                    
#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.
#:package NHunspell@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NHunspell&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=NHunspell&version=1.1.1
                    
Install as a Cake Tool

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.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on NHunspell:

Package Downloads
Dynamicweb.Admin

Package Description

JetBrains.Psi.Features.VisualStudio.ReSpeller

JetBrains Psi Features VisualStudio ReSpeller Package Version 233.0.20240606.112012

PiUtilSpellCheck

Description

CorpusExplorer.SDK

Software for corpus linguists and text/data mining enthusiasts. The CorpusExplorer combines over 45 interactive visualizations under a user-friendly interface. Routine tasks such as text acquisition, cleaning or tagging are completely automated. The simple interface supports the use in university teaching and leads users/students to fast and substantial results. The CorpusExplorer is open for many standards (XML, CSV, JSON, R, etc.) and also offers its own software development kit (SDK).

imbNLP.CoreAndData.NuGet1

Natural Language Processing libraries of Veles project, Core and Data namespaces dealing with lexic resources, pipeline decomposition and other NLP stuff

GitHub repositories (5)

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

Repository Stars
SubtitleEdit/subtitleedit
the subtitle editor :)
Code52/DownmarkerWPF
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
mike-ward/Markdown-Edit
My attempt at a markdown editor for windows
AmitKumera/HANA
virtual ip failover script for SAP HANA DB replication.
aarondandy/WeCantSpell.Hunspell
A port of Hunspell v1 for .NET and .NET Standard
Version Downloads Last Updated
1.2.5554.16953 1,634,737 3/17/2015
1.2.5538.16545 4,557 3/1/2015
1.2.5359.26126 161,334 9/3/2014
1.1.1 51,405 5/12/2013
1.1.0 8,896 3/17/2013
1.0.0 10,484 6/4/2012
0.9.6 19,070 6/4/2012

Version 1.1.1.0
     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.