Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71880 > unrolled thread
| Started by | ed.cottam@gmail.com |
|---|---|
| First post | 2014-05-22 03:03 -0700 |
| Last post | 2014-05-22 08:51 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Can Python do this? First steps, links to resources or complete software referals appreciated. ed.cottam@gmail.com - 2014-05-22 03:03 -0700
Re: Can Python do this? First steps, links to resources or complete software referals appreciated. William Ray Wing <wrw@mac.com> - 2014-05-22 08:51 -0400
| From | ed.cottam@gmail.com |
|---|---|
| Date | 2014-05-22 03:03 -0700 |
| Subject | Can Python do this? First steps, links to resources or complete software referals appreciated. |
| Message-ID | <4efbb539-be4f-487c-8f7e-9675990e20a5@googlegroups.com> |
Hi, I'm an academic and I want to find/adapt/create a script that will grab abstracts (150-250 words of text) from Google Scholar search results and sort them by relevance (e.g. keywords, keyword combinations, anything other way you can think of). Any of you guys know of a script that does this already? Preferably open source? If not, any resources you could bring to my attention? I' a complete Newb! Thanks for your help. Ed
[toc] | [next] | [standalone]
| From | William Ray Wing <wrw@mac.com> |
|---|---|
| Date | 2014-05-22 08:51 -0400 |
| Message-ID | <mailman.10221.1400766707.18130.python-list@python.org> |
| In reply to | #71880 |
On May 22, 2014, at 6:03 AM, ed.cottam@gmail.com wrote: > Hi, I'm an academic and I want to find/adapt/create a script that will grab abstracts (150-250 words of text) from Google Scholar search results and sort them by relevance (e.g. keywords, keyword combinations, anything other way you can think of). > > Any of you guys know of a script that does this already? Preferably open source? If not, any resources you could bring to my attention? I' a complete Newb! > > Thanks for your help. > > Ed > -- > https://mail.python.org/mailman/listinfo/python-list Well, you might take a look at scholar.py, located here: http://www.icir.org/christian/scholar.html Also, there is this at stackoverflow: http://stackoverflow.com/questions/13200709/extract-google-scholar-results-using-python-or-r One of these may provide what you want, or serve as a jumping off point. -Bill
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web