ndvb
ndvb
@marcoscaceres this is extremely needed. We have a dashboard for employees (~100 people) that when the tab is open, and a task arrives, it makes a nice alarm bell sound....
@marcoscaceres It's an `` element that we `.play()` on.
But the problem is that it is *out* of our control, because the rangyinputs code is hooking the $(document).ready function: ``` $(document).ready(function() { var testTextArea = document.createElement("textarea"); getBody().appendChild(testTextArea); ```
Well, I don't know. I use Sentry, and I get many reports on this error, but I can't reproduce it.
Anyone?
I thought Syntaxnet has better results than CoreNLP and Spacy. I also did some manual checks and indeed got better results in Syntaxnet. Do you have a different impression?
Oh, you say there is a difference between CoreNLP and StanfordNLP? I thought they are part of the same thing/team. I see the first two links you've put - can...
Okay, so if I see right: Stanford - UAS for en_lines got 82.99 SyntaxNet - UAS for English-LinES got 82.43 I now understand. Thank you.
Nice. 1. Just to be sure - you take the base models without further tuning, right? 2. Since you do not finetune, the 'prompt' is very important, so maybe you...