Package: RcppMeCab 0.0.1.5
RcppMeCab: 'rcpp' Wrapper for 'mecab' Library
R package based on 'Rcpp' for 'MeCab': Yet Another Part-of-Speech and Morphological Analyzer. The purpose of this package is providing a seamless developing and analyzing environment for CJK texts. This package utilizes parallel programming for providing highly efficient text preprocessing 'posParallel()' function. For installation, please refer to README.md file.
Authors:
RcppMeCab_0.0.1.5.tar.gz
RcppMeCab_0.0.1.5.zip(r-4.7)RcppMeCab_0.0.1.5.zip(r-4.6)RcppMeCab_0.0.1.5.zip(r-4.5)
RcppMeCab_0.0.1.5.tgz(r-4.6-x86_64)RcppMeCab_0.0.1.5.tgz(r-4.6-arm64)RcppMeCab_0.0.1.5.tgz(r-4.5-x86_64)RcppMeCab_0.0.1.5.tgz(r-4.5-arm64)
RcppMeCab_0.0.1.5.tar.gz(r-4.7-arm64)RcppMeCab_0.0.1.5.tar.gz(r-4.7-x86_64)RcppMeCab_0.0.1.5.tar.gz(r-4.6-arm64)RcppMeCab_0.0.1.5.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
RcppMeCab/json (API)
NEWS
| # Install 'RcppMeCab' in R: |
| install.packages('RcppMeCab', repos = c('https://junhewk.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/junhewk/rcppmecab/issues
Last updated from:59a62fffe6. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 138 | ||
| linux-devel-x86_64 | OK | 152 | ||
| source / vignettes | OK | 234 | ||
| linux-release-arm64 | OK | 142 | ||
| linux-release-x86_64 | OK | 153 | ||
| macos-release-arm64 | OK | 177 | ||
| macos-release-x86_64 | OK | 459 | ||
| macos-oldrel-arm64 | OK | 170 | ||
| macos-oldrel-x86_64 | OK | 492 | ||
| windows-devel | OK | 239 | ||
| windows-release | OK | 332 | ||
| windows-oldrel | OK | 247 | ||
| wasm-release | FAIL | 108 |
Exports:dict_indexdownload_diclist_dicposposParallelset_dic
Dependencies:BHRcppRcppParallel
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compile a MeCab user dictionary | dict_index |
| Download and install a MeCab dictionary | download_dic |
| List installed MeCab dictionaries | list_dic |
| part-of-speech tagger | pos |
| parallel version of part-of-speech tagger | posParallel |
| RcppMeCab: Rcpp Wrapper for MeCab Library | RcppMeCab-package RcppMeCab |
| Set the active MeCab dictionary by language | set_dic |
