-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
79 lines (69 loc) · 1.64 KB
/
_pkgdown.yml
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://jpcompartir.github.io/LimpiaR
template:
bootstrap: 5
params:
bootswatch: "journal"
hljs:
style: "tango"
toc: true
toc_depth: 3
toc_float:
collapsed: false
smooth_scroll: true
side: left
theme: "united"
search: true
navbar:
structure:
left: [home, news, reference, articles]
right: [github]
reference:
- title: Cleaning Posts
desc: >
Functions for editing the text variable in place.
contents:
- limpiar_accents
- limpiar_spaces
- limpiar_url
- limpiar_repeat_chars
- limpiar_shorthands
- limpiar_tags
- limpiar_stopwords
- limpiar_slang
- limpiar_recode_emojis
- limpiar_remove_emojis
- limpiar_emojis_es
- limpiar_pp_products
- limpiar_pp_companies
- limpiar_non_ascii
- limpiar_alphanumeric
- title: Removing Posts
desc: >
Functions for removing unwanted posts entirely (rather than cleaning).
contents:
- limpiar_duplicates
- limpiar_retweets
- limpiar_spam_grams
- title: Utility Functions
desc: >
Miscellaneous functions designed to speed up aspects of cleaning text.
contents:
- limpiar_inspect
- limpiar_na_cols
- contains("limpiar_link_click")
- limpiar_ex_subreddits
- limpiar_wrap
- title: Processing Parts of Speech
desc: >
A collection of functions that collectively make up a Parts of Speech(POS) analysis and workflow.
contents:
- limpiar_pos_import_model
- limpiar_pos_annotate
repo:
url:
home: https://github.com/jpcompartir/LimpiaR
source: https://github.com/jpcompartir/LimpiaR/tree/main
home:
links:
- text: Report an issue
href: https://github.com/jpcompartir/LimpiaR/issues