R/data.R

#' The Dictionary to Convert Chinese Characters to Pinyin.
#'
#' A dataset containing the Chinese characters and the corresponding pinyin, Source: A friend of dapeng
#'
#' @format A data frame with 20520 rows and 2 variables:
#' \describe{
#'   \item{key}{a chinese character}
#'   \item{value}{a pinyin}
#'   ...
#' }
"pinyin2"
pzhaonet/pinyin documentation built on June 17, 2020, 12:35 a.m.