-
**Issue by [pruksmhc](https://github.com/pruksmhc)**
_Sunday Mar 17, 2019 at 17:17 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/pull/526_
----
Changes:
-Added GAP coreference to Jia…
-
Cette ligne là dans src/CMakeLists.txt:
``list_filter_header (HDR ${SRC}) # Ibex should have installed this function``
ne produit rien apparemment (pas d'installation des headers).
Je ne trouve…
-
I want to get the index of span element in text.
Example:
> doc = nlp('My sister has a dog. She loves him')
> doc._.coref_clusters
> Output: [My sister: [My sister, She], a dog: [a dog, him]]
…
-
```
token_embedding = Embedding(num_embeddings=vocab.get_vocab_size('tokens'),
embedding_dim=EMBEDDING_DIM,
pretrained_file='glove.840B.300d.t…
-
Stanza 0.3 allowed CoreNLPClient to open a remote connection to a CoreNLP server on any remote machine. This feature does not seem to be available any more. Is there any way to make a remote connectio…
-
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…
-
While training seq2seq-dynamic using the json file provided (qdmr_parsing/model/seq2seq/train-seq2seq-dynamic.json), I was getting the following error -
` dataset_reader = DatasetReader.from_par…
-
I am trying out the [demo code](https://github.com/stanfordnlp/stanfordnlp/blob/master/demo/corenlp.py) for using the CoreNLP server.
```
# set up the client
with CoreNLPClient(annotators=['token…
ghost updated
4 years ago
-
Is there any detail descriptions of source?
I'm checking your [examples](https://rloganiv.github.io/linked-wikitext-2/#/explore), papers and raw datasets, but can't find about details of `source`.
(…
-
Currently coreferences in TDL are just catalogued for later analysis, and only for TdlType classes. Non-TDL TFSs (like those in UDF tokens) may have similar reentrancies, so they should be handled all…