Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmahr/retrace
An implementation of the TRACE model of word recognition
https://github.com/tjmahr/retrace
Last synced: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T13:20:23.000Z (over 9 years ago)
- Last Synced: 2023-06-28T12:20:40.671Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 1.13 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
retrace
=======
[![Project Status: Suspended - Initial development has started, but there has not
yet been a stable, usable release; work has been stopped for the time being but the
author(s) intend on resuming work.](http://www.repostatus.org/badges/0.1.0/suspended.svg)](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).