Re: Finding keywords

2013-12-05 Thread ramkrishan . bhatt
Hi , If you got the solutions please let me know also. I have to implement asap. On Wednesday, 9 March 2011 23:43:26 UTC+5:30, Cross wrote: On 03/09/2011 01:21 AM, Vlastimil Brom wrote: 2011/3/8 Crossx...@x.tv: On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in

Re: Finding keywords

2011-03-09 Thread Steven D'Aprano
On Tue, 08 Mar 2011 12:48:11 +0530, Cross wrote: Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please suggest.

Re: Finding keywords

2011-03-09 Thread Cross
On 03/09/2011 01:21 AM, Vlastimil Brom wrote: 2011/3/8 Crossx...@x.tv: On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in a tag calledmeta, in the section called head. Are you having trouble parsing the xhtml to that point? Be more specific in your question, and

Re: Finding keywords

2011-03-08 Thread Chris Rebert
On Mon, Mar 7, 2011 at 11:18 PM, Cross x...@x.tv wrote: Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please

Re: Finding keywords

2011-03-08 Thread Cross
On 03/08/2011 01:27 PM, Chris Rebert wrote: Complaint: This question is not Python-specific in any way. Regards, Chris Well Chris, my implementation is in Python. :) That is as much python-specific as it gets. Well the question is general of course and I want to discuss the problem here.

Re: Finding keywords

2011-03-08 Thread Ulrich Eckhardt
Cross wrote: On 03/08/2011 01:27 PM, Chris Rebert wrote: Well Chris, my implementation is in Python. :) That is as much python-specific as it gets. Well the question is general of course and I want to discuss the problem here. If you have anything written in Python yet and want to present

Re: Finding keywords

2011-03-08 Thread Heather Brown
On 01/-10/-28163 02:59 PM, Cross wrote: Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please suggest. Regards Cross

Re: Finding keywords

2011-03-08 Thread Cross
On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in a tag called meta, in the section called head. Are you having trouble parsing the xhtml to that point? Be more specific in your question, and somebody is likely to chime in. Although I'm not the one, if it's a

Re: Finding keywords

2011-03-08 Thread Matt Chaput
On 08/03/2011 8:58 AM, Cross wrote: I know meta tags contain keywords but they are not always reliable. I can parse xhtml to obtain keywords from meta tags; but how do I verify them. To obtain reliable keywords, I have to parse the plain text obtained from the URL. I think maybe what the OP is

Re: Finding keywords

2011-03-08 Thread Vlastimil Brom
2011/3/8 Cross x...@x.tv: On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in a tag called meta, in the section called head. Are you having trouble parsing the xhtml to that point? Be more specific in your question, and somebody is likely to chime in. Although

Re: Finding keywords

2011-03-08 Thread Terry Reedy
On 3/8/2011 2:00 PM, Matt Chaput wrote: On 08/03/2011 8:58 AM, Cross wrote: I know meta tags contain keywords but they are not always reliable. I can parse xhtml to obtain keywords from meta tags; but how do I verify them. To obtain reliable keywords, I have to parse the plain text obtained

Finding keywords

2011-03-07 Thread Cross
Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please suggest. Regards Cross --- news://freenews.netfront.net/ -