Skip to content
Snippets Groups Projects
Commit 980dd8bd authored by Alexis Nasr's avatar Alexis Nasr
Browse files

code refactoring

parent ebabce6b
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
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{
config2feat_vec_cff(ctx->features_model, c, ctx->d_perceptron_features, fv, LOOKUP_MODE);
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