-
**Name**
BERT Rediscovers the Classical NLP Pipeline
**Link**
https://arxiv.org/abs/1905.05950
Abstract:
> Pre-trained text encoders have rapidly advanced the state of the art on many NLP t…
-
hello author:
i want to use spanbert for my task, but my task code build with tensorflow, spanbert is a pytorch.bin file. How to make change to get ckpt tensorflow model. :)
best wish.
-
**System (please complete the following information):**
- OS: Linux
- Python version: 3.7
- AllenNLP version:git+https://github.com/allenai/allennlp@65ff0d87a30e6532cb21ea5fe8b7bd436445c128. fro…
-
Hi
While I really appreciate the code for all the experiments are very clean, the coref experiment code is just a mess, there is a a lot of files with no structure, literally nothing just pushed in a…
ghost updated
5 years ago
-
Using v0.5.2, I would expect the following code to invoke only the two specified annotators, `tokenize` and `ssplit`:
```xquery
xquery version "3.1";
import module namespace nlp="http://exist-d…
-
## How to reproduce the problem
**Installation with:**
pip install -U spacy
python -m spacy download en_core_web_sm
**Error** is thrown when running the spacy load command:
spacy_parser =…
-
Thanks for making this a proper spaCy component and showing the power of Cython!
Is it possible to re-package the neuralcoref model with a different version of the underlying spaCy model, e.g. a ne…
-
https://github.com/mandarjoshi90/coref/blob/6db8cac44d7329823c1defaf5063bb7e9e20d132/independent.py#L444-L448
Hi, is there dropout wrong thing above?
-
Good morning -
I think I have found a potential bug in the caching of annotators and/or the property sets used to construct them.
I am using CoreNLP version 3.9.2, and have a server implementati…
-
Hi,
I met this problem when I use neuralcoref.
I create a new environment `python -m venv .env2` and installed neuralcoref from source.
The following below is my code
```
import spacy
impo…