salesforce / WikiSQL

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

Make the API calls compatible with Stanza mainline #70

Closed reachsumit closed 4 years ago

reachsumit commented 4 years ago

The CoreNLPClient import and the annotation response structure used in the current code does not work with Stanza API. This commit makes the annotation code compatible with Stanza mainline.

salesforce-cla[bot] commented 4 years ago

Thanks for the contribution! Before we can merge this, we need @reachsumit to sign the Salesforce.com Contributor License Agreement.

vzhong commented 4 years ago

Unfortunately I think we'll have to forgo this change since the Stanza package was co-opted to be the new CoreNLP python library. Also tokenization changed and therefore will be incompatible with previous results. I will add a note to the README about this.