Python - 聊天机器人 A.I 有没有使用 nltk 的机器人?

Python - chatbot A.I are there any that use nltk?

我正在尝试进行聊天 A.I,我很好奇是否有人使用 nltk,并且可以指出如何使用它来根据 nltk 收集的信息生成响应的方向,并且你将如何存储收集到的 nltk 信息?我一直在研究这个,但一无所获。

这里有一些资源可以帮助您入门:

  1. NLTK book 中有很多与您相关的优秀示例。
  2. nltk.chat 包被描述为

This chatbot is a tongue-in-cheek take on the average teen anime junky that frequents YahooMessenger or MSNM. All spelling mistakes and flawed grammar are intentional.

...也许还有同伴阅读:Be your own bot master 网站和 Richard Wallace 博士的书。

  1. 一个Gamasutra tutorial
  2. 一个real world project example
  3. 一些real world code example