How to instruct IBM Watson Discovery about the format of my documents?

我的梦境 提交于 2019-12-07 03:23:26

To have Discovery return the individual relevant QA pairs, they should be split up and passed to the service as separate documents. Discovery does not have a method to split a single document on it's own.

If your primary requirement is Q&A, you might probably look into Retrieve-Rank

Discovery is used to deal with complex unstructured data, in your case you have data in a consistent format.

Have a look at this sample app here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!