Package: jiebaRS Title: Chinese Text Segmentation, POS Tagging, and Keyword Extraction for R Version: 0.1.0 Authors@R: c(person(given = "Hao", family = "Cheng", role = c("aut", "cre", "cph"), email = "Yousa-Mirage@foxmail.com")) Description: Provides fast Chinese text segmentation, keyword extraction via 'TF-IDF' and 'TextRank', and part-of-speech tagging, powered by a 'Rust' backend ('jieba-rs'). Supports custom dictionaries, user words, stop words, IDF files, and HMM models, with parallel batch processing of multiple strings. Serves as a modern, maintained replacement for the 'jiebaR' package. License: MIT + file LICENSE URL: https://yousa-mirage.github.io/jiebaRS/, https://github.com/Yousa-Mirage/jiebaRS BugReports: https://github.com/Yousa-Mirage/jiebaRS/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/rextendr/version: 0.5.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65.0, xz Depends: R (>= 4.2) Imports: cli, rlang Suggests: pkgdown, rmarkdown, spelling, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/testthat/parallel: true Language: en-US Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: xz-utils libclang-dev Repository: https://yousa-mirage.r-universe.dev Date/Publication: 2026-07-02 16:37:19 UTC RemoteUrl: https://github.com/Yousa-Mirage/jiebaRS RemoteRef: v0.1.0 RemoteSha: 9662148258aab601804f55bdb4f23164703cc809 NeedsCompilation: yes Packaged: 2026-07-02 16:45:01 UTC; root Author: Hao Cheng [aut, cre, cph] Maintainer: Hao Cheng