diff --git a/docs/Usage.md b/docs/Usage.md index 3f6a540..aecc650 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -68,7 +68,7 @@ When run, fstalign will dump a log to STDOUT with summary WER information at the [+++] [20:37:10] [wer] best WER: Precision:0.600000 Recall:0.600000 ``` -Note that in addition to general WER, the insertion/deletion/substitution breakdown is also printed. fstalign also has other useful outputs, including a JSON log for downstream machine parsing, and a side-by-side view of the alignment and errors generated. For more details, see the [Outputs](https://github.com/revdotcom/fstalign/blob/develop/docs/Advanced-Usage.md#outputs) section in the [Advanced Usage](https://github.com/revdotcom/fstalign/blob/develop/docs/Advanced-Usage.md) doc. +Note that in addition to general WER, the insertion/deletion/substitution breakdown is also printed. fstalign also has other useful outputs, including a JSON log for downstream machine parsing, and a side-by-side view of the alignment and errors generated. For more details, see the [Outputs](#outputs) section in this doc. ### `align` Usage of the `align` subcommand is almost identical to the `wer` subcommand. The exception is that `align` can only be run if the provided reference is a NLP and the provided hypothesis is a CTM. This is because the core function of the subcommand is to align an NLP without timestamps to a CTM that has timestamps, producing an output of tokens from the reference with timings from the hypothesis. diff --git a/src/version.h b/src/version.h index 56363c6..5f7e767 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #pragma once #define FSTALIGNER_VERSION_MAJOR 1 -#define FSTALIGNER_VERSION_MINOR 11 +#define FSTALIGNER_VERSION_MINOR 12 #define FSTALIGNER_VERSION_PATCH 0