
MovieMaker

hey, Rich,
I was wondering if you have Melvin hooked up to pass through "Siri" or "Fake Siri" or Wikipedia?
I am not quite that good at programming where I can make that happen. But, the idea is that you ask the robot a question. He looks in the database and he finds that he does not have the answer. So, he hooks up to the web and search with Siri or Wiki or wolfram alpha, etc. He could go further by storing the new question/answer in his database.
That doesn't seem so hard for an expert programmer like you. What do you say? we can all use this.
Thanks in Advance.
mel
You could use the HTTPGet function along with wiki, wolfram alpha, whatever. You would need the url for the search query though, for instance Wolfram Alpha's is http://www.wolframalpha.com/input/?i= followed by the query. So the code would be something like;
Code:
That will save the result of the query to the variable, however there are 2 issues here already before I even think about it...
1. If speaking the query it would require dictation which is only available in the pandora bot control and very difficult to make accurate without months and months of training Windows SAPI.
2. The result of the query will generally be an entire HTML web page's text, it would need to be parsed by something before being useful.
I am working on getting Jarvis to talk to ARC however progress on that has halted as of late mainly because I don't need it to and I have a lot of other things on my plate. It will come but I don't know when, all I know is it's likely to be a while since I'll need to test it thoroughly too.
You may be able to just use the pandora bot control, I haven't used it for a while since Jarvis is much better (in my opinion however I am biased there) so I don't know if it is possible of answering questions by checking online databases, I think it does but you will need to check.