Package: jiebaRS 0.1.0

jiebaRS: Chinese Text Segmentation, POS Tagging, and Keyword Extraction for R

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:Hao Cheng [aut, cre, cph]

jiebaRS_0.1.0.tar.gz
jiebaRS_0.1.0.zip(r-4.7)jiebaRS_0.1.0.zip(r-4.6)jiebaRS_0.1.0.zip(r-4.5)
jiebaRS_0.1.0.tgz(r-4.6-x86_64)jiebaRS_0.1.0.tgz(r-4.6-arm64)jiebaRS_0.1.0.tgz(r-4.5-x86_64)jiebaRS_0.1.0.tgz(r-4.5-arm64)
jiebaRS_0.1.0.tar.gz(r-4.7-arm64)jiebaRS_0.1.0.tar.gz(r-4.7-x86_64)jiebaRS_0.1.0.tar.gz(r-4.6-arm64)jiebaRS_0.1.0.tar.gz(r-4.6-x86_64)
jiebaRS_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
jiebaRS/json (API)

# Install 'jiebaRS' in R:
install.packages('jiebaRS', repos = c('https://yousa-mirage.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/yousa-mirage/jiebars/issues

Pkgdown/docs site:https://yousa-mirage.github.io

On CRAN:

Conda:

jiebarustcargo

2.18 score 1 stars 5 scripts 16 exports 2 dependencies

Last updated from:9662148258 (on v0.1.0). Checks:12 OK, 1 ERROR. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK254
linux-devel-x86_64OK208
source / vignettesOK309
linux-release-arm64OK200
linux-release-x86_64OK218
macos-release-arm64OK250
macos-release-x86_64OK334
macos-oldrel-arm64OK254
macos-oldrel-x86_64OK556
windows-develOK237
windows-releaseOK212
windows-oldrelERROR243
wasm-releaseOK209

Exports:add_wordcount_ngramsfilter_segmentfreqget_idfget_tuplekeywordskeywords_dfnew_user_wordsegmentsegment_batchtaggingtagging_batchtextranktextrank_dfworker

Dependencies:clirlang