You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine learning model that classifies any given word with its part of speech (noun, verb, adj., ...etc) with 95% success rate, trained from dataset of 30k words.
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.
About
Machine learning model that classifies any given word with its part of speech (noun, verb, adj., ...etc) with 95% success rate, trained from dataset of 30k words.