tf_ner
tf_ner copied to clipboard
Does this evaluation script apply to BIO or BIES?
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 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.