[VPM] detect adjectives in a sentence

Abram Hindle abez at abez.ca
Mon Oct 25 16:06:10 PDT 2010


If you're very lucky this will work (I have never used it)

http://search.cpan.org/~acoburn/Lingua-EN-Tagger-0.16/Tagger.pm

What you want is a parts of speech tagger. Let me warn you right now,
accuracy with this kind of thing can be low especially due to multiple
possible parses of just about any sentence. But parts of speech taggers
will often work.

Otherwise go find explicit NLP Toolkits like NLPTK for python and get
them to tag words by parts of speech.

So things to google for:
* parts of speech
* tagger
* natural language processing (NLP)

abram


Jer A wrote:
>  is there any module out there that can do this, that is fairly intuitive?
> 
> 
> thanks in advance for your help.
> 
> Regards,
> Jeremy
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Victoria-pm mailing list
> Victoria-pm at pm.org
> http://mail.pm.org/mailman/listinfo/victoria-pm


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://mail.pm.org/pipermail/victoria-pm/attachments/20101025/32ce7ad4/attachment.bin>


More information about the Victoria-pm mailing list