Samuel Haysom

Results 7 comments of Samuel Haysom

Ok, thanks for the info. This would be a good thing to point towards in the documentation. I don't think you would need to explain what the behind the hood...

Thanks for your helpful comments, I think I understand how everything works a lot better now. I will try retraining the parser as you suggest and see if that improves...

I have no idea, to be honest I'm not that familiar with the MLA citation style but am using it because I found that of the citation styles I could...

I've found another issue with classification of Google Scholar MLA citations for dissertations. Most of these have the form: > Romila, Catalina-Andreea. High-Throughput Chronological Lifespan Screening of the Fission Yeast...

Think I've found out why this happens. In google-search-results-python/serpapi/pagination.py the __next__() method raises a StopIteration exception if serpapi_pagination is not in the results.json returned from SerpAPI. ```python # stop if...

A quick solution is to comment out ```python # stop if backend miss to return serpapi_pagination if not "serpapi_pagination" in result: logger.debug("Stopped as serpapi_pagination not present in results") raise StopIteration...

Hi @jvmvik @ilyazub, is there any progress on a fix? Currently I am using a modified version of the package in my code but I need to finalise my code...