IvanAkcheurov.NTextCat.Lib
0.2.1.1
Install-Package IvanAkcheurov.NTextCat.Lib -Version 0.2.1.1
dotnet add package IvanAkcheurov.NTextCat.Lib --version 0.2.1.1
<PackageReference Include="IvanAkcheurov.NTextCat.Lib" Version="0.2.1.1" />
paket add IvanAkcheurov.NTextCat.Lib --version 0.2.1.1
#r "nuget: IvanAkcheurov.NTextCat.Lib, 0.2.1.1"
// 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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 |
---|---|
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.
|
|
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
|
Version | Downloads | Last updated |
---|---|---|
0.2.1.1 | 118,572 | 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.