{
  "_id": "6a49494da788432aeabf47fe",
  "Package": "ngram",
  "Type": "Package",
  "Title": "Fast n-Gram 'Tokenization'",
  "Version": "3.2.3",
  "Description": "An n-gram is a sequence of n \"words\" taken, in order, from\na body of text.  This is a collection of utilities for\ncreating, displaying, summarizing, and \"babbling\" n-grams.  The\n'tokenization' and \"babbling\" are handled by very efficient C\ncode, which can even be built as its own standalone library.\nThe babbler is a simple Markov chain.  The package also offers\na vignette with complete example 'workflows' and information\nabout the utilities offered in the package.",
  "License": "BSD 2-clause License + file LICENSE",
  "LazyLoad": "yes",
  "NeedsCompilation": "yes",
  "ByteCompile": "yes",
  "Authors@R": "c(person(\"Drew\", \"Schmidt\", role=c(\"aut\", \"cre\"), \nemail=\"wrathematics@gmail.com\"),\nperson(\"Christian\", \"Heckendorf\", role=\"aut\"))",
  "Maintainer": "Drew Schmidt <wrathematics@gmail.com>",
  "URL": "https://github.com/wrathematics/ngram",
  "BugReports": "https://github.com/wrathematics/ngram/issues",
  "RoxygenNote": "7.1.2",
  "Repository": "https://wrathematics.r-universe.dev",
  "Date/Publication": "2023-12-10 18:39:46 UTC",
  "RemoteUrl": "https://github.com/wrathematics/ngram",
  "RemoteRef": "HEAD",
  "RemoteSha": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
  "Packaged": {
    "Date": "2026-07-04 17:53:12 UTC",
    "User": "root"
  },
  "Author": "Drew Schmidt [aut, cre],\nChristian Heckendorf [aut]",
  "_user": "wrathematics",
  "_type": "src",
  "_file": "ngram_3.2.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/ac7f5bb0abdc97f195346b9cae54bb97a16d4db9976c73b003454f67b70143e6",
  "_filesize": 408858,
  "_sha256": "ac7f5bb0abdc97f195346b9cae54bb97a16d4db9976c73b003454f67b70143e6",
  "_expires": "2026-10-12T17:56:27.000Z",
  "_created": "2026-07-04T17:53:12.000Z",
  "_published": "2026-07-04T17:56:28.987Z",
  "_jobs": [
    {
      "job": 85153952637,
      "time": 121,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8084062602"
    },
    {
      "job": 85153952640,
      "time": 105,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8084060162"
    },
    {
      "job": 85153952696,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084062211"
    },
    {
      "job": 85153952679,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084060603"
    },
    {
      "job": 85153952635,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8084055452"
    },
    {
      "job": 85153952634,
      "time": 129,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8084063059"
    },
    {
      "job": 85153952670,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084057357"
    },
    {
      "job": 85153952645,
      "time": 160,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084066874"
    },
    {
      "job": 85153755705,
      "time": 164,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084046994"
    },
    {
      "job": 85153952601,
      "time": 81,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8084057099"
    },
    {
      "job": 85153952618,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8084055998"
    },
    {
      "job": 85153952622,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8084056028"
    },
    {
      "job": 85153952617,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8084057734"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112",
  "_status": "success",
  "_upstream": "https://github.com/wrathematics/ngram",
  "_commit": {
    "id": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
    "author": "wrathematics <wrathematics@gmail.com>",
    "committer": "wrathematics <wrathematics@gmail.com>",
    "message": "more 'fixes'\n",
    "time": 1702233586
  },
  "_maintainer": {
    "name": "Drew Schmidt",
    "email": "wrathematics@gmail.com",
    "login": "wrathematics",
    "twitter": "@wrathematics",
    "description": "I like R, C, and HPC.",
    "uuid": 2561297
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "wrathematics",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "ngram",
    "text",
    "text-mining"
  ],
  "_stars": 72,
  "_contributors": [
    {
      "user": "wrathematics",
      "count": 263,
      "uuid": 2561297
    },
    {
      "user": "heckendorfc",
      "count": 23,
      "uuid": 684117
    },
    {
      "user": "jrussell1234",
      "count": 1,
      "uuid": 20188711
    },
    {
      "user": "villevaara",
      "count": 1,
      "uuid": 12586598
    }
  ],
  "_userbio": {
    "uuid": 2561297,
    "type": "user",
    "name": "Drew Schmidt",
    "followers": 256,
    "description": "I like R, C, and HPC."
  },
  "_downloads": {
    "count": 1083,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ngram"
  },
  "_mentions": 5,
  "_devurl": "https://github.com/wrathematics/ngram",
  "_searchresults": 834,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ngram.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wrathematics/ngram",
  "_realowner": "wrathematics",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2014-06-23"
    },
    {
      "version": "1.1",
      "date": "2014-06-25"
    },
    {
      "version": "3.0.0",
      "date": "2016-05-10"
    },
    {
      "version": "3.0.1",
      "date": "2016-07-13"
    },
    {
      "version": "3.0.2",
      "date": "2017-01-17"
    },
    {
      "version": "3.0.3",
      "date": "2017-03-24"
    },
    {
      "version": "3.0.4",
      "date": "2017-11-21"
    },
    {
      "version": "3.2.0",
      "date": "2021-10-31"
    },
    {
      "version": "3.2.1",
      "date": "2022-03-14"
    },
    {
      "version": "3.2.2",
      "date": "2022-10-31"
    },
    {
      "version": "3.2.3",
      "date": "2023-12-10"
    }
  ],
  "_exports": [
    "babble",
    "concatenate",
    "get.nextwords",
    "get.ngrams",
    "get.phrasetable",
    "get.string",
    "getseed",
    "multiread",
    "ng_order",
    "ngram",
    "ngram_asweka",
    "preprocess",
    "print",
    "rcorpus",
    "show",
    "splitter",
    "string.summary",
    "wordcount"
  ],
  "_help": [
    {
      "page": "ngram-package",
      "title": "ngram: Fast n-Gram Tokenization",
      "topics": [
        "ngram-package"
      ]
    },
    {
      "page": "babble",
      "title": "ngram Babbler",
      "topics": [
        "babble",
        "babble,ngram-method"
      ]
    },
    {
      "page": "concatenate",
      "title": "Concatenate",
      "topics": [
        "concatenate"
      ]
    },
    {
      "page": "getseed",
      "title": "getseed",
      "topics": [
        "getseed"
      ]
    },
    {
      "page": "getters",
      "title": "ngram Getters",
      "topics": [
        "get.nextwords",
        "get.nextwords,ngram-method",
        "get.ngrams",
        "get.ngrams,ngram-method",
        "get.string",
        "get.string,ngram-method",
        "getters",
        "ng_order",
        "ng_order,ngram-method"
      ]
    },
    {
      "page": "multiread",
      "title": "Multiread",
      "topics": [
        "multiread"
      ]
    },
    {
      "page": "ngram",
      "title": "n-gram Tokenization",
      "topics": [
        "ngram",
        "tokenize"
      ]
    },
    {
      "page": "ngram-class",
      "title": "Class ngram",
      "topics": [
        "ngram-class"
      ]
    },
    {
      "page": "ngram-print",
      "title": "ngram printing",
      "topics": [
        "ngram-print",
        "print,ngram-method",
        "show,ngram-method"
      ]
    },
    {
      "page": "phrasetable",
      "title": "Get Phrasetable",
      "topics": [
        "get.phrasetable",
        "phrasetable"
      ]
    },
    {
      "page": "preprocess",
      "title": "Basic Text Preprocessor",
      "topics": [
        "preprocess"
      ]
    },
    {
      "page": "rcorpus",
      "title": "Random Corpus",
      "topics": [
        "rcorpus"
      ]
    },
    {
      "page": "splitter",
      "title": "Character Splitter",
      "topics": [
        "splitter"
      ]
    },
    {
      "page": "string.summary",
      "title": "Text Summary",
      "topics": [
        "string.summary"
      ]
    },
    {
      "page": "tokenize-asweka",
      "title": "Weka-like n-gram Tokenization",
      "topics": [
        "ngram_asweka",
        "Tokenize-AsWeka"
      ]
    },
    {
      "page": "wordcount",
      "title": "wordcount",
      "topics": [
        "wordcount",
        "wordcount.character",
        "wordcount.ngram"
      ]
    }
  ],
  "_readme": "https://github.com/wrathematics/ngram/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "ngram-guide.Rnw",
      "filename": "ngram-guide.pdf",
      "title": "Guide to the ngram Package",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Installation",
        "Background and Utilities",
        "Using the Package",
        "Benchmarks",
        "References"
      ],
      "created": "2014-06-16 05:54:20",
      "modified": "2022-03-13 22:50:58",
      "commits": 24
    }
  ],
  "_score": 9.86427952614171,
  "_indexed": true,
  "_nocasepkg": "ngram",
  "_universes": [
    "wrathematics"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:22.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/b5e33dccc1fbb09915d7a87dad208dee6b5d3c05a0b03ee4a72bea50d7a2c37d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:00.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/462071e7ed9e691077a29c001336d5a629d82dffd5e9d95bef72dd2617294f9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:19.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/811e4fd9f27c1de7029159caaa87adcc8a52efac1abb84c5d0049d569ccd2537",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:02.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/2423a0a8f9c97ca144f1b7b3ec254f466d1b5ab303086ace08a7e53f79d9a129",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:26.000Z",
      "arch": "aarch64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/fb6d087cca9912fe8d12ac828b1fe434d198c82b8e1c17f019009c11b47de82e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:13.000Z",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/467a3be2d476cfffb3cddef831f1e0ddd1e15d82701ac2ee00702334049d0bce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:38.000Z",
      "arch": "aarch64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/d73bee9ed52a49f52da8d35a65447c6ca3e379984ea40ddcc7013a303df08dfb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "3.2.3",
      "date": "2026-07-04T17:55:44.000Z",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/fec382e42ce3bd090bacbb0144b607fc68260263ce1fb14a4cd149b3a01a67e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:47.000Z",
      "arch": "emscripten",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/04838af60b98d8f7ebb0ec41ab3507bb75ebce15a5dd240699f035a4c8630faf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:11.000Z",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/ff4bd7a6de842594d61488538f02a67f9a3db1b12637d1822ffef6551e2da982",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:11.000Z",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/0583855a4b93480806ac95c89d579520ddcf18c046e4a0dfcd223225c21d565f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "3.2.3",
      "date": "2026-07-04T17:54:24.000Z",
      "arch": "x86_64",
      "commit": "99ebbc3790bb36b1ba6e4990d7f9f6a64c261c6e",
      "fileid": "https://r2.ropensci.org/c009cf892fe55a1951878375af53500d596a785e513ef66dc417a45d28b035d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/28714623112"
    }
  ]
}