# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "jiebaRS" in publications use:' type: software license: MIT title: 'jiebaRS: Chinese Text Segmentation, POS Tagging, and Keyword Extraction for R' version: 0.1.0 abstract: 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. authors: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com repository: https://yousa-mirage.r-universe.dev repository-code: https://github.com/Yousa-Mirage/jiebaRS commit: 9662148258aab601804f55bdb4f23164703cc809 url: https://yousa-mirage.github.io/jiebaRS/ date-released: '2026-07-02' contact: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com