Selmer Bringsjord
Misc
Overview of Class
Do Apes Use Language?
Argument 2
| (1) | If Lana (etc.) uses a natural language, then the human scientists brought her to this state from one in which she didn't use a natural language. | |
| (2) | If x is brought to a state of using a natural language from a state of not using a natural language, then x is capable of solving problems which would have been unsolvable in x's ``pre-language" state. | |
| (3) | Lana (etc.) isn't capable of solving problems which would have been unsolvable in her ``pre-language" state. | |
|
. |
(4) | Lana (etc.) doesn't use a natural language. |
Universal Grammar
Key Difficult Elements from R&NRalph
(defun make-fn2 (exp)
(coerce `(lambda (n) ,exp) 'function))
? (funcall (make-fn2 '(+ n 1)) 7) 8
The Symbol-Grounding Problem