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

take dev into account when creating splittransitions

parent eb44a186
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ all: tokenizer.ts segmenter.ts texts all_no_test.conllu columns $(FPLM_FILENAME)
rm -f all_no_test.conllu
all_no_test.conllu:
cat $(TRAIN_FILES) > $@
cat $(TRAIN_FILES) $(DEV_FILES) > $@
tokenizer.ts: all_no_test.conllu $(MCD)
echo "ENDWORD" > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment