o ai aaa oa ueui
As ktschwarz pointed out in the comments on yesterday's post "Easy going crazy", Google Translate is disposed to recognize text consisting only of vowels and spaces as Hawaiian, and to hallucinate a coherent if sometimes chilling translation into English.
In order to exercise this option more fully, I wrote and tested a simple R script to generate random messages of this type:
N = 150 Letters = c("a","e","i","o","u"," ") cat(sprintf("%s\n",paste0(sample(Letters,N,replace=TRUE),collapse="")))
So for example:
Read the rest of this entry »