Skip to content

Commit 218bb25

Browse files
authored
FSTALIGN-37: Add flag in fstalign to allow for case-sensitive testing (cont.) (#52)
1 parent 49ce329 commit 218bb25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ When run, fstalign will dump a log to STDOUT with summary WER information at the
6868
[+++] [20:37:10] [wer] best WER: Precision:0.600000 Recall:0.600000
6969
```
7070

71-
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.
71+
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.
7272

7373
### `align`
7474
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.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22

33
#define FSTALIGNER_VERSION_MAJOR 1
4-
#define FSTALIGNER_VERSION_MINOR 11
4+
#define FSTALIGNER_VERSION_MINOR 12
55
#define FSTALIGNER_VERSION_PATCH 0

0 commit comments

Comments
 (0)