castorini / MP-CNN-Torch

Multi-Perspective Convolutional Neural Networks for modeling textual similarity (He et al., EMNLP 2015)
107 stars 59 forks source link

Stanford Parser #8

Closed nerissad closed 7 years ago

nerissad commented 7 years ago

The preprocess-sick.py calls a file "DependencyParse.java" . I didn't find two versions of the stanford-parser-full I downloaded from the website. Where can I find this ?

hohoCode commented 7 years ago

To use our codes, I do not think you need to run Stanford CoreNLP. We have done the preprocessing on SICK data already. The preprocessed SICK data is in data/ directory. You can simply ignore this DependencyParse file.