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

code refactoring

parent 234eb268
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@ void generate_training_file_stream(FILE *output_file, context *ctx)
c = config_initial(conll_file, ctx->mcd_struct, 5);
while((ref = sentence_read(conll_file_ref , ctx->mcd_struct)) && (sentence_nb < ctx->sent_nb)){
/* sentence_print(stdout, ref, ctx->dico_labels); */
sentence_print(stdout, ref, ctx->dico_labels);
while(1){
/* config_print(stdout,c); */
config_print(stdout,c);
config2feat_vec_cff(ctx->features_model, c, ctx->d_perceptron_features, fv, ctx->mode);
/* feat_vec_print(stdout, fv); */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment