https://github.com/tjmahr/retrace
An implementation of the TRACE model of word recognition
https://github.com/tjmahr/retrace
Last synced: 3 months ago
JSON representation
An implementation of the TRACE model of word recognition
- Host: GitHub
- URL: https://github.com/tjmahr/retrace
- Owner: tjmahr
- License: gpl-2.0
- Created: 2014-12-02T18:11:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T13:20:23.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:56:39.072Z (3 months ago)
- Language: R
- Homepage:
- Size: 1.13 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
retrace
=======
[](http://www.repostatus.org/#suspended)A pure R implementation of the TRACE model of word recognition (McClelland &
Elman, 1986).I wrote the package so that I could get to know TRACE from the ground up. I was
able to simulate the Ganong effect (where top-down info resolves an ambiguous
phoneme).**Limitations**: I didn't test any other phenomena, and it's too slow to be
useful.My report on the package is in [vignettes/final_project](https://github.com/tjmahr/retrace/blob/master/vignettes/final_project.md).