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

Python 2.7 compatibility #6

Closed vzhong closed 6 years ago

vzhong commented 6 years ago

The current code is not python 2.7 compatible.

vzhong commented 6 years ago

This turns out to be more nuanced than I anticipated, due to differences in unicode handling between Python 2.7 and Python 3.x. I'm going to shelve this for now until further notice. In the mean time, if you would like to use Python 2.7, you can likely annotate in Python 3.x and use the annotated files in Python 2.7.