compare_pinyin: This function compares a list of pairs of pinyin

Description Usage Arguments Value Author(s) Examples

View source: R/compare_pinyin.R

Description

The words are easy to sound wrongly. The return can be used to make a table in org mode with C-c |.

Usage

1
compare_pinyin(pypairs)

Arguments

list:

list of pinyin pairs

Value

pinyin vector

Author(s)

lgm

Examples

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

Gabegit/gmdata documentation built on May 6, 2019, 5:32 p.m.