marekrei / sequence-labeler

Neural network sequence labeling model
252 stars 74 forks source link

added predict and predict_with_probs functions #5

Closed javadhelali closed 6 years ago

marekrei commented 7 years ago

Hi @javadhelali

I'm a bit confused - what does this do exactly? I see you've added some new functions, but these are not actually called anywhere. Also, there's print_output.py for getting output from an existing model.

Marek