Skip to content

Commit

Permalink
will ignore output.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
v1siuol committed Oct 27, 2018
1 parent 762f458 commit 3e3385b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,281 deletions.
2 changes: 1 addition & 1 deletion convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EASYCCG_HOME="./easyccg"
input_file="QALD-questions.txt"
output_file="output.txt"
to_tree_command="python3.7 to_tree.py"
to_tree_command="python3 to_tree.py"

cat ${input_file}| while read line; do
line_num=`echo $line | cut -d' ' -f1`
Expand Down
Loading

0 comments on commit 3e3385b

Please sign in to comment.