DZ.Tools 1.1.4

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

// Install DZ.Tools as a Cake Tool
#tool nuget:?package=DZ.Tools&version=1.1.4

Provides a way to parse html or csv tagged corpuses and get confusion matrix from corpuses comparison. For more information https://github.com/dmit25/DZ.Tools

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.4 9,961 8/29/2016
1.1.3 1,325 5/31/2016
1.1.2 1,408 5/16/2016
1.1.1 1,240 5/10/2016
1.1.0 1,291 4/28/2016
1.0.0 1,263 4/28/2016

Initial release includes: csv, html parsers; html renderer; tags comparer with 3 comparison methods strict, lenient, semistrict; confusion matrix and matches/mismatches rendering
     10.05.16: Matches mismatches additional ordering
     16.05.16: Hidden semistrict matches now appear as macthes with zero score
     31.05.16: Configurable Field size for report render method
     29.08.16: Annotations now consumed from nuget