Package: moranajp
Title: Morphological Analysis for Japanese
Version: 0.9.7
Authors@R: 
    person("Toshikazu", "Matsumura", , "matutosi@gmail.com", role = c("aut", "cre"))
Description: Supports morphological analysis for Japanese by using 
    'MeCab' <https://taku910.github.io/mecab/>, 
    'Sudachi' <https://github.com/WorksApplications/Sudachi>, 
    'Chamame' <https://chamame.ninjal.ac.jp/>, 
    or 'Ginza' <https://github.com/megagonlabs/ginza>.
    Can input a data.frame and obtain all results of 'MeCab' and the row
    number of the original data.frame as a text id.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
URL: https://github.com/matutosi/moranajp,
        https://matutosi.github.io/moranajp/
BugReports: https://github.com/matutosi/moranajp/issues
Imports: dplyr, ggplot2, ggraph, grid, igraph, purrr, rlang, rvest,
        stats, stringr, stringi, tibble, tidyr, utils
Suggests: devtools, knitr, rmarkdown, spelling, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Language: en-US
NeedsCompilation: no
Packaged: 2024-07-30 05:51:00 UTC; matutosi
Author: Toshikazu Matsumura [aut, cre]
Maintainer: Toshikazu Matsumura <matutosi@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-01 08:40:02 UTC
Built: R 4.3.3; ; 2024-08-01 12:54:08 UTC; unix
