SMESetty

Results 3 issues of SMESetty

When I specify the string to string_with_dates (like below), I am able to extract the dates. ``` import datefinder string_with_dates = ''' ghh ''' matches = datefinder.find_dates(string_with_dates) for match in...

Respected Tao, I am new to opening an issue on Github as well as in conversion from text to SQL. I have a few questions regarding the code in Spider....

After making a few changes in the utils.py file, as well as changing from python 2 to Python 3, I am getting an error in the rnn.py file when i...