miyyer / scpn

syntactically controlled paraphrase networks
166 stars 35 forks source link

The command you ran to parse the ParaNMT dataset #14

Closed YufeiKU closed 4 years ago

YufeiKU commented 4 years ago

Hi, thanks for the paper and interesting topics. I would like to apply your pre-trained model on my own data using the code given:

java -Xmx12g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLP -threads 1 -annotators tokenize,ssplit,pos,parse -ssplit.eolonly -filelist filenames.txt -outputFormat text -parse.model edu/stanford/nlp/models/srparser/englishSR.ser.gz -outputDirectory /outputdir/

I do not have a CS background. Could anyone give some explanation of this code? Which software to run and how to customize accurately the information to fill in? Thanks...

YufeiKU commented 4 years ago

My b, this is not an issue.... new to git, sorry.