laravelio / liona

The Laravel.io IRC Bot.
MIT License
28 stars 23 forks source link

Idea: Markov chain in private chat [low prio] #5

Closed anlutro closed 9 years ago

anlutro commented 10 years ago

Markov chains make for great entertainment when it comes to chat bots, and could be something to implement for private messages.

These bots basically learn from existing text (either pre-loaded or from messages received via chat) and construct new ones based on patterns found in existing text.

This might be a lot of work if there aren't any existing libraries for it out there, and is not part of core functionality.

mikedugan commented 10 years ago

This is a C library that specifically implements markov chains for IRC...fairly up to date (started 2009, last updated 2013)..

http://markovsky.sourceforge.net/

mikedugan commented 9 years ago

@machuga can this be closed? Don't see it happening anytime soon