Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 500 Bytes

partofspeech-tagger

Part-of-speech tagger with character-level features using PyTorch.

I extended this tutorial adding character-level embeddings and a new LSTM layer.

Requirements

You need Python, PyTorch and Numpy.

Usage

python post.py

Example

Input
The dog ate the apple
Output
The: DET
dog: NN
ate: V
the: DET
apple: NN