/POS-Tagger

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

Primary LanguageJupyter Notebook

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