Merge pull request #2130 from carlfm01/master

Change wrong BEAM_WIDTH .NET console client
This commit is contained in:
Carlos Fonseca 2019-05-26 05:17:59 +00:00 committed by GitHub
commit 5576b501b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ namespace CSharpExamples
const uint N_CEP = 26;
const uint N_CONTEXT = 9;
const uint BEAM_WIDTH = 200;
const uint BEAM_WIDTH = 500;
const float LM_ALPHA = 0.75f;
const float LM_BETA = 1.85f;