ipa_to_jtrace: Transcribe phonology from IPA to jTRACE notation

Description Usage Arguments Details Value

View source: R/language.R

Description

Transcribe phonology from IPA to jTRACE notation

Usage

1
ipa_to_jtrace(x, keep_other = FALSE)

Arguments

x

A character vector with the phonological forms to be transcribed

keep_other

Should symbols other than phonemes be kept in the transcriptions? Defaults to FALSE

Details

  1. If keep_other, special characters (symbols that do not correspond to phonemes in the phonemes data set, such as apostrophes or dots) are removed. 2) Colons (:) are replaced with the previous symbol, since they are interpreted as a modifier of the duration of the previous phoneme. 3) Pairwise replacements are performed according to the phonemes data set.

Value

A character vector with the jTRACE transcriptions of the provided phonological forms


bilingual-project/jtracer documentation built on Dec. 19, 2021, 9:42 a.m.