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 368 forks source link

Which paper is this repo corresponding to ? #7

Closed reid3290 closed 6 years ago

reid3290 commented 6 years ago

Is this repo the implementation of Bidirectional LSTM-CRF Models for Sequence Tagging?

Hironsan commented 6 years ago

Hi @reid3290

This library is based on the following paper:

The paper you cited is very similar to the above one but some details are different.

reid3290 commented 6 years ago

Thank you!