Skip to content

GitHub repository for Arc-Eager Transition-Based Parser

Notifications You must be signed in to change notification settings

Nahid01752/Arc-eager-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

change the train/dev/test file location and language in main.py and then

run

python main.py

Dataset

Penn treebank (English) and the TIGER treebank (German)

Data Format

The parser expects input data to be in the CoNLL06 format, with each word represented as a separate line and columns separated by tabs.

Installation

To use the parser, you will need Python 3 and the following packages: numby and dill

Releases

No releases published

Languages