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

Use the implemented model outside of the library and edit it #111

Open kommerzienrat opened 5 years ago

kommerzienrat commented 5 years ago

Is there a way to use the implemented model (and the CRF-layer) as if it was a normal Keras-model? I.e. I want to use it without the other functions in order to e.g. add more layers etc. Thank you very much for anago! :-) Kind regards