-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.22 KB
/
Copy pathDESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: jiebaRS
Title: Chinese Text Segmentation, POS Tagging, and Keyword Extraction
Version: 0.3.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
LazyData: true
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
Suggests:
pkgdown,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-US
Config/roxygen2/version: 8.1.0