Skip to content

Commit

Permalink
Merge branch 'srl' of https://github.com/andre-martins/TurboParser in…
Browse files Browse the repository at this point in the history
…to srl
  • Loading branch information
andre-martins committed Mar 24, 2014
2 parents c615190 + ebcc3bd commit 051d603
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts_srl/train_test_semantic_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ if [ "$language" == "english" ]
then
if [ "$file_format" == "sdp" ]
then
file_train=${path_data}/${formalism}_augmented_train.sdp
#file_train=${path_data}/${formalism}_augmented_dev.sdp
file_train=${path_data}/${formalism}_augmented_train+dev0.sdp
files_test[0]=${path_data}/${formalism}_augmented_dev.sdp
files_test[1]=${path_data}/${formalism}_augmented_test.sdp
files_test[2]=${path_data}/${formalism}_augmented_train.sdp
#files_test[1]=${path_data}/${formalism}_augmented_train+dev0.sdp
#files_test[0]=${path_data}/${formalism}_augmented_dev0.sdp
#files_test[1]=${path_data}/${formalism}_augmented_dev.sdp
#files_test[2]=${path_data}/${formalism}_augmented_train.sdp
else
file_train=${path_data}/${language}_train.conll2008
files_test[0]=${path_data}/${language}_test.conll2008
Expand Down

0 comments on commit 051d603

Please sign in to comment.