{
  "_id": "6a48b63ce06c18f0a654821c",
  "Package": "seededlda",
  "Type": "Package",
  "Title": "Seeded Sequential LDA for Topic Modeling",
  "Version": "1.4.4",
  "Authors@R": "c(person(\"Kohei\", \"Watanabe\", email = \"watanabe.kohei@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Phan\", \"Xuan-Hieu\", email = \"pxhieu@gmail.com\", role = c(\"aut\", \"cph\"), comment = \"GibbsLDA++\"))",
  "Description": "Seeded Sequential LDA can classify sentences of texts into\npre-define topics with a small number of seed words (Watanabe &\nBaturo, 2023) <doi:10.1177/08944393231178605>. Implements\nSeeded LDA (Lu et al., 2010) <doi:10.1109/ICDMW.2011.125> and\nSequential LDA (Du et al., 2012)\n<doi:10.1007/s10115-011-0425-1> with the distributed LDA\nalgorithm (Newman, et al., 2009) for parallel computing.",
  "License": "GPL-3",
  "LazyData": "TRUE",
  "URL": "https://github.com/koheiw/seededlda,\nhttps://koheiw.github.io/seededlda/",
  "BugReports": "https://github.com/koheiw/seededlda/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libxml2-dev",
  "Repository": "https://koheiw.r-universe.dev",
  "Date/Publication": "2026-05-28 00:19:35 UTC",
  "RemoteUrl": "https://github.com/koheiw/seededlda",
  "RemoteRef": "HEAD",
  "RemoteSha": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-04 06:44:39 UTC",
    "User": "root"
  },
  "Author": "Kohei Watanabe [aut, cre, cph],\nPhan Xuan-Hieu [aut, cph] (GibbsLDA++)",
  "Maintainer": "Kohei Watanabe <watanabe.kohei@gmail.com>",
  "_user": "koheiw",
  "_type": "src",
  "_file": "seededlda_1.4.4.tar.gz",
  "_fileid": "https://r2.ropensci.org/85c7c8e7bf1203f2713988f6e4bae62b968b97fcb4fb28216c1e6baf582c97bb",
  "_filesize": 3975212,
  "_sha256": "85c7c8e7bf1203f2713988f6e4bae62b968b97fcb4fb28216c1e6baf582c97bb",
  "_expires": "2026-10-12T07:28:58.000Z",
  "_created": "2026-07-04T06:44:39.000Z",
  "_published": "2026-07-04T07:29:00.171Z",
  "_jobs": [
    {
      "job": 85111315851,
      "time": 320,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079298549"
    },
    {
      "job": 85111315845,
      "time": 325,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079298757"
    },
    {
      "job": 85111315856,
      "time": 311,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079297415"
    },
    {
      "job": 85111315837,
      "time": 341,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079300488"
    },
    {
      "job": 85111315865,
      "time": 266,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079596996"
    },
    {
      "job": 85111315842,
      "time": 455,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079319656"
    },
    {
      "job": 85111315838,
      "time": 267,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079597007"
    },
    {
      "job": 85111315862,
      "time": 427,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079314316"
    },
    {
      "job": 85111076232,
      "time": 236,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079260384"
    },
    {
      "job": 85111315824,
      "time": 187,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8079282900"
    },
    {
      "job": 85111315866,
      "time": 440,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079312435"
    },
    {
      "job": 85111315847,
      "time": 403,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079308063"
    },
    {
      "job": 85111315860,
      "time": 424,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079310620"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673",
  "_status": "success",
  "_upstream": "https://github.com/koheiw/seededlda",
  "_commit": {
    "id": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
    "author": "Kohei Watanabe <watanabe.kohei@gmail.com>",
    "committer": "Kohei Watanabe <watanabe.kohei@gmail.com>",
    "message": "Improve MAN\n",
    "time": 1779927575
  },
  "_maintainer": {
    "name": "Kohei Watanabe",
    "email": "watanabe.kohei@gmail.com",
    "login": "koheiw",
    "twitter": "@koheiw7",
    "description": "Data scientist specializing in political and financial text analysis",
    "uuid": 6572963
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.7.600.1.0",
      "role": "LinkingTo"
    },
    {
      "package": "quanteda",
      "role": "LinkingTo"
    },
    {
      "package": "testthat",
      "role": "LinkingTo"
    },
    {
      "package": "quanteda",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "proxyC",
      "version": ">= 0.3.1",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "topicmodels",
      "role": "Suggests"
    }
  ],
  "_owner": "koheiw",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-38",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "semi-supervised-learning",
    "text-classification",
    "onetbb",
    "cpp"
  ],
  "_stars": 79,
  "_contributors": [
    {
      "user": "koheiw",
      "count": 647,
      "uuid": 6572963
    }
  ],
  "_userbio": {
    "uuid": 6572963,
    "type": "user",
    "name": "Kohei Watanabe",
    "followers": 192,
    "description": "Data scientist specializing in political and financial text analysis"
  },
  "_downloads": {
    "count": 1045,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/seededlda"
  },
  "_devurl": "https://github.com/koheiw/seededlda",
  "_pkgdown": "https://koheiw.github.io/seededlda/",
  "_searchresults": 156,
  "_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/seededlda.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/koheiw/seededlda",
  "_realowner": "koheiw",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5",
      "date": "2020-09-10"
    },
    {
      "version": "0.5.1",
      "date": "2020-12-17"
    },
    {
      "version": "0.6.0",
      "date": "2021-04-08"
    },
    {
      "version": "0.8.0",
      "date": "2022-01-07"
    },
    {
      "version": "0.8.1",
      "date": "2022-03-28"
    },
    {
      "version": "0.8.2",
      "date": "2022-10-09"
    },
    {
      "version": "0.8.3",
      "date": "2023-03-17"
    },
    {
      "version": "0.8.4",
      "date": "2023-03-23"
    },
    {
      "version": "0.9.0",
      "date": "2023-04-30"
    },
    {
      "version": "0.9.1",
      "date": "2023-05-01"
    },
    {
      "version": "1.0.0",
      "date": "2023-05-31"
    },
    {
      "version": "1.0.1",
      "date": "2023-06-12"
    },
    {
      "version": "1.1.0",
      "date": "2023-07-01"
    },
    {
      "version": "1.2.0",
      "date": "2024-04-10"
    },
    {
      "version": "1.2.1",
      "date": "2024-04-11"
    },
    {
      "version": "1.3.0",
      "date": "2024-06-19"
    },
    {
      "version": "1.3.1",
      "date": "2024-06-25"
    },
    {
      "version": "1.3.2",
      "date": "2024-07-03"
    },
    {
      "version": "1.4.0",
      "date": "2024-09-05"
    },
    {
      "version": "1.4.1",
      "date": "2024-09-06"
    },
    {
      "version": "1.4.2",
      "date": "2025-01-08"
    },
    {
      "version": "1.4.3",
      "date": "2025-09-28"
    },
    {
      "version": "1.4.4",
      "date": "2026-05-28"
    }
  ],
  "_exports": [
    "divergence",
    "info_tbb",
    "perplexity",
    "sizes",
    "terms",
    "textmodel_lda",
    "textmodel_seededlda",
    "textmodel_seqlda",
    "topics"
  ],
  "_datasets": [
    {
      "name": "data_corpus_moviereviews",
      "title": "Movie reviews from Pang and Lee (2004)",
      "object": "data_corpus_moviereviews",
      "class": [
        "corpus",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "as.dictionary.textmodel_lda",
      "title": "Create a dictionary from topic terms",
      "topics": [
        "as.dictionary.textmodel_lda"
      ]
    },
    {
      "page": "data_corpus_moviereviews",
      "title": "Movie reviews from Pang and Lee (2004)",
      "topics": [
        "data_corpus_moviereviews"
      ]
    },
    {
      "page": "divergence",
      "title": "Optimize the number of topics for LDA",
      "topics": [
        "divergence"
      ]
    },
    {
      "page": "perplexity",
      "title": "Optimize the hyper-parameters for LDA",
      "topics": [
        "perplexity"
      ]
    },
    {
      "page": "sizes",
      "title": "Compute the sizes of topics",
      "topics": [
        "sizes"
      ]
    },
    {
      "page": "terms",
      "title": "Extract most likely terms",
      "topics": [
        "terms"
      ]
    },
    {
      "page": "textmodel_lda",
      "title": "Unsupervised latent Dirichlet allocation",
      "topics": [
        "textmodel_lda"
      ]
    },
    {
      "page": "textmodel_seededlda",
      "title": "Semisupervised latent Dirichlet allocation",
      "topics": [
        "textmodel_seededlda"
      ]
    },
    {
      "page": "textmodel_seqlda",
      "title": "Sequential latent Dirichlet allocation",
      "topics": [
        "textmodel_seqlda"
      ]
    },
    {
      "page": "topics",
      "title": "Extract most likely topics",
      "topics": [
        "topics"
      ]
    }
  ],
  "_readme": "https://github.com/koheiw/seededlda/raw/HEAD/README.md",
  "_rundeps": [
    "brio",
    "callr",
    "cli",
    "crayon",
    "desc",
    "diffobj",
    "evaluate",
    "fastmatch",
    "fs",
    "glue",
    "ISOcodes",
    "jsonlite",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "otel",
    "pkgbuild",
    "pkgload",
    "praise",
    "processx",
    "proxyC",
    "ps",
    "quanteda",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "rprojroot",
    "SnowballC",
    "stopwords",
    "stringi",
    "testthat",
    "waldo",
    "withr",
    "xml2",
    "yaml"
  ],
  "_sysdeps": [
    {
      "shlib": "libtbb",
      "package": "libtbb12",
      "headers": "libtbb-dev",
      "source": "onetbb",
      "version": "2022.3.0-2",
      "name": "onetbb",
      "homepage": "https://uxlfoundation.github.io/oneTBB/",
      "description": "parallelism library for C++ - runtime files"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 6.76308049386732,
  "_indexed": true,
  "_nocasepkg": "seededlda",
  "_universes": [
    "koheiw"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-07-04T06:47:47.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/47851eb10b2c30dbeccc3b6f4f929642954f720920c38b1eab7fea80d57f95d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-07-04T06:47:35.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/0835eb86e9b41d4c5e6da0c0e00a0621b2bd2149b50db5108be09dc6fde7d550",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-07-04T06:47:47.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/ecc578cc4d15b8b1569f774b8443a1e9a1bcb4c0d2df6ca3bc7f960808e2af10",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-07-04T06:47:44.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/ff48e9b6a6ac0956f04d2bb494b2f57484c75686bda5f9e29b1d03115f6da4d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.4",
      "date": "2026-07-04T07:25:23.000Z",
      "arch": "aarch64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/a312c591042a2c14ebd284d4b57e38d15c70b2f737dcf3ff81950bc1a523740a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.4",
      "date": "2026-07-04T06:48:57.000Z",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/b11f4cdfbc60f362884aaa4fe67c8b6f9368c5b121b1636bf38e39cc672a6257",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.4.4",
      "date": "2026-07-04T07:25:30.000Z",
      "arch": "aarch64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/7806e81d06e3fe30f386a7b18c02ec604a691a705ce7739e5461ea7eff145058",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.4.4",
      "date": "2026-07-04T06:48:11.000Z",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/4227f2335f962ff433c15118e68bae7e067d59e1b11ceceec1aaa67d3370abee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.4",
      "date": "2026-07-04T06:48:12.000Z",
      "arch": "emscripten",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/807b890dc8e414f2dd2ec3e315ec1cc8e5c8123ea45b58d234cd855012f26bad",
      "status": "success",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.4",
      "date": "2026-07-04T06:46:41.000Z",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/5b0e3e5a8bd4a3dfdcb81deb8b39238cd408a295d45a5dfda8104c035b570279",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.4",
      "date": "2026-07-04T06:46:52.000Z",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/1880e2f391c7e09b19e6fc440c2790e511123600d80cc8e15668d12724099632",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.4.4",
      "date": "2026-07-04T06:46:42.000Z",
      "arch": "x86_64",
      "commit": "afb4cd02f2a73881f22aabe70b639710f101d2d7",
      "fileid": "https://r2.ropensci.org/46a6c19350e1e885427bbf283619e1f0654fa743c9a5bed48fa115e014e178d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koheiw/actions/runs/28698031673"
    }
  ]
}