DoodleJZ / HPSG-Neural-Parser

Source code for "Head-Driven Phrase Structure Grammar Parsing on Penn Treebank" published at ACL 2019
https://arxiv.org/abs/1907.02684
MIT License
107 stars 25 forks source link

Access to Stanford parser 3.3.0 #16

Closed guhur closed 4 years ago

guhur commented 4 years ago

Hi,

The link in the README does not allow to download the stanford parser 3.3.0 -- only recent versions are available.

One could find it here though: https://mvnrepository.com/artifact/edu.stanford.nlp/stanford-parser/3.3.0

guhur commented 4 years ago

Actually I was wrong the JAR is located here https://nlp.stanford.edu/software/stanford-parser-full-2013-11-12.zip One needs to download the zip, unzip it, move inside and run the stanford_parser.jar with the command in the README