ChStr2py: Convert Chinese strings to pinyin.

Description Usage Arguments Value

Description

Convert Chinese strings to pinyin.

Usage

1
2
ChStr2py(Chin.strs = "", method = c("toneless", "tone"),
  multi = FALSE, sep = "_", parallel = FALSE)

Arguments

method

Whether the output should be toned or toneless.

multi

Whether the output should contain more than one pinyin

sep

Character used to seperate different characters

parallel

Whether or not use parallel calculation

Chin.str

The string need to be converted

Value

pinyin of Chin.str.


canalcheng/ChinSimi documentation built on May 25, 2019, 3:25 p.m.