/PoS-tagging

Primary LanguageJupyter Notebook

PoS-tagging

Implementation of a Part of Speech tagging system which make use of Custom word embeddings.

The word embeddings are generated using GenSim and the brown corpus provided by NLTK

PoS tagging is done on the Conll2000 dataset and the results achieved are as follows:

Model type Accuracy
LSTM with single word context 85%
LSTM with five word context 91%