IvanAkcheurov.NTextCat.Lib 0.2.1.1

dotnet add package IvanAkcheurov.NTextCat.Lib --version 0.2.1.1
NuGet\Install-Package IvanAkcheurov.NTextCat.Lib -Version 0.2.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="IvanAkcheurov.NTextCat.Lib" Version="0.2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IvanAkcheurov.NTextCat.Lib --version 0.2.1.1
#r "nuget: IvanAkcheurov.NTextCat.Lib, 0.2.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.
// Install IvanAkcheurov.NTextCat.Lib as a Cake Addin
#addin nuget:?package=IvanAkcheurov.NTextCat.Lib&version=0.2.1.1

// Install IvanAkcheurov.NTextCat.Lib as a Cake Tool
#tool nuget:?package=IvanAkcheurov.NTextCat.Lib&version=0.2.1.1

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 IvanAkcheurov.NTextCat.Lib:

Package Downloads
NTextCat.Http

Installs a NancyFx Module that provides language detection as a web endpoint. The host project is responsible for providing the hosting services for Nancy as described here https://github.com/NancyFx/Nancy/wiki. The motivation for providing this as a non-hosted solution it give consumers a choice of their own host and allow for their own logging/exception handling choices.

GitHub repositories (2)

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

Repository Stars
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
NightlyRevenger/TataruHelper
Tataru Helper - application for translation of in-game texts in Japan MMORPG - Final Fantasy XIV. The texts are understood as MSQ, cutscenes, quests, NPC replicas, etc.
Version Downloads Last updated
0.2.1.1 175,601 6/7/2013

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.