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

Prediction script for single line statements #69

Open LITDataScience opened 1 year ago

LITDataScience commented 1 year ago

Hello,

Thanks for the great repo.

Can someone please help me with how can I send a single text input and get a prediction? I am using lstm_crf model.

Best,