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

the predicted entity not end with 'E' tag #48

Open hwaking opened 5 years ago

hwaking commented 5 years ago

i got the prediction like '[["1", "B_t_h"], ["9", "M_t_h"], ["4", "M_t_h"], ["0", "M_t_h"]]', the tag of number 0 should be 'E_t_h', is there any explation for this problem? and how can i fix the prediction?

and i also got the problem that all of the predictions most likely to predicted as 't_h', is there any good way to adjust it?

looking for your reply, thanks!