-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
106 lines (106 loc) · 2.87 KB
/
_pkgdown.yml
File metadata and controls
106 lines (106 loc) · 2.87 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
title: Networds
subtitle: Build network of text elements
template:
bootstrap: 5
# https://r-lib.r-universe.dev/pkgdown/doc/manual.html#build_reference
url: https://github.com/SoaresAlisson/networds
navbar:
components:
text: Articles
menu:
# https://pkgdown.r-lib.org/reference/build_articles.html
- title: Networds - a package to extract and plot words and entities networks
contents: networds_package
- title: Rule based entity extraction with regular expression
contents: regex_entities_extraction
- title: Extract entity co-ocurrences with Part-of-Speech Tagging
contents: Extract-entity-co-ocurrences-with-POS
reference:
# desc: "There is two possibilites for extracting graphs from pure text: regex and POS"
- title: Sample Data
- subtitle: Sample data for networds examples and for function params
- contents:
- ex_prince
- g
- layouts
- text_sample
- txt_wiki
#
- title: Preparing the data
- desc: Pre processing the text or data or graphs to use it
- contents:
- filter_by_query
- filter_graph
- tblgraph_to_tbl
- tokenize_by_words
- txt_subst
#
- title: Extract graph
- subtitle: extract cooccurrence of (almost) all words
- contents:
- cooccur_words
- subtitle: Extracting graphs using regex
- contents:
- connectors
- connectors_list
- extract_entities2
- extract_entity_rb
- extract_graph_df
- extract_graph_rb
- extract_graph_rgx
- extract_relation
- get_graph_from_txt
- subs_ppn
- subtitle: Extracting graphs from pure text
- desc: "Extract graphs using Part of Speech Tagging (POS)"
- contents:
# - graph_from_coocurrence_list
- collapse_adp
- entity_list_2_graph2
- extract_entities
- extract_entities_l
- extract_entities_v
- extract_graph_pos
- filter_ppn
- get_cooc
- get_cooc_entities
- get_entities
- graph_from_cooccurrence
- group_entities
- group_ppn
- group_seq_pos
- parsePOS
#
- title: Analize graphs
- desc: "Given a graph, extract info or manipulate it"
- contents:
- count_graphs
- count_vec
- extract_nodes
- extract_triplets
- filter_ego
- filter_graph_g
- filter_nested_list
- filter_nodes
- freq_nodes
- get_neighbors
- get_neighbors_df
- get_node_id
- graph_subs
- reduce_freq
- rename_cols
- scale_to_range
- split_graph
# - graph_from_cooccurrence
#
- title: visualize graphs
- subtitle: visualize static and dynamic graphs
- desc: After extracting the graph of words/terms, visualize it.
- contents:
- net_wordcloud
- plot_graph
- plot_graph2
- plot_graph_i
- plot_pos_graph
- q_plot
- viz_triplets_i