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