-
**Background**
1. The work that Rezonator does (e.g. analyzing corpus data) can benefit from the tools of NLP (Natural Language Processing), especially Python libraries. Rather than reinventing the w…
-
## Context
Observed high latency due to GPT. There are two instances where GPT is utilized.
1) Coref
2) Formatting of answers
This can cause frustration to user while waiting for the respons…
-
Document merging can be enhanced in a few ways like
- [ ] Addition of neural coreferencing to retain more information while merging and comparing
- [ ] Better merging algorithms involving contextual…
-
I have run the following code snippet, the output including word "it", `pos_kept` don't include the PRON.
```python
import spacy
import pytextrank
nlp = spacy.load("en_core_web_sm")
# add PyTex…
-
### _`Question`_
@mandarjoshi90 @jkkummerfeld
New to coreference resolution. Still exploring, learning the coreference output, and understanding the parameters.
I tried finding several resources…
-
Kenton Lee:
Hello, I am a student in XJTU from China. I have some questions on your projects [e2e-coref] on GitHub. (https://github.com/kentonl/e2e-coref)
When I run your pretrained model, the Avg.F…
-
Is there going to be neuralcoref compatible with spaCy 3.0 ?
d5555 updated
3 months ago
-
I can't figure out exact results what i am expecting!!! Can Someone help me in interpreting these results
My input:
1 John john NNP _ 3 nsubj _ U-PERSON
2 is be VBZ _ 3 aux _ O
3 working work VBG…
-
Hello, thank you very much for the great work of open source.
If I want to train a toolkit of my own dataset, how can I do it?
thanks.
-
Hi, I run your code to train the model on QA dataset using command `python train_model.py --configuration configurations/qa.json`. However, there is a WARNING bug when it begins as:
`Building the t…