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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -