-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrudimentary_tests.sh
51 lines (46 loc) · 2.06 KB
/
rudimentary_tests.sh
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
##
## Copyright (c) 2019-2025
## Pertti Palo, Scott Moisik, Matthew Faytak, and Motoki Saito.
##
## This file is part of the Phonetic Analysis ToolKIT
## (see https://github.com/giuthas/patkit/).
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
## The example data packaged with this program is licensed under the
## Creative Commons Attribution-NonCommercial-ShareAlike 4.0
## International (CC BY-NC-SA 4.0) License. You should have received a
## copy of the Creative Commons Attribution-NonCommercial-ShareAlike 4.0
## International (CC BY-NC-SA 4.0) License along with the data. If not,
## see <https://creativecommons.org/licenses/by-nc-sa/4.0/> for details.
##
## When using the toolkit for scientific publications, please cite the
## articles listed in README.md. They can also be found in
## citations.bib in BibTeX format.
##
# Return instructions for how to run PATKIT
patkit
patkit --help
# Run with the default configuration and show 3 recordings in the GUI.
patkit recorded_data/minimal/
patkit open recorded_data/minimal/
# The same but in interactive interpreter mode
patkit interact recorded_data/minimal/
# A bit more extensive with 10 files
# - Missing files
patkit recorded_data/tongue_data_1_2/
# - Missing files, exclusion list in .csv format
patkit recorded_data/tongue_data_1_2/ -e recorded_data/tongue_data_1_2/exclusion_list.csv
# - Missing files, exclusion list in .yaml format
patkit recorded_data/tongue_data_1_2/ -e recorded_data/tongue_data_1_2/exclusion_list.yaml