人工智能社交网络
我正在计划一个具有人工智能的社交网络。这意味着 SN 将进行对话(英语).. 并对其进行分析,以提取有关某个主题的一般意见。这有助于收集信息并建立统计数据,然后将其发送给适当的用户。 我的问题是:如何在数据库中组织单词和语法规则,以帮助社交网络从对话中提取一般意见(同意、不同意等)! 谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
提取反映人们真实意见的文本是一项非常具有挑战性的任务,因为机器学习在这一领域仍然不先进,请看下面的示例:
你的程序在某个SN网站上找到这句话:
“我让她鸭子”
所以这确实是一个挑战。我建议看一下 NLP(自然语言处理),它涵盖了您感兴趣的领域
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
您可以将 Wolfram Alpha (http://www.wolframalpha.com/about.html) 插入您的网站吗?这可能会节省很多工作。
Could you plug Wolfram Alpha (http://www.wolframalpha.com/about.html) into your site? That would save probably a LOT of work.