# ------------------------------------------------ # 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' version: 0.2.0 doi: 10.32614/CRAN.package.jiebaRS 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://r-multiverse-staging.r-universe.dev repository-code: https://github.com/Yousa-Mirage/jiebaRS commit: fb3938cbbf5dd12e60d70f17c973ad59330ff741 url: https://yousa-mirage.github.io/jiebaRS/ date-released: '2026-07-21' contact: - family-names: Cheng given-names: Hao email: Yousa-Mirage@foxmail.com