orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Yahoo search & spell demos are broken #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure to Repeat:
Run TryOrc demo small-demos/search.orc

Expected / Actual Results:
java.io.FileNotFoundException

Reporter's Comments:
The API at http://search.yahooapis.com/WebSearchService/V1/webSearch has bee 
shutdown.
See URL: 
http://developer.yahoo.com/blogs/ydn/posts/2010/08/api_updates_and_changes/

Original issue reported on code.google.com by jthywissen on 12 Dec 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Same problem for large-demos/spell.orc

Original comment by jthywissen on 12 Dec 2011 at 6:35

GoogleCodeExporter commented 9 years ago
Deleted Yahoo search demo in r3035

Original comment by jthywissen on 1 May 2012 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by arthur.peters on 29 Nov 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Approach: Look to see if we can continue to use Yahoo spell check. Look for 
other spell checkers and search web services to replace Yahoo.

Original comment by arthur.peters on 29 Nov 2012 at 9:25

GoogleCodeExporter commented 9 years ago
Bing search and spell checker should provide these services (5000/req per month 
free). I will integrate with them using JSON. These services require an 
account, but they will still be usable for demos, but we will have to be 
careful to make sure not to distribute the username and password in the release.

Original comment by arthur.peters on 27 Dec 2012 at 6:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3155.

Original comment by arthur.peters on 15 Jan 2013 at 5:51