sen_an.hlp

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

HLP
23
字号

         		    SENTENCE ANALYZER
                            *****************

 SEN_AN can analyze a simple English sentence and draw a tree diagram
 based on sentence structure.

 The sentences which can be recognized must conform to the following
 syntax shown in BNF notation: 

   <SENTENCE>	::= <NOUN PHRASE> <VERB PHRASE>

where:

   <NOUN PHRASE>        ::= <DETERMINER> <noun> <RELATIONAL CLAUSE>
   <DETERMINER>         ::= <> | <determiner>
   <RELATIONAL CLAUSE>  ::= <> | <relative> <VERB PHRASE>
   <VERB PHRASE>        ::= <verb> | <NOUN PHRASE>

  Try analyzing the sentence: every man that lives loves a woman
  For more information on SEN_AN please refer to Appendix G in the
  Reference Guide.

⌨️ 快捷键说明

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