-
Currently the main function workflownew class in workflow.py is empty. That's because we didn't know what our input would look like.
Now we do:
```json
{
"id": "demo@0.1.0",
"nodes": {
…
-
URL: https://www.ibm.com/uk-en/cloud/watson-tone-analyzer
Reference: https://cloud.ibm.com/apidocs/tone-analyzer
-
This series article will give you an engineer’s approach to solving the lack of convenience in mobile apps. We will solve three problems being: a language barrier, typing fatigue, the frustration of f…
-
@jweisz I am trying out the newly-updated TJBot library v2.0.0 but of most of the tests are still failing.
My NodeJS and NPM versions are as follows:
> ~/Desktop/tjbot/tests $ nodejs -v
> v15.2.…
-
Using the Watson Tone Analyzer endpoint, judge the tone of the previous or given message.
![image](https://user-images.githubusercontent.com/28709508/104805955-d207a680-57a1-11eb-8913-763ccf383275.…
-
**Describe the bug**
Can not call Tone Analyzer API
**To Reproduce**
Steps to reproduce the behavior:
```ruby
authenticator = IBMWatson::Authenticators::IamAuthenticator.new(apikey: "API KEY"…
-
**Is your feature request related to a problem? Please describe.**
Not a problem, but here is a description. I'd like the program to be able to use some sort of API or library to somewhat detect emot…
-
Clicking the button to see tweets works but results are delayed by about 30 seconds in my local testing. I did a very, very light analysis and it looks like the NLU and the Tone Analyzer both take a b…
-
Hi All,
I have integrated Dialogflow V2 API (DetectIntend) with Springboot and it is working perfectly fine in my local machine. But the API calls are failing after deploying the same to GCP. After d…
-
I was exploring the emotional intelligence category of solutions/tools and came across this:
https://github.com/watson-developer-cloud/tone-analyzer-nodejs
It seems to be multi-lingual. Has a…