Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是专家系统开发的新手。我已经开始使用剪辑编程一些简单的代码,如动物识别、迷你版霉素等。我想为我的程序增加知识和事实基础(到一百万个事实),所以我是想知道是否有任何数据库管理系统可以使这个过程更容易。我想知道如何实现这个。
开箱即用,编辑和加载规则/事实的唯一机制是通过文本文件。CLIPS 可以与其他语言集成,因此可以添加替代方法来存储和编辑您的规则/事实,您只需编写代码来集成这些片段。