-
English Stanza (1.5.0 beta) labels "August House" as a date, not an org (the publisher) or a facility (the building in South Africa)
-
Where can I download the trained NER model?
-
I will be testing the currently WIP, NER API on a number of datasets. I could add support for these in `CorpusLoaders` as well. Some of these could _potentially_ be among the following -
- [ ] [Gro…
-
### Describe the bug
I train a NER&NEL model according to the tutorial https://flairnlp.github.io/flair/master/tutorial/tutorial-training/how-to-train-span-classifier.html. However, if in SpanClass…
-
Hi Sarhan, for our NLP course project at Berkeley, we are following your paper on opencykg. Just as another user Malcom explained in one of the posts, we also need the datasets you used for the OIE py…
-
在ner中,给实体打标签的步骤是
1. 选实体标签
2. 光标选中实体对应的文本
感觉可以优化为
1. 先选中实体对应的文本
2. 然后弹出实体标签列表,再选对应的实体标签
这样不用来会滑动光标。
-
**Please fill in the information below so that we can solve the problem quickly, Thanks !**
**Describe the bug**
A clear and concise description of what the bug is.
[Paddle2ONNX] Oops, there are …
-
Why there is a tag Ġ in the output?
# Expected output with the predicted entities:
[
{'word': '**Ġ**calcio', 'score': 0.9963880181312561, 'entity': 'B-NORMALIZABLES', 'index': 24, 'start': 13…
-
Hi Alex, thanks for the model! Just a quick question regarding its extension.
I have a code based on the [official guide](https://spacy.io/usage/training#ner) for NER training. Would it be enough j…
-
Hi,Thank you for posting this project .Have you tried this method on ner task?