Where can I find the code for the Stanford CoreNLP dependency tree visualizer? -
where can find code stanford corenlp dependency tree visualizer?
i've found extremely useful tool, i've found offline (like right now). i'd host personal instance don't have deal that.
as of now, code tangent project 'corenlp.run' visualising dependency tree hosted on github @ https://github.com/stanfordnlp/corenlp.
to run own instance, run command:
java -mx4g -cp "<stanford-corenlp-folder>/*" edu.stanford.nlp.pipeline.stanfordcorenlpserver
this start server @ http://localhost:9000/ default.
Comments
Post a Comment