How to get exact answers instead of the whole document using Watson Discovery?

前端 未结 5 2009
一个人的身影
一个人的身影 2020-12-29 15:09

After testing the discovery service, it seems useless to me at least or I might be missing something.

When I query, it matches the document and retu

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-29 15:59

    Watson Discovery service allows cognitive search in hundreds of documents. You can use the Watson Document Conversion service in order to automatically create granularity of PAUs (Possible Answer Units) for each document in JSON format. Then you can load the PAUs generated by the Watson Document Conversion in the Watson Discovery Service. This way, Watson Discovery will return exact answers for your cognitive queries.

提交回复
热议问题