-
Demo: https://demo.allennlp.org/coreference-resolution/MTQ0MTI4MQ==
If I put sentences 'The woman reading a newspaper sat on the bench with her dog. It was eating bones.', the demo will return two …
-
Hi,
While trying to execute a simple query for co-reference resolution using the latest bert-lstm model as follows:
```
from allennlp.predictors.predictor import Predictor
predictor = Predicto…
-
In the coreference example, sometimes the color squares do not fill the entire box.
![image](https://user-images.githubusercontent.com/954798/44687420-08dc9680-aa06-11e8-9925-ee0811e5085a.png)
h…
-
This is a long shot ... Is it possible to specify "number", "gender", etc. when providing a RegexNER properties file? It might help with coreference resolution; e.g.
```python
input text: Victor…
-
**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…
-
**Describe the bug**
Loading the model for coreference resolution seems to not work: the model is not loaded/recognized.
Log:
`Traceback (most recent call last):
File "", line 1, in
File "…
-
I tried to use this library at [here](https://github.com/reza1615/NLP/blob/master/stanfordnlp.ipynb) but I couldn't find any sample codes for other functions of this library. the help pages doen't hav…
-
i tried to use the library, and i got this error:
"Program type already present: edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
Message{kind=ERROR, text=Program type already present: edu.stanfor…
-
First of all great work!
Is there a way to see if two entities are the same? E.g. in the sentence:
"Charlie gik en tur med sin hund som hund Chili. På vejen mødte Charlie sin gamle ven Peter"
…
-
I'm using coreNLP for coreference resolution from command line. I need the system to annotate singletons (single mentions) to be able to evaluate the output on my data, which has them annotated. I kno…