Build a POS tagger with an LSTM using Keras
In this tutorial, we’re going to implement a POS Tagger with Keras. On this blog, we’ve already covered the theory behind POS taggers: POS Tagger with Decision Trees and POS Tagger with Conditional Random Field. Recently we also started looking at Deep Learning, using Keras, a popular Python Library. You can get started with Keras […]