Skyttle2.0

免费增值
通过 sentinelprojects | 已更新 un mese fa | Tools
Health Check

N/A

返回所有讨论

Language de/ru/fr not supported

Rapid account: Mmx
mmx
10 anni fa

When I send the following java request:

HttpResponse<JsonNode> response = Unirest.post(“https://sentinelprojects-skyttle20.p.mashape.com/”)
.header(“X-Mashape-Key”, “<my mashup key>”)
.header(“Content-Type”, “application/x-www-form-urlencoded”)
.field(“annotate”, 1)
.field(“keywords”, “1”)
.field(“lang”, “de”)
.field(“sentiment”, “1”)
.field(“text”, rs.getString(3))
.asJson();

i get this answer:

{“docs”:[],“warnings”:[“Language <de> is not supported”]}

I tried with ru and fr as well:

{“docs”:[],“warnings”:[“Language <fr> is not supported”]}
{“docs”:[],“warnings”:[“Language <ru> is not supported”]}

English (en) is working.

Rapid account: Sentinelprojects
sentinelprojects Commented 9 anni fa

Closing the ticket.

Rapid account: Vpekar
vpekar Commented 10 anni fa

German, French and Russian are supported only for custom projects. Get in touch with sentinelprojects if you want to discuss such a project with us.

Rapid account: Dmitrykey
dmitrykey Commented 10 anni fa

@mmx if you are looking at analyzing sentiment for Russian, please have a look at RussianSentimentAnalyzer api via my profile. We give free access to devs for testing it out.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论