Re: Finding keywords

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

Re: Finding keywords

2011-03-08 Thread Cross
uestion of parsing the xhtml. DaveA 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. Cross --- news://freenews.ne

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.

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

Re: [ctpug] Introducing Kids to Programming: 2 or 3?

2010-09-27 Thread Simon Cross
On Mon, Sep 27, 2010 at 5:48 PM, Marco Gallotta wrote: > We received a grant from Google to reach 1,000 kids in South Africa > with our course in 2011. People have also shown interest in running > the course in Croatia, Poland and Egypt. We're also eyeing developing > African countries in the long

Re: [Python-Dev] compiling python2.5 on linux under wine

2009-01-08 Thread Simon Cross
On Sat, Jan 3, 2009 at 11:22 PM, Luke Kenneth Casson Leighton wrote: > secondly, i want a python25.lib which i can use to cross-compile > modules for poor windows users _despite_ sticking to my principles and > keeping my integrity as a free software developer. If this eventually leads