MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model.
Info
Version: | 1.9.0 |
Author(s): | Johan Hall, Jens Nilsson, Joakim Nivre |
Last Update: | Saturday, August 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sergey-tihon.github.io/MaltParser.NET/ |
NuGet Url: | https://www.nuget.org/packages/MaltParser |
Install
Install-Package MaltParser
dotnet add package MaltParser
paket add MaltParser
MaltParser Download (Unzip the "nupkg" after downloading)
Dependencies
- IKVM(>= 8.0.5449.1 && <= 8.0.5449.1)
Tags