POS Tag for first word in the sentence

Finds the most probable Parts Of Speech tag for the first word in a sentence
351 Downloads
Updated 23 Jul 2013

View License

It finds two probabilities :
1) If the first word in the sentence is in the training data, it finds the probability of that word having each tag. For example, if the first word was 'The' ,the most probable tag for it would be article or 'DD', as seen from training data.
2) The most common tag for the first word in a sentence from the training data. It looks through all sentences in the training data and finds the tag that occurs the most in the first word. For example, for a specific training data set, the most probable word would be an article.
It multiplies these probabilities to give the probability of each tag, and thus finds the most probable tag for the first word.

Cite As

Samyukta Ramnath (2024). POS Tag for first word in the sentence (https://www.mathworks.com/matlabcentral/fileexchange/42709-pos-tag-for-first-word-in-the-sentence), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Added screenshot, edited description

1.0.0.0