diff options
Diffstat (limited to 'decoder/aligner.h')
-rw-r--r-- | decoder/aligner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/aligner.h b/decoder/aligner.h index a088ba6c..a34795c9 100644 --- a/decoder/aligner.h +++ b/decoder/aligner.h @@ -19,6 +19,7 @@ struct AlignerTools { const Hypergraph& g, std::ostream* out, bool map_instead_of_viterbi = true, + int k_best = 0, const std::vector<bool>* edges = NULL); }; |