Get jTRACE language

jtrace_get_language(language_name = "default")

Arguments

language_name

Character vector of length 1 indicating the jTRACE language to import. Defaults to "default".

Value

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")

References

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.

See also

jtrace_list_languages for listing available languages, and jtrace_create_language for creating a new language.

Author

Gonzalo Garcia-Castro gonzalo.garciadecastro@upf.edu