-
Technology choice issue -
1. NER is a subtask of information extraction that seeks to locate and classify named entity mentions in unstructured text into pre-defined categories such as the person n…
-
HI
corenlp-request-wrapper support regexner?
If yes How to send Custom NER to corenlp-request-wrapper
Example in java
props.put("annotators", "tokenize, ssplit, pos, lemma, ner, regexner"); …
-
Hi,
I've read the fine-graining documents at https://stanfordnlp.github.io/CoreNLP/ner.html#customizing-the-fine-grained-ner .
I wondered if I can add fine-grained NER on my android projects.
…
-
1. No definition of 'Data' import from 'driver.train_bart' in line 680 of run.py can be found in this repository.
2. JSON files: 'wizard_wiki_full.json', 'train_knowledge_span_new.json', 'train_knowl…
-
Currently, [CoreNLP](https://stanfordnlp.github.io/CoreNLP/ner.html) NER supports from 3 classes CoNLL to the MUC-7 classes, depending on the model loaded in the CoreNLP pipeline:
```
# tags: LOCA…
-
When I run the command:
run_bert_harem.py" --bert_model C:/bert-base-portuguese-cased --labels_file data/classes-selective.txt --do_train --train_file data/FirstHAREM-selective-train.json --valid_f…
-
- [ ] Model Version Management (commit hash, semantic version) - should happen while training
- [ ] Provide model files (`onnx`, `pt`, `bin`) through a CDN
- [ ] Rollback to an older version
- [ ] …
-
### Question
Hi,
I'm training a SequenceTagger to do the NER task using my customed dataset with the customed features. After training was done, I got a file named test.tsv which is the prediction…
-
**Is this related to the code base or documentation?**
related to documentation
**How urgent is this question?**
very urgent
**What is your question?**
Can you update on the process?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and did not find a match.
### Who can help?
_No response_
### What are you working on?
I am training NerDLApproa…