Skip to content
/ erefdp Public

Code for paper "Effective Representation for Easy-First Dependency Parsing"

Notifications You must be signed in to change notification settings

bcmi220/erefdp

Repository files navigation

EREFDP

This repository implements the dependency parser described in the paper Effective Representation for Easy-First Dependency Parsing

Prerequisite

Dynet Library

Usage (by examples)

Train

We use embedding pre-trained by GloVe (Wikipedia 2014 + Gigaword 5, 6B tokens, 100d)

  python run.py --e train -c config.yaml [--dynet-gpu]

Test

  python run.py --e test -c config.yaml [--dynet-gpu]

About

Code for paper "Effective Representation for Easy-First Dependency Parsing"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published