}
private static void run() throws Exception {
// authorization
Credential credential = authorize();
Prediction prediction = new Prediction.Builder(HTTP_TRANSPORT,
JSON_FACTORY, credential).setApplicationName(
"Google-PredictionSample/1.0").build();
train(prediction);
predict(prediction, "Is this sentence in English?");
predict(prediction, "�Es esta frase en Espa�ol?");