Bobrocket Posted July 19, 2015 Share Posted July 19, 2015 Alright, so I'm trying to make a basic chatbot. Link: http://bobrocket.co/omniscript/chatbot/portal.php You can teach the robot a conversation, or attempt to talk to it. Rules: No punctuation, the robot does not recognise this Try to use lowercase only (the robot is smart enough to convert to lowercase, but just a precaution) Please don't put stupid shit into this. I am going to use this for my scripts, so I would like to not have to go through 10,000 "jokes". Your submissions will not be visible immediately, I have to approve them and modify (add synonyms and markup for the robot to understand better) first. Thanks, and enjoy! Please report any stupid stuff to me ASAP Quote Link to comment Share on other sites More sharing options...
Botre Posted July 20, 2015 Share Posted July 20, 2015 If you want to do database querying there are plenty of vast academic quality databases around you might want to use instead of building your own from scratch. But that probably wouldn't even suffice, you really are going to want semantic recognition / AI for this and not just sentence and word keys to query a db (unless you have the server resources and time for it :p). Quote Link to comment Share on other sites More sharing options...
Bobrocket Posted July 20, 2015 Author Share Posted July 20, 2015 If you want to do database querying there are plenty of vast academic quality databases around you might want to use instead of building your own from scratch. But that probably wouldn't even suffice, you really are going to want semantic recognition / AI for this and not just sentence and word keys to query a db (unless you have the server resources and time for it ). It's the start of a neural network. When I get a decent database of conversations, I can begin working out equations and getting a solid framework down Quote Link to comment Share on other sites More sharing options...
Botre Posted July 20, 2015 Share Posted July 20, 2015 (edited) It's the start of a neural network. When I get a decent database of conversations, I can begin working out equations and getting a solid framework down I suggest you give this a read: https://en.wikipedia.org/wiki/Computational_linguistics I hope you have some decent knowledge about linguistics, it's going to be hard to learn a computer something you don't understand yourself (I'm not saying you don't, I'm just taking shortcuts here ) Gl though Edited July 20, 2015 by Botre 1 Quote Link to comment Share on other sites More sharing options...
Bobrocket Posted July 20, 2015 Author Share Posted July 20, 2015 I suggest you give this a read: https://en.wikipedia.org/wiki/Computational_linguistics I hope you have some decent knowledge about linguistics, it's going to be hard to learn a computer something you don't understand yourself (I'm not saying you don't, I'm just taking shortcuts here ) Gl though Yeah, it's going to be a long journey but it's primarily something that I can put on my portfolio to show my AI knowledge (+ I get to use it as a free chatbot for my scripts if all goes well) At the end, I want to be able to try and predict the tone for a specific message, and then get the robot to build a sentence from scratch using its knowledge. Either way, it works and (some) people are taking this seriously :p 1 Quote Link to comment Share on other sites More sharing options...