User:Tancre/Prototyping/AI/ELIZA: Difference between revisions
< User:Tancre | Prototyping | AI
(→ELIZA) |
(→ELIZA) |
||
Line 1: | Line 1: | ||
= ELIZA = | = ELIZA = | ||
== Process == | |||
: > input sentence | : > input sentence | ||
# Pattern of decomposition of the sentence | # Pattern of decomposition of the sentence |
Revision as of 19:19, 20 October 2018
ELIZA
Process
- > 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