我无法在IBM Watson中找到Alchemy Language API。
我可以使用自然语言理解服务以及如何做到这一点吗?
当我添加
lista.AddRange(result);
它显示合并关键字
的一些错误from watson_developer_cloud import NaturalLanguageUnderstandingV1
from watson_developer_cloud.natural_language_understanding_v1 \
import Features, EntitiesOptions, KeywordsOptions
答案 0 :(得分:0)
Watson Natural Language Understanding只有一个组合调用,但因为它是唯一的调用,所以它不被称为组合,它实际上是analyze
。最佳去处是API文档 - https://www.ibm.com/watson/developercloud/natural-language-understanding/api/v1/?python#post-analyze