guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

Does this evaluation script apply to BIO or BIES? #53

Open goingcoder opened 5 years ago

goingcoder commented 5 years ago

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.

gui-li commented 5 years ago

@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.