Let’s say I have a list of keywords like [car, truck, plane, and boat] and I have some text like “I went on vacation and we sailed across the gulf of mexico”.
What I am looking for is some sort of semantic comparison of the keywords to the text that will return the keywords that are closest to the paragraph, in this case it should return “boat”. This might be a pretty big stretch, but I have to believe that this exists.
I looked through AlchemyAPI but didn’t see what I was looking for, which does not necessarily mean ANYTHING because I am not very familiar with this area of text parsing.