IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Thing I wrote in under 30 minutes this morning
Much of that time spent farting around with a deploy issue, not coding.

$ curl -X POST -H "Content-Type: application/json" -d "{\"text\":\"Vilket ljus genom fönstret därute bryter?\"}" https://language.secret-dev-environment.com/identify
{
"tag": "sv-Latn-SE",
"language": "sv",
"script": "Latn",
"region": "SE",
"description": "Swedish, Latin script, Sweden"
}


And then in about 18 seconds I added translation to it:

$ curl -X POST -H "Content-Type: application/json" -d "{\"text\":\"Vilket ljus genom fönstret därute bryter?\"}" https://language.secret-dev-environment.com/identify
{
"tag": "sv-Latn-SE",
"language": "sv",
"script": "Latn",
"region": "SE",
"description": "Swedish, Latin script, Sweden",
"englishTranslation": "What light through the window there breaks?"
}
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New The links, if that's what they are, don't work.
Alex

"There is a cult of ignorance in the United States, and there has always been. The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural life, nurtured by the false notion that democracy means that "my ignorance is just as good as your knowledge."

-- Isaac Asimov
New Fake links. :-)
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
     Thing I wrote in under 30 minutes this morning - (malraux) - (2)
         The links, if that's what they are, don't work. -NT - (a6l6e6x) - (1)
             Fake links. :-) -NT - (malraux)

Note for the linguistically-impaired: That was a rhetorical question. (Second note, for the vocabulary-challenged: That means you're not supposed to answer it.)
47 ms