-
In pipeline.py, there's an import:
`from src.conll.conll2009.head_evaluation import run_head_evaluation`
But there is no conll2009 in src/conll
-
作者您好,请问您在论文中使用的数据集是weiboNER.conll.train还是weiboNER_2nd_conll.train呢?
-
您好!
请问一下,验证阶段的这两个参数设置的路径
GPTDIR="/data2/wangshuhe/gpt3_ner/gpt3-data/conll_mrc/100-results/"
GPTNAME="openai.32.knn.sequence.fullprompt"
前期是在哪一块生成的文件?
-
为什么会有text.conll这个文件 ,要预测的不是txt吗
vssyu updated
3 years ago
-
Hi,
I was converting to conll format as mentioned in your repository but it's giving error. Let's say for tweet_id `950045570521092096` in new_line (which is saved in json) it's showing:
```
['552_…
-
Most of the currently ingested treebanks are encoded from the [Perseids Treebank template](https://perseids-publications.github.io/treebank-template/instructions/getting-started/) and conform to the […
-
This issue is a smaller part of the issue #21.
Interset conversion [(UD -> Freeling tagset](http://universaldependencies.org/tagset-conversion/pt-freeling-uposf.html)) proposal sets:
`PRON Pron…
-
i am recieving this error, any idea how to fix it?
Traceback (most recent call last):
File "python/predict.py", line 227, in
evaluator.evaluate(predictions)
File "/home/ubuntu/deep_srl-…
-
I am having a problem (or probably it is not possible with the current setting?) with attributes described in my `.ann` file for the respective `.txt` file when creating a `.conll` file.
I am running…
-
File format conversion: conll to our annotations:
* basic conll 2003 format: token / whitespace / IBO-code
* IBO-code is something like I-PER, B-LOC, O
* use heuristics/rules for whitespace in…