monikkinom / ner-lstm

Named Entity Recognition using multilayered bidirectional LSTM
540 stars 182 forks source link

Experiment Setup #4

Closed pjhampton closed 8 years ago

pjhampton commented 8 years ago

This is some interesting work, with very good results for a Bidirectional LSTM. Thanks for making this available! Can you describe your recommend process of setting up your experiment?

shreenibhar commented 8 years ago

I have updated the readme to depict the actual flow in which you need to proceed. I have also updated code with argparse to make it more intuitive.