Skip to content
Snippets Groups Projects
Commit 1b46574b authored by Franck Dary's avatar Franck Dary
Browse files

updated fr-GSD Makefile

parent b2abfaec
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ train_tiny.conllu: $(TRAIN) $(MCD) ...@@ -26,7 +26,7 @@ train_tiny.conllu: $(TRAIN) $(MCD)
$(TOOLS)/conlluShuffleAndMakeDev.py $< $ 0.02 > $@ $(TOOLS)/conlluShuffleAndMakeDev.py $< $ 0.02 > $@
test_tiny.conllu: $(TEST) $(MCD) test_tiny.conllu: $(TEST) $(MCD)
$(CONLL2TXT) $< $$'\n' > test.txt $(CONLL2TXT) $< > test.txt
$(TOOLS)/conlluShuffleAndMakeDev.py $< $ 0.2 > $@ $(TOOLS)/conlluShuffleAndMakeDev.py $< $ 0.2 > $@
dev_tiny.conllu: $(DEV) $(MCD) dev_tiny.conllu: $(DEV) $(MCD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment