{
  "_id": "6a16a348acfb0bcc41d81c0f",
  "Package": "akc",
  "Title": "Automatic Knowledge Classification",
  "Version": "0.9.9.3",
  "Authors@R": "person(given = \"Tian-Yuan\",\nfamily = \"Huang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"huang.tian-yuan@qq.com\",\ncomment = c(ORCID = \"0000-0002-4151-3764\"))",
  "Description": "A tidy framework for automatic knowledge classification\nand visualization. Currently, the core functionality of the\nframework is mainly supported by modularity-based clustering\n(community detection) in keyword co-occurrence network, and\nfocuses on co-word analysis of bibliometric research. However,\nthe designed functions in 'akc' are general, and could be\nextended to solve other tasks in text mining as well.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://github.com/hope-data-science/akc",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libglpk-dev\nlibicu-dev libjpeg-dev libpng-dev libxml2-dev libssl-dev",
  "Repository": "https://hope-data-science.r-universe.dev",
  "Date/Publication": "2025-12-24 12:31:42 UTC",
  "RemoteUrl": "https://github.com/hope-data-science/akc",
  "RemoteRef": "HEAD",
  "RemoteSha": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 07:50:34 UTC",
    "User": "root"
  },
  "Author": "Tian-Yuan Huang [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4151-3764>)",
  "Maintainer": "Tian-Yuan Huang <huang.tian-yuan@qq.com>",
  "MD5sum": "83bf57a5d0c0e1ad1665fc802c1bbedf",
  "_user": "hope-data-science",
  "_type": "src",
  "_file": "akc_0.9.9.3.tar.gz",
  "_fileid": "c7cc45d90a5a854e0be70c35aafb82c7308ae1e8a7b899600b9658bf76069372",
  "_filesize": 6331247,
  "_sha256": "c7cc45d90a5a854e0be70c35aafb82c7308ae1e8a7b899600b9658bf76069372",
  "_created": "2026-05-27T07:50:34.000Z",
  "_published": "2026-05-27T07:54:48.754Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78031863739,
      "time": 205,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7234903029"
    },
    {
      "job": 78031863724,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234900019"
    },
    {
      "job": 78031863760,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7234876331"
    },
    {
      "job": 78031863753,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234870603"
    },
    {
      "job": 78031165316,
      "time": 273,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234835093"
    },
    {
      "job": 78031863716,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234880043"
    },
    {
      "job": 78031863840,
      "time": 140,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7234882850"
    },
    {
      "job": 78031863757,
      "time": 126,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7234877413"
    },
    {
      "job": 78031863785,
      "time": 182,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234896128"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hope-data-science/akc",
  "_commit": {
    "id": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
    "author": "Hope <32947502+hope-data-science@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add files via upload",
    "time": 1766579502
  },
  "_maintainer": {
    "name": "Tian-Yuan Huang",
    "email": "huang.tian-yuan@qq.com",
    "orcid": "0000-0002-4151-3764"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "ggraph",
      "version": ">= 1.0.2",
      "role": "Imports"
    },
    {
      "package": "tidygraph",
      "version": ">= 1.1.2",
      "role": "Imports"
    },
    {
      "package": "ggforce",
      "role": "Imports"
    },
    {
      "package": "textstem",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidytext",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.13.0",
      "role": "Imports"
    },
    {
      "package": "ggwordcloud",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "tidyfst",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hope-data-science",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-52",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 16,
  "_contributors": [
    {
      "user": "hope-data-science",
      "count": 53,
      "uuid": 32947502
    },
    {
      "user": "mattdowle",
      "count": 2,
      "uuid": 2779998
    }
  ],
  "_userbio": {
    "uuid": 32947502,
    "type": "user",
    "name": "Hope",
    "description": "Use R to change the world!"
  },
  "_downloads": {
    "count": 669,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/akc"
  },
  "_devurl": "https://github.com/hope-data-science/akc",
  "_searchresults": 48,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/akc.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hope-data-science/akc",
  "_realowner": "hope-data-science",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9.0",
      "date": "2020-01-08"
    },
    {
      "version": "0.9.1",
      "date": "2020-01-09"
    },
    {
      "version": "0.9.3",
      "date": "2020-01-26"
    },
    {
      "version": "0.9.4",
      "date": "2020-01-30"
    },
    {
      "version": "0.9.5",
      "date": "2020-12-05"
    },
    {
      "version": "0.9.6",
      "date": "2022-01-10"
    },
    {
      "version": "0.9.7",
      "date": "2022-03-24"
    },
    {
      "version": "0.9.8",
      "date": "2022-08-25"
    },
    {
      "version": "0.9.8.1",
      "date": "2022-10-10"
    },
    {
      "version": "0.9.9",
      "date": "2023-01-06"
    },
    {
      "version": "0.9.9.1",
      "date": "2025-02-25"
    },
    {
      "version": "0.9.9.2",
      "date": "2025-12-16"
    },
    {
      "version": "0.9.9.3",
      "date": "2025-12-24"
    }
  ],
  "_exports": [
    "%>%",
    "doc_group",
    "group_biconnected_component",
    "group_components",
    "group_edge_betweenness",
    "group_fast_greedy",
    "group_infomap",
    "group_label_prop",
    "group_leading_eigen",
    "group_louvain",
    "group_optimal",
    "group_spinglass",
    "group_walktrap",
    "keyword_clean",
    "keyword_cloud",
    "keyword_extract",
    "keyword_group",
    "keyword_merge",
    "keyword_network",
    "keyword_table",
    "keyword_vis",
    "make_dict"
  ],
  "_datasets": [
    {
      "name": "bibli_data_table",
      "title": "A selected dataset of bibliometric data on the topic of \"Library science\"",
      "object": "bibli_data_table",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "id",
        "title",
        "keyword",
        "abstract"
      ],
      "rows": 1448,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bibli_data_table",
      "title": "A selected dataset of bibliometric data on the topic of \"Library science\"",
      "topics": [
        "bibli_data_table"
      ]
    },
    {
      "page": "doc_group",
      "title": "Construct network of documents based on keyword co-occurrence",
      "topics": [
        "doc_group"
      ]
    },
    {
      "page": "keyword_clean",
      "title": "Automatic keyword cleaning and transfer to tidy format",
      "topics": [
        "keyword_clean"
      ]
    },
    {
      "page": "keyword_cloud",
      "title": "Draw word cloud for grouped keywords",
      "topics": [
        "keyword_cloud"
      ]
    },
    {
      "page": "keyword_extract",
      "title": "Extract keywords from raw text",
      "topics": [
        "keyword_extract"
      ]
    },
    {
      "page": "keyword_group",
      "title": "Construct network from a tidy table and divide them into groups",
      "topics": [
        "keyword_group"
      ]
    },
    {
      "page": "keyword_merge",
      "title": "Merge keywords that supposed to have same meanings",
      "topics": [
        "keyword_merge"
      ]
    },
    {
      "page": "keyword_network",
      "title": "Flexiable visualization of network (alternative to 'keyword_vis')",
      "topics": [
        "keyword_network"
      ]
    },
    {
      "page": "keyword_table",
      "title": "Display the table with different groups of keywords",
      "topics": [
        "keyword_table"
      ]
    },
    {
      "page": "keyword_vis",
      "title": "Visualization of grouped keyword co-occurrence network",
      "topics": [
        "keyword_vis"
      ]
    },
    {
      "page": "make_dict",
      "title": "Making one's own dictionary",
      "topics": [
        "make_dict"
      ]
    },
    {
      "page": "stop_words",
      "title": "English stop words collected in tidytext package",
      "topics": [
        "stop_words"
      ]
    }
  ],
  "_pkglogo": "https://github.com/hope-data-science/akc/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/hope-data-science/akc/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "cachem",
    "cli",
    "colorspace",
    "commonmark",
    "cpp11",
    "curl",
    "data.table",
    "digest",
    "dplyr",
    "dtt",
    "english",
    "farver",
    "fastmap",
    "fastmatch",
    "fst",
    "fstcore",
    "generics",
    "ggforce",
    "ggplot2",
    "ggraph",
    "ggrepel",
    "ggwordcloud",
    "glue",
    "graphlayouts",
    "gridExtra",
    "gridtext",
    "gtable",
    "hunspell",
    "igraph",
    "isoband",
    "ISOcodes",
    "janeaustenr",
    "jpeg",
    "jsonlite",
    "koRpus",
    "koRpus.lang.en",
    "labeling",
    "lattice",
    "lexicon",
    "lifecycle",
    "litedown",
    "magrittr",
    "markdown",
    "MASS",
    "Matrix",
    "memoise",
    "mgsub",
    "NLP",
    "pak",
    "pillar",
    "pkgconfig",
    "png",
    "polyclip",
    "purrr",
    "qdapRegex",
    "quanteda",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "slam",
    "SnowballC",
    "stopwords",
    "stringi",
    "stringr",
    "sylly",
    "sylly.en",
    "systemfonts",
    "syuzhet",
    "textclean",
    "textshape",
    "textstem",
    "tibble",
    "tidyfst",
    "tidygraph",
    "tidyr",
    "tidyselect",
    "tidytext",
    "tokenizers",
    "tweenr",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "akc_vignette.Rmd",
      "filename": "akc_vignette.html",
      "title": "Automatic knowledge classification based on keyword co-occurrrence network",
      "author": "Hope (Huang Tian-Yuan)",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Features",
        "Example",
        "Load package and inspect data",
        "Keyword cleaning",
        "Keyword merging",
        "Keyword grouping",
        "Output the table of results",
        "Visualize the results",
        "Keyword extraction from abstract",
        "END"
      ],
      "created": "2019-12-07 14:04:03",
      "modified": "2019-12-17 03:02:43",
      "commits": 2
    },
    {
      "source": "tutorial_raw_text.Rmd",
      "filename": "tutorial_raw_text.html",
      "title": "Tutorial for knowledge classification from raw text",
      "author": "Huang Tian-Yuan (Hope)",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Inspect the data",
        "Get the dictionary from keyword field",
        "Extract keywords from abstract",
        "Merge keywords with same meanings",
        "Divide keywords into groups (automatic classification)",
        "Get the grouped table",
        "Visualization of the network"
      ],
      "created": "2020-01-30 06:09:33",
      "modified": "2020-12-05 08:26:54",
      "commits": 2
    }
  ],
  "_score": 5.885361220031513,
  "_indexed": true,
  "_nocasepkg": "akc",
  "_universes": [
    "hope-data-science"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:53:27.000Z",
      "distro": "noble",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "d87afe66e635c5ab07f9885e4f6d0fb9cec3123322393effddfbe3eccd2b103f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:53:18.000Z",
      "distro": "noble",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "91037ab61df51186434693c73fc00d9c3696426cff9a454efb93377d1f285d7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:52:26.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "5e5de6f90ee0fd82d71e5fea518e7a4f5761f56d5567049176b7b3e053c59e5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:52:12.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "c1dcffc42abf0224c6d7f3860f1c14246a77d7896329568cf3111c85c6e58284",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:53:15.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "669c9ee284dfe77524659d053248a58a47bc1baf41cc5c07d63ceb9bc248994e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:52:20.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "98c14abc870fef90304a5afa82ae8558d86dc33eed972319b0e233310f404bbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:52:04.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "3fd0e4efe4425acf5777c6acfb6d4f5ac405f6c9a487d54e849c7f32d7a605ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.9.9.3",
      "date": "2026-05-27T07:52:59.000Z",
      "commit": "ab6ecb8ced7e8ca5d547446fbcd49687894a9a7c",
      "fileid": "7aa40d6ebacbfb745b2a4980d3b3f0bd59036403c6a13968f48f8f5ea0e9b131",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hope-data-science/actions/runs/26498067043"
    }
  ]
}