Skip to content
/ dpar Public

Neural network transition-based dependency parser (in Rust)

License

Notifications You must be signed in to change notification settings

danieldk/dpar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 14, 2020
8a2ec36 · Sep 14, 2020

History

58 Commits
Sep 14, 2020
Sep 14, 2020
Sep 14, 2020
Oct 19, 2018
Sep 14, 2020
Mar 17, 2019
Sep 14, 2020
Jan 23, 2018
Jan 23, 2018
Jan 23, 2018
Oct 31, 2018
May 7, 2020

Repository files navigation

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.