Human word reader

timo verbeek timoverbeek10 at gmail.com
Sat May 15 07:02:36 EDT 2010


I'm planning to create a human word program
A human inputs a string
"Give me the weather for London please."
Then I will strip the string.
"weather for london"
Then I get the useful information.
what:"weather" where:"london"
After that I use the info.

I need help with getting the useful information how do I get the place
if I don't now how long the string is?



More information about the Python-list mailing list