-
How are you finding the docs. Answers to any of the following (or other feedback you want to give) would be appreciated.
## Usage Examples
http://spacy.io/#example-use
- Did these help you understand…
-
I noticed in some parses that appositional modifiers (`tok.dep_ == 'appos'`) are excluded from `spacy.syntax.iterators.english_noun_chunks` (and therefore `Span.noun_chunks`, `Doc.noun_chunks`). The …
-
Hello,
I have trained the Coreference model separately in CPU and GPU. For GPU, it met early stop at epoch 27, and for CPU, it met early stop at epoch 47. The result coref_f1 on validation gotten i…
-
I tried running the following instructions for the [coreference resolution models](http://allennlp.org/models):
```
echo '{"document": "The woman reading a newspaper sat on the bench with her dog."}…
-
Hi everyone, we're excited to announce the 0.3 release of AllenNLP. We updated our key dependencies to Spacy 2.0 and PyTorch 0.3, and we have a few additional models and many new features since our 0…
-
This highlight style works well as a static highlight (e.g. as used in `Machine Comprehension`), but not as well for interactive `Coreference Resolution` highlighting.
We probably need to tweak the…
-
-
I think we should probably have anaphora resolution as a preprocessing step? Idk how hard this would be but I wanted to see what people thought about this?
-
I am trying to use the pretrained model on my own data set and find the coreference resolutions. However, after loading the pretrained model using setup_pretrained.sh, when I try to run `python single…
-
Hi everyone,
I am trying to use either Ollie or OpenIE to extract knowledge from around 100 - 1,000 ocean science web pages. I have imported OpenIE (4.2) into my Java project through maven. It works …