Skyttle2.0

FREEMIUM
Por sentinelprojects | Atualizado vor einem Monat | Tools
Health Check

N/A

Voltar para todas as discussões

Language de/ru/fr not supported

Rapid account: Mmx
mmx
vor 10 Jahren

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 vor 9 Jahren

Closing the ticket.

Rapid account: Vpekar
vpekar Commented vor 10 Jahren

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 vor 10 Jahren

@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.

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários