orasanen / ALICE

Automatic LInguistic Unit Count Estimator (ALICE)
44 stars 11 forks source link

run_ALICE should use "exit" instead of "return" when SylNet fails #5

Closed macramole closed 4 years ago

macramole commented 4 years ago

Small bug:

On line 66, return should be changed to exit or an error will raise: ./run_ALICE.sh: line 66: return: can only 'return' from a function or sourced script

This happens with SylNet fails.

orasanen commented 4 years ago

fixed