User:Tancre/Prototyping/AI/ELIZA
< User:Tancre | Prototyping | AI
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