moranajp"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(moranajp)
data(neko)
neko <- unescape_utf(neko)
head(neko)

n_match <- 
  list.files(bin_dir) |>
  stringr::str_count("mecab") |>
  sum()

  # if(n_match > 0){
  #   neko |>
  #     unescape_utf() |>
  #     moranajp_all(text_col = "text", bin_dir = bin_dir, iconv = "CP932_UTF-8") |>
  #     print(n=100)
  # }


Try the moranajp package in your browser

Any scripts or data that you put into this service are public.

moranajp documentation built on Sept. 11, 2024, 8:09 p.m.