Retrieve keywords a internet domain name

2007-01-31 Thread Andy Wu
Hi All, I've been working on a domain parking project where we need to analyze a domain name, say "bookhotel", and get keywords(book, hotel) out of it, then use these keywords to do some search. There are two ways to do this as far as I can see, longest match and quickest match. Longest match: bo

Dynamic function execution

2006-11-25 Thread Andy Wu
;t know how to call the function. Say I have a string 'minutes' and a integer 30, now I need to call the func this way: func(minutes = 30), how do I do this? I'm sure this is a simple question, but I can't google it out since I don't know how to describe it in a short ter