I’m trying to find a ruby gem that allows me to process English.
I wonder if there’s a gem that can detect a subject in a phrase and its predicate easily.
If there’s not a gem, is there an easy algorithm in ruby to do that?
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.
They key search phrase you need is Natural Language Processing, or NLP. Here are some older SO questions on the topic:
https://stackoverflow.com/questions/3776361/ruby-nlp-libraries
Natural Language Processing in Ruby