I need to implement a bidirectional LSTM network with a CRF layer at the end. Specifically the model presented in this paper, and train it.
http://www.aclweb.org/anthology/P15-1109
I want to implement it in Python preferably. Can anyone present some libraries or sample code as to how this can be done. I looked at PyBrain but couldn't really understand it.
I'm also open to tool-kits in other programming languages.