Skip to content

Commit 0122ff9

Browse files
committed
Ensure CoGFinder.praat link works.
1 parent 348934d commit 0122ff9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/articles/examples/search-labels-alignments-praat-script.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pkgdown: 1.5.1
33
pkgdown_sha: ~
44
articles:
55
search-labels-alignments-praat-script: examples/search-labels-alignments-praat-script.html
6-
last_built: 2020-08-26T16:45Z
6+
last_built: 2020-08-26T21:29Z
77

vignettes/examples/search-labels-alignments-praat-script.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ print(head(matches)[, c(
143143
```
144144

145145
Now we want to calculate Centre of Gravity (CoG) for the target segment. To do this, we use a custom Praat script
146-
called [CoGFinder.praat](CoGFinder.praat). The script provides a measure of Center of Gravity at three points during the fricative
146+
called [CoGFinder.praat](https://github.com/nzilbb/labbcat-R/blob/master/vignettes/examples/CoGFinder.praat). The script provides a measure of Center of Gravity at three points during the fricative
147147
(among other things).
148148

149149
We give it the `MatchId`, and start/end of the token, and ensure that Praat extracts 0.5s acoustic context before/after

0 commit comments

Comments
 (0)