R/add_batchim.R

#' add liul batchim
#'
#' @param textko text in korean utf8
#' @export
add_liul_done <- function(textko){
  res <- bathim_done(textko, 8)
  return(res)
}
mrchypark/glueko documentation built on May 26, 2019, 2:31 p.m.