From e3a346f515b7f6d7f68d96997ef094fdeb8810e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=ABss=20Rikters?= Date: Wed, 25 Oct 2017 15:17:07 +0300 Subject: Return soft alignment in Nematus style format (#124) --- src/amun/cpu/decoder/best_hyps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amun/cpu/decoder/best_hyps.h') diff --git a/src/amun/cpu/decoder/best_hyps.h b/src/amun/cpu/decoder/best_hyps.h index a148522f..da11996b 100644 --- a/src/amun/cpu/decoder/best_hyps.h +++ b/src/amun/cpu/decoder/best_hyps.h @@ -30,7 +30,7 @@ class BestHyps : public BestHypsBase !god.Get("allow-unk"), god.Get("n-best"), god.Get>("softmax-filter").size(), - god.Get("return-alignment") || god.Get("return-soft-alignment"), + god.Get("return-alignment") || god.Get("return-soft-alignment") || god.Get("return-nematus-alignment"), god.GetScorerWeights()) {} -- cgit v1.2.3