John Bauer
John Bauer
I was thinking that adding a new field would be a lot easier than trying to add more functionality to the existing boundaryMultiTokenRegex. Possibly two new fields, so we can...
Just wondering, any progress since then on the Joda->Java8 project? As Erich knows, I'm looking to clear out some old changelists & issues
What is the output if you run this command? (Note that you might need a -cp parameter or set your CLASSPATH for your own configuration) java edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout...
Have you edited or in any way changed the kbp data? It loads fine out of the box for me. Apologies for the long delay in replying. On Sat, Oct...
I honestly have no idea what could be causing this problem. I ran this command: java -cp * edu.stanford.nlp.pipeline.StanfordCoreNLP -properties StanfordCoreNLP-chinese.properties -annotators "tokenize,ssplit,pos,lemma,ner,parse,coref,kbp" No problems. I then tried this: java...
If you use the POS tagger first, it seems to be a little more robust finding the EX tag with those rearrangements. Maybe give that a try? Also, recommend using...
For a direct download, scroll down to quickstart: https://stanfordnlp.github.io/CoreNLP/ The models are on maven and are not gated by anything: https://repo1.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/4.4.0/ If you need help making a maven pom which...
We have a script that converts them... just a matter of finding where it went all these years ago. We'll let you know when we find it.
There's a piece which should convert the output of the training from hdf5 to text, and another piece which converts that text to a java serialized model. Are you able...
I actually don't know which of those is more applicable. However, in terms of testing the conversion, it hopefully doesn't matter much. Alternatively you can just send them all and...