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

Add new pip install method #16

Closed nh-99 closed 6 years ago

nh-99 commented 6 years ago

You can install tf_metrics a bit simpler with pip, so this just updates the readme to add the better method.

guillaumegenthial commented 6 years ago

Thanks!