PointerSQL
PointerSQL copied to clipboard
not working of prepare file
three are so many syntaxes error of prepare file, not working at all. Hope to fix them, thanks a lot.
Hi! I've just checked preprare.py myself and it works on my side.
Can you double check:
- use python 2.7 to run the scripts
- to run annoate, you need to put the lib directory of the original wikisql annotate scripts under wikisql_data/scripts/ (this require setup Stanford stanza, this step is same as the annotation instruction in https://github.com/salesforce/WikiSQL)
- finally, create a directory named
annotatedunderwikisql_dataand run the script.
Step 2 requires some additional setups, if it still doesn't work, I can send you annotated data so that only need to run prepare.py.
Hi @Mestway,
I was able to run annotate.py. I was also able to run prepare.py, but after that when I was trying to run relevance.py it gives me an error of correct files not found!
I looked into the issue, it wants .dat files, but no such files are created via prepare.py or annotated.py
Can you please help with the same?
It would be also great if you could just send the link of pre-processed wikiSQL data, as the link in the readme downloads the preprocessed input data, but the file input.tar.bz2 appears to be corrupted.
Thanks.