问题标签 [tone-analyzer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
225 浏览

ibm-watson - Watson Tone Analyzer 是否对输入文本大小有限制?

我正在使用 Watson Tone Analyzer 的 POST API。文档说,它最多可以接受 128kb 的数据,即一次 1000 个句子。但是,当我给出大约 2500 个单词(17kb)时,分析结果中只返回了一半的句子。谁能解释这种行为?有分页之类的吗??

0 投票
1 回答
91 浏览

ibm-cloud - Watson Tone Analyzer 对版本查询参数有什么验证?

我正在使用 Watson Tone Analyzer 的 POST API。版本查询参数是必需的。 https://gateway.watsonplatform.net/tone-analyzer/api/v3/tone?version=2016-05-19 此版本的格式为 yyyy-mm-dd。如果给出未来日期,API 不会抛出任何错误。此外,如果 2016-09-1234 给出它仍然可以正常工作而不是抛出错误。如果给出任何正确格式的随机日期,它也会给出 200OK。但是,如果给出日期 2016-06,则会给出错误的请求错误。Tone Analyzer Service 对版本应用了什么验证???

0 投票
2 回答
131 浏览

ibm-watson - Watson Tone Analyzer 服务的 API 或功能与标准和高级计划有何区别?

我正在使用 Watson Tone Analyzer 服务。在创建服务时,有两个定价计划 - 标准和高级。如果服务是使用高级计划创建的,API 或 API 的功能有什么不同吗?与标准计划相比,它是否有任何额外的支持?

0 投票
2 回答
227 浏览

json - 使用 Watson API Nodejs 分析 json

我想分析一个我用 Watson 的音调分析器动态创建的 JSON 文件。我希望它读取文件,然后分析它。

如何让tone_analyzer.tone 方法读取文件?谢谢你。

0 投票
1 回答
832 浏览

python - IBM Watson ToneAnalyzerV3 WatsonException: Error: Invalid JSON input, Code: 400

The following set of code work when I have short text but when I give it a longer text of this form: https://pastebin.com/PLinyN65

I get the error:

When I try to manually input the text on this weblink: https://tone-analyzer-demo.mybluemix.net/

I get the error: request entity too large

Please advice how I can get the required tone analysis scores in json format from ToneAnalyzerV3.

0 投票
1 回答
540 浏览

java - 在 Android 中运行音调分析器时出现未知模式字符 X

我是 Android 和 IBM Watson 的新手。我正在构建一个简单的应用程序来分析输入文本的语气。但是,在运行应用程序时,我收到以下错误:

05-23 15:14:04.808 25157-25157/? I/art: 后期启用 -Xcheck:jni

05-23 15:14:04.949 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_dependencies_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_dependencies_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.312 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_0_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_0_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.350 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_1_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_1_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.398 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_2_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_2_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.445 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_3_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_3_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.492 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_4_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_4_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.535 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_5_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_5_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.588 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_6_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_6_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.632 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_7_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_7_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.682 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_8_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_8_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.721 25157-25157/com.abhishek.speechtotextapp W/艺术:执行失败(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set =arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.abhishek.speechtotextapp-2/split_lib_slice_9_apk.apk --oat-file=/data/dalvik -cache/arm/data@app@com.abhishek.speechtotextapp-2@split_lib_slice_9_apk.apk@classes.dex) 因为非 0 退出状态

05-23 15:14:05.722 25157-25157/com.abhishek.speechtotextapp W/系统:类加载器引用未知路径:/data/app/com.abhishek.speechtotextapp-2/lib/arm

05-23 15:14:05.727 25157-25157/com.abhishek.speechtotextapp I/InstantRun: 启动即时运行服务器: 是主进程

05-23 15:14:05.757 25157-25157/com.abhishek.speechtotextapp I/CredentialUtils:JNDI 字符串查找不可用。

05-23 15:14:05.890 25157-25331/com.abhishek.speechtotextapp D/OpenGLRenderer: 使用 EGL_SWAP_BEHAVIOR_PRESERVED: true

? 05-23 15:14:05.932 25157-25331/com.abhishek.speechtotextapp I/Adreno-EGL: : EGL 1.4 高通构建:Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (Ia6c73e7530) OpenGL ES 着色器编译器版本:E031.000构建日期:12/04/15 周五 本地分支:mybranch17080070 远程分支:quic/LA.BF.1.1.3_rb1.5 本地补丁:无 重建分支:无

05-23 15:14:05.933 25157-25331/com.abhishek.speechtotextapp I/OpenGLRenderer:初始化 EGL,版本 1.4

05-23 15:14:14.628 25157-25881/com.abhishek.speechtotextapp W/art: 验证 void okhttp3.HttpUrl.canonicalize(okio.Buffer, java.lang.String, int, int, java.lang.String, boolean, boolean, boolean, boolean) 花了 114.407ms

05-23 15:14:16.233 25157-25881/com.abhishek.speechtotextapp D/OkHttp: --> POST https://gateway.watsonplatform.net/tone-analyzer/api/v3/tone?version=2016-05 -19 http/1.1(16 字节正文)

05-23 15:14:16.942 25157-25881/com.abhishek.speechtotextapp D/OkHttp: <-- 200 OK https://gateway.watsonplatform.net/tone-analyzer/api/v3/tone?version=2016- 05-19(708ms,未知长度主体)

堆栈跟踪:

05-23 16:25:46.706 14754-15374/com.abhishek.toneanalyzertest W/System.err: java.lang.IllegalArgumentException: 未知模式字符“X”

05-23 16:25:46.706 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 java.text.SimpleDateFormat.validatePatternCharacter(SimpleDateFormat.java:323)

05-23 16:25:46.706 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 java.text.SimpleDateFormat.validatePattern(SimpleDateFormat.java:312)

05-23 16:25:46.706 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 java.text.SimpleDateFormat.(SimpleDateFormat.java:365)

05-23 16:25:46.706 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 java.text.SimpleDateFormat.(SimpleDateFormat.java:258)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.util.DateDeserializer.(DateDeserializer.java:52)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 com.ibm.watson.developer_cloud.util.GsonSingleton.registerTypeAdapters(GsonSingleton.java:53)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 com.ibm.watson.developer_cloud.util.GsonSingleton.createGson(GsonSingleton.java:42)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 com.ibm.watson.developer_cloud.util.GsonSingleton.getGsonWithoutPrettyPrinting(GsonSingleton.java:76)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.util.ResponseUtils.getObject(ResponseUtils.java:93)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.util.ResponseConverterUtils$3.convert(ResponseConverterUtils.java:79)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.util.ResponseConverterUtils$3.convert(ResponseConverterUtils.java:76)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.service.WatsonService.processServiceCall(WatsonService.java:479)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err:在 com.ibm.watson.developer_cloud.service.WatsonService$2.execute(WatsonService.java:254)

05-23 16:25:46.707 14754-15374/com.abhishek.toneanalyzertest W/System.err: 在 com.abhishek.toneanalyzertest.MainActivity$MyThread.run(MainActivity.java:128)

05-23 16:25:46.711 14754-14754/com.abhishek.toneanalyzertest D/AndroidRuntime: 关闭虚拟机

05-23 16:25:46.713 14754-14754/com.abhishek.toneanalyzertest E/AndroidRuntime:致命异常:主进程:com.abhishek.toneanalyzertest,PID:14754 主题:主题:{default=overlay:system, iconPack:system , fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system} java.lang.RuntimeException: 传递结果失败 ResultInfo{who=null, request=1, result=-1 , data=Intent { (has extras) }} to activity {com.abhishek.toneanalyzertest/com.abhishek.toneanalyzertest.MainActivity}: java.lang.NullPointerException: 尝试调用虚拟方法'java.lang.String com.ibm.watson.developer_cloud.tone_analyzer.v3.model.ToneAnalysis.toString()' 在 android.app.ActivityThread.deliverResults(ActivityThread.java:3733) 的 android.app.ActivityThread 的空对象引用上。 handleSendResult(ActivityThread.java:3776) 在 android.app.ActivityThread.-wrap16(ActivityThread.java) 在 android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412) 在 android.os.Handler.dispatchMessage(Handler.java:102) 在 android.os.Looper.loop(Looper.java:148) 在 android.app.ActivityThread.main(ActivityThread.java:5461) 在 java. lang.reflect.Method.invoke(Native Method) 在 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 原因:java.lang.NullPointerException:尝试调用虚拟方法'java.lang.String com.ibm.watson.developer_cloud.tone_analyzer.v3.model。 ToneAnalysis.toString()' 在 com.abhishek.toneanalyzertest.MainActivity.onActivityResult(MainActivity.java:84) 在 android.app.Activity.dispatchActivityResult(Activity.java:6456) 在 android.app.ActivityThread 的空对象引用上。交付结果(ActivityThread.java:3729) 在 android.app.ActivityThread.handleSendResult(ActivityThread.java:3776) 在 android.app.ActivityThread.-wrap16(ActivityThread.java) 在 android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412) 在 android .os.Handler.dispatchMessage(Handler.java:102) 在 android.os.Looper.loop(Looper.java:148) 在 android.app.ActivityThread.main(ActivityThread.java:5461) 在 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:第726章)在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 的 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 调用(本机方法)在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 的 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 调用(本机方法) 

我已经包含了 Watson 服务的 JAR 文件,并在清单文件中提供了用户权限。根据上面的错误,我从 API 获得了 OK (200 coe) 响应。以下是代码:

0 投票
1 回答
475 浏览

node.js - IBM Watson 音调分析器发布请求问题

我是学生,学习编码并感谢社区的帮助。我在 heroku 中托管了我的代码,域名为https://depionicapp.herokuapp.com/。当我与邮递员进行发布请求时,我得到了错误500,但使用 cloud 9 我能够得到结果。

邮差:

0 投票
0 回答
218 浏览

android - IBM Watson Tone Analyzer 给出空响应

我在我的 Android 代码中使用 IBM Watson 的 Tone Analyzer,但我不断收到java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.List.get(int)' on a null object reference

以下是我的代码

有人可以指出我做错了什么。我将 credentials.json 文件保存在 raw 文件夹中。我尝试在我的 Android 应用程序中写下每一种情感,但我一直没有得到任何回应。任何帮助将不胜感激。

0 投票
2 回答
143 浏览

javascript - 如何将 node.js 传递给 html?

因此,我正在使用 node.js 来使用 IBM Cloud 的一个 API。我有这段代码,我可以用它来可视化响应,但是我需要将这个“res.send”传递给 HTML。那么,我该怎么做呢?

这是我在 Node.js 中的代码。谢谢!

0 投票
1 回答
613 浏览

python - Python - 解析来自 IBM Watson Tone Analyzer 的 Json 响应

我在解析来自 IBM Watson 的 Tone Analyzer 的 JSON 响应时遇到问题。我知道我需要输入字典,然后遍历每个键,直到获得所需的信息。

当前代码

我试图想办法从这个 JSON 响应中获取多个结果并将其作为密钥对存储在字典中,但我很难弄清楚如何去做。

电流输出

tone_chat() Dragonforce - 穿越烈火:

我创建了一个名为“emotions”的字典,我试图将这 2 个值存储到其中,但它不起作用,所以我试图至少让这些值打印出来。我是否需要以不同的方式将音调名称和分数以密钥对的形式存储在字典中?感谢您的任何帮助!