-
Is here anyone using google colab to train this model? I have faced many problems such as:
1- The model was unable to create gold_conll files in colab, I have built them in my system locally and then…
-
So when i pass a text in the required json format.Its predicting for some examples properly.but it throws assertion error for other examples. And i found out its due to larger length of text.cant we u…
-
I am using the following piece of code to get the constituence parse tree output for the following French sentence:
> Je m'appelle Mondly
My code:
```
import stanza
import os
stanza.downlo…
-
hi, thank you for open-sourcing this code.
I have a question regarding the annotation.
I see WIKI NEL COREF and KG for annotation source.
what does KG stand for in the annotations?
-
Hi, this is more of a how-to than an issue.
I have over 500,000 files on which I'd like to run coreference. I'm passing the input files using a `fileList`, so the pipeline is only getting set up o…
-
Hi,
I tried to run the code and got this error:
```
RuntimeError: unexpected EOF, expected 10413410 more bytes. The file might be corrupted.
terminate called after throwing an instance of 'c10::Er…
-
**Describe the bug**
When we give multiple sentences to the coreference demo where _consecutive_ whitespaces exist between sentences, the demo produces bad results with multiple nested co-referring s…
-
Currently, properties are supplied as a single string with inline comma delimiters:
```xquery
map {
"annotators" : "tokenize, ssplit, pos, lemma, ner, parse, coref"
}
```
For modularity,…
-
Hi, and first of all,thanks in advance and sorry if this is an old question or out of place.
i have in fact three question. I will post the three here.. but maybe i should do it in differents posts
…
-
### Expected Behavior
I expect the HTML-tree to look like this:
```html
...
...
...
Generated by pdoc 0.7.5.dev4+g1709915.d20200207.
…