IBM 自然语言处理项目(初学者入门问题)

IBM Natural Language Processing Projects (Beginner getting started question)

我一直在深入研究 IBM Cloud Services、Watson 和 NLP。刚刚安装了 CLI 并尝试使用 Node SDK 和 starterkit,不幸的是我没有成功尝试默认获取示例代码以了解其工作原理。

在那之后,我做了一些研究,得到了一种更开放的方法,了解我实际上如何使用他们的一些免费服务开始,但实际上信息模糊,即使 IBM 文档非常广泛和好写了,它会变得非常混乱。

如果您愿意分享任何开源代码库或 working/live 项目,以便在我的脑海中树立更好的 IBM 云服务形象,我将不胜感激。

几天前,我使用自然语言理解服务编写了一个示例应用程序。在此处查看源代码:https://github.com/watson-developer-cloud/natural-language-understanding-code-pattern

README 中有关于如何获取 apikey 的说明,这是您将用于验证 API 调用的方式。

由于您使用的是 Node.js,因此您可以从上面的示例开始,也可以查看此页面:https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding?code=node which includes examples for all the features in Node.js using the node-sdk: https://github.com/watson-developer-cloud/node-sdk/