User:Tancre/Prototyping/AI/ELIZA: Difference between revisions
< User:Tancre | Prototyping | AI
(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...") |
(→ELIZA) |
||
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 19:18, 20 October 2018
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 decomposition patterns. The first that matches is selected
- Selection of a reassembly pattern for the selected decomposition pattern. If already selected goes on the next until it restarts.
- Set of post-substitutions
- > output sentence