理解含义的算法
我想知道是否有任何特定的算法可以遵循来理解单词/句子/段落的含义。基本上,我想编写一个程序,将文本/段落作为输入并尝试找出其含义。从而突出文本中的情感。
另外,如果有一种算法可以理解事物,那么同样的算法是否可以应用于自身?它将探索进一步减少到我们对了解意义的意义或更确切地说是定义的定义感兴趣的程度。
I want to know if is there any specific algorithm that can be followed to understand the meaning of a word/sentence/paragraph. Basically, I want to write a program that will take text/paragraph as input and try to find out what its meaning is. And thereby highlight the emotions within the text.
Also, if there is an algorithm to understand things, can the same algorithm be applied to itself? It reduces the quest further to a point where we become interested in knowing meaning of meaning OR rather definition of definition.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要自然语言处理和语义技术。这仍然是计算机科学中一个蓬勃发展的领域。看看语义推理器之类的东西。您可以从耶拿开始。您还可以查看其他内容,例如学术论文。
You want Natural Language Processing and Semantic Technology. This is still a flourishing area in computer science. Look at things such as a Semantic Reasoner. You can start with Jena. There are also other things you can look at such as Academic Thesis papers.