show.map: IPA-ASCII character map

Description Usage Details Value Examples

Description

Generating a dataframe containing the IPA and ASCII representation of the integer values stored in map.

Usage

1

Details

CRAN policy specifies IPA characters cannot be stored in the dataframe ALINE.map. This function enables users to see the actual IPA characters and how they are mapped to ALINE encodings.

Value

A dataframe containing the following columns:

IPA

IPA characters

ALINE

ALINE characters

U.Val

Integer values for the IPA characters

A.Val

Integer values for the ALINE characters

Examples

1

Example output

         IPA Aline U.Val     A.Val
1                     32          
2          B    bS    66     98 83
3          O    oF    79    111 70
4          a     a    97        97
5          b     b    98        98
6          c    tP    99    116 80
7          d     d   100       100
8          e     e   101       101
9          f     f   102       102
10         g     g   103       103
11         h     h   104       104
12         i     i   105       105
13         j     y   106       121
14         k     k   107       107
15         l     l   108       108
16         m     m   109       109
17         n     n   110       110
18         o     o   111       111
19         p     p   112       112
20         q     k   113       107
21         r     r   114       114
22         s     s   115       115
23         t     t   116       116
24         u     u   117       117
25         v     v   118       118
26         w     w   119       119
27         x     x   120       120
28         y    uF   121    117 70
29         z     z   122       122
30  <U+00DF>    bS   223     98 83
31  <U+00E1>     a   225        97
32  <U+00E2>     a   226        97
33  <U+00E3>    aN   227     97 78
34  <U+00E6>    aF   230     97 70
35  <U+00E9>     e   233       101
36  <U+00EA>     e   234       101
37  <U+00EC>     i   236       105
38  <U+00ED>     i   237       105
39  <U+00EE>     i   238       105
40  <U+00F0>   dSD   240 100 83 68
41  <U+00F3>     o   243       111
42  <U+00F4>     o   244       111
43  <U+00F5>    oN   245    111 78
44  <U+00F8>    oF   248    111 70
45  <U+00F9>     u   249       117
46  <U+00FA>     u   250       117
47  <U+00FB>     u   251       117
48  <U+0129>    iN   297    105 78
49  <U+012B>    iH   299    105 72
50  <U+014B>    gN   331    103 78
51  <U+0169>    uN   361    117 78
52  <U+0250>     a   592        97
53  <U+0251>     a   593        97
54  <U+0252>     a   594        97
55  <U+0253>     b   595        98
56  <U+0254>     o   596       111
57  <U+0255>    sP   597    115 80
58  <U+0256>    dX   598    100 88
59  <U+0259>    eC   601    101 67
60  <U+025B>     e   603       101
61  <U+025C>    eC   604    101 67
62  <U+025F>    dP   607    100 80
63  <U+0262>     g   610       103
64  <U+0263>    gS   611    103 83
65  <U+0266>     h   614       104
66  <U+0268>    iC   616    105 67
67  <U+026A>     i   618       105
68  <U+026C>    lA   620    108 65
69  <U+026D>    lX   621    108 88
70  <U+026E>    lS   622    108 83
71  <U+0270>     w   624       119
72  <U+0271>    fN   625    102 78
73  <U+0272>    nP   626    110 80
74  <U+0273>    nX   627    110 88
75  <U+0274>    gN   628    103 78
76  <U+0276>    oF   630    111 70
77  <U+0278>    pS   632    112 83
78  <U+027D>    rX   637    114 88
79  <U+027E>     r   638       114
80  <U+0280>     r   640       114
81  <U+0281>    gS   641    103 83
82  <U+0282>    sX   642    115 88
83  <U+0283>    sV   643    115 86
84  <U+0288>    tX   648    116 88
85  <U+0289>    uC   649    117 67
86  <U+028A>     u   650       117
87  <U+028B>     v   651       118
88  <U+028C>    eC   652    101 67
89  <U+028E>    lP   654    108 80
90  <U+0290>    zX   656    122 88
91  <U+0291>    zP   657    122 80
92  <U+0292>    zV   658    122 86
93  <U+0294>     q   660       113
94  <U+02A4>   dSV   676 100 83 86
95  <U+02A7>   tSV   679 116 83 86
96  <U+02AF>    wF   687    119 70
97  <U+02B0>     A   688        65
98  <U+02B2>     y   690       121
99  <U+02B7>     w   695       119
100 <U+02E3>     x   739       120
101 <U+03B8>    tS   952    116 83
102 <U+03C7>     x   967       120
103 <U+207F>     N  8319        78

alineR documentation built on May 2, 2019, 11:26 a.m.

Related to show.map in alineR...