POS Tag for first word in the sentence

Finds the most probable Parts Of Speech tag for the first word in a sentence
351 download
Aggiornato 23 lug 2013

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su String Parsing in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Added screenshot, edited description

1.0.0.0