From b7bd482b1ec9d09df8bf38276d903624ed2d76a7 Mon Sep 17 00:00:00 2001
From: Alexis Nasr <alexis.nasr@lif.univ-mrs.fr>
Date: Fri, 7 Oct 2016 13:27:41 -0400
Subject: [PATCH] code refactoring

---
 maca_trans_parser/src/maca_trans_parser_mcf2cff.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maca_trans_parser/src/maca_trans_parser_mcf2cff.c b/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
index 4b980de..d920d32 100644
--- a/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
+++ b/maca_trans_parser/src/maca_trans_parser_mcf2cff.c
@@ -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);    */
-- 
GitLab