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
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