facebookresearch / SentEval

A python tool for evaluating the quality of sentence embeddings.
Other
2.09k stars 309 forks source link

bash 4 is needed #41

Closed liutianlin0121 closed 6 years ago

liutianlin0121 commented 6 years ago

This is not really an issue but a reminder: You need to use bash 4 to download the downstream dataset! The declare -A won't be valid for bash 3. See https://stackoverflow.com/questions/6047648/bash-4-associative-arrays-error-declare-a-invalid-option A blog that describes how to upgrade to bash 4 http://clubmate.fi/upgrade-to-bash-4-in-mac-os-x/