geni.hlp

来自「prolog,人工智能推理程序,运行环境prolog」· HLP 代码 · 共 20 行

HLP
20
字号
 This is a small example on how to create a classification expert-system in
 TURBO-Prolog.

 Animals are classified in different categories which are further
 specified. One can come from one category to another if a number of
 conditions are fulfilled.

 Please understand this is an example not a finished expert system
 development tool.  
 
 For more information on working with GENI please refer to Appendix H
 in the Reference Guide.  

 Note:  At the prompt to update, enter a ? and an example will be
        shown.

        "NOT" is a predicate.  The condition "not is a fast car" will
        fail if "is a fast car" has been asserted into the database.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?