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..

algorithm for natural language processing
 
 

hello sir,
please tell me any one of the easy algorithm for natural language processing with example in any one of the chatbot.I have to give seminar on that,so i want details
                                              Thank You.

 

 
  [ # 1 ]

Easy NLP algorithm:

- Get input
- Match pattern
- Produce response

Easy NLP (Level 2)
- Get input
- Spell check input
- Match pattern
- Produce response

Easy NLP (Level 3)
- Get input
- Spell check input
- Simplify input
- Match pattern
- Produce response

Implementation of course is left to the reader. wink
http://www.masswerk.at/elizabot/

 

 
  [ # 2 ]
Merlin - Mar 11, 2012:

Easy NLP algorithm:
Implementation of course is left to the reader. wink
http://www.masswerk.at/elizabot/

Chatter robot implementations can be fun…
http://www.chatbots.org/ai_zone/viewthread/527/P240/

 

 
  [ # 3 ]

Thank you sir…:-)

 

 
  [ # 4 ]
Merlin - Mar 11, 2012:

Easy NLP algorithm:

- Get input
- Match pattern
- Produce response

- Get input
- Send input to many different agents specialising in different domains, each of which:
  - Gets input
  - Matches pattern
  - Produces response
- Select the best response, using self-reported agent score and user feedback

 

 
  [ # 5 ]

@Merlin upto how much levels you can explain like you explained uptop level 3…
It would be interesting to know grin

 

 
  [ # 6 ]

Lots of levels.
Each of the levels above really only explores the input side. You can expand input with language translation, speech, video, kinect, etc.

We haven’t talked about architecture (Robert touches on it), pattern recognition, memory, conversational flow control, context, memory, logic, avatars, static/dynamic response generation…

 

 
  [ # 7 ]

Okay!

 

 
  login or register to react