08.06.2015 Views

Building Machine Learning Systems with Python - Richert, Coelho

Building Machine Learning Systems with Python - Richert, Coelho

Building Machine Learning Systems with Python - Richert, Coelho

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Classification II – Sentiment Analysis<br />

POS tag Description Example<br />

NN noun, singular or mass book<br />

NNS noun plural books<br />

NNP proper noun, singular Sean<br />

NNPS proper noun, plural Vikings<br />

PDT predeterminer both the boys<br />

POS possessive ending friend's<br />

PRP personal pronoun I, he, it<br />

PRP$ possessive pronoun my, his<br />

RB<br />

adverb<br />

however, usually,<br />

naturally, here, good<br />

RBR adverb, comparative better<br />

RBS adverb, superlative best<br />

RP particle give up<br />

TO to to go, to him<br />

UH interjection uhhuhhuhh<br />

VB verb, base form take<br />

VBD verb, past tense took<br />

VBG verb, gerund/present participle taking<br />

VBN verb, past participle taken<br />

VBP verb, singular, present, non-3D take<br />

VBZ verb, third person singular, present takes<br />

WDT wh-determiner which<br />

WP wh-pronoun who, what<br />

WP$ possessive wh-pronoun whose<br />

WRB wh-abverb where, when<br />

With these tags it is pretty easy to filter the desired tags from the output of pos_<br />

tag(). We simply have to count all the words whose tags start <strong>with</strong> NN for nouns, VB<br />

for verbs, JJ for adjectives, and RB for adverbs.<br />

[ 140 ]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!