From 6b4af9bff9978faaf66f73a2bdebaef591907bc6 Mon Sep 17 00:00:00 2001
From: Alexis Nasr <alexis.nasr@lif.univ-mrs.fr>
Date: Thu, 13 Apr 2017 09:34:18 +0200
Subject: [PATCH] modified default mcd for mcf2conll it is now wpmlgfs

---
 maca_tools/src/mcf2conll.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maca_tools/src/mcf2conll.c b/maca_tools/src/mcf2conll.c
index 078be93..8228022 100644
--- a/maca_tools/src/mcf2conll.c
+++ b/maca_tools/src/mcf2conll.c
@@ -116,7 +116,7 @@ context *context_read_options(int argc, char *argv[])
     ctx->mcd_struct = mcd_read(ctx->mcd_filename, ctx->verbose);
   }
   else{
-    ctx->mcd_struct = mcd_build_wplgfs();
+    ctx->mcd_struct = mcd_build_wpmlgfs();
   }
 
   return ctx;
-- 
GitLab