{
  "_id": "6a1f3049b401979e734277bf",
  "Package": "word2vec",
  "Type": "Package",
  "Title": "Distributed Representations of Words",
  "Version": "0.4.1",
  "Authors@R": "c(\nperson('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = \"R wrapper\"),\nperson('Kohei', 'Watanabe', role = 'aut', email = 'watanabe.kohei@gmail.com', comment = c(ORCID = '0000-0001-6519-5265')),\nperson('BNOSAC', role = 'cph', comment = \"R wrapper\"),\nperson('Max', 'Fomichev', role = c('ctb', 'cph'), comment = \"Code in src/word2vec\"))",
  "Maintainer": "Jan Wijffels <jwijffels@bnosac.be>",
  "Description": "Learn vector representations of words by continuous bag of\nwords and skip-gram implementations of the 'word2vec'\nalgorithm. The techniques are detailed in the paper\n\"Distributed Representations of Words and Phrases and their\nCompositionality\" by Mikolov et al. (2013), available at\n<doi:10.48550/arXiv.1310.4546>.",
  "URL": "https://github.com/bnosac/word2vec",
  "License": "Apache License (>= 2.0)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Repository": "https://bnosac.r-universe.dev",
  "Date/Publication": "2025-11-26 20:16:11 UTC",
  "RemoteUrl": "https://github.com/bnosac/word2vec",
  "RemoteRef": "HEAD",
  "RemoteSha": "0b7ee12d42b286a6af82b858ae7960e328256314",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-15 08:49:56 UTC",
    "User": "root"
  },
  "Author": "Jan Wijffels [aut, cre, cph] (R wrapper),\nKohei Watanabe [aut] (ORCID: <https://orcid.org/0000-0001-6519-5265>),\nBNOSAC [cph] (R wrapper),\nMax Fomichev [ctb, cph] (Code in src/word2vec)",
  "MD5sum": "ad402371f6f3f114db885e07e73c7a85",
  "_user": "bnosac",
  "_type": "src",
  "_file": "word2vec_0.4.1.tar.gz",
  "_fileid": "5d130e65e9b4979cefbb0e3f4345e7938f219c0c490e332c8f279a49670cd64e",
  "_filesize": 343874,
  "_sha256": "5d130e65e9b4979cefbb0e3f4345e7938f219c0c490e332c8f279a49670cd64e",
  "_created": "2026-05-15T08:49:56.000Z",
  "_published": "2026-06-02T19:34:33.395Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79155687998,
      "time": 148,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013454751"
    },
    {
      "job": 79155687491,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013453890"
    },
    {
      "job": 79155688208,
      "time": 161,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013458008"
    },
    {
      "job": 79155688147,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013454152"
    },
    {
      "job": 79155689135,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013447758"
    },
    {
      "job": 79155688105,
      "time": 283,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013492024"
    },
    {
      "job": 79155688157,
      "time": 145,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013453465"
    },
    {
      "job": 79155687436,
      "time": 230,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013477097"
    },
    {
      "job": 79155687412,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013411346"
    },
    {
      "job": 79155687076,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367887362"
    },
    {
      "job": 79155687778,
      "time": 157,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013457622"
    },
    {
      "job": 79155688753,
      "time": 198,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013468610"
    },
    {
      "job": 79155687869,
      "time": 180,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013464040"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bnosac/word2vec",
  "_commit": {
    "id": "0b7ee12d42b286a6af82b858ae7960e328256314",
    "author": "Jan Wijffels <jwijffels@bnosac.be>",
    "committer": "Jan Wijffels <jwijffels@bnosac.be>",
    "message": "fix note about arXiv DOI in DESCRIPTION\n",
    "time": 1764188171
  },
  "_maintainer": {
    "name": "Jan Wijffels",
    "email": "jwijffels@bnosac.be",
    "login": "jwijffels",
    "uuid": 1710810
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppProgress",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.5",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "udpipe",
      "role": "Suggests"
    }
  ],
  "_owner": "bnosac",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [
    {
      "week": "2025-48",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "0.4.1",
      "date": "2025-11-26"
    }
  ],
  "_topics": [
    "embeddings",
    "natural-language-processing",
    "word2vec",
    "cpp"
  ],
  "_stars": 73,
  "_contributors": [
    {
      "user": "jwijffels",
      "count": 71,
      "uuid": 1710810
    },
    {
      "user": "koheiw",
      "count": 19,
      "uuid": 6572963
    }
  ],
  "_userbio": {
    "uuid": 20105826,
    "type": "organization",
    "name": "bnosac",
    "description": "open sourced projects"
  },
  "_downloads": {
    "count": 1455,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/word2vec"
  },
  "_mentions": 413,
  "_devurl": "https://github.com/bnosac/word2vec",
  "_searchresults": 311,
  "_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/readme.html",
    "extra/readme.md",
    "extra/word2vec.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bnosac/word2vec",
  "_realowner": "bnosac",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-04"
    },
    {
      "version": "0.2.0",
      "date": "2020-06-11"
    },
    {
      "version": "0.2.1",
      "date": "2020-06-12"
    },
    {
      "version": "0.3.0",
      "date": "2020-09-02"
    },
    {
      "version": "0.3.2",
      "date": "2020-10-10"
    },
    {
      "version": "0.3.3",
      "date": "2020-11-26"
    },
    {
      "version": "0.3.4",
      "date": "2021-07-02"
    },
    {
      "version": "0.4.0",
      "date": "2023-10-07"
    },
    {
      "version": "0.4.1",
      "date": "2025-11-27"
    }
  ],
  "_exports": [
    "doc2vec",
    "read.word2vec",
    "read.wordvectors",
    "txt_clean_word2vec",
    "word2vec",
    "word2vec_similarity",
    "write.word2vec"
  ],
  "_help": [
    {
      "page": "as.matrix.word2vec",
      "title": "Get the word vectors of a word2vec model",
      "topics": [
        "as.matrix.word2vec"
      ]
    },
    {
      "page": "doc2vec",
      "title": "Get document vectors based on a word2vec model",
      "topics": [
        "doc2vec"
      ]
    },
    {
      "page": "predict.word2vec",
      "title": "Predict functionalities for a word2vec model",
      "topics": [
        "predict.word2vec"
      ]
    },
    {
      "page": "read.word2vec",
      "title": "Read a binary word2vec model from disk",
      "topics": [
        "read.word2vec"
      ]
    },
    {
      "page": "read.wordvectors",
      "title": "Read word vectors from a word2vec model from disk",
      "topics": [
        "read.wordvectors"
      ]
    },
    {
      "page": "txt_clean_word2vec",
      "title": "Text cleaning specific for input to word2vec",
      "topics": [
        "txt_clean_word2vec"
      ]
    },
    {
      "page": "word2vec",
      "title": "Train a word2vec model on text",
      "topics": [
        "word2vec"
      ]
    },
    {
      "page": "word2vec_similarity",
      "title": "Similarity between word vectors as used in word2vec",
      "topics": [
        "word2vec_similarity"
      ]
    },
    {
      "page": "word2vec.character",
      "title": "Train a word2vec model on text",
      "topics": [
        "word2vec.character"
      ]
    },
    {
      "page": "word2vec.list",
      "title": "Train a word2vec model on text",
      "topics": [
        "word2vec.list"
      ]
    },
    {
      "page": "write.word2vec",
      "title": "Save a word2vec model to disk",
      "topics": [
        "write.word2vec"
      ]
    }
  ],
  "_readme": "https://github.com/bnosac/word2vec/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppProgress"
  ],
  "_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": 8.540135541539158,
  "_indexed": true,
  "_nocasepkg": "word2vec",
  "_universes": [
    "bnosac",
    "jwijffels"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "6350d95c054bbdc999965cbfa3af50c86cde76787ec4fe2bbc04b4d527a3487f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "03cdd15cb59525738cfb05aadb25e8a35a8fca503dcf783065c03df353006917",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "4accbd7bb713087480d1d7342e672e50904bc4eafff5c84f9d5e871b8e86d193",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:04.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "8e1159e5b5abc6aca9e6076d6cea9fc895175232ae3fe3d5ab718550c0aec919",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-05-15T08:51:51.000Z",
      "arch": "aarch64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "3a4d61c731a55769af13e3fd5244b7e5e8597c5ee6580c4a2ef47f91109958e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-05-15T08:53:10.000Z",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "cb34a7bd54eff238e0329853024d47e73d62ba1831a8ad1b74baff0b616620a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:12.000Z",
      "arch": "aarch64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "0571c79aeb5ed6e3e4bc9aaa48601711349893b9af0d1d934bd3ccfbfdfe6f61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-05-15T08:52:48.000Z",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "263a2244c9f0df67cb34f19cbe484aed3a81391d1ad55d4330fdc462e28bab2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-05-15T08:51:17.000Z",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "b51c69f255b5d4fcd6d7cee07d74641d401afee60adef7f4915cab647eb1fceb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-05-15T08:51:21.000Z",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "75b552735109d6c4ed754131185ad2da1d711e6579336c7eac6d6bd07f678aa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-05-15T08:51:35.000Z",
      "arch": "x86_64",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "390f97a11aa49afa479fc1f62be4f0a404f0b677edd645ebe649f2ff86ab8266",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.1",
      "date": "2026-06-02T19:33:52.000Z",
      "arch": "emscripten",
      "commit": "0b7ee12d42b286a6af82b858ae7960e328256314",
      "fileid": "cbcf69dc68649c333d2f0dd04426b973c41d7e42972c72ed28eac4a8d3cfdb8e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25908930690"
    }
  ]
}