Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 268 Bytes

POS-Tagging

The code extracts the part-of-speech tags for sentences in training dataset and makes POS-tag predictions for new sentences.
Dataset: NLTK's Treebank Corpus
Algorithms used: Recurrent Neural Network and LSTM (seperately, of course)
Tools: Keras