brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

Google Search Engine option #49

Closed tanmayb123 closed 8 years ago

tanmayb123 commented 8 years ago

Along with Bing integration, I think it would be good to give the user the option to use Google or Bing, or maybe both at the same time?

k0105 commented 8 years ago

From what I can tell pull requests are welcome.

pasky commented 8 years ago

@tanmayb123, we use Bing not out of love for Microsoft ;) but because it offers a developer API. Google Search has no such thing, as far as we know, which makes using it much more complicated and probably against the terms of service. Therefore, I'm going to close this for now.

Feel free to reopen if we are wrong or open a pull request if you manage to get this to work. Thanks!

tanmayb123 commented 8 years ago

But I use their developer (JSON) API in my iOS App: https://developers.google.com/custom-search/json-api/v1/overview#prerequisites However, it is paid, they allow 100 free requests.