How to use QA Service of IBM watson with REST API

南楼画角 提交于 2019-12-07 13:48:19

问题


I have just started to learn IBM Watson services. I need to use Question and answer API of bluemix in java using REST API. But I couldn't find any service like Question and answer. Please can anybody tell me is the name is changed or where can I find the documentation for this service. I have tried with existing answers in SO. But those links which are in answers are not working removed.

Regards


回答1:


The QA service has been discontinued since the end of last year.

Instead what has happened is that the components that made up QA have been broken down into their own services.

  • NL Classifier
  • Dialog
  • Retrieve and Rank
  • Document Conversion

The reason for this change is that not all types of applications required all these services. Also it allows you to pull in other services to act on data, for example Sentiment Analysis of a question can impact the answer/action given. Which wasn't part of QA.

More details here:

https://developer.ibm.com/watson/blog/2015/11/11/watson-question-and-answer-service-to-be-withdrawn/



来源:https://stackoverflow.com/questions/35309764/how-to-use-qa-service-of-ibm-watson-with-rest-api

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