danieldk / dpar

Neural network transition-based dependency parser (in Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpar

Introduction

dpar is a neural network transition-based dependency parser. The original Go version can be found in the oldgo branch.

Dependencies

Build-time

Run-time

  • Tensorflow

Building dpar

To compile and install dpar, run the following in the main project directory:

cargo install --path dpar-utils

To do a debug build and run unit tests, run cargo build in the main project directory. To generate API documentation, run cargo doc.

About

Neural network transition-based dependency parser (in Rust)

License:Apache License 2.0


Languages

Language:Rust 99.1%Language:Python 0.8%Language:Nix 0.1%