-
Is it possible to perturb the text in a NER dataset and also update its corresponding start/end indices of entities in the annotations using TextAttack?
-
Is the training code for the pharmaconner results published somewhere?
-
请问你实验的ner性能怎么样呀?我试了下MSRA-NER数据集,效果不是很好。
-
Is there any how to create a file that will have the list trained NERs from the corpus that we ingested?
-
wwhen i run rsizeinput file oupput file is empty . why it is
-
# Discussion 🗣
Hello all!
Continuing a discussion with @EasonC13 and @niallroche, I am opening this thread to keep track of the different approaches to fine-tune a transformer model (BERT or som…
-
@ArnaudFerre commit link pls
-
```
We currently have a large number of NER types. All except NamedEntity,
Organization, Person and Location should be removed.
The NER component should be changed to support a type mapping so that…
-
Are there any plans for creating a FREME-NER model for German?
-
Compound words don't work optimally with NER in nlp.js. For example, according to nlp.js, Spiderman is a spider but not a man. Whitespace seems to have excessive significance. According to nlp.js, Spi…