User:Tancre/Prototyping/AI/ELIZA: Difference between revisions

From XPUB & Lens-Based wiki
(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...")
 
Line 1: Line 1:
= ELIZA =
= ELIZA =


> input sentence
:::> input sentence
# Pattern of decomposition of the sentence
# Pattern of decomposition of the sentence
# Set of pre-substitutions
# Set of pre-substitutions
Line 8: Line 8:
# Selection of a reassembly pattern for the selected decomposition pattern. If already selected goes on the next until it restarts.  
# Selection of a reassembly pattern for the selected decomposition pattern. If already selected goes on the next until it restarts.  
# Set of post-substitutions
# Set of post-substitutions
> output sentence
:::> output sentence

Revision as of 20:18, 20 October 2018

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