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

changed the default values of lemmatizer

parent 64d47ec0
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ context *context_new(void) ...@@ -33,8 +33,8 @@ context *context_new(void)
ctx->mcd_struct = NULL; ctx->mcd_struct = NULL;
ctx->language = strdup("fr"); ctx->language = strdup("fr");
ctx->maca_data_path = NULL; ctx->maca_data_path = NULL;
ctx->form_column = 0; ctx->form_column = 1;
ctx->pos_column = 1; ctx->pos_column = 2;
return ctx; return ctx;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment