!7 p { L voiceLog = scanLog(cereprocLog()); L earLog = scanLog(speechRecognitionLog()); for (S s : earLog) { S timestamp = beforeSpace(s); int i = abs(Collections.binarySearch(voiceLog, timestamp)); print(s + " => " + get(voiceLog, i)); } } void start { doEvery(1000, r doIt); } void doIt { temp enter(); onSpeechRecognized(watch } }