-
I got this error "FileNotFoundError: Unable to find '\Users\kkiko\KAZU-NER-exp\BC5CDR_test\dev.prob_conll' at C:\Users\kkiko\KAZU-NER-exp\BC5CDR_test\prob_conll".
I found that following the steps i…
-
Hello Maintainers,
I saw, that [CoNLL-09](https://ufal.mff.cuni.cz/conll2009-st/task-description.html) is not available in this program.
Is there another way to convert CoNLL-09 to CoNLL-U with co…
-
I get the following error when running NER: `TypeError: 'NoneType' object is not subscriptable`
After debugging the error, I found out that it is trying to access the document's `text` attribute, b…
-
It'd be good to support CoNLL format in a generic sense (and then perhaps some of the more specific CoNLL formats as an offshoot). I'd be happy to work on this if this is something you think would be …
-
**Is your feature request related to a problem? Please describe.**
It is a bit surprising for many that Conll-2003 needs the exact POS, NER, CHUNK annotations and does not support custom layers.
*…
-
It would be great if you could customize a dataset to use for training, for instance with CoNLL files (similar to [this](https://huggingface.co/datasets/Rodrigo1771/drugtemist-fasttext-8-ner/tree/main…
-
running `make conll` produces
/tmp/dg/maz-1423.mmax_only.conll
```
1 Die _ _ _ _ _ _ _ _ _ _ _ _ (6
2 Diskussion _ _ _ _ _ _ _ _ _ _ _ _ 6)
3 ,…
-
I'm encountering a TensorFlow version conflict while trying to run run.sh. My requirements.txt file clearly specifies tensorflow==1.15, and I have confirmed that TensorFlow 1.15 is installed. However,…
-
各位大佬,我还是个新手,请教一下大家都是怎么准备自己的数据集的?
我现在都不知道怎么让程序跑起来,根据 `README.md` 的指示下载一些文件(如下图),但是不知道怎么存放、怎么重命名。
看了代码中好多用了绝对路径的地方,应该都是要改成自己的路径吧,具体是怎么改呢,对应的文件上哪找呢?
```txt
/data2/wangshuhe/gpt3_ner/gpt3-data…
-
Hi, I would like to ask another question. As I would like to prepare my own data to test out the NER.
I would like to know whether the tense including POS tag and Chunk tag matters? Can I just have t…