show_ng_pair_sound: show in-ing en-eng pair sound words

Description Usage Arguments Value Author(s) Examples

View source: R/show_ng_pair_sound.R

Description

show in-ing en-eng pair sound words

Usage

1
show_ng_pair_sound(shengMu, yunMU)

Arguments

shengMu

a sheng mu vector

yunMU

a yunMu vector

Value

words all possible pairs of words with the combination of sheng mu and yun mu

Author(s)

lgm

Examples

1
2
3
4
5
6
ing <- c('in','ing')
eng <- c('en','eng')
pre_ing <- c('b','d','j','l','m','n','p','y')
pre_eng <- c('b','c','ch','d','f','g','k','m','n','p','s','sh','w','z','zh')
show_ng_pair_sound(pre_ing,ing)
show_ng_pair_sound(pre_eng,eng)

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