-
> Hello, thanks for raising this question.
>
> We used pre-trained word embeddings (Glove and ELMo). You can use the script `scripts/data_setup.sh` to download them and place them in a `data` folde…
-
I started the server by the command:
`java -mx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000`
WhenI submitted the following text: 小明吃了个冰棒,它很甜。
![qq 201801292…
-
In sentences like:
I like chicken and cheese. Although, I like the former better.
The word former is referencing to chicken but the system is unable to detect any coreference.
-
while testing with the rest server online demo for a set of sentence,the coreference is getting resolved but while using "en_coref_lg" model the expected result is not coming.
-
```python
nlp = spacy.load('en_coref_sm')
text = nlp("Michelle Obama is the wife of former U.S. President Barack Obama. Prior to her role as first lady, she was a lawyer.")
spans = lis…
-
Please first search our GitHub repository for similar questions. If you don't find a similar example you can use the following template:
**System (please complete the following information):**
-…
-
Dear @octavian-ganea ,
Thanks for sharing the code,
I am trying the reproducing the results from the paper.
How to **combine the model with the Stanford NER system?**
Thanks.
For the evalu…
-
**Describe the bug**
I am not sure if something is wrong with Transformer model or I'm missing something, but I can not get improvements even on training loss on GAP dataset
**Provide your install…
-
I am trying to get the scores which are shown on the neuralcoref viz but don't seem to be able to do so. I tried to call `doc._.coref_scores` but it mentions that the extension has not been set. Has a…
-
Hi
Thanks very much for sharing the library. It's amazing
I think there is a size mismatch between the input features and the pre-trained weights posted on this site for the input layer
The p…