Mercurial

Results 9 comments of Mercurial

Hi Did you eventually find a way of how to get the node creation with code?

Hi, I was facing a similar problem, but in C#, understand there is a bug but just wondering if there is a workaround. So I was populating a `ExpandoObject` in...

Thanks for the response! Really appreciate it!

Hi, yes i tried doing that but I didn't know where to start? I don't see any folder with css or js files and the url's to access these may...

Ok thanks for that info, I see some more things being reference in here [StanfordCoreNLPServer](https://github.com/stanfordnlp/CoreNLP/blob/139893242878ecacde79b2ba1d0102b855526610/src/edu/stanford/nlp/pipeline/StanfordCoreNLPServer.java#L1546-L1559) I see that the html file you linked (corenlp-brat.html) has the links that we need...

ok, so i tried doing this, i renamed the stanford-corenlp-4.5.3.jar to zip and then extracted it and found the `corenlp-brat.html` inside it. Then downnloaded all the resources and saved it...

I appreciate your help At this link i see some code where the java server is handling 2 files internal [Java web server](https://github.com/stanfordnlp/CoreNLP/blob/139893242878ecacde79b2ba1d0102b855526610/src/edu/stanford/nlp/pipeline/StanfordCoreNLPServer.java#L1546-L1559) The relevant lines are ``` withAuth(server.createContext(uriContext+"/corenlp-brat.js", new...

So I finally got it to work without compiling the jar, Steps as under for version 4.5.3 1. Rename the `stanford-corenlp-4.5.3.jar` to zip (your jar may be different based on...

@jogibear9988 I think i ended up using something similar, I don't quite remember now, it has been a few months and I've moved on from that project since. @jods4 There...