{
  "_id": "6a4b4beda6574ff277f99328",
  "Package": "wordsalad",
  "Title": "Provide Tools to Extract and Analyze Word Vectors",
  "Version": "0.2.0.9000",
  "Authors@R": "person(given = \"Emil\",\nfamily = \"Hvitfeldt\",\nrole = c(\"aut\", \"cre\"),\nemail = \"emilhhvitfeldt@gmail.com\",\ncomment = c(ORCID = \"0000-0002-0679-1945\"))",
  "Description": "Provides access to various word embedding methods (GloVe,\nfasttext and word2vec) to extract word vectors using a unified\nframework to increase reproducibility and correctness.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/EmilHvitfeldt/wordsalad",
  "BugReports": "https://github.com/EmilHvitfeldt/wordsalad/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://emilhvitfeldt.r-universe.dev",
  "Date/Publication": "2020-09-24 06:59:49 UTC",
  "RemoteUrl": "https://github.com/emilhvitfeldt/wordsalad",
  "RemoteRef": "HEAD",
  "RemoteSha": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-06 06:29:24 UTC",
    "User": "root"
  },
  "Author": "Emil Hvitfeldt [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0679-1945>)",
  "Maintainer": "Emil Hvitfeldt <emilhhvitfeldt@gmail.com>",
  "_user": "emilhvitfeldt",
  "_type": "src",
  "_file": "wordsalad_0.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/4e06491a7c8b530b5d3e67c182435449b99004be71b06f4bd0a690088fd88c5b",
  "_filesize": 131945,
  "_sha256": "4e06491a7c8b530b5d3e67c182435449b99004be71b06f4bd0a690088fd88c5b",
  "_expires": "2026-10-14T06:32:12.000Z",
  "_created": "2026-07-06T06:29:24.000Z",
  "_published": "2026-07-06T06:32:13.667Z",
  "_jobs": [
    {
      "job": 85308751433,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8101312136"
    },
    {
      "job": 85308751457,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101312963"
    },
    {
      "job": 85308751434,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8101298133"
    },
    {
      "job": 85308751444,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101303568"
    },
    {
      "job": 85308332601,
      "time": 186,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101276150"
    },
    {
      "job": 85308751416,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8101311210"
    },
    {
      "job": 85308751432,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8101299334"
    },
    {
      "job": 85308751439,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8101296897"
    },
    {
      "job": 85308751443,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101296510"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675",
  "_status": "success",
  "_upstream": "https://github.com/emilhvitfeldt/wordsalad",
  "_commit": {
    "id": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
    "author": "EmilHvitfeldt <emilhhvitfeldt@gmail.com>",
    "committer": "EmilHvitfeldt <emilhhvitfeldt@gmail.com>",
    "message": "update readme\n",
    "time": 1600930789
  },
  "_maintainer": {
    "name": "Emil Hvitfeldt",
    "email": "emilhhvitfeldt@gmail.com",
    "login": "emilhvitfeldt",
    "bluesky": "@emilhvitfeldt.bsky.social",
    "description": "All things @tidymodels",
    "uuid": 14034784,
    "orcid": "0000-0002-0679-1945"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "text2vec",
      "role": "Imports"
    },
    {
      "package": "word2vec",
      "role": "Imports"
    },
    {
      "package": "fastTextR",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "emilhvitfeldt",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "emilhvitfeldt",
      "count": 23,
      "uuid": 14034784
    }
  ],
  "_userbio": {
    "uuid": 14034784,
    "type": "user",
    "name": "Emil Hvitfeldt",
    "followers": 1053,
    "description": "All things @tidymodels"
  },
  "_downloads": {
    "count": 306,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/wordsalad"
  },
  "_devurl": "https://github.com/emilhvitfeldt/wordsalad",
  "_searchresults": 11,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/wordsalad.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/emilhvitfeldt/wordsalad",
  "_realowner": "emilhvitfeldt",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2020-09-23"
    }
  ],
  "_exports": [
    "fasttext",
    "glove",
    "word2vec"
  ],
  "_datasets": [
    {
      "name": "fairy_tales",
      "title": "The text of H.C. Andersen's fairy tales in English",
      "object": "fairy_tales",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "fairy_tales",
      "title": "The text of H.C. Andersen's fairy tales in English",
      "topics": [
        "fairy_tales"
      ]
    },
    {
      "page": "fasttext",
      "title": "Extract word vectors from fasttext word embedding",
      "topics": [
        "fasttext"
      ]
    },
    {
      "page": "glove",
      "title": "Extract word vectors from GloVe word embedding",
      "topics": [
        "glove"
      ]
    },
    {
      "page": "word2vec",
      "title": "Extract word vectors from word2vec word embedding",
      "topics": [
        "word2vec"
      ]
    }
  ],
  "_readme": "https://github.com/emilhvitfeldt/wordsalad/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "data.table",
    "digest",
    "fastTextR",
    "float",
    "glue",
    "lattice",
    "lgr",
    "lifecycle",
    "magrittr",
    "Matrix",
    "MatrixExtra",
    "mlapi",
    "pillar",
    "pkgconfig",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "RcppProgress",
    "RhpcBLASctl",
    "rlang",
    "rsparse",
    "slam",
    "stringi",
    "text2vec",
    "tibble",
    "utf8",
    "vctrs",
    "word2vec"
  ],
  "_score": 3.6434526764861874,
  "_indexed": true,
  "_nocasepkg": "wordsalad",
  "_universes": [
    "emilhvitfeldt"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:31:33.000Z",
      "distro": "resolute",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/e9b91ece4f37e3c639d70f8c2b41d3215afb0a26d234377cd0e1b0df54090ffe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:31:34.000Z",
      "distro": "resolute",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/eb2ace43ee6b1009cc855231a22c1499d777798852d3068bf5cbfc4f3764effc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:30:49.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/b92ac32d9178cc53ee54a0030684b573fe294fd157418142ba319a36f03ffdf1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:31:05.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/f0de35f449149a6fa6a9b6b9198dde8cb2ed92edb8e3ef78d6ceeca6b34a641b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:31:45.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/c190c2ff0a8d659ea329ba88c846d9ce58b4734d24025cfe5cb7da838d5c026b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:30:41.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/c3b693a4c118fc37621dcd091d283722b17900dc03aae5ab4f0816ba990f51f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:30:35.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/42f1df7c5f9f3bb0a1772cd5662d2cc5ba6d222822118ef191906cc6946c1483",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0.9000",
      "date": "2026-07-06T06:30:34.000Z",
      "commit": "7931d9ac20f1003cb91dd0176a8c476c93eff5cc",
      "fileid": "https://r2.ropensci.org/11977a77a932920f5c53518944c7387e23bf6237140b6d5ee1f4df8dd51ab15f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emilhvitfeldt/actions/runs/28772273675"
    }
  ]
}