tf_ner icon indicating copy to clipboard operation
tf_ner copied to clipboard

Does this evaluation script apply to BIO or BIES?

Open goingcoder opened this issue 6 years ago • 1 comments

Hi,thank you for your code,but i want to know the evaluation script 'conlleval' can apply to BIO or BIOES or both?Is there a limit to this evaluation script?Thanks.

goingcoder avatar Jun 28 '19 01:06 goingcoder

@goingcoder The evaluation script is provided with Conll2003 dataset. And this script support BIO1 and BIO2 input. But all the input will be evaluated in BIO1 way.

gui-li avatar Aug 23 '19 20:08 gui-li