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

fixed a bug in maca_trans_tagger

parent 2ce50f9e
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ int main(int argc, char *argv[]) ...@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
ctx->d_perceptron_features = dico_vec_get_dico(ctx->vocabs, (char *)"d_perceptron_features"); ctx->d_perceptron_features = dico_vec_get_dico(ctx->vocabs, (char *)"d_perceptron_features");
if(ctx->beam_width == 1) if(ctx->beam_width == 1)
simple_decoder_tagger2(ctx); simple_decoder_tagger(ctx);
context_free(ctx); context_free(ctx);
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment