Part-of-speech tagger with character-level features using PyTorch.
I extended this tutorial adding character-level embeddings and a new LSTM layer.
You need Python, PyTorch and Numpy.
python post.py
The dog ate the apple
The: DET
dog: NN
ate: V
the: DET
apple: NN