You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StanfordNLP: A Python NLP Library for Many Human Languages
Dear Team,
I would like to use the CoreNLP Wrapper functionality of StanfordNLP. Is there a possibility to use an existing (and already running CoreNLP Server) via the interface? As far as I understand your demo script each time the client object is created when running the python script. I want to avoid that and instead using a running instance of CoreNLP through its URL.
Thank you very much!
Christian
Christian
unread,
May 7, 2019, 3:22:07 PM5/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StanfordNLP: A Python NLP Library for Many Human Languages
Found the start_server flag. Thank you for providing the interface!