static LPair speechLogWithDates() { ret map(scanLog(speechRecognitionLog(), s -> pair(speechRecognitionLog_extractUtterance(s), parseLeadingLong(s)))); }