alchemy_api 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.gitignore +24 -0
- data/LICENSE +20 -0
- data/README.markdown +36 -0
- data/Rakefile +47 -0
- data/VERSION +1 -0
- data/alchemy_api.gemspec +92 -0
- data/lib/alchemy_api.rb +29 -0
- data/lib/alchemy_api/base.rb +37 -0
- data/lib/alchemy_api/categorization.rb +47 -0
- data/lib/alchemy_api/language_detection.rb +51 -0
- data/lib/alchemy_api/term_extraction.rb +56 -0
- data/lib/alchemy_api/text_extraction.rb +85 -0
- data/spec/alchemy_api/base_spec.rb +62 -0
- data/spec/alchemy_api/categorization_spec.rb +54 -0
- data/spec/alchemy_api/language_detection_spec.rb +72 -0
- data/spec/alchemy_api/term_extraction_spec.rb +70 -0
- data/spec/alchemy_api/text_extraction_spec.rb +94 -0
- data/spec/alchemy_api_spec.rb +10 -0
- data/spec/cache/categorization/get_categorization_from_html/ddc3cf50efe5bd5c2159abfb49121cfa2314ca88.cache +29 -0
- data/spec/cache/categorization/get_categorization_from_text/8b476a3b532afd2da646b145e9dde07570c27352.cache +29 -0
- data/spec/cache/categorization/get_categorization_from_url/7536a34e1d54a95d8ee07d2a98036362761e1621.cache +27 -0
- data/spec/cache/language_detection/get_language_from_html/0faf7be978647b611d9c59e1efa497dd76e542f5.cache +33 -0
- data/spec/cache/language_detection/get_language_from_text/1ad3f50c1fda37000e24c196f12212ea9d536cb4.cache +33 -0
- data/spec/cache/language_detection/get_language_from_url/d077a95e60be0876bb7650ad213f5f43e83454d4.cache +31 -0
- data/spec/cache/term_extraction/get_ranked_keywords_from_html/7718a0fbd03739e4213a4e66c32a79a10c3499c3.cache +50 -0
- data/spec/cache/term_extraction/get_ranked_keywords_from_text/6f49e68ee4a9150368e671e70b632dbdc40860bb.cache +51 -0
- data/spec/cache/term_extraction/get_ranked_keywords_from_url/b9c291523159563d2224d676ec43b7b79a902d21.cache +48 -0
- data/spec/cache/text_extraction/get_raw_text_from_html/9db19f848a798db1f9a8c6cce9074d03cf2637a8.cache +27 -0
- data/spec/cache/text_extraction/get_raw_text_from_html/e9c236b6e861b57d238c810bb3c307cada170cad.cache +17 -0
- data/spec/cache/text_extraction/get_raw_text_from_url/8f5dff27211163e41ea5e7c3c534acf7b87d2098.cache +25 -0
- data/spec/cache/text_extraction/get_text_from_html/e7e6dba4c8570a41dbcb05233793018fc5ae4e1e.cache +27 -0
- data/spec/cache/text_extraction/get_text_from_url/13facbfeae029d936c7dc18ecaff5d2764b94618.cache +25 -0
- data/spec/cache/text_extraction/get_title_from_html/2a526348db23f992fee293d34f94c087e77290c5.cache +27 -0
- data/spec/cache/text_extraction/get_title_from_url/e84c0c7c67668706ae0cf3eefcd88c0911cd2b65.cache +25 -0
- data/spec/fixtures/article.txt +9 -0
- data/spec/fixtures/bp_spill.html +929 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +20 -0
- metadata +136 -0
@@ -0,0 +1,29 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Fri, 30 Apr 2010 21:42:42 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 318
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Fri, 30 Apr 2010 21:52:42 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:start_time:
|
18
|
+
:requested_url:
|
19
|
+
:time: 0.812687
|
20
|
+
:body: |
|
21
|
+
{
|
22
|
+
"status": "OK",
|
23
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
24
|
+
"url": "",
|
25
|
+
"language": "english",
|
26
|
+
"category": "business",
|
27
|
+
"score": "0.908434"
|
28
|
+
}
|
29
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Fri, 30 Apr 2010 00:06:04 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 328
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Fri, 30 Apr 2010 00:16:04 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:time: 0.302073
|
18
|
+
:body: |
|
19
|
+
{
|
20
|
+
"status": "OK",
|
21
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
22
|
+
"url": "",
|
23
|
+
"language": "english",
|
24
|
+
"category": "arts_entertainment",
|
25
|
+
"score": "0.841536"
|
26
|
+
}
|
27
|
+
|
28
|
+
:start_time:
|
29
|
+
:requested_url:
|
@@ -0,0 +1,27 @@
|
|
1
|
+
u:Typhoeus::ResponseH---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 200 OK
|
4
|
+
Server: apgrid
|
5
|
+
Date: Fri, 30 Apr 2010 21:11:52 GMT
|
6
|
+
Content-Type: application/json
|
7
|
+
Connection: keep-alive
|
8
|
+
Content-Length: 478
|
9
|
+
Cache-Control: max-age=600
|
10
|
+
Expires: Fri, 30 Apr 2010 21:21:52 GMT
|
11
|
+
|
12
|
+
|
13
|
+
:code: 200
|
14
|
+
:requested_http_method:
|
15
|
+
:start_time:
|
16
|
+
:requested_url:
|
17
|
+
:time: 0.269322
|
18
|
+
:body: |
|
19
|
+
{
|
20
|
+
"status": "OK",
|
21
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
22
|
+
"url": "http://www.macrumors.com/2010/04/30/apples-discontinuation-of-lala-streaming-music-service-not-likely-leading-to-imminent-launch-of-web-focused-itunes/",
|
23
|
+
"language": "english",
|
24
|
+
"category": "computer_internet",
|
25
|
+
"score": "0.919943"
|
26
|
+
}
|
27
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Tue, 04 May 2010 19:59:43 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 522
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Tue, 04 May 2010 20:09:43 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:start_time:
|
18
|
+
:requested_url:
|
19
|
+
:time: 4.758508
|
20
|
+
:body: |
|
21
|
+
{
|
22
|
+
"status": "OK",
|
23
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
24
|
+
"url": "",
|
25
|
+
"language": "english",
|
26
|
+
"iso-639-1": "en",
|
27
|
+
"iso-639-2": "eng",
|
28
|
+
"iso-639-3": "eng",
|
29
|
+
"ethnologue": "http://www.ethnologue.com/show_language.asp?code=eng",
|
30
|
+
"native-speakers": "309-400 million",
|
31
|
+
"wikipedia": "http://en.wikipedia.org/wiki/English_language"
|
32
|
+
}
|
33
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Tue, 04 May 2010 20:05:03 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 522
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Tue, 04 May 2010 20:15:03 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:start_time:
|
18
|
+
:requested_url:
|
19
|
+
:time: 1.319656
|
20
|
+
:body: |
|
21
|
+
{
|
22
|
+
"status": "OK",
|
23
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
24
|
+
"url": "",
|
25
|
+
"language": "english",
|
26
|
+
"iso-639-1": "en",
|
27
|
+
"iso-639-2": "eng",
|
28
|
+
"iso-639-3": "eng",
|
29
|
+
"ethnologue": "http://www.ethnologue.com/show_language.asp?code=eng",
|
30
|
+
"native-speakers": "309-400 million",
|
31
|
+
"wikipedia": "http://en.wikipedia.org/wiki/English_language"
|
32
|
+
}
|
33
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:requested_http_method:
|
3
|
+
:headers: |
|
4
|
+
HTTP/1.1 200 OK
|
5
|
+
Server: apgrid
|
6
|
+
Date: Tue, 04 May 2010 19:49:16 GMT
|
7
|
+
Content-Type: application/json
|
8
|
+
Connection: keep-alive
|
9
|
+
Content-Length: 571
|
10
|
+
Cache-Control: max-age=600
|
11
|
+
Expires: Tue, 04 May 2010 19:59:16 GMT
|
12
|
+
|
13
|
+
|
14
|
+
:code: 200
|
15
|
+
:start_time:
|
16
|
+
:requested_url:
|
17
|
+
:time: 0.521606
|
18
|
+
:body: |
|
19
|
+
{
|
20
|
+
"status": "OK",
|
21
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
22
|
+
"url": "http://www.humboldtbrews.com/2010_index_music.htm",
|
23
|
+
"language": "english",
|
24
|
+
"iso-639-1": "en",
|
25
|
+
"iso-639-2": "eng",
|
26
|
+
"iso-639-3": "eng",
|
27
|
+
"ethnologue": "http://www.ethnologue.com/show_language.asp?code=eng",
|
28
|
+
"native-speakers": "309-400 million",
|
29
|
+
"wikipedia": "http://en.wikipedia.org/wiki/English_language"
|
30
|
+
}
|
31
|
+
|
@@ -0,0 +1,50 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Mon, 03 May 2010 03:27:13 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 5367
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Mon, 03 May 2010 03:37:13 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:start_time:
|
18
|
+
:requested_url:
|
19
|
+
:time: 3.294218
|
20
|
+
:body: |
|
21
|
+
{
|
22
|
+
"status": "OK",
|
23
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
24
|
+
"url": "",
|
25
|
+
"language": "english",
|
26
|
+
"text": " \t\t\n \t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t (Updates with companies invited to meeting in 11th paragraph. See {EXT4 <GO>} for more on the Gulf of Mexico oil spill.)\n By Julianna Goldman\n April 29 (Bloomberg) -- The worsening oil spill in the Gulf of Mexico may alter President Barack Obama\u2019s five-year plan to open new areas to offshore oil and natural gas drilling, administration officials said today.\n \u201CObviously, what\u2019s occurring now will also be taken into consideration as the administration looks to how to advance that plan and what makes sense and what might need to be adjusted,\u201D said Carol Browner, Obama\u2019s adviser for energy and climate change. \u201CWe need to learn from the incident.\u201D\n Obama has mobilized federal agencies and opened the door to putting more resources into the response to the spill from a damaged BP Plc well that is leaking about 5,000 barrels a day, five times more than previously estimated. The slick is expected to reach the Gulf Coast as soon as tomorrow, administration officials said today, and Louisiana Governor Bobby Jindal has declared a state of emergency.\n With Congress working on climate change and energy legislation, Obama proposed last month drilling for oil and gas off the U.S. East Coast and in the Gulf of Mexico 125 miles off the west coast of Florida. At the time, he said the plan is part of a transition to a new-energy economy that relies less on imported fossil fuel and more on domestic and renewable power sources, including solar and wind.\n Before new offshore areas are opened to exploration, there will be public hearings and other chances for state officials and the public to have input, Browner said at a White House briefing on the spill response.\n \u201CThat plan doesn\u2019t automatically open up an area to drilling,\u201D she said. \u201CIt starts a process. And an area may or may not become open to drilling.\u201D\n White House press secretary Robert Gibbs said the president will reserve judgment until the cause of the rig\u2019s explosion is determined.\n \u201CI think our focus right now is, one, that -- the area, the spill; and two, also, to ultimately determine the cause of it and see the impact that that ultimately may or may not have.\u201D\n When asked whether the administration would support a pause in new deep-water oil drilling, Deputy Interior Secretary David Hayes said, \u201CEverything\u2019s on the table.\u201D\n Meeting in Washington\n Hayes said Interior Secretary Ken Salazar and other administration officials are scheduled to meet later today in Washington with executives and technical specialists from companies involved in offshore exploration to discuss what can be done to ensure safety on deep-water drilling rigs and platforms in the Gulf of Mexico. Salazar today ordered inspections of all deepwater rigs in the Gulf.\n More than 30 companies were invited to the meeting this evening at the Interior Department including BP\u2019s USA Division, Chevron Corp., ConocoPhillips, Exxon Mobil Corp., Halliburton Co., Occidental Petroleum Corp. and Valero Energy Corp.\n While \u201Cthe fundamental practice is safe,\u201D Hayes said the administration would be announcing additional steps in the coming days to ensure drilling safety.\n \u201CWe have a thousand offshore platforms or mobile rigs in operation, producing 30 percent of our domestic energy supply. But we are determined to get to the bottom of it and to enhance the safety issues,\u201D he said.\n Salazar said March 31 that the administration may be ready to have a sale of leases off the coast of Virginia by 2012.\n --Editors: Joe Sobczyk, Don Frederick\n To contact the reporter on this story: Julianna Goldman in Washington at jgoldman6@bloomberg.net\n To contact the editor responsible for this story: Jim Kirk at jkirk12@bloomberg.net\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t\n \t\t\t \t\t\t\t \t\t \t\t\tSponsored Links\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tOnline Forex Trading w/ ACM \t\t\t\t\t\tFree Forex Trading Software when you Open a Free Account Today!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tAmerican Express - Savings \t\t\t\t\t\tSave with Confidence with an FDIC Insured Savings Account - Learn More.\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tGet \"Early Bird Alerts\" on Stock Picks! \t\t\t\t\t\tThe past 3 alerts have gained up to 146% - sign up now for next month's pick.\n",
|
27
|
+
"keywords": [
|
28
|
+
{
|
29
|
+
"text": "administration officials",
|
30
|
+
"relevance": "0.963478"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"text": "oil spill",
|
34
|
+
"relevance": "0.77692"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"text": "Mexico oil spill",
|
38
|
+
"relevance": "0.583354"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"text": "Julianna Goldman",
|
42
|
+
"relevance": "0.57338"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"text": "Obama’s five-year plan",
|
46
|
+
"relevance": "0.519478"
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
u:Typhoeus::Response�
|
2
|
+
---
|
3
|
+
:headers: |
|
4
|
+
HTTP/1.1 100 Continue
|
5
|
+
|
6
|
+
HTTP/1.1 200 OK
|
7
|
+
Server: apgrid
|
8
|
+
Date: Mon, 03 May 2010 03:23:55 GMT
|
9
|
+
Content-Type: application/json
|
10
|
+
Connection: keep-alive
|
11
|
+
Content-Length: 2301
|
12
|
+
Cache-Control: max-age=600
|
13
|
+
Expires: Mon, 03 May 2010 03:33:55 GMT
|
14
|
+
|
15
|
+
|
16
|
+
:code: 200
|
17
|
+
:requested_http_method:
|
18
|
+
:start_time:
|
19
|
+
:requested_url:
|
20
|
+
:time: 0.502918
|
21
|
+
:body: |
|
22
|
+
{
|
23
|
+
"status": "OK",
|
24
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
25
|
+
"url": "",
|
26
|
+
"language": "english",
|
27
|
+
"text": "Bed and Breakfast locations are trade marked by their small size, antique furniture and homey feel. If this is the kind of B&B you are looking for, then The Custer House is where you should go. It is a five-minute walk from the beach, but in this turn of the century modified Queen Anne residence you'll be begging to stay longer.\n\nShe may not look like much on the outside, but visiting 10th Avenue Inn Bed and Breakfast will be worth the visit inside. A stunning panoramic view of the ocean that few can rival cheers guests from this quiet little Inn. Not only is the view pleasant, but the meals and tea are something to look forward to.\n\nThe Guest House Bed and Breakfast is the coziest and homiest of the B&B's in Seaside, Oregon. The warm wood paneling of the house is cheerful and clean-looking. A unique feature is the front facing balcony that invites you to enjoy the views day and night.\n\nOne cannot mention Seaside B&B's without mentioning The Gilbert Inn Bed and Breakfast. This is the most recommended location for romance and history. This Victorian style B&B right on the Promenade is quaint and scenic in all the best ways. The Turret Room offers a special way to spend your night and morning with a beautiful view of the ocean. This B&B is a must for those visiting Historical sites like the Butterfield Cottage and The Saltworks.\n\nSeaside B&B's are wonderful little getaways for the romantic couple, the history buff and those people who simply enjoy a good old-fashioned vacation.\n",
|
28
|
+
"keywords": [
|
29
|
+
{
|
30
|
+
"text": "Inn Bed",
|
31
|
+
"relevance": "0.967691"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"text": "Seaside B&B",
|
35
|
+
"relevance": "0.803746"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"text": "Avenue Inn Bed",
|
39
|
+
"relevance": "0.796187"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"text": "Breakfast",
|
43
|
+
"relevance": "0.758574"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"text": "Gilbert Inn Bed",
|
47
|
+
"relevance": "0.673591"
|
48
|
+
}
|
49
|
+
]
|
50
|
+
}
|
51
|
+
|
@@ -0,0 +1,48 @@
|
|
1
|
+
u:Typhoeus::Response�---
|
2
|
+
:start_time:
|
3
|
+
:requested_url:
|
4
|
+
:headers: |
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Mon, 03 May 2010 03:04:47 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 7183
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Mon, 03 May 2010 03:14:47 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:time: 0.465812
|
17
|
+
:requested_http_method:
|
18
|
+
:body: |
|
19
|
+
{
|
20
|
+
"status": "OK",
|
21
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
22
|
+
"url": "http://www.businessweek.com/news/2010-05-02/bp-spill-threatens-gulf-of-mexico-oil-gas-operations-update1-.html",
|
23
|
+
"language": "english",
|
24
|
+
"text": " \t\t\n May 3 (Bloomberg) -- The growing oil slick fed by an underwater leak in a BP Plc well in the Gulf of Mexico may threaten production, shipping and refining of oil and natural gas in Mississippi, Alabama, and Louisiana.\n Those three states account for 19 percent of U.S. refining capacity as of 2009, according to data from the U.S. Energy Department\u2019s Energy Information Administration.\n \u201CTraders are nervous about how fast the slick could grow,\u201D and whether it could have a significant effect on oil and natural-gas production, said Andy Lipow, president of Lipow Oil Associates LLC in Houston.\n The oil spill followed an April 20 explosion on a drilling rig leased by BP Plc that killed 11 workers. The rig, owned by Transocean Ltd., sank two days later.\n President Barack Obama called the leak a \u201Cmassive and potentially unprecedented\u201D disaster that could affect the economy of the Gulf states and the jobs of those who depend on the Gulf for their livelihood.\n The spill could drift west toward New Orleans, hindering ships entering and leaving the Mississippi River or deliveries of cargoes to the Louisiana Offshore Oil Port, Lipow said in a telephone interview today.\n The LOOP, a deepwater port off of Louisiana, provides tanker offloading and receives oil from underwater pipelines. All operations are normal at this point, said Barb Hestermann, a spokeswoman for the LOOP.\n \u201CWe don\u2019t anticipate being impacted,\u201D Hestermann said. \u201CWe\u2019re quite a bit west of the oil spill.\u201D\n The LOOP handles about 10 percent of the nation\u2019s imports and 10 percent of domestic production via pipelines in the Gulf of Mexico operated by Shell and BP, she said.\n \u201CWe\u2019re still receiving oil from both pipelines,\u201D Hestermann said.\n If the slick moves east, crude deliveries could be interrupted to Chevron Corp\u2019s 330,000-barrel-a-day Pascagoula refinery in Mississippi, and a Shell Chemicals refinery near Mobile, Alabama, Lipow said.\n \u201CWe continue to supply products to our customers,\u201D said Lloyd Avram, a Chevron spokesman.\n Royal Dutch Shell Plc operates refining joint ventures with partners at four Gulf Coast refineries. The company also has Gulf of Mexico drilling operations, and recently started production at the deepest offshore Gulf platform, Perdido. Shell is monitoring the situation, including the \u201Ctrajectory and quantity of oil released to determine any potential impact on our operations,\u201D Ted Rolfvondenbaumen, a company spokesman, said in an e-mailed response to questions.\n Gas Platforms Closed\n Two natural-gas platforms were closed and one evacuated as a safety measure, shutting in approximately 6.2 million cubic feet of gas, or less than one-tenth of one percent of daily gas production, according to a May 1 statement from the multiagency Joint Information Center coordinating the federal response.\n The Coast Guard hasn\u2019t restricted commercial tanker traffic into the Mississippi River, said Petty Officer Cory Mendenhall.\n The Southwest Pass, the main channel to the river, isn\u2019t affected by the spill, said Chris Bonura, spokesman for the Port of New Orleans. The river has 5,000 to 6,000 ship calls a year, he said.\n \u201CEverything is clear and the forecast is clear through Tuesday,\u201D Bonura said. \u201CWe haven\u2019t had any ships canceled or delayed.\u201D\n Valero Energy Corp., the largest U.S. independent refiner, operates five refineries located on the Gulf Coast.\n \u201CAt this time, we\u2019re not expecting any disruptions to supply,\u201D Bill Day, a Valero spokesman, said in a telephone interview. \u201CWe have prepared equipment and expertise in case we\u2019re asked to assist with cleanup along the Gulf Coast since we have oil-spill response equipment.\u201D\n There has been no effect on Marathon Oil Corp\u2019s platform in the Gulf of Mexico, and no disruption to its Garyville, Louisiana, refinery on the Mississippi River, said Lee Warren, a company spokeswoman.\n There is no effect on production at Exxon Mobil Corp. facilities in the Gulf of Mexico, said David Eglinton, a company spokesman.\n Koch Industries does not comment on potential supply disruptions, said Katie Stavinoha, a Koch spokeswoman. Flint Hills, a unit of Koch Resources LLC, operates a refinery in Corpus Christi, Texas.\n BP is seeking ways to plug the leaks 5,000 feet under the water\u2019s surface. The company plans to drill a second well to take pressure off of the current gusher. The U.S. Coast Guard said it has been unable to get an accurate estimate of how much oil is leaking and is preparing for a worst-case scenario.\n More than 2,000 people have been deployed to protect the shoreline and coastal wildlife, according to a statement from the Joint Information Center.\n Surface estimates of the size of the slick and skimming efforts were hindered as the Coast Guard ordered boats and aircraft back to port because of stormy weather. The National Oceanic and Atmospheric Administration previously estimated the well is spewing 5,000 barrels of oil a day. At that rate, the volume of the spill would exceed Alaska\u2019s 1989 Exxon Valdez accident by the third week of June.\n --With assistance from Aaron Clark in New York. Editor: Joe Link, Dan Stets.\n To contact the reporters on this story: Asjylyn Loder in New York at aloder@bloomberg.net.; Jessica Resnick-Ault in New York at jresnickault@bloomberg.net.\n To contact the editor responsible for this story: Dan Stets at dstets@bloomberg.net.\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t\n \t\t\t \t\t\t\t \t\t \t\t\tSponsored Links\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tSports Management \t\t\t\t\t\tLearn Deal Making, Sponsorships, Sports Marketing and More, Online!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tTrade Forex with ACM \t\t\t\t\t\tFree $100,000 Practice Account With Real-Time Charts, News & Research!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tAmerican Express - Savings \t\t\t\t\t\tSave with Confidence with an FDIC Insured Savings Account - Learn More.\n",
|
25
|
+
"keywords": [
|
26
|
+
{
|
27
|
+
"text": "Gulf Coast",
|
28
|
+
"relevance": "0.977476"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"text": "oil spill",
|
32
|
+
"relevance": "0.904599"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"text": "Mississippi River",
|
36
|
+
"relevance": "0.815513"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"text": "Coast Guard",
|
40
|
+
"relevance": "0.752347"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"text": "Louisiana Offshore Oil Port",
|
44
|
+
"relevance": "0.704345"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
u:Typhoeus::Response ;---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Thu, 29 Apr 2010 23:33:01 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 14724
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Thu, 29 Apr 2010 23:43:01 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:requested_url:
|
18
|
+
:start_time:
|
19
|
+
:time: 1.678631
|
20
|
+
:body: |
|
21
|
+
{
|
22
|
+
"status": "OK",
|
23
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
24
|
+
"url": "",
|
25
|
+
"text": "BP Spill May Alter Obama\u2019s Offshore Drilling Plans (Update1) - BusinessWeek\n \t \t\tBloomberg\n \t\t\tBusinessWeek\n \t\t\tBusiness Exchange\n \t\t\n \t\t\t Advanced Search Search Search \n \t\t\n \t\n \n \t\t \t\t\t\t \t\t \t\t\t\n \t\t \t \t \t\tDate \t\tType\t\t\t \t\tChannel \t\tAuthor \t\t \t\t\tSearch \t\t\t \t\t\t \t\t\tCancel \t\t\t \t\t\n \n\t\t\n \t\t \t\t\t \t\t\t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t\t \t\t\t \tThursday April 29, 2010\n \t\t\t\t \t\t\t\t\t\tHome \t\t\t\t\t\t \t\t\t\t\t\t\tBlogs\n \t\t\t\t\t\t\t Columnists\n \t\t\t\t\t\t\t Economics\n \t\t\t\t\t\t\t\tGreen Business\n \t\t\t\t\t\t\t\tIn Your Face\n \t\t\t\t\t\t\t\nMoney & Politics\n \t\t\t\t\t\t\t Newsletters\n \t\t\t\t\t\t\t\tThe Debate Room\n \t\t\t\t\t\t\t\tVideos\n \t\t\t\t\t\t\t\tWhat's Your Story?\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tFinance \t\t\t\t\t\t \t\t\t\t\t\t\tFinance Home\n \t\t\t\t\t\t\t \tCompanies\n \t\t\t\t\t\t\t \tEconomics Blog\n \t\t\t\t\t\t\t Economy\n \t\t\t\t\t\t\t Industry News\n \t\t\t\t\t\t\t Investing Blog\n \t\t\t\t\t\t\t Investing: Europe\n \t\t\t\t\t\t\t Learning Center\n \t\t\t\t\t\t\t\nPeople Overview\n \t\t\t\t\t\t\t Philanthropy\n \t\t\t\t\t\t\t Real Estate Investing\n \t\t\t\t\t\t\t Retirement Planning\n\t \t\t\t\t\t\t\t Sectors & Industries\n \t\t\t\t\t\t\t Stocks\n \t\t\t\t\t\t\t Stocks & Markets\n\t \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tTechnology \t\t\t\t\t\t \t\t\t\t\t\t\tTechnology Home\n \t\t\t\t\t\t\t CEO Tech Guide\n \t\t\t\t\t\t\t Columnists\n \t\t\t\t\t\t\t Computers\n \t\t\t\t\t\t\t Consumer Electronics\n \t\t\t\t\t\t\t Digital Entertainment\n \t\t\t\t\t\t\t\nInternet\n \t\t\t\t\t\t\t Investing\n \t\t\t\t\t\t\t Mobile & Wireless\n \t\t\t\t\t\t\t Product Reviews\n \t\t\t\t\t\t\t Software\n \t\t\t\t\t\t\t Tech Maven\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tInnovation \t\t\t\t\t\t \t\t\t\t\t\t\tInnovation Home\n \t\t\t\t\t\t\t\tArchitecture\n \t\t\t\t\t\t\t\tAuto Design\n \t\t\t\t\t\t\t\tBrand Blog\n \t\t\t\t\t\t\t\tColumnists\n \t\t\t\t\t\t\t\tDesign\n \t\t\t\t\t\t\t\nDesign Blog\n \t\t\t\t\t\t\t\tGame Room\n \t\t\t\t\t\t\t\tInnovation Index\n \t\t\t\t\t\t\t\tMarketing\n \t\t\t\t\t\t\t\tMedia Blog\n \t\t\t\t\t\t\t\tNEXT Blog\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tManagement \t\t\t\t\t\t \t\t\t\t\t\t\tManagement Home\n \t\t\t\t\t\t\t\tBusiness Schools\n \t\t\t\t\t\t\t\tBoard of Directors\n \t\t\t\t\t\t\t\tBook Reviews\n \t\t\t\t\t\t\t\tCareer Management\n \t\t\t\t\t\t\t\tCase Studies\n \t\t\t\t\t\t\t\nColumnists\n \t\t\t\t\t\t\t\tJobs\n \t\t\t\t\t\t\t\tLeadership\n \t\t\t\t\t\t\t Management IQ Blog\n \t\t\t\t\t\t\t\tTeam Management\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tSmall Business \t\t\t\t\t\t \t\t\t\t\t\t\tSmall Business Home\n \t\t\t\t\t\t\t\tFinancing\n \t\t\t\t\t\t\t\tPolicy\n \t\t\t\t\t\t\t\tSales & Marketing\n \t\t\t\t\t\t\t\nSmall Business Blog\n \t\t\t\t\t\t\t\tSmart Answers\n \t\t\t\t\t\t\t\tStarting a Business\n \t\t\t\t\t\t\t\tViewpoints\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t\tGlobal \t\t\t\t\t\t \t\t\t\t\t\t\tGlobal Home\n \t\t\t\t\t\t\t\tAsia\n \t\t\t\t\t\t\t\tEurope\n \t\t\t\t\t\t\t\nEurope Insight Blog\n \t\t\t\t\t\t\t\tEye on Asia Blog\n \t\t\t\t\t\t\t\n \t\t\t\t \t\t\t\t\t \t\t\t\n \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\n\n \t\t\n \t\n \t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t \t\t \t \t\t \t\t\t \t\t\t\t \t\t\t\t\t\tBloomberg\n \t\t\t\t\n \t\t \t\t\t\t \t\t\t\t\t\tBP Spill May Alter Obama\u2019s Offshore Drilling Plans (Update1)\n \t\t\t\t\t\tApril 29, 2010, 5:05 PM EDT\t\t\t \t\t\t\t \t\t\t\t\t \t\t\t\t\t\t \t\t \t\t \t\tMore From Businessweek\n \t\t \t\t \t\t\t\t\t\t \t\tNew Legal Protections for Social Entrepreneurs \t\t\t\t\t\t \n \t\t\t\t\t\t \t\t\t\t\t\t \t\tFive Things Google Must Do to Make Its Tablet Competitive \t\t\t\t\t\t \n \t\t\t\t\t\t \t\t\t\t\t\t \t\tBritish Airways, Virgin Atlantic May Suffer Most From Ash Cloud \t\t\t\t\t\t \n \t\t\t\t\t\t \t\t\t\t\t\t \t\tInnovation Close-up: HTC \t\t\t\t\t\t \n \t\t\t\t\t\t \t\t\t\t\t\t \t\tGoldman Sachs Emerges From Showdown Up $549 Million (Update3) \t\t\t\t\t\t \n \t\t\t\t\n\n \t\t\t\t\t\t \t\t\t\t\t\t \t\t\t\t\t\t\tStory Tools\n \t\te-mail this story\n \t\t\tprint this story\n \t\t\tdigg this\n \t\t\tsave to del.icio.us\n \t\t\tadd to Business Exchange\n \t\t\n\n \t\t\t\t\t\t \t\t\t\t\t\n \t\t\t \t\t\t\t\t \t\t\t\t\t \t\t\t\t\t\t (Updates with companies invited to meeting in 11th paragraph. See {EXT4 <GO>} for more on the Gulf of Mexico oil spill.)\n By Julianna Goldman\n April 29 (Bloomberg) -- The worsening oil spill in the Gulf of Mexico may alter President Barack Obama\u2019s five-year plan to open new areas to offshore oil and natural gas drilling, administration officials said today.\n \u201CObviously, what\u2019s occurring now will also be taken into consideration as the administration looks to how to advance that plan and what makes sense and what might need to be adjusted,\u201D said Carol Browner, Obama\u2019s adviser for energy and climate change. \u201CWe need to learn from the incident.\u201D\n Obama has mobilized federal agencies and opened the door to putting more resources into the response to the spill from a damaged BP Plc well that is leaking about 5,000 barrels a day, five times more than previously estimated. The slick is expected to reach the Gulf Coast as soon as tomorrow, administration officials said today, and Louisiana Governor Bobby Jindal has declared a state of emergency.\n With Congress working on climate change and energy legislation, Obama proposed last month drilling for oil and gas off the U.S. East Coast and in the Gulf of Mexico 125 miles off the west coast of Florida. At the time, he said the plan is part of a transition to a new-energy economy that relies less on imported fossil fuel and more on domestic and renewable power sources, including solar and wind.\n Start of Process\n Before new offshore areas are opened to exploration, there will be public hearings and other chances for state officials and the public to have input, Browner said at a White House briefing on the spill response.\n \u201CThat plan doesn\u2019t automatically open up an area to drilling,\u201D she said. \u201CIt starts a process. And an area may or may not become open to drilling.\u201D\n White House press secretary Robert Gibbs said the president will reserve judgment until the cause of the rig\u2019s explosion is determined.\n \u201CI think our focus right now is, one, that -- the area, the spill; and two, also, to ultimately determine the cause of it and see the impact that that ultimately may or may not have.\u201D\n When asked whether the administration would support a pause in new deep-water oil drilling, Deputy Interior Secretary David Hayes said, \u201CEverything\u2019s on the table.\u201D\n Meeting in Washington\n Hayes said Interior Secretary Ken Salazar and other administration officials are scheduled to meet later today in Washington with executives and technical specialists from companies involved in offshore exploration to discuss what can be done to ensure safety on deep-water drilling rigs and platforms in the Gulf of Mexico. Salazar today ordered inspections of all deepwater rigs in the Gulf.\n More than 30 companies were invited to the meeting this evening at the Interior Department including BP\u2019s USA Division, Chevron Corp., ConocoPhillips, Exxon Mobil Corp., Halliburton Co., Occidental Petroleum Corp. and Valero Energy Corp.\n While \u201Cthe fundamental practice is safe,\u201D Hayes said the administration would be announcing additional steps in the coming days to ensure drilling safety.\n \u201CWe have a thousand offshore platforms or mobile rigs in operation, producing 30 percent of our domestic energy supply. But we are determined to get to the bottom of it and to enhance the safety issues,\u201D he said.\n Salazar said March 31 that the administration may be ready to have a sale of leases off the coast of Virginia by 2012.\n --Editors: Joe Sobczyk, Don Frederick\n To contact the reporter on this story: Julianna Goldman in Washington at jgoldman6@bloomberg.net\n To contact the editor responsible for this story: Jim Kirk at jkirk12@bloomberg.net\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t\n \t\t\t \t\t\t\t \t\t \t\t\tSponsored Links\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tOnline Forex Trading w/ ACM \t\t\t\t\t\tFree Forex Trading Software when you Open a Free Account Today!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tAmerican Express - Savings \t\t\t\t\t\tSave with Confidence with an FDIC Insured Savings Account - Learn More.\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tGet \"Early Bird Alerts\" on Stock Picks! \t\t\t\t\t\tThe past 3 alerts have gained up to 146% - sign up now for next month's pick.\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t \t\t\t\t\n \t\t\t\t \t\t\t\t\t\tT. Rowe Price \t\t\t\t\t\tNo-load mutual funds and 401k rollover. Get Started Now.\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tFREE Innovation Management White Paper \t\t\t\t\t\tBest Practices for Networked Innovation: The New Business Imperative. FREE DL!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t \t\t\t\t\t\tBuy a link now! \t\t\t\t\t\t\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\n\n\t\t \t\t\t\t \t\t\t\n \t\t \t\t \t\t\t \t \t \t \t\t \t \t\t\tRelated topics in \t\t\n \t Offshore Oil Drilling\n \t\t\t\t\tObama's Stimulus Plan\n \t\t\t\t\tBP plc\n \t\t\t\t\tObama's Economic Policy\n \t\t\t\t\tObama's Healthcare Reform\n \t\t \n\n \t\t\t\t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t \t\t \t Most Popular Stories\n \t Read\n \t E-mailed\n \t Discussed\n \t \nNow It's a European Banking Crisis\n\n \t\t\t\t\tAmazon Looks to Widen Lead in Cloud Computing\n\n \t\t\t\t\tCompanies Puzzle Over Record Cash Hoards\n\n \t\t\t\t\tStock Picks: Comcast, First Solar, Robert Half, US Airways\n\n \t\t\t\t\tC.K. Prahalad, 1941-2010\n\n \t\t \nRSS Feed: Most Read Stories\n \t\t Amazon Looks to Widen Lead in Cloud Computing - BusinessWeek\n\n \t\t\t\t\tC.K. Prahalad, 1941-2010 - BusinessWeek\n\n \t\t\t\t\tNow It's a European Banking Crisis - BusinessWeek\n\n \t\t\t\t\tThe IRS Targets Independent Contractors - BusinessWeek\n\n \t\t\t\t\tCan GE Still Manage? - BusinessWeek\n\n \t\t \nRSS Feed: Most E-mailed Stories\n \t\t Now It's a European Banking Crisis\n\n \t\t\t\t\tIn Goldman's Defiance, a Hint of Truce\n\n \t\t\t\t\tC.K. Prahalad, 1941-2010\n\n \t\t\t\t\tCompanies Puzzle Over Record Cash Hoards\n\n \t\t\t\t\tLearning, and Profiting, from Online Friendships\n\n \t\t \nRSS Feed: Most Discussed Stories\n \t\t\n \t\t \t\t\t\t \t\t\t\t \t\t\t \t\t\t\t\n \t\t \t \t\t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t\t\t \t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t\t\t\n \t \t\t\t\t \t\t\t\t \t\t \t\t\t\n \t\t \t \t\t\t\n \t\t \t\t\n \t\t \n \t\t \t\t\t\tSpecial Reports\n \t\t Health-Care Reform\n \t\t \t\t Energy Outlook\n \t\t Financial Literacy\n \t\t Innovation in a Recession\n \t\t\t\t \nMore Special Reports \t\t\n \t\t\t \t\t\t\tBusiness Tools\n \t\t\t\tB-School Comparison\n \t\t\t\t\tB-School Calendar\n \t\t\t\t\tBW for Mobile\n \t\t\t\t\tE-mail Newsletters\n \t\t\t\t\tPodcast\n \t\t\t\t\tRSS\n White Papers\n \t\t\t\t\nA-Z Index\n \t\t\t\tBW Authors\n \t\t\t\t\tBX Topics\n \t\t\t\t\tPrivate Companies\n \t\t\t\t\tPublic Companies\n \t\t\t\t\n\n \t\t\t \t\t\t\tLists & Rankings\n \t\t\t\tBest Global Brands \n \t\t\t\t\tBest Places to Launch a Career \n \t\t\t\t\tBest Providers of Customer Service\n \t\t\t\t\tBest Undergraduate Business Schools\n \t\t\t\t\tBusiness School Rankings & Profiles\n \t\t\t\t\tBW 50: Best Performing Companies\n \t\t\t\t\tTop 100 IT Companies\n \t\t\t\t\tMost Innovative Companies \n \t\t\t\t\n\n \t\t\t \t\t\t\tBlogs\n \t\t\t\tApple\n \t\t\t\t\tAsia\n \t\t\t\t\tAutos\n \t\t\t\t\tBranding\n \t\t\t\t\tInvesting\n \t\t\t\t\tManagement Trends\n \t\t\t\t\tMoney & Politics\n \t\t\t\t\tOn Media\n \t\t\t\t\tReal Estate\n \t\t\t\t\tSmall Business\n \t\t\t\t\tTechnology\n \t\t\t\t\nMore Blogs \t\t\t\n \t\t\t \t\t\t\tSlideshow Gallery\n \t\t\t\tAutos\n \t\t\t\t\tBusiness Schools\n \t\t\t\t\tDesign\n \t\t\t\t\tInternational\n \t\t\t\t\tInnovation\n \t\t\t\t\tInvesting\n \t\t\t\t\tManaging\n \t\t\t\t\tPolicy\n \t\t\t\t\tReal Estate\n \t\t\t\t\tSmall Business\n \t\t\t\t\tTechnology\n \t\t\t\t\nMore Slideshows \t\t\t\n \t\t\t \t\t\t\tMagazine\n \t\t\t\tCurrent Issue\n \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t\t \t\t\t \t\t\t\n\t\t \t \t\t\n \n About Advertising EDGE Programs Reprints Terms of Use Disclaimer Privacy Notice Ethics Code Contact Us Site Map Press Room \n \u00A92010 Bloomberg L.P. All Rights Reserved.\n \n \n \n \t\t \t\t \t\t \n\n"
|
26
|
+
}
|
27
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
u:Typhoeus::Response---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 404 Not Found
|
6
|
+
Server: apgrid
|
7
|
+
Date: Thu, 29 Apr 2010 23:28:15 GMT
|
8
|
+
Connection: keep-alive
|
9
|
+
Content-Length: 95
|
10
|
+
|
11
|
+
|
12
|
+
:code: 404
|
13
|
+
:requested_http_method:
|
14
|
+
:requested_url:
|
15
|
+
:start_time:
|
16
|
+
:time: 66.459182
|
17
|
+
:body: ""
|
data/spec/cache/text_extraction/get_raw_text_from_url/8f5dff27211163e41ea5e7c3c534acf7b87d2098.cache
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
u:Typhoeus::ResponseE/---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 200 OK
|
4
|
+
Server: apgrid
|
5
|
+
Date: Thu, 29 Apr 2010 22:23:54 GMT
|
6
|
+
Content-Type: application/json
|
7
|
+
Connection: keep-alive
|
8
|
+
Content-Length: 11742
|
9
|
+
Cache-Control: max-age=600
|
10
|
+
Expires: Thu, 29 Apr 2010 22:33:54 GMT
|
11
|
+
|
12
|
+
|
13
|
+
:code: 200
|
14
|
+
:requested_http_method:
|
15
|
+
:requested_url:
|
16
|
+
:start_time:
|
17
|
+
:time: 0.39396
|
18
|
+
:body: |
|
19
|
+
{
|
20
|
+
"status": "OK",
|
21
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
22
|
+
"url": "http://www.chron.com/disp/story.mpl/business/6981685.html",
|
23
|
+
"text": "BP seeks military technology as spill moves near coast | Business | Chron.com - Houston Chronicle\n Stocks climb on earnings, drop in jobless claims \n Natural gas prices tumble with growing supplies \n Obama selects Yellen as No. 2 at Federal Reserve \n Steve Jobs attacks Adobe Flash as unfit for iPhone \n U.S. Concrete files for bankruptcy protection \n BP seeks military technology as spill moves near coast \n Exxon Mobil 1Q profit jumps 38 percent \n \n\n \n Business \n \n \n \n \n \t \n \n \t\n \n \n \t NOW 79 o \n \n\t \n \n \n NEWS SPORTS BUSINESS ENTERTAINMENT LIFE TRAVEL BLOGS\n JOBS HOMES CARS CLASSIFIEDS \n Facebook Twitter \n \n \n \n \n Comments \n Recommend \n \n \n BP seeks military technology as spill moves near coast\n By JENNIFER A. DLOUHY and MONICA HATCHER HOUSTON CHRONICLE\n April 29, 2010, 4:16PM\n \n \n \n \n \n Share \n \n \n \n \n \n \n Resources \n \n \n Area of the controlled burn \n \n \n \n A federal official said this afternoon that the leading edge of the Gulf oil slick could reach the Mississippi River delta sometime tonight, and an executive said BP has asked the Department of Defense for technical help.\n In Washington, lawmakers raised the heat on the offshore energy industry, although the Obama administration stopped short today of backing off its commitment to expanded drilling.\n The White House dispatched top officials from the Homeland Security Department, Environmental Protection Agency and Interior Department to the Gulf Coast, and President Barack Obama today called the five Gulf Coast state governors to emphasize the federal government\u2019s support and concern about the spill.\n Rep. Sheila Jackson Lee, D-Houston, added her voice to the growing chorus seeking a broad congressional investigation of the Deepwater Horizon disaster, calling today for a \"full investigation by the Congress.\"\n Rep. Edward J. Markey , D-Mass., summoned the heads of America\u2019s top five oil companies to appear before the Select Committee on Energy Independence and Global Warming, which Markey chairs.\n And House Natural Resources Committee Chairman Nick J. Rahall, D-W.V., said he will conduct a hearing next month on the \"implications of the Deepwater Horizon Rig Explosion.\"\n At the White House, press secretary Robert Gibbs said the cause of the oil rig explosion, still not determined, could affect what areas the government would open for future drilling.\n But Gibbs and other officials said President Barack Obama remains committed to plans to expand offshore drilling to areas that now are off limits.\n Meanwhile, the Coast Guard continued efforts to contain the spill and BP fought to stop three leaks that were spilling as much as 5,000 barrels of oil a day into the Gulf.\n \nNational Oceanic Atmospheric Administration spokesman Charles Henry said that as of this morning, part of the slick was about 3 miles from the Louisiana shore. Federal agency heads reiterated that the entire cleanup bill will be BP\u2019s, and Lisa Jackson, administrator of the Environmental Protection Agency, said BP also should foot the costs to state agencies.\n \"We will be sending a bill to BP at some point,\" Jackson said.\n BP said it would call on assistance from Shell, Chevron and Anadarko to help in capping the well, while experimenting with dumping chemical dispersants at three leak sources in an effort to keep it from adding to the growing slick on the surface.\n \"Weve invited the biggest oil and gas companies to bring their best expert to sit next to ours and make sure we haven't missed anything,\" chief operating officer for exploration and production with BP.\n \u00A0Suttles also said at a briefing this afternoon that BP has asked the Defense Department to provide imaging techniques and remote operating vehicles that might not be available commercially.\n Earlier, BP did get some praise for its collaboration on the recovery effort from Coast Guard Rear Adm. Sally Brice O\u2019Hare.\n \"Our responsible party has shown willingness, they\u2019ve shown resolve, they\u2019ve shown accommodation of what the government has asked of them,\" she said. \"We will not let up on our vigilance ... to make sure they continue to bring everything possible to bear to manage this spill response (and protect) fragile ecosystems.\"\n The Interior Department said it is stepping up safety inspections and working with energy company officials to decide short-term, immediate safety steps that should be taken in light of the incident. \n Deputy Secretary of the Interior David Hayes today said that the agency had deployed 55 inspectors in the Gulf Coast area. \n The Deepwater Horizon rig, which started drilling near Louisiana in January, had been subject to monthly inspections by the government, with the last one occurring less than two weeks before the incident, Hayes said.\n In Louisiana, Gov. Bobby Jindal declared a state of emergency so officials could begin preparing for the oil\u2019s impact, and crews continued loading and deploying booms to contain at least some of the oil heading for coasts wetlands and fisheries.\n In Venice, about 75 miles from New Orleans and not far from the mouth of the Mississippi River, local officials expressed frustration with the pace of the government\u2019s response and the communication they were getting from the Coast Guard and BP officials.\n \"We\u2019re not doing everything we can do,\" said Billy Nungesser, president of Plaquemines Parish, which straddles the Mississippi River at the tip of Louisiana.\n \"Give us the worst-case scenario. How far inland is this supposed to go?\" Nungesser was quoted by the Associated Press.\n He has suggested enlisting the local fishing fleet to spread booms to halt the oil, which threatens some of the nation\u2019s most fertile seafood grounds.\n Louisiana has opened a special shrimp season along parts of the coast so shrimpers can harvest the profitable white shrimp before the spill has an effect.\n The Associated Press contributed to this report.\n jennifer.dlouhy@chron.com \n monica.hatcher@chron.com\u00A0 \n \n \n \n \n Comments\n Readers are solely responsible for the content of the comments they post here. Comments are subject to the site's terms and conditions of use and do not necessarily reflect the opinion or approval of the Houston Chronicle. Readers whose comments violate the terms of use may have their comments removed or all of their content blocked from viewing by other users without notification. \n You must be logged in to comment. Login | Sign up \n \t\t \t\t\n \n \n \n \n Most recommended comments\n Most recent comments\n Hide comments\n \n Loading... \n Loading... \n \n \n \n \t Read all comments () \u00BB \t\n \n Search\n advanced search | archives \n Chron.com Web Search by YAHOO! \n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n Most read\n Most commented\n \n \t \tConroe teen gets 35 years in killing of suspect in mom's death \t\n \t \tNo penalty for Houston teen who skipped jury duty \t\n \t \tHarris Co. judge charged with hitting woman he was dating \t\n \t \tNY police tell parents that son is dead he's not \t\n \t \tHe's a day tripper \t\n \n \n \n \n \n \t \tTexas lawmakers closely watching Arizona(511) \t\n \t \tReport: 8 cops caught on tape beating suspect(465) \t\n \t \tPerry vs. coyote: Critics take aim at pistol packing(252) \t\n \t \tFavorable winds could allow oil burn today(234) \t\n \t \tBoy to be sentenced in Border Patrol agent's death(130) \t\n \n \n \n \n \n \n \n \n \n \n\n\n Weather Chron Commons Traffic TOPICS\n PetsHouston MomHouston HoustonBelief Houston gardening 29-95 \n CHRON\n Home Houston & Texas Nation Business Sports Entertainment Life Travel Corrections Blogs \n \n Kingwood Humble/Lake Houston Memorial/Spring Branch Pasadena/Baytown Pearland area Spring/Klein Tomball Magnolia The Woodlands \n NEIGHBORHOODS\n Aldine/North Houston Alief/Southwest Bellaire/West U/River Oaks Clear Lake Conroe Cy-Fair East End/Third Ward Fort Bend Heights/Neartown Katy \n \n MARKETPLACE\n Jobs Homes Cars Classifieds Personals Place a classified ad Place a retail ad Contests \n SERVICES\n Help Business directory Legal notices Contact us Send us tips About the company Employment opportunities Advertise with us Buy a banner ad \n MEMBERSHIP\n Sign up Log in \n OTHER EDITIONS\n Home delivery Mobile RSS feeds Chronicle In Education e-Edition E-mail newsletters \n \n LOCAL SERVICES\n Houston Attorneys Houston Salons \n \n Privacy statement | Terms of service | About Our Ads \nCopyright \u00A9 2010 The Houston Chronicle\n \n\n \n \n \n Houston Chronicle members\n \n Not Logged In Login / Sign-up \n \n \n \n \n \n \n \n \n \n \n\n"
|
24
|
+
}
|
25
|
+
|
data/spec/cache/text_extraction/get_text_from_html/e7e6dba4c8570a41dbcb05233793018fc5ae4e1e.cache
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
u:Typhoeus::Response---
|
2
|
+
:headers: |
|
3
|
+
HTTP/1.1 100 Continue
|
4
|
+
|
5
|
+
HTTP/1.1 200 OK
|
6
|
+
Server: apgrid
|
7
|
+
Date: Thu, 29 Apr 2010 23:35:10 GMT
|
8
|
+
Content-Type: application/json
|
9
|
+
Connection: keep-alive
|
10
|
+
Content-Length: 4735
|
11
|
+
Cache-Control: max-age=600
|
12
|
+
Expires: Thu, 29 Apr 2010 23:45:10 GMT
|
13
|
+
|
14
|
+
|
15
|
+
:code: 200
|
16
|
+
:requested_http_method:
|
17
|
+
:requested_url:
|
18
|
+
:time: 1.574236
|
19
|
+
:body: |
|
20
|
+
{
|
21
|
+
"status": "OK",
|
22
|
+
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
|
23
|
+
"url": "",
|
24
|
+
"text": "(Updates with companies invited to meeting in 11th paragraph. See {EXT4 <GO>} for more on the Gulf of Mexico oil spill.)\n By Julianna Goldman\n April 29 (Bloomberg) -- The worsening oil spill in the Gulf of Mexico may alter President Barack Obama\u2019s five-year plan to open new areas to offshore oil and natural gas drilling, administration officials said today.\n \u201CObviously, what\u2019s occurring now will also be taken into consideration as the administration looks to how to advance that plan and what makes sense and what might need to be adjusted,\u201D said Carol Browner, Obama\u2019s adviser for energy and climate change. \u201CWe need to learn from the incident.\u201D\n Obama has mobilized federal agencies and opened the door to putting more resources into the response to the spill from a damaged BP Plc well that is leaking about 5,000 barrels a day, five times more than previously estimated. The slick is expected to reach the Gulf Coast as soon as tomorrow, administration officials said today, and Louisiana Governor Bobby Jindal has declared a state of emergency.\n With Congress working on climate change and energy legislation, Obama proposed last month drilling for oil and gas off the U.S. East Coast and in the Gulf of Mexico 125 miles off the west coast of Florida. At the time, he said the plan is part of a transition to a new-energy economy that relies less on imported fossil fuel and more on domestic and renewable power sources, including solar and wind.\n Before new offshore areas are opened to exploration, there will be public hearings and other chances for state officials and the public to have input, Browner said at a White House briefing on the spill response.\n \u201CThat plan doesn\u2019t automatically open up an area to drilling,\u201D she said. \u201CIt starts a process. And an area may or may not become open to drilling.\u201D\n White House press secretary Robert Gibbs said the president will reserve judgment until the cause of the rig\u2019s explosion is determined.\n \u201CI think our focus right now is, one, that -- the area, the spill; and two, also, to ultimately determine the cause of it and see the impact that that ultimately may or may not have.\u201D\n When asked whether the administration would support a pause in new deep-water oil drilling, Deputy Interior Secretary David Hayes said, \u201CEverything\u2019s on the table.\u201D\n Meeting in Washington\n Hayes said Interior Secretary Ken Salazar and other administration officials are scheduled to meet later today in Washington with executives and technical specialists from companies involved in offshore exploration to discuss what can be done to ensure safety on deep-water drilling rigs and platforms in the Gulf of Mexico. Salazar today ordered inspections of all deepwater rigs in the Gulf.\n More than 30 companies were invited to the meeting this evening at the Interior Department including BP\u2019s USA Division, Chevron Corp., ConocoPhillips, Exxon Mobil Corp., Halliburton Co., Occidental Petroleum Corp. and Valero Energy Corp.\n While \u201Cthe fundamental practice is safe,\u201D Hayes said the administration would be announcing additional steps in the coming days to ensure drilling safety.\n \u201CWe have a thousand offshore platforms or mobile rigs in operation, producing 30 percent of our domestic energy supply. But we are determined to get to the bottom of it and to enhance the safety issues,\u201D he said.\n Salazar said March 31 that the administration may be ready to have a sale of leases off the coast of Virginia by 2012.\n --Editors: Joe Sobczyk, Don Frederick\n To contact the reporter on this story: Julianna Goldman in Washington at jgoldman6@bloomberg.net\n To contact the editor responsible for this story: Jim Kirk at jkirk12@bloomberg.net\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t\n \t\t\t \t\t\t\t \t\t \t\t\tSponsored Links\n \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tOnline Forex Trading w/ ACM \t\t\t\t\t\tFree Forex Trading Software when you Open a Free Account Today!\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tAmerican Express - Savings \t\t\t\t\t\tSave with Confidence with an FDIC Insured Savings Account - Learn More.\n \t\t\t\t\t\n \t\t\t\t\t \t\t\t\t\t \t\t\t\t \t\t\t\t\t\tGet \"Early Bird Alerts\" on Stock Picks! \t\t\t\t\t\tThe past 3 alerts have gained up to 146% - sign up now for next month's pick."
|
25
|
+
}
|
26
|
+
|
27
|
+
:start_time:
|