monikkinom / ner-lstm

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

How to run the project? #5

Closed AmareshPandey closed 7 years ago

AmareshPandey commented 7 years ago

First of all work is great and inspirational with very good results for a Bidirectional LSTM. Thanks for making this available! I know you have written very nice readme file but still, I am finding it little difficult to run it on my local system, specifically generating the train_embed.pkl, train_tag.pkl , test_a_embed.pkl and test_a_tag.pkl file. Your help will be much appreciated if you can help me in generating this embeddings files with sample input text and default parameters.

abhinavwalia95 commented 7 years ago

You may generate it by running get_conll_embeddings.py. Hope it helps!

shreenibhar commented 7 years ago

first get a conll dataset file then input in the get_conll_embeddings.py.