salesforce / WikiSQL

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

What is the input to annotate.py #18

Closed Sandy26 closed 6 years ago

Sandy26 commented 6 years ago

Hi,

Could you please share an input format/example file for annotate.py? I would like to create SQL queries on a new separate SQL database

Thank you, Sandy

vzhong commented 6 years ago

The inputs are the *.json[l] files in the din directory. You can take a look at the source code of annotate.py.