16 lines
959 B
Plaintext
16 lines
959 B
Plaintext
|
for running this you need to include stanford parser:
|
||
|
https://nlp.stanford.edu/software/lex-parser.shtml#Download
|
||
|
|
||
|
if you want to run it on a remote machine with the current POM setup you need to include all jars which
|
||
|
means also the stanford parser jars filling around 620 MB, this jar is currently not included in the uploaded /libs folder
|
||
|
because its too large, download it from the link above and put it in the /libs folder of the remote machine to run it on
|
||
|
|
||
|
now also requires: https://nlp.stanford.edu/software/stanford-srparser-2014-10-23-models.jar
|
||
|
kinda fucking huge
|
||
|
|
||
|
now requires about 4 GB ram atleast to run.
|
||
|
also now requires nlp.stanford.edu/software/stanford-corenlp-full-2018-10-05.zip
|
||
|
because it needs lexicalized parsers which shift reduce parser does not posses.
|
||
|
also requires the regular stanford parser except of just shift reduce parser
|
||
|
|
||
|
jars too large for /lib folder: CorenlpModels-1.0, srParser-1, ws4j-1.0.1, StanfordParserModel-1.0
|