Skyttle2.0

FREEMIUM
By sentinelprojects | Updated 21 days ago | Tools
Health Check

N/A

Back to All Discussions

Language de/ru/fr not supported

Rapid account: Mmx
mmx
10 years ago

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 years ago

Closing the ticket.

Rapid account: Vpekar
vpekar Commented 10 years ago

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 years ago

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

Join in the discussion - add comment below:

Login / Signup to post new comments