Package: RmecabKo Type: Package Title: Korean Text Analysis with 'MeCab' Version: 0.3.0 Authors@R: person("Junhewk", "Kim", role = c("aut", "cre"), email = "junhewk.kim@gmail.com") Description: A Korean text-analysis layer over the 'MeCab' morphological analyzer. Provides tokenizers that follow the 'tokenizers' contract for use with 'tidytext', morpheme-aware n-grams, a curated Korean stopword table, access to the KNU sentiment lexicon, friendly user-dictionary management, predicate lemmatization, keyword extraction, keyword-in-context concordances, and light text normalization. The native 'MeCab' interface and dictionary compilation are provided by 'RcppMeCab'. Depends: R (>= 3.6.0) Imports: Rcpp, RcppMeCab (>= 0.0.1.7), stringi LinkingTo: Rcpp Suggests: testthat (>= 3.0.0), withr, jsonlite, tibble, dplyr, tidytext, knitr, rmarkdown License: GPL (>= 2) URL: https://github.com/junhewk/RmecabKo BugReports: https://github.com/junhewk/RmecabKo/issues Encoding: UTF-8 LazyData: true VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libicu-dev Repository: https://junhewk.r-universe.dev Date/Publication: 2026-07-14 07:05:31 UTC RemoteUrl: https://github.com/junhewk/rmecabko RemoteRef: HEAD RemoteSha: 2064b1b5a4a023e890cb724c1ceb6845625ce206 NeedsCompilation: yes Packaged: 2026-07-14 08:47:24 UTC; root Author: Junhewk Kim [aut, cre] Maintainer: Junhewk Kim