Skip to content

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

Notifications You must be signed in to change notification settings

FraLotito/pytorch-partofspeech-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages