| http://www.w3.org/ns/prov#value | - In case you are interested, here is an excerpt of my code -- the part that listens for the keyword j.j. to start listening for a command.Code: [Select]import speechdef listen_for_command():#all possible misinterpretations of the keyword j.j.keys = [j.j., g.j., j.g., g.g., ginger, gigi]while True: test = speech.input().lower() #cycle through the possible keywords... trigger = False fo
|