forked from montesmariana/semcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
73 lines (72 loc) · 1.61 KB
/
_pkgdown.yml
File metadata and controls
73 lines (72 loc) · 1.61 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
url: https://qlvl.github.io/semcloud/
home:
title: Create token-level clouds
description: Post-processing of output from nephosem and semasioFlow
template:
bootstrap: 5
bootswatch: yeti
theme: kate
bslib:
primary: '#0266a0'
navbar:
components:
articles:
text: Articles
menu:
- text: From SemasioFlow to NephoVis
href: articles/processClouds.html
- text: Weight contexts
href: articles/weightConcordance.html
- text: HDBSCAN in token-level clouds
href: articles/HDBSCAN.html
reference:
- title: Open nephosem files
desc: |
Functions to read nephosem files.
contents:
- focdistsFromCsv
- tokensFromPac
- title: Process distance matrices
desc: |
Functions to obtain coordinates and create clouds.
contents:
- getClouds
- getCoords
- getFit
- title: Compare models
desc: |
Functions to compute distances between models.
contents:
- getDistMtx
- matricizeCloud
- compLemma
- customDist
- ends_with('Mats')
- title: Weight context words
desc: |
Functions to create weighted concordance lines.
contents:
- getContext
- setupConcordancer
- weightConcordance
- weightLemma
- starts_with('filter')
- ends_with('Filter')
- reorderPpmi
- cleanWord
- correctDistance
- title: Add HDBSCAN data
desc: |
Functions to integrate model data with HDBSCAN output.
contents:
- summarizeHDBSCAN
- extractHDBSCAN
- cwsForClusters
- fscore
- title: Classify clouds
desc: |
Functions to classify clusters in nephological shapes.
contents:
- classifyModel
- starts_with("cluster")
- separationkNN