Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmahr/trace
TRACE model by McClelland & Elman (1986)
https://github.com/tjmahr/trace
Last synced: about 1 month ago
JSON representation
TRACE model by McClelland & Elman (1986)
- Host: GitHub
- URL: https://github.com/tjmahr/trace
- Owner: tjmahr
- Created: 2014-08-12T01:26:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T17:56:33.000Z (almost 8 years ago)
- Last Synced: 2023-06-28T12:20:40.925Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRACE
This repository contains source code for the word recognition model
TRACE (McClelland & Elman, 1986).The purpose of this repository is not to provide functioning software, but
to collect source code that is of scientific and historical interest.
Moreover, this repository can help authors port TRACE to other languages by
providing definitive answers to fine implementation details.Over the years, I have found two different archives with the source code
online. Both are contained here. I labeled them based on the email address
domains used in the README files.## cmu
* Downloaded from Jay McClelland's PDP lab page:
.
* The file-modified dates are circa September 1992.
* I lightly modified some comments in the code to make some phoneme definitions
more explicit. (See commit history).
* Unedited files are in the compressed
archive file `cmu_trace.tar.gz`.## ucsd
* Downloaded from a repository by Jeff Elman: .
* The file-modified dates are circa January 1988.