User:Tancre/Prototyping/AI/ELIZA

From XPUB & Lens-Based wiki
< User:Tancre‎ | Prototyping‎ | AI
Revision as of 20:15, 20 October 2018 by Tancre (talk | contribs) (Created page with "= ELIZA = > input sentence # Pattern of decomposition of the sentence # Set of pre-substitutions # List of recognized keywords + sorting on priority # Research of a list of d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ELIZA

> input sentence

  1. Pattern of decomposition of the sentence
  2. Set of pre-substitutions
  3. List of recognized keywords + sorting on priority
  4. Research of a list of decomposition patterns. The first that matches is selected
  5. Selection of a reassembly pattern for the selected decomposition pattern. If already selected goes on the next until it restarts.
  6. Set of post-substitutions

> output sentence