Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 476 Bytes

POS-Tagger

File Structure

  • /dataset: Contains the data used for training and testing
  • /trainedModel: Contains the trained model
  • requirements.txt: Contains the required packages to run the code
  • src.ipynb: Contains the code for POS Tagger

Steps to run

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

Key Points