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

Set evaltarget as test

parent 753462a5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ DEVRAW=$(find $UD_ROOT*$KEYWORD -type f -name '*dev*.txt') ...@@ -42,7 +42,7 @@ DEVRAW=$(find $UD_ROOT*$KEYWORD -type f -name '*dev*.txt')
TRAIN=$(find $UD_ROOT*$KEYWORD -type f -name '*train*.conllu') TRAIN=$(find $UD_ROOT*$KEYWORD -type f -name '*train*.conllu')
TRAINRAW=$(find $UD_ROOT*$KEYWORD -type f -name '*train*.txt') TRAINRAW=$(find $UD_ROOT*$KEYWORD -type f -name '*train*.txt')
EVALTARGET=$DEV EVALTARGET=$TEST
if has_space "$EVALTARGET"; if has_space "$EVALTARGET";
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment