Package: cidian Title: Read and Parse Chinese Input-Method Dictionaries Version: 0.1.0 Authors@R: person(given = "Hao", family = "Cheng", role = c("aut", "cre", "cph"), email = "Yousa-Mirage@foxmail.com") Description: Read Chinese input-method dictionary files into a common 'R' data model. The 'Rust' backend supports Sogou, QQ Pinyin, and Baidu dictionary formats and preserves source metadata, code components, and weights. This is useful for building a custom Chinese word segmentation dictionary. License: MIT + file LICENSE URL: https://github.com/Yousa-Mirage/r-cidian BugReports: https://github.com/Yousa-Mirage/r-cidian/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/rextendr/version: 0.5.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.85.0, xz Depends: R (>= 4.2) Imports: cli, rlang Config/roxygen2/version: 8.1.0 Suggests: rmarkdown, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/testthat/parallel: true Language: en-US Config/pak/sysreqs: xz-utils libclang-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-08-26 16:32:58 UTC RemoteUrl: https://github.com/Yousa-Mirage/r-cidian RemoteRef: v0.1.0 RemoteSha: 79d37afacaf229a9481aec0672bf4d2604ee443d NeedsCompilation: yes Packaged: 2026-08-27 01:12:08 UTC; root Author: Hao Cheng [aut, cre, cph] Maintainer: Hao Cheng