Re: Does Pygoogle allows for advanced search options?

2010-11-21 Thread Petar Milin
least to me) to check for the correlations between numbers. That would answer whether there is some/any consistency. Best, Petar - Original message - > Am 21.11.2010 20:35, schrieb Petar Milin: > > Hello ALL! > > I am playing with the modified version of the Pygo

Re: Does Pygoogle allows for advanced search options?

2010-11-21 Thread Petar Milin
Hello ALL! I am playing with the modified version of the Pygoogle (by Stefan). Interesting thing is that get_result_count() gives numbers/results different from those in Google. Has anyone checked this? Does anyone know why? Best, Petar -- http://mail.python.org/mailman/listinfo/python-list

Re: Does Pygoogle allows for advanced search options?

2010-11-21 Thread Petar Milin
On 20/11/10 22:34, Chris Rebert wrote: On Thu, Nov 18, 2010 at 3:26 AM, neocortex wrote: The library doesn't seem to have built-in support for filtering by language (and Google lacks a search query-string-based operator for that), but it looks like you could implement that feature by addin

Re: Is it possible to use Google's advanced search options?

2010-11-21 Thread Petar Milin
professional user/programer; quite far from that. Best, Petar On 20/11/10 21:27, Stefan Sonnenberg-Carstens wrote: Am 20.11.2010 20:24, schrieb Petar Milin: Thanks so much! However, 'options lang:de' does not exactly the same as would 'lr=lang_de'? Am I right? You're ri

Re: Python-list Digest, Vol 86, Issue 176

2010-11-20 Thread Petar Milin
gt;> from math import pi >>>> Fraction.from_float(pi).limit_denominator(1000) > Fraction(355, 113) > > -- > Mark > > > > -- Forwarded message -- > From: Stefan Sonnenberg-Carstens > To: python-l...@python.org > Date: Sat, 20 Nov

Is it possible to use Google's advanced search options?

2010-11-20 Thread Petar Milin
Hello! Can anyone help me with getting number of hits from Google, but with restricton on domain (e.g., .edu) and language (e.g., lang_de)? I have tried with the Pygoogle (from: http://code.google.com/p/pygoogle/