Description Usage Arguments Value Author(s) References See Also
Get jTRACE language
1 | jtrace_get_language(language_name = "default")
|
language_name |
Character vector of length 1 indicating the jTRACE language to import. Defaults to "default". |
A list of data frames containing a data frame for the phonemes and their
scores across the seven features implemented in jTRACE (features
),
a data frame containing the duration scalars of each phoneme for the even features
implemented in jTRACE (duration_scalar
), and a data frame containing the
allophonic relations between the phonemes (allophonic_relations
).
@examples
jtrace_get_language("default")
Gonzalo Garcia-Castro gonzalo.garciadecastro@upf.edu
Strauss, T. J., Harris, H. D., & Magnuson, J. S. (2007). jTRACE: A reimplementation and extension of the TRACE model of speech perception and spoken word recognition. Behavior Research Methods, 39(1), 19-30.
jtrace_list_languages
for listing available languages, and jtrace_create_language
for creating a new language.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.