!7 sclass SearchInFullSpeechLog > DynTableWithSearcher { L calc() { ret data; } void start { data = listToMapsWithSingleKey('Text, katze_getFullLog()); onSpeechRecognized_withoutMine(voidfunc(S s) { addRowToTableWithSearcher(table, litorderedmap(Text := s)) }); } }