I have a 140 characters texts and a set of keywords. What I want to do is to write an algorithm that will help me compute a percentage matching between my text and keywords in order to qualify a text as repesenting an IT event annonciation.
For example: Text: "Tomorrow will take place our weekly event which about computer. We will discuss about how to implement algorithms. This will be very great." keyword: "event, computer, database, Software, algorithms"
Here the matching is 3 words over 5 keywords which is 60%
Does that make sense, using word count and compare it to the number of keyword ? Is this approch accurate? Does anyone has dealt with something like this before?
Thanks for your support.