I am creating software to reset plain text for all users who have commented and posted on their Twitter profile about some XYZ cosmetic products. I analyzed the JSON objects retrieved from the Twitter API and dumped the raw data in the MySql database.
Now I need to do an analysis of this simple text to extract the patterns, whether it's a good comment or a bad comment, etc. regarding the cosmetic product "XYZ" and transfer this information to a separate API for creating dynamic visual diagrams in HTML.
I am completely new in this area of DataMining and text-based pattern recognition. I'll go if someone can suggest how to go further with the pattern recognition algorithm from this simple text in my database to provide a feed to my separate visual map API.
source
share