{
  "_id": "6a154785acfb0bcc41d57c51",
  "Package": "morphemepiece",
  "Type": "Package",
  "Title": "Morpheme Tokenization",
  "Version": "1.2.3",
  "Authors@R": "c(\nperson(given = \"Jonathan\",\nfamily = \"Bratt\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jonathan.bratt@macmillan.com\",\ncomment = c(ORCID = \"0000-0003-2859-0076\")),\nperson(given = \"Jon\",\nfamily = \"Harmon\",\nrole = c(\"aut\"),\nemail = \"jonthegeek@gmail.com\",\ncomment = c(ORCID = \"0000-0003-4781-4346\")),\nperson(given = \"Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning\",\nrole = c(\"cph\"))\n)",
  "Description": "Tokenize text into morphemes. The morphemepiece algorithm\nuses a lookup table to determine the morpheme breakdown of\nwords, and falls back on a modified wordpiece tokenization\nalgorithm for words not found in the lookup table.",
  "URL": "https://github.com/macmillancontentscience/morphemepiece",
  "BugReports": "https://github.com/macmillancontentscience/morphemepiece/issues",
  "License": "Apache License (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libx11-dev",
  "Repository": "https://jonthegeek.r-universe.dev",
  "Date/Publication": "2022-04-15 21:02:22 UTC",
  "RemoteUrl": "https://github.com/macmillancontentscience/morphemepiece",
  "RemoteRef": "HEAD",
  "RemoteSha": "bc071b1a03226b2441c431d263982f862e4dc7fd",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 07:07:48 UTC",
    "User": "root"
  },
  "Author": "Jonathan Bratt [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2859-0076>),\nJon Harmon [aut] (ORCID: <https://orcid.org/0000-0003-4781-4346>),\nBedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph]",
  "Maintainer": "Jonathan Bratt <jonathan.bratt@macmillan.com>",
  "MD5sum": "5f56f9a138bae62c1e5729977a10eb66",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "morphemepiece_1.2.3.tar.gz",
  "_fileid": "e077c4c74b1d0b1786fe46c8980b7f1eb08b1ee2b629a43dc8e73ef2db6c32f8",
  "_filesize": 141942,
  "_sha256": "e077c4c74b1d0b1786fe46c8980b7f1eb08b1ee2b629a43dc8e73ef2db6c32f8",
  "_created": "2026-05-26T07:07:48.000Z",
  "_published": "2026-05-26T07:11:01.057Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77824423354,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7210915478"
    },
    {
      "job": 77824423381,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210923481"
    },
    {
      "job": 77824423377,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7210908066"
    },
    {
      "job": 77824423383,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210900527"
    },
    {
      "job": 77823997174,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210878495"
    },
    {
      "job": 77824423343,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210912476"
    },
    {
      "job": 77824423375,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7210901907"
    },
    {
      "job": 77824423387,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7210901284"
    },
    {
      "job": 77824423403,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210900459"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/macmillancontentscience/morphemepiece",
  "_commit": {
    "id": "bc071b1a03226b2441c431d263982f862e4dc7fd",
    "author": "Jonathan Bratt <33073024+jonathanbratt@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "prep for CRAN (#30)\n\n",
    "time": 1650056542
  },
  "_maintainer": {
    "name": "Jonathan Bratt",
    "email": "jonathan.bratt@macmillan.com",
    "login": "jonathanbratt",
    "description": "",
    "uuid": 33073024,
    "orcid": "0000-0003-2859-0076"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dlr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "fastmatch",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "version": ">= 2.0.0",
      "role": "Imports"
    },
    {
      "package": "morphemepiece.data",
      "role": "Imports"
    },
    {
      "package": "piecemaker",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    }
  ],
  "_owner": "macmillancontentscience",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "jonathanbratt",
      "count": 16,
      "uuid": 33073024
    },
    {
      "user": "jonthegeek",
      "count": 11,
      "uuid": 33983824
    }
  ],
  "_userbio": {
    "uuid": 33983824,
    "type": "user",
    "name": "Jon Harmon",
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)"
  },
  "_downloads": {
    "count": 243,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/morphemepiece"
  },
  "_devurl": "https://github.com/macmillancontentscience/morphemepiece",
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/morphemepiece.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/macmillancontentscience/morphemepiece",
  "_realowner": "macmillancontentscience",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-09-09"
    },
    {
      "version": "1.0.1",
      "date": "2021-09-17"
    },
    {
      "version": "1.1.0",
      "date": "2021-10-27"
    },
    {
      "version": "1.1.2",
      "date": "2021-12-06"
    },
    {
      "version": "1.2.1",
      "date": "2022-04-08"
    },
    {
      "version": "1.2.3",
      "date": "2022-04-16"
    }
  ],
  "_exports": [
    "load_lookup",
    "load_or_retrieve_lookup",
    "load_or_retrieve_vocab",
    "load_vocab",
    "morphemepiece_cache_dir",
    "morphemepiece_lookup",
    "morphemepiece_tokenize",
    "morphemepiece_vocab",
    "prepare_vocab",
    "set_morphemepiece_cache_dir"
  ],
  "_help": [
    {
      "page": "morphemepiece-package",
      "title": "morphemepiece: Morpheme Tokenization",
      "topics": [
        "morphemepiece-package"
      ]
    },
    {
      "page": "load_lookup",
      "title": "Load a morphemepiece lookup file",
      "topics": [
        "load_lookup"
      ]
    },
    {
      "page": "load_or_retrieve_lookup",
      "title": "Load a lookup file, or retrieve from cache",
      "topics": [
        "load_or_retrieve_lookup"
      ]
    },
    {
      "page": "load_or_retrieve_vocab",
      "title": "Load a vocabulary file, or retrieve from cache",
      "topics": [
        "load_or_retrieve_vocab"
      ]
    },
    {
      "page": "load_vocab",
      "title": "Load a vocabulary file",
      "topics": [
        "load_vocab"
      ]
    },
    {
      "page": "morphemepiece_cache_dir",
      "title": "Retrieve Directory for Morphemepiece Cache",
      "topics": [
        "morphemepiece_cache_dir"
      ]
    },
    {
      "page": "morphemepiece_tokenize",
      "title": "Tokenize Sequence with Morpheme Pieces",
      "topics": [
        "morphemepiece_tokenize"
      ]
    },
    {
      "page": "prepare_vocab",
      "title": "Format a Token List as a Vocabulary",
      "topics": [
        "prepare_vocab"
      ]
    },
    {
      "page": "set_morphemepiece_cache_dir",
      "title": "Set a Cache Directory for Morphemepiece",
      "topics": [
        "set_morphemepiece_cache_dir"
      ]
    }
  ],
  "_readme": "https://github.com/macmillancontentscience/morphemepiece/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "digest",
    "dlr",
    "fastmap",
    "fastmatch",
    "fs",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "memoise",
    "morphemepiece.data",
    "piecemaker",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "generating_vocab.Rmd",
      "filename": "generating_vocab.html",
      "title": "Generating a Vocabulary and Lookup",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Check coverage",
        "Other measures of coverage quality"
      ],
      "created": "2021-07-29 19:56:28",
      "modified": "2021-10-26 20:24:03",
      "commits": 5
    },
    {
      "source": "algorithm_test.Rmd",
      "filename": "algorithm_test.html",
      "title": "Testing the fall-through algorithm",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-07-29 19:56:28",
      "modified": "2021-09-06 19:26:32",
      "commits": 3
    }
  ],
  "_score": 5.041392685158225,
  "_indexed": false,
  "_nocasepkg": "morphemepiece",
  "_universes": [
    "jonthegeek"
  ],
  "_indexurl": "https://macmillancontentscience.r-universe.dev/morphemepiece",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:58.000Z",
      "distro": "noble",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "fd101aea3e9cc1c51a019ad4d95105c90886ddd7692ec8237771ac951f916f58",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-26T07:10:25.000Z",
      "distro": "noble",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "d559cc4272ceb0634fda8d2f0f962d6f3871e49641a4e78e55bf4c3b86fb4242",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:34.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "666f9dbac9995ed21f58200e7908587d77db13dc20917ad5f18d86bcb1653568",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:11.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "79ebfb9c1a7a5fc556b4522c7919afc8aadb415c530177e28b2a39a9f35b09f9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.3",
      "date": "2026-05-26T07:10:02.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "2a67bc4504736a61aa1b16f0002ad016b332b1461d33e256e3fd651656743622",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:07.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "f011b60d043b0c0653d17dc215dc037240c2b5894be96fec6a8b2f87eb65db0a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:04.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "dd4e41e16a07aeb63b5f6ab5db07d5d79d2774a5ac723758e6233e747ae1963d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-26T07:09:01.000Z",
      "commit": "bc071b1a03226b2441c431d263982f862e4dc7fd",
      "fileid": "f130b0d2cf966fe157c3c739372e9e94906abe7dc1c75e2cd09b3ad35904dd5c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26437604554"
    }
  ]
}