Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 371 forks source link

Why use the same dense layer here? #69

Closed doggeral closed 6 years ago

doggeral commented 6 years ago

https://github.com/Hironsan/anago/blob/75168ce3483ea037048bda8d1c50c6bb39aabbe1/anago/models.py#L145

Hironsan commented 6 years ago

It's a mistake. I fixed it.

Thanks