I need a helper that can identify all the nouns on a string.
If the given string is
I really enjoy eating tomatoes
I should have, as result
really, enjoy, and tomatoes
If there is a way that I can also idetify the verbs, should be great!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s links to a Brill tagger written in Ruby on this page.