|
Posted: May 27, 2011 |
[ # 16 ]
|
|
Administrator
Total posts: 3111
Joined: Jun 14, 2010
|
It’s the first step toward making a “talking bot”. I recently wrote a similar “proof of concept” GUI for ChatScript in Visual Basic, that takes your name, and a line of input, and gives a response back. Right now, all it does is output “You said: ” plus the user’s input, so it’s not very useful, but again, it’s just a first step. I plan on integrating both Speech Recognition and TTS into the GUI itself, and then having it interface with ChatScript, either directly, or through sockets, using CS’s server functionality.
|
|
|
|
|
Posted: May 27, 2011 |
[ # 17 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
Dave Morton - May 27, 2011: It’s the first step toward making a “talking bot”. I recently wrote a similar “proof of concept” GUI for ChatScript in Visual Basic, that takes your name, and a line of input, and gives a response back. Right now, all it does is output “You said: ” plus the user’s input, so it’s not very useful, but again, it’s just a first step. I plan on integrating both Speech Recognition and TTS into the GUI itself, and then having it interface with ChatScript, either directly, or through sockets, using CS’s server functionality.
You mean http://www.8pla.net/UnfinishedProofOfConcept/
belongs to you, Dave?
|
|
|
|
|
Posted: May 27, 2011 |
[ # 18 ]
|
|
Administrator
Total posts: 3111
Joined: Jun 14, 2010
|
Nope. It belongs to Tom (8pla.net), but it’s the same type of project that mine is. It’s just that his is web-based, whereas mine isn’t.
|
|
|
|
|
Posted: May 28, 2011 |
[ # 19 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
Okay. I didn’t think so because I didn’t see link to your version in the thread. My remarks…
I don’t understand the “Proof of Concept”. It’s not a bot, and it doesn’t answer questions or respond to input, it seems to be just a voice generator… it repeats what you type. What’s the purpose?
... were directed toward 8pla.net, since that was the only version I was able to contact.
|
|
|
|
|
Posted: May 28, 2011 |
[ # 20 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
Thunder Walk - May 27, 2011: I don’t understand the “Proof of Concept”. It’s not a bot, and it doesn’t answer questions or respond to input, it seems to be just a voice generator… it repeats what you type. What’s the purpose?
Firstly, I would like to sincerely thank everyone for testing it. Wow Dave! That’s wonderful news, that it works in all those web browsers. Thank you!
The focus is on writing a speech module in pure PHP that runs on shared webhosting. In its black box, you can type: “I am confused.”, “If you say so.”, “Not too sure.”, “Hello”, “Hi”, “Bye”, “Good bye”, “So long”, “Take care”, “How are you?”, “How are you doing?” , “How are you feeling?” or for a shortcut use its dropdown menu, then click its button to test it. If it has a response, then it’s little light will flash red and it will speak.
Thunder, You’re right. Thank you for your support. A full bot is alot more work. I know that. This is currently the bare minimum, a forerunner to a bot. It has a very limited set of responses. Similar to the hologram chatbot of Doctor Lanning in the movie iRobot.
|
|
|
|
|
Posted: May 28, 2011 |
[ # 21 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
8PLA • NET - May 28, 2011: Thunder Walk - May 27, 2011: I don’t understand the “Proof of Concept”. It’s not a bot, and it doesn’t answer questions or respond to input, it seems to be just a voice generator… it repeats what you type. What’s the purpose?
A full bot is alot more work. I know that. This is currently the bare minimum, a forerunner to a bot. It has a very limited set of responses. Similar to the hologram chatbot of Doctor Lanning in the movie iRobot.
Might it be possible to add content from the free AIML files of the AAA Set at http://www.alicebot.org/aiml/aaa/ ?
|
|
|
|
|
Posted: May 28, 2011 |
[ # 22 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
@Thunder Walk: Thanks for the compliment, by asking a question like that!
|
|
|
|
|
Posted: May 28, 2011 |
[ # 23 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
I’ll be switching gears now, to try get ready for mailing, a bootable chatbot DVD, to the Loebner Prize contest in the UK.
|
|
|
|
|
Posted: May 29, 2011 |
[ # 24 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
8PLA • NET - May 28, 2011: @Thunder Walk: Thanks for the compliment, by asking a question like that!
You’re welcome. I think if you’d answer it, it wouldn’t seem as though you were avoiding the question. I just thought that since you replied in a previous post, “A full bot is alot more work,” that there might be an easy way of to acquire content… and to provide a better demonstration.
|
|
|
|
|
Posted: May 29, 2011 |
[ # 25 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
Thunder Walk - May 29, 2011: 8PLA • NET - May 28, 2011: @Thunder Walk: Thanks for the compliment, by asking a question like that!
You’re welcome. I think if you’d answer it, it wouldn’t seem as though you were avoiding the question. I just thought that since you replied in a previous post, “A full bot is alot more work,” that there might be an easy way of to acquire content… and to provide a better demonstration.
A proof of concept is a plan. A part of this plan is avoidance of future obstacles that rank lower than present obstacles which make it improbable in the future.
|
|
|
|
|
Posted: May 29, 2011 |
[ # 26 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
8PLA • NET - May 29, 2011: A proof of concept is a plan. A part of this plan is avoidance of future obstacles that rank lower than present obstacles which make it improbable in the future.
I simply wondered why you wouldn’t add free content when it would be so simple. I know you’re familiar with AIML. But, that’s okay. I understand what you’re doing.
|
|
|
|
|
Posted: Jun 7, 2011 |
[ # 27 ]
|
|
Guru
Total posts: 1297
Joined: Nov 3, 2009
|
I’m writing a new Robot Totally PHP
http://79b.org/robot.totally.php/
It does not use a database, and the script is currently under 350 lines
of standard, very readable, clean PHP code in a single source file.
|
|
|
|
|
Posted: Jun 7, 2011 |
[ # 28 ]
|
|
Thunder Walk
Senior member
Total posts: 399
Joined: Feb 7, 2009
|
8PLA • NET - Jun 7, 2011: I’m writing a new Robot Totally PHP
http://79b.org/robot.totally.php/
It does not use a database, and the script is currently under 350 lines
of standard, very readable, clean PHP code in a single source file.
Have you ever made a bot with content? Next time, please make one out of two tin cans, a piece of string, and a pound of butter. And after that, please make a dozen more.
|
|
|
|
|
Posted: Jun 7, 2011 |
[ # 29 ]
|
|
Administrator
Total posts: 2048
Joined: Jun 25, 2010
|
>> what is your name?
<< Have you asked such questions before?
>> are you alive?
<< Oh, I are?
>> what is 2 plus 2?
<< What is it you really want to know?
Sorry but I think this needs a lot of work.
|
|
|
|
|
Posted: Jun 7, 2011 |
[ # 30 ]
|
|
Senior member
Total posts: 623
Joined: Aug 24, 2010
|
I think we’ve seen enough examples of 8pla’s work to know he is more interested in interface development for multiple platforms than in content generation. Why do people continue to chide him for having low-content bots when he specifically states what they are (and are not)? It’s not like he’s trying to mislead anyone into thinking these are competition/production level bots.
If you are only interested in content generation, then just don’t look at his stuff, unless he specifically states that his goal for a given project has some unique content component.
Really, all this griping is starting to sound like a broken record.
|
|
|
|