{
  "_id": "6a12c65aacfb0bcc41d1ffbd",
  "Package": "RcppJagger",
  "Title": "An R Wrapper for Jagger",
  "Version": "0.0.2",
  "Authors@R": "c(\nperson(\"Shusei\", \"Eshima\", email = \"shuseieshima@gmail.com\", role = c(\"aut\",\"cre\"), comment = c(ORCID = \"0000-0003-3613-4046\")),\nperson(\"Naoki\", \"Yoshinaga\", role = c(\"ctb\"))\n)",
  "Description": "A wrapper for Jagger, a morphological analyzer proposed in\nYoshinaga (2023) <arXiv:2305.19045>. Jagger uses patterns\nderived from morphological dictionaries and training data sets\nand applies them from the beginning of the input. This\nsimultaneous and deterministic process enables it to\neffectively perform tokenization, POS tagging, and\nlemmatization.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "SystemRequirements": "C++17",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://shusei-e.github.io/RcppJagger/,\nhttps://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jagger/index.en.html",
  "BugReports": "https://github.com/Shusei-E/RcppJagger/issues",
  "Config/testthat/edition": "3",
  "LazyData": "TRUE",
  "Repository": "https://shusei-e.r-universe.dev",
  "Date/Publication": "2023-07-15 02:35:18 UTC",
  "RemoteUrl": "https://github.com/shusei-e/rcppjagger",
  "RemoteRef": "HEAD",
  "RemoteSha": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-24 09:30:58 UTC",
    "User": "root"
  },
  "Author": "Shusei Eshima [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3613-4046>),\nNaoki Yoshinaga [ctb]",
  "Maintainer": "Shusei Eshima <shuseieshima@gmail.com>",
  "MD5sum": "f2682787aa6deb21c84e1a61296797e2",
  "_user": "shusei-e",
  "_type": "src",
  "_file": "RcppJagger_0.0.2.tar.gz",
  "_fileid": "14134963a5dc39d21f3607c9f2d35ce36d1323edb006ddad1f5903f6eb550cc1",
  "_filesize": 113412,
  "_sha256": "14134963a5dc39d21f3607c9f2d35ce36d1323edb006ddad1f5903f6eb550cc1",
  "_created": "2026-05-24T09:30:58.000Z",
  "_published": "2026-05-24T09:35:22.003Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77587199814,
      "time": 130,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184054404"
    },
    {
      "job": 77587199803,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184053043"
    },
    {
      "job": 77587199826,
      "time": 111,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184052577"
    },
    {
      "job": 77587199808,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184053255"
    },
    {
      "job": 77587199823,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184053138"
    },
    {
      "job": 77587199824,
      "time": 232,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184062529"
    },
    {
      "job": 77587199817,
      "time": 118,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184051464"
    },
    {
      "job": 77587199818,
      "time": 200,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184059257"
    },
    {
      "job": 77587064427,
      "time": 143,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184041981"
    },
    {
      "job": 77587199793,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184052295"
    },
    {
      "job": 77587199801,
      "time": 136,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184055070"
    },
    {
      "job": 77587199797,
      "time": 124,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184054032"
    },
    {
      "job": 77587199794,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184050674"
    }
  ],
  "_buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/shusei-e/rcppjagger",
  "_commit": {
    "id": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
    "author": "Shusei <Shusei-E@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #12 from Shusei-E/v0.0.2\n\nUpdating the website",
    "time": 1689388518
  },
  "_maintainer": {
    "name": "Shusei Eshima",
    "email": "shuseieshima@gmail.com",
    "orcid": "0000-0003-3613-4046"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "cli",
      "version": ">= 3.6.1",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.7",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.1.5",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "shusei-e",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "japanese-nlp",
    "morphological-analyser",
    "nlp",
    "part-of-speech-tagger",
    "text-analysis",
    "cpp"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "shusei-e",
      "count": 29,
      "uuid": 16630777
    }
  ],
  "_userbio": {
    "uuid": 16630777,
    "type": "user",
    "name": "Shusei",
    "description": "Social Science, Methodology"
  },
  "_downloads": {
    "count": 190,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppJagger"
  },
  "_devurl": "https://github.com/shusei-e/rcppjagger",
  "_pkgdown": "https://shusei-e.github.io/RcppJagger/",
  "_searchresults": 3,
  "_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/RcppJagger.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/shusei-e/rcppjagger",
  "_realowner": "shusei-e",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2023-06-06"
    },
    {
      "version": "0.0.2",
      "date": "2023-06-09"
    }
  ],
  "_exports": [
    "lemmatize",
    "lemmatize_tbl",
    "pos",
    "pos_simple",
    "tokenize",
    "tokenize_tbl"
  ],
  "_datasets": [
    {
      "name": "sentence_example",
      "title": "An example sentence",
      "object": "sentence_example",
      "class": [
        "data.frame"
      ],
      "fields": [
        "text"
      ],
      "rows": 1,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "lemmatize",
      "title": "An R wrapper for Jagger's lemmatizer",
      "topics": [
        "lemmatize"
      ]
    },
    {
      "page": "lemmatize_tbl",
      "title": "An R wrapper for Jagger's lemmatizer (a tibble input)",
      "topics": [
        "lemmatize_tbl"
      ]
    },
    {
      "page": "pos",
      "title": "An R wrapper for Jagger's POS tagger",
      "topics": [
        "pos"
      ]
    },
    {
      "page": "pos_simple",
      "title": "An R wrapper for Jagger's POS tagger (only returning POS)",
      "topics": [
        "pos_simple"
      ]
    },
    {
      "page": "sentence_example",
      "title": "An example sentence",
      "topics": [
        "sentence_example"
      ]
    },
    {
      "page": "tokenize",
      "title": "An R wrapper for Jagger's tokenizer",
      "topics": [
        "tokenize"
      ]
    },
    {
      "page": "tokenize_tbl",
      "title": "An R wrapper for Jagger's tokenizer (a tibble input)",
      "topics": [
        "tokenize_tbl"
      ]
    }
  ],
  "_readme": "https://github.com/shusei-e/rcppjagger/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "Rcpp",
    "rlang",
    "vctrs"
  ],
  "_sysdeps": [
    {
      "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": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "rcppjagger",
  "_universes": [
    "shusei-e"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T09:33:11.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "b8dd79b06b5d19dc86a0a1acce291fd19c0f2efd56bd9de8bae52c194af9f665",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:54.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "b0c52b9f90dc0462f6c799a9e8300c1770bfd9884dd84379648bb8b3a9f53e90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:55.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "6146b7e86aa7413aeff1868e81598c8c39968a9b5d87d38f53432623bea99a16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "c0d585e529c93154d8c385b45b5ead213812690a193687eaf397f45ba711b4e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:59.000Z",
      "arch": "aarch64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "0f7a23932b689954631309badfcf44d4e38274e289b303f565c74004c48076ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T09:34:18.000Z",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "176600ff39f7004f0ad8adc1f33b093aafe05fdd10f4b1ea3fe45c2fb06b6f39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:42.000Z",
      "arch": "aarch64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "3b8c994a96b81188e56ef87eb86e140e41ba4e0a8b140038353fa6e80d6526e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.2",
      "date": "2026-05-24T09:33:50.000Z",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "d5e92f8f52d9507181acd222577393dde4f4e2763796fde4aab55ec86e5faaaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:59.000Z",
      "arch": "emscripten",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "6629ad7c3b1fc94c726969f71072602bb220d1fd9d21b8ba20eb344cd684d357",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:45.000Z",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "76b5b40b7d2b18e5a85643e6721a13b89aa61a7aea8dea0f06126d357c481fb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:30.000Z",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "f6011565fff32e6e241eddc08f68a4f71543d851e5516826923b0e0d1f9ae4fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.2",
      "date": "2026-05-24T09:32:05.000Z",
      "arch": "x86_64",
      "commit": "b5fd958cfb730267bc00cdf49806212f77d6c2f8",
      "fileid": "57a0dbe406144352173b84096376fece10c9f9fdc17fb88aa31ade33e9d04596",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shusei-e/actions/runs/26357585205"
    }
  ]
}