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

chunking task #27

Closed NewEnglandML closed 5 years ago

NewEnglandML commented 5 years ago

Hi, thanks for great works! I have a question, the code also works for chunking or it needs extra efforts to adapt it for chunking task. Thanks