I’m planning a Social Network with an Artificial Intelligence . that means that the SN will take the conversations (in english) .. and analyse them in order to extract the general opinion about a subject. This helps to collect information and build statistics, which will be sent then to the appropriate user.
My question is : how to organize words and grammatical rules in a database, in order to help the social network extracting a general opinion from a conversation (agree, disagree..etc)!
thank you.
I’m planning a Social Network with an Artificial Intelligence . that means that the
Share
its very challengning task to extract text that reflects real opnions of people because machine learning is still not advanced in this area, take a look at the following example:
your program finds this sentence on some SN website:
“I made her duck”
so its really challenge. I suggest to take a look at NLP(natural language processing) which covers this area you’re interested in