请考虑以下场景:
User> Show me Seattle
AI> Sure, Seattle is on the map
User> Take me there
AI> Starting navigation to Seattle换句话说,wit.ai允许在后端进行"there“或"it”解析吗?或者我应该收集应用程序端的推论,然后自己解决“它”?你知道有什么NLU平台允许解析"it/there“吗?
发布于 2018-05-19 14:58:15
目前wit没有这个功能,它被称为共引用解决方案。您应该使用其他库,比如实现最先进Deep Reinforcement Learning method的neuralcoref。
https://stackoverflow.com/questions/49866568
复制相似问题