C#人工智能聊天机器人 [英] C# Artificial intelligent chat bot

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

问题描述

嘿,



我一直在研究人工智能一段时间,我在互联网上搜索了一个聊天机器人,所以我希望有一些帮助,一个项目下载将是完整的帮助:- $



它必须能够:



回话,

学习新命令说例如Hru意味着你怎么样,

能够运行程序,例如run:Notepad,

告诉用户时间和日期,

有一个Gui,

,它必须有图像来表示心情是什么。



这可能看起来很多,但即使你能给我一些代码,我也会非常乐于助人:D $ / $


祝你好运,

Joel Tankard:笑:

解决方案

Process.Start(Notepad.exe);



DateTime.Now()。 ToString();



说真的,我不确定任何人都可以帮助你做这么广泛的顶级请求。


< blockquote> 我在互联网上搜索了一个聊天机器人 - rush44

您是否搜索了 CodeProject 上的文章?请查看这些结果 [ ^ ]。


我在这里找到了这个: Chatbot教程 [ ^ ]我已经编译了它们的几个版本,并且Gonzales先生在C ++和C#中发布了版本。它们是控制台应用程序,因此必须在Windows GUI应用程序中使用,我也想这样做。


Hey,

I have been researching Artificial intelligence for a while now, I have searched all over the Internet for a Chat Bot, so I was hoping for some help, a project download would be help full :-D

it has to be able to:

talk back,
learn new commands say e.g. "Hru means how are you",
be able to run programs e.g "run: Notepad",
tell the user the time and date,
have a Gui,
and it must have images like to tell what is mood is.

This may seem like a lot, but I would be very helpful even if you can just give me parts of codes :D

Best wishes,
Joel Tankard :laugh:

解决方案

Process.Start("Notepad.exe");

DateTime.Now().ToString();

Seriously, I'm not sure how anyone can help you on such a broad, top level request.


"I have searched all over the Internet for a Chat Bot" - rush44
Did you search the articles on CodeProject? Have a look at these results[^].


I found this here: Chatbot Tutorial[^] I have compiled a couple of versions of them and somewhere Mr Gonzales has versions posted in C++ and C#. They are console applications so will have to be made into Windows GUI applications, something I would like to do as well.


这篇关于C#人工智能聊天机器人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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