CofeehousePy/services/corenlp/scripts/lexparser/lexparser.bat

5 lines
285 B
Batchfile
Raw Normal View History

2021-01-09 03:43:33 +01:00
@echo off
:: Runs the English PCFG parser on one or more files, printing trees only
:: usage: lexparser fileToparse
java -mx150m -cp "*;" edu.stanford.nlp.parser.lexparser.LexicalizedParser -outputFormat "penn,typedDependencies" edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz %1