AIML解释器-objective c-gui

发布于 2024-09-08 23:06:53 字数 150 浏览 5 评论 0原文

我想创建一个 Objective C 应用程序来解释 .aiml 文件列表,然后为其创建一个 GUI。我想这样做,以便我可以与应用程序中的aiml 文件聊天。

关于如何做到这一点有什么想法吗?示例代码?以前有人这样做过吗?

谢谢!

以利亚

I want to create an objective c application that interprets a list of .aiml files then make a GUI for it. I want to do this so I can chat with the aiml files within the application.

Any ideas on how to do this?? Sample code? has anyone done this before?

Thanks!

Elijah

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

神回复 2024-09-15 23:06:53

有一些示例代码可用于创建聊天应用程序;例如,Chatty + MYNetwork(Mooseyard Networking Library,具有 BLIP 协议实现):

http://bitbucket .org/snej/chatty/wiki/Home

There is some sample code that can be useful for creating a chatting application; for example, Chatty + MYNetwork (Mooseyard Networking Library, with BLIP protocol implementation):

http://bitbucket.org/snej/chatty/wiki/Home

各自安好 2024-09-15 23:06:53

我可以看到两种方法来做到这一点:

  1. 用 Objective C 重写 java 引擎(这将是一项巨大的工作量。)
  2. 使用 Web 服务方法。
    因此,获得一个客观的 c/xcode 接口来将消息发送到 Web 服务,然后该 Web 服务使用标准引擎。
    不幸的是,这意味着不会有离线方法,尽管这也意味着您可以在多个设备上使用相同的方法,而只需最少的返工。

I can see two ways to do this:

  1. Rewrite the java engine in objective C (which will be a huge amount of work.)
  2. Use a webservice approach.
    So get an objective c/xcode interface to send messages to a webservice which then uses the standard engine.
    Unfortunately this will mean there will be no offline approach, although it will also mean you can use the same approach on multiple devices with minimal rework.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文