AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

New Here
 
 

New here, I want to learn how to build my chatbot… I am currently learning python~

 

 
  [ # 1 ]

Sebastian,

Do you want to build a web-based chatbot?

Python has the NLTK which is great, but Python may be

slower than most JavaScript, PHP or Perl chatbots.

(Not a Python put down, just making an observation.)

NOTE: NLTK stands for Natural Language Tool Kit

 

 
  [ # 2 ]

Greetings gentleman and ladies. Sorry for my broken english. I’m fairly new to chatbot scene, recently I started learning to make a chatbot from scratch, and manage to create a framework with tensorflow and my own naive bayesian classifier along with NLTK as post tagger, later on to optimize memory usage i moved to scikit to take adcantage of sparse-array. The bot runs ok but I don’t like the prediction method, I need it to be 100% sure of user’s intent. So i move on and learn about AIML and Rivescript, after couple hours reading I decided to make my own and make a more flexible chat scripting with NER support. After 3 weeks I launch my first bot using this simple PYTHON framework.

Note: This is a religion chatbot, It’s training data is very2 small for now.

Sample training data -> https://gist.github.com/fatfingers/28f2c8b317f823ca1b834e1a5375637e

Chatbot Link -> https://m.me/1447714028627865

 

 
  login or register to react
‹‹ new here      Chatbot user survey ››