CHATBOT:使用Perl编写聊天机器人 [英] CHATBOT: Programming a chatbot with Perl

查看:57
本文介绍了CHATBOT:使用Perl编写聊天机器人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在学习Perl语言。我认为对聊天机器人进行编程将是学习该语言并进行学习的一种有趣方式。

I'm studing Perl language. I think programming a chatbot would be a funny way of studing that language and learn it.

对聊天机器人的描述,我可以在此处

有人知道任何专门针对Perl语言的聊天机器人编程的手册或网站吗?

Does anyone know any manual or website especially focused on programming chatbot in Perl language?

谢谢!

推荐答案

请参见 http://poe.perl.org/?POE_Cookbook -这里描述了简单的漫游器: http://poe.perl.org/?POE_Cookbook/IRC_Bots

See http://poe.perl.org/?POE_Cookbook - simple bot is described here: http://poe.perl.org/?POE_Cookbook/IRC_Bots

Bot :: Ba的文档sicBot ,它是POE :: Component :: IRC的包装。 http://www.drdobbs.com/web-development/184416221

Documentation for Bot::BasicBot, which is a wrapper around POE::Component::IRC. http://www.drdobbs.com/web-development/184416221

著名的机器人GumbyBrain的来源,它当然使用POE: :Component :: IRC和Megahal库。 Megahal库使用马尔可夫链来答复消息。

Source of famous bot GumbyBrain, which of course uses POE::Component::IRC and Megahal library. Megahal library uses Markov chains to reply to messages.

不要使用Net :: IRC-不再受支持。

Don't use Net::IRC - it is not supported anymore.

这篇关于CHATBOT:使用Perl编写聊天机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆