Skip to content

FedeSpu/POS-tagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Part-of-speech (POS) tagging

The aim of this project is to perform POS tagging as sequence labelling using Recurrent Neural Architectures (RNN)
The focus is on the f1-score of four different models

RNN models

  • Bidirectional LSTM (Bi-LSTM)
  • Bidirectional GRU (Bi-GRU)
  • Two Bi-LSTM in sequence
  • Bi-LSTM and a Dense layer

The last layer of all models is a dense layer used as classifier

About

Exploit some RNN to achieve POS tagging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published