salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.62k stars 322 forks source link

Slight improvement: #5

Closed akanimax closed 6 years ago

akanimax commented 7 years ago

In the installation notes, for cloning the repository, the instruction says use the git clone url command. The url however lacks the .git extension because of which the git-lfs checkout hook doesn't get executed. It took me some time to realise why I was not being able to extract the data. I was getting the error that "(stdin) is not a bzip2 file". Let me know what the details of this problem are.

vzhong commented 6 years ago

Sorry about that! I meant to remove the dependency on Git LFS in the last commit. Did that solve this issue?

akanimax commented 6 years ago

Yes. Now simply applying git clone does it.