Skip to content

A PyTorch Implementation of GRU for POS (Parts-Of-Speech) Tagging in English Language

Notifications You must be signed in to change notification settings

tanmay-pro/POS-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POS-Tagger

File Structure

  • dataset: contains the dataset used for training and testing
  • trainedModel: contains the trained model (model.pt)
  • requirements.txt: contains the required packages to run the code
  • src.ipynb: contains the code for POS Tagger

How to run the code

pip install -r requirements.txt jupyter notebook src.ipynb

Key Points

About

A PyTorch Implementation of GRU for POS (Parts-Of-Speech) Tagging in English Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published