diff --git a/README.md b/README.md index a6a6ddc522..3fb21137d3 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ export F_TRAIN=//amr-release-2.0-amrs-training.txt export F_TEST=//amr-release-2.0-amrs-test.txt export F_DEV=//amr-release-2.0-amrs-dev.txt export OUTPUT=// -python var_free_amrs.py -f $F_TRAIN -output_path $OUTPUT --custom_parentheses -no_semantics --delete_amr_var -python var_free_amrs.py -f $F_TEST -output_path $OUTPUT --custom_parentheses -no_semantics --delete_amr_var -python var_free_amrs.py -f $F_DEV -output_path $OUTPUT --custom_parentheses -no_semantics --delete_amr_var +python var_free_amrs.py -f $F_TRAIN -output_path $OUTPUT --custom_parentheses --no_semantics --delete_amr_var +python var_free_amrs.py -f $F_TEST -output_path $OUTPUT --custom_parentheses --no_semantics --delete_amr_var +python var_free_amrs.py -f $F_DEV -output_path $OUTPUT --custom_parentheses --no_semantics --delete_amr_var ``` For each set (train, test and dev) the script will produce a set of two files: the sentence (*.sent) and its respective linearized AMR (*.tf) files.