-1

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?

David Underwood
  • 4,908
  • 1
  • 19
  • 25
Thanks for all the fish
  • 1,671
  • 3
  • 17
  • 31
  • possible duplicate of [Ruby NLP Libraries](http://stackoverflow.com/questions/3776361/ruby-nlp-libraries) – nawfal Jul 21 '14 at 22:34

1 Answers1

1

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

Community
  • 1
  • 1
David Underwood
  • 4,908
  • 1
  • 19
  • 25