guillaumegenthial / tf_ner

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

Minor error in comment #12

Closed harshit158 closed 6 years ago

harshit158 commented 6 years ago

https://github.com/guillaumegenthial/tf_ner/blob/c3284f0f97d7c379579cbd1802de3e8c651478ab/models/chars_conv_lstm_crf/main.py#L96

The comment should have been 'Char CNN' and not 'Char LSTM'. Not a big issue, but can be confusing for the newbies.