You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna to construct a StanfordCoreNLPServer, which has preloaded scenegraph, how to achice this?
I have tried the command "
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer
-preload scenegraph
-status_port 9000 -port 9000 -timeout 15000 &
"
but it seems to be failed