Skip to content
Snippets Groups Projects
Commit f982c2f7 authored by Johannes Heinecke's avatar Johannes Heinecke
Browse files

Merge branch 'master' of https://gitlab.lif.univ-mrs.fr/alexis.nasr/macaon2 into johannes

parents 29e914dd 980dd8bd
No related branches found
No related tags found
1 merge request!7Johannes
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -156,7 +156,7 @@ void simple_decoder_parser_arc_eager(context *ctx) ...@@ -156,7 +156,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
if(ctx->debug_mode) printf("force EOS\n"); if(ctx->debug_mode) printf("force EOS\n");
} }
/* normal behavious, ask classifier what is the next movement to do and do it */ /* normal behaviour, ask classifier what is the next movement to do and do it */
else{ else{
config2feat_vec_cff(ctx->features_model, c, ctx->d_perceptron_features, fv, LOOKUP_MODE); config2feat_vec_cff(ctx->features_model, c, ctx->d_perceptron_features, fv, LOOKUP_MODE);
mvt_code = feature_table_argmax(fv, ft, &max); mvt_code = feature_table_argmax(fv, ft, &max);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment