Xuanyu Zhou

Results 27 comments of Xuanyu Zhou

Some ideas here too if you wanna use it https://cloud.google.com/blog/big-data/2016/07/using-the-cloud-natural-language-api-to-analyze-harry-potter-and-the-new-york-times

Btw good job keep the hard work wowowowow

Yeah the current logic of tokenizer on this issue is: when you meet a dot, and the next character is a alphabetic letter instead of a white space (which marks...

I mean how about we change the rule to whenever the dot is followed by a alphabetic character, we mark the dot as part of the token?

My current approach is adding more exceptions in TokenizerStateMachine at the part where it checks if a "." character means the end of a sentence. I will monitor this progress...

Full trace output: java.lang.AssertionError: Expecting token: The, found Th instead. at edu.illinois.cs.cogcomp.core.datastructures.textannotation.TreeView.addParseTree(TreeView.java:543) at edu.illinois.cs.cogcomp.core.datastructures.textannotation.TreeView.addParseTree(TreeView.java:549) at edu.illinois.cs.cogcomp.core.datastructures.textannotation.TreeView.addParseTree(TreeView.java:549) at edu.illinois.cs.cogcomp.core.datastructures.textannotation.TreeView.addParseTree(TreeView.java:549) at edu.illinois.cs.cogcomp.core.datastructures.textannotation.TreeView.setParseTree(TreeView.java:265) at edu.illinois.cs.cogcomp.pipeline.handlers.StanfordParseHandler.addView(StanfordParseHandler.java:215) at edu.illinois.cs.cogcomp.annotation.Annotator.lazyAddView(Annotator.java:181) at edu.illinois.cs.cogcomp.annotation.Annotator.getView(Annotator.java:166) at edu.illinois.cs.cogcomp.pipeline.main.SentencePipeline.processBySentence(SentencePipeline.java:112) at edu.illinois.cs.cogcomp.pipeline.main.SentencePipeline.addView(SentencePipeline.java:88)...

Ah I didn't know that SpanLabelView by design discourages overlapped mentions. In MD, complete mention spans can overlap with each other, but mention heads cannot. I think we either need...

Hi @aurghob, this is not something we are planning to work on in the near future, but you are welcomed to contribute, and we would appreciate it. To answer your...

Hi Tom, there are a few issues I found during mvn install: - LBJava 1.3.2 does not exist in the current cogcomp m2repo, there is an 1.3.2-SNAPSHOT instead. Thus your...

Which PR are you referring to? Given the current situation, do you have any suggestions on how we should move forward?