Description Usage Arguments Value Author(s) Examples
View source: R/compare_pinyin.R
The words are easy to sound wrongly. The return can be used to make a table in org mode with C-c |.
1 | compare_pinyin(pypairs)
|
list: |
list of pinyin pairs |
pinyin vector
lgm
1 2 3 4 5 6 7 | pl <- list(c("lan","ren"),c("leng","reng"))
compare_pinyin(pl)
pl <- list(c("lan","ran"),c("lao","rao"),c("le","re"),
c("lou","rou"),c("liang","rang"),c("long","rong"), c("lun","run"),
c("leng","reng"),c("luan","ru"))
nl <- list(c("nei","lei"),c("len","nen"),c("luo","nuo"))
compare_pinyin(c("bei","bai"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.