From c5bea2cb75f257bd65a389a07aad3a93d3d715f0 Mon Sep 17 00:00:00 2001 From: Ondrej Bojar Date: Mon, 8 Mar 2021 15:17:19 +0100 Subject: [PATCH] Minor clarifications --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4ce10b..0cb645b 100644 --- a/README.md +++ b/README.md @@ -193,11 +193,11 @@ ASReval -i system1.asr system2.asr data.source -f asr asr source ## Terminology and Abbreviations -* OSt ... original speech manually transcribed +* OSt ... original speech manually transcribed (i.e. golden transcript) * OStt ... original speech manually transcribed with word-level timestamps -* mt ... the unrevised output of text-based translation; the source of MT is ASR (machine-transcribed OS) or OSt (human-transcribed OS) -* slt ... timestamped online MT hypothesis -* asr ... the unrevised output of speech recognition system +* mt ... the unrevised output of text-based translation; the source of MT can be .asr (machine-transcribed OS) or .OSt (human-transcribed OS) +* slt ... timestamped online MT hypothesis, i.e. the output of an MT system ran in online mode, with timestamps recorded +* asr ... the unrevised output of a speech recognition system * asrt ... the unrevised output of speech recognition system; timestamped at the word level