From 29a2cb3355e4f8b4abcfcdf0b3e7dd83e8d6ea12 Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Tue, 16 Feb 2021 16:28:21 +0100
Subject: [PATCH] updated makefile

---
 UD_any/data/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/UD_any/data/Makefile b/UD_any/data/Makefile
index 22240cf..dedb134 100644
--- a/UD_any/data/Makefile
+++ b/UD_any/data/Makefile
@@ -12,7 +12,7 @@ FPLM_FILENAME=fplm
 
 all_text: writescore_NFIX.ts writescore_FFD.ts writescore_GPT.ts writescore_TRT.ts writescore_FIXPROP.ts tokenizer.ts segmenter.ts texts all_no_test.conllu transitions pretrain
 	rm -f all_no_test.conllu
-all_lines: writescore_FFD.ts tokenizer.ts segmenter.ts texts_lines all_no_test.conllu transitions pretrain
+all_lines: writescore_NFIX.ts writescore_FFD.ts writescore_GPT.ts writescore_TRT.ts writescore_FIXPROP.ts tokenizer.ts segmenter.ts texts_lines all_no_test.conllu transitions pretrain
 	rm -f all_no_test.conllu
 
 all_no_test.conllu:
@@ -54,7 +54,7 @@ writescore_GPT.ts:
 	echo "WRITESCORE b.0 GPT" > $@
 
 writescore_TRT.ts:
-	echo "WRITESCORE b.0 RTR" > $@
+	echo "WRITESCORE b.0 TRT" > $@
 
 writescore_FIXPROP.ts:
 	echo "WRITESCORE b.0 FIXPROP" > $@
-- 
GitLab