Learn R Programming

alineR (version 1.1.4)

ALINE.map: Aline IPA-ASCII character map

Description

An IPA-ASCII character map used for transforming IPA sequence into ASCII characters used by the C++ program. ALINE.map() is used internally by various functions. The original mapping schema is defined in (Kondrak 1999). The values provided here were derived from an Indonesian database so additional user-mappings for use with other lanugauge families can be enabled. Unicode interger values are stored in the dataframe. To view IPA see show.map().

Usage

data(ALINE.map)

Arguments

Format

A data frame with 102 observations on the following 4 variables.

Aline

A column of ALINE symbols

U.Val

Unicode encoding for the IPA character.

A.Val

Unicode value(s) for the ALINE character(s).

References

Kondrak, G. (1999). Alignment of Phonetic Sequences. Technical Report CSRG-402. Department of Computer Science, University of Toronto.

See Also

map

Examples

Run this code
# NOT RUN {
data(ALINE.map)
# }

Run the code above in your browser using DataLab