{
  "_id": "6a114f97acfb0bcc41ce968c",
  "Package": "RcppMeCab",
  "Title": "'rcpp' Wrapper for 'mecab' Library",
  "Version": "0.0.1.5",
  "Authors@R": "c(person(\"Junhewk\", \"Kim\", role = c(\"aut\", \"cre\"),\nemail = \"junhewk.kim@gmail.com\"),\nperson(\"Taku\", \"Kudo\", role = c(\"aut\"),\nemail = \"taku@chasen.org\"),\nperson(\"Akiru\", \"Kato\", role = c(\"ctb\")),\nperson(\"Patrick\", \"Schratz\", role = c(\"ctb\")))",
  "Description": "R package based on 'Rcpp' for 'MeCab': Yet Another\nPart-of-Speech and Morphological Analyzer. The purpose of this\npackage is providing a seamless developing and analyzing\nenvironment for CJK texts. This package utilizes parallel\nprogramming for providing highly efficient text preprocessing\n'posParallel()' function. For installation, please refer to\nREADME.md file.",
  "License": "GPL",
  "Encoding": "UTF-8",
  "BugReports": "https://github.com/junhewk/RcppMeCab/issues",
  "RoxygenNote": "7.3.3",
  "Language": "en-US",
  "SystemRequirements": "MeCab 0.996 or higher for Japanese (libmecab-dev\n(deb), mecab-devel (rpm)), mecab-ko 0.999\n(https://github.com/Pusnow/mecab-ko-msvc) for Korean",
  "Config/pak/sysreqs": "make libmecab-dev",
  "Repository": "https://junhewk.r-universe.dev",
  "Date/Publication": "2026-03-24 05:39:51 UTC",
  "RemoteUrl": "https://github.com/junhewk/rcppmecab",
  "RemoteRef": "HEAD",
  "RemoteSha": "59a62fffe63b84f08897750e039d7760e753140e",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-23 06:47:24 UTC",
    "User": "root"
  },
  "Author": "Junhewk Kim [aut, cre],\nTaku Kudo [aut],\nAkiru Kato [ctb],\nPatrick Schratz [ctb]",
  "Maintainer": "Junhewk Kim <junhewk.kim@gmail.com>",
  "MD5sum": "1da5a9c3616184cd87c13aef536871db",
  "_user": "junhewk",
  "_type": "src",
  "_file": "RcppMeCab_0.0.1.5.tar.gz",
  "_fileid": "11c9122ce2b8c4cfd5e271ed70bf59cf08f7f3f119eacb795b58d6ff51c932e1",
  "_filesize": 137783,
  "_sha256": "11c9122ce2b8c4cfd5e271ed70bf59cf08f7f3f119eacb795b58d6ff51c932e1",
  "_created": "2026-05-23T06:47:24.000Z",
  "_published": "2026-05-23T06:56:23.271Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77504132782,
      "time": 138,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175049809"
    },
    {
      "job": 77504132780,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175051361"
    },
    {
      "job": 77504132769,
      "time": 142,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175050231"
    },
    {
      "job": 77504132772,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175051617"
    },
    {
      "job": 77504132779,
      "time": 170,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175053584"
    },
    {
      "job": 77504132773,
      "time": 492,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175092765"
    },
    {
      "job": 77504132776,
      "time": 177,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175054389"
    },
    {
      "job": 77504132783,
      "time": 459,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175089074"
    },
    {
      "job": 77503943257,
      "time": 234,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175035864"
    },
    {
      "job": 77504132735,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77504132744,
      "time": 239,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175062118"
    },
    {
      "job": 77504132749,
      "time": 247,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175062963"
    },
    {
      "job": 77504132748,
      "time": 332,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175077663"
    }
  ],
  "_buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/junhewk/rcppmecab",
  "_commit": {
    "id": "59a62fffe63b84f08897750e039d7760e753140e",
    "author": "jk <jk@gitea>",
    "committer": "jk <jk@gitea>",
    "message": "Update READMEs: add Chinese (zh) to dictionary and lang examples\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1774330791
  },
  "_maintainer": {
    "name": "Junhewk Kim",
    "email": "junhewk.kim@gmail.com",
    "login": "junhewk",
    "description": "Medical Ethicist, AI-Based Edutech Developer",
    "uuid": 16641432
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppParallel",
      "role": "LinkingTo"
    },
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "RcppParallel",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "junhewk",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-13",
      "n": 21
    }
  ],
  "_tags": [],
  "_topics": [
    "cjk",
    "nlp",
    "pos",
    "rcpp",
    "tagger",
    "mecab",
    "cpp"
  ],
  "_stars": 27,
  "_contributors": [
    {
      "user": "junhewk",
      "count": 48,
      "uuid": 16641432
    },
    {
      "user": "paithiov909",
      "count": 33,
      "uuid": 33294906
    },
    {
      "user": "pat-s",
      "count": 1,
      "uuid": 8430564
    }
  ],
  "_userbio": {
    "uuid": 16641432,
    "type": "user",
    "name": "Junhewk Kim",
    "description": "Medical Ethicist, AI-Based Edutech Developer"
  },
  "_downloads": {
    "count": 870,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppMeCab"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/junhewk/rcppmecab",
  "_searchresults": 35,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/RcppMeCab.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/junhewk/rcppmecab",
  "_realowner": "junhewk",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1.1",
      "date": "2018-06-21"
    },
    {
      "version": "0.0.1.2",
      "date": "2018-07-04"
    },
    {
      "version": "0.0.1.5",
      "date": "2026-03-24"
    }
  ],
  "_exports": [
    "dict_index",
    "download_dic",
    "list_dic",
    "pos",
    "posParallel",
    "set_dic"
  ],
  "_help": [
    {
      "page": "dict_index",
      "title": "Compile a MeCab user dictionary",
      "topics": [
        "dict_index"
      ]
    },
    {
      "page": "download_dic",
      "title": "Download and install a MeCab dictionary",
      "topics": [
        "download_dic"
      ]
    },
    {
      "page": "list_dic",
      "title": "List installed MeCab dictionaries",
      "topics": [
        "list_dic"
      ]
    },
    {
      "page": "pos",
      "title": "part-of-speech tagger",
      "topics": [
        "pos"
      ]
    },
    {
      "page": "posParallel",
      "title": "parallel version of part-of-speech tagger",
      "topics": [
        "posParallel"
      ]
    },
    {
      "page": "RcppMeCab",
      "title": "RcppMeCab: Rcpp Wrapper for MeCab Library",
      "topics": [
        "RcppMeCab-package",
        "RcppMeCab"
      ]
    },
    {
      "page": "set_dic",
      "title": "Set the active MeCab dictionary by language",
      "topics": [
        "set_dic"
      ]
    }
  ],
  "_readme": "https://github.com/junhewk/rcppmecab/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "Rcpp",
    "RcppParallel"
  ],
  "_sysdeps": [
    {
      "shlib": "libmecab",
      "package": "libmecab2",
      "headers": "libmecab-dev",
      "source": "mecab",
      "version": "0.996-14ubuntu4",
      "name": "mecab",
      "homepage": "https://taku910.github.io/mecab/",
      "description": "Libraries of Mecab"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 5.452553063228926,
  "_indexed": true,
  "_nocasepkg": "rcppmecab",
  "_universes": [
    "junhewk"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "1f346379714902d47ee2b290ac35e1588e47bd08183142628407a8c31586e09a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "225668ba595af6e0fbb3ecbdd9cc7e2e3f5946d1c8b39fabf8943a80074244d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "2286fd1ec41ce01994cc8b857d3d8ac15565c622fe8e372f29c9ef7721cb3b4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "da23149509b477af372f0374a27e9cf70ad66970afd3ccf4e97e22542a108372",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:40.000Z",
      "arch": "aarch64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "99897d1283e269a6615435c15993e25a3978fe8097b04052d85423ffb42d6d67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:53:52.000Z",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "2a685a142cc061d62d0d28d623d30dec77cf5f292a539dc6a57f88d9eebf1404",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:40.000Z",
      "arch": "aarch64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "1bb7b91d2f0d5097c774056053c78e736f5d8adf0dcb2dfdc3fa5fa93da6bf88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:52:55.000Z",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "ddd842bc61fd432d56f1c1803b8557332dd9d7d0d38e33c57c39d76bd119a9db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:01.000Z",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "0c432f9e4fe84c648500f6d026e75c54b746104b5c7319166899b99f19a39f65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:00.000Z",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "f8c8057f8bdde5d47c148d81303c709ece768cc671186aa8413068b80a21c395",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.5",
      "date": "2026-05-23T06:49:39.000Z",
      "arch": "x86_64",
      "commit": "59a62fffe63b84f08897750e039d7760e753140e",
      "fileid": "ac3006a41c40a64cdc0ec90e33ec66c2b68f76c017749e7b8ac3a87a3498a33a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/junhewk/actions/runs/26326064938"
    }
  ]
}