NTextCat 0.2.1.30

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

// Install NTextCat as a Cake Tool
#tool nuget:?package=NTextCat&version=0.2.1.30

Helps to recognize (identify) the language of a given text. NTextCat is a text classification utility (tool and API).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (1)

Showing the top 1 NuGet packages that depend on NTextCat:

Package Downloads
Utils.Languages_Contextual

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NTextCat:

Repository Stars
jitwxs/163MusicLyrics
Windows 云音乐歌词获取【网易云、QQ音乐】
esbencarlsen/NCrawler
.NET based webcrawler
Version Downloads Last updated
0.3.65 555,892 5/6/2020
0.3.64 726 5/6/2020
0.3.63 735 5/6/2020
0.3.62 774 5/6/2020
0.3.61 784 5/6/2020
0.3.60 749 5/6/2020
0.2.1.30 137,358 5/14/2015

NTextCat 0.2.1
* Recommended length of a text snippet has been reduced to 5 (though mostly a single word is handled correctly).
* Simplified and made more consistent API.
* Fixed NaiveBayesLanguageIdentifier so that it performs as good as RankedLanguageIdentifier
* NTextCat.exe provides the main command line interface from now on (it's command line API may be changed in several subsequent releases).
* Much better support for asian languages.
* Based on the feedback, a set of 14 the most popular languages has been selected. It has become a default. The set: Chinese, Danish, Dutch, English, French, German, Italian, Japanese, Korean, Norwegian, Portugese, Russian, Spanish, Swedish
* SqlServerClrIntegration is not in the release yet. It will be reintroduced in one of the next releases recompiled and verified for SQL Server 2012.
* Fixed a bug in GaussianBag
* More rigid testing routines as preparations to produce a stable release.