matutosi/moranajp: Morphological Analysis for Japanese

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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.9.7
URL https://github.com/matutosi/moranajp https://matutosi.github.io/moranajp/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("matutosi/moranajp")
matutosi/moranajp documentation built on July 31, 2024, midnight