Skip to content

Commit

Permalink
Merge pull request #13 from armatthews/patch-1
Browse files Browse the repository at this point in the history
Update fast_align.cc
  • Loading branch information
redpony committed Jan 10, 2016
2 parents 650ccb0 + 967125e commit 6d4ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast_align.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ bool InitCommandLine(int argc, char** argv) {
case 'm': mean_srclen_multiplier = atof(optarg); break;
case 't': beam_threshold = atof(optarg); break;
case 'q': prob_align_null = atof(optarg); break;
case 'T': diagonal_tension = atof(optarg); break;
case 'T': favor_diagonal = 1; diagonal_tension = atof(optarg); break;
case 'o': optimize_tension = 1; break;
case 'v': variational_bayes = 1; break;
case 'a': alpha = atof(optarg); break;
Expand Down

0 comments on commit 6d4ce2e

Please sign in to comment.