-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
78 lines (71 loc) · 1.69 KB
/
Copy path_pkgdown.yml
File metadata and controls
78 lines (71 loc) · 1.69 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
url: https://yousa-mirage.github.io/jiebaRS/
template:
bootstrap: 5
bslib:
primary: "#40A2B4"
line-height-base: 1.7
toc:
depth: 3
redirects:
- ["README.html", "index.html"]
authors:
Hao Cheng:
href: https://github.com/Yousa-Mirage
html: Yousa Mirage
home:
title: Chinese text segmentation, POS tagging, and keyword extraction for R
sidebar:
structure: [links, license, community, citation, authors, toc, dev]
navbar:
structure:
left: [guide_zh, guide_en, reference, news]
right: [search, github]
components:
guide_zh:
text: 使用指南
href: ./
guide_en:
text: User Guide
href: README_en.html
github:
icon: fab fa-github
href: https://github.com/Yousa-Mirage/jiebaRS
aria-label: GitHub
reference:
- title: Workers
desc: Create and configure jiebaRS workers.
contents:
- worker
- title: Segmentation
desc: Segment Chinese text into tokens.
contents:
- segment
- segment_batch
- title: Part-of-Speech Tagging
desc: Tag segmented text with part-of-speech labels.
contents:
- tagging
- tagging_batch
- title: Keyword Extraction
desc: Extract keywords with TF-IDF and TextRank.
contents:
- keywords
- keywords_df
- textrank
- textrank_df
- get_idf
- title: User Dictionaries
desc: Add, import, and inspect custom dictionaries.
contents:
- new_user_word
- import_cidian
- read_cidian
- title: Token Utilities
desc: Filter tokens and calculate frequencies or n-grams.
contents:
- filter_segment
- freq
- count_ngrams
- title: Built-in Data
contents:
- stopwords