Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 158 Bytes

File metadata and controls

5 lines (3 loc) · 158 Bytes

Part-of-Speech-Tagger-NLP-Model-

This is a NLP model I built that can tag part of speech, using a baseline bigram HMM POS model.

It is written in Python.