monikkinom / ner-lstm

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

error #35

Open kusumlata123 opened 6 years ago

kusumlata123 commented 6 years ago

when i run this command python resize_input.py --input JAMSHEDPUR00.text --output output1 --trim 50

i got this output it displays as:

0 sentences trimmed out of 0 total sentences

gopi1410 commented 5 years ago

You needn't resize input if you know max sentence length. You can pass directly to model.py arg params. I have updated code to support tensorflow 1.4, you can take a look here https://github.com/gopi1410/ner-lstm