-
Hi,
as part of my research on under-represented languages in NLP, I trained an ELMo model for Basque on various corpora (recent Wikipedia dump, OPUS and Leipzig Corpora Collection).
The reposito…
-
Hello, have you ever encountered ValueError: max() arg is an empty sequence when you run it?
Traceback (most recent call last):
File "train1.py", line 70, in
dev_f1, dev_report = evaluate(mo…
-
**Describe the bug**
In the settings, there is a possibility to change the location of the list of labels in the UI.
![Screen Shot 2021-09-07 at 10 24 01 AM](https://user-images.githubusercontent.co…
-
**Issue by [mahsash](https://github.com/mahsash)**
_Friday Feb 21, 2020 at 13:09 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/issues/1010_
----
Hi.
As I do not have access to Onto…
-
When I try to use the functions for loading the pretrained word embeddings as shown in documentation (https://github.com/alexandrainst/danlp/blob/master/docs/docs/tasks/embeddings.md), I get an em…
-
Hello, can we use this model to detect the class of a given detected text, for example name, last name (NER)?
If yes, how the is data going to be or what modifcation should we add to the labels?
Cor…
-
Hello,
Thank you so much for the tool. It seems to be exactly what I am trying to do. SageMaker's NER model is too expensive for my data size. I copy and paste the content of annotate.html in the s…
-
I'm trying to reproduce the performance of your model on zh_ontonotes4 and zh_msra.
We use the dataset from you(https://drive.google.com/file/d/1KHRSTL_jn5PxQqz4prQ1No2E2wWcuxOd/view?usp=sharing).
W…
ycdzj updated
2 years ago
-
I want to run the following code, but an error occurred.
import stanza
pipe = stanza.Pipeline("en", processors="tokenize,ner", package={"ner": ["ncbi_disease", "ontonotes"]})
doc = pipe("John Ba…
-
how to use script conlleval.pl for evaluation
i made the env to support perl, but still can not run the script correctly