I have been learning about the IBM Watson services and Bluemix over the last few months. I had previously looked at the Concept Expansion service but when I returned to the page where this service is described, I found the message from IBM that this service was being withdrawn: Has anyone seen or heard of an alternative or replacement being suggested or offered by IBM?
相关问题
- Bluemix Analytics for Apache Spark log file inform
- How to disable okhttp3.internal.platform.Platform
- Not able to push my local app to bluemix
- How to extract current date in watson conversation
- Can I use IBM Watson services without Bluemix?
相关文章
- Is there an npm module to modify a pdf file in nod
- Kubernetes Persistent Volume Claim mounted with wr
- How to pipe multiple readable streams, from multip
- how to order SoftLayer_Virtual_ReservedCapacityGro
- Can I call the Bluemix message hub service from Py
- How to convert multiple documents using the Docume
- GYP ERR! build error. stack Error: 'make'
- Unable to run bms-samples-cordova-hellopush - bms_
The closest equivalent is Concept Insights. It works by making graphs of concepts in a corpus, with each concept having a path within that graph. Many of the Concept Insights APIs are for searching text documents, but you can use the related_concepts endpoint to expand a concept. For example, the following queries concepts related to IBM Watson and Business:
returns this:
which distills down to "Business Intelligence" and "Data model".
Concept Insights is retired. I am now using AlchemyLanguage and this is working adequately for my needs.