orasanen / ALICE

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

data_location needs trailing slash #4

Closed macramole closed 4 years ago

macramole commented 4 years ago

minor bug,

when running: sh run_ALICE.sh <data_location>

If data_location is a directory and it doesn't have a trailing slash (a / at the end of path) it won't find any files.

sh run_ALICE.sh demo/ works, but sh run_ALICE.sh demo doesn't

orasanen commented 4 years ago

Thanks! Fixed.