-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Freeze info files for version V2.0.0
- Loading branch information
1 parent
de83697
commit a78bc6c
Showing
4 changed files
with
27 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Plugin: Indexer | ||
Author: Rolando Muñoz A. <[email protected]> | ||
Homepage: https://gitlab.com/praat_plugins_rma/plugin_indexer | ||
Version: 1.1.0 | ||
Last modified: 30-04-2017 | ||
Version: 2.0.0 | ||
Last modified: 6-05-2018 | ||
Description: | ||
- Search contents in TextGrids and run some actions on them. | ||
Depends: | ||
- Praat: 6.39.0+ | ||
License: GPL3 | ||
How to cite: | ||
- Muñoz A., Rolando (2017). Indexer[Praat plug-in]. Version 0.0.1, retrived 17 October 2017 from https://gitlab.com/praat_plugins_rma/plugin_indexer | ||
- Muñoz A., Rolando (2018). Indexer[Praat plug-in]. Version 2.0.0, retrived 06 October 2018 from https://rolandomunoz.github.io/finder_main.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
sounds_dir: . | ||
textgrids_dir: /media/rolando/EA46ADB846AD8643/Users/Public/Data/data_audio/PUCP_repositorio/swadesh_list/shipibo/F1-Shipibo-Konibo | ||
sounds_dir: /home/rolando/corpus | ||
textgrids_dir: /home/rolando/corpus | ||
sound_extension: .wav | ||
tier_number: 1 | ||
create_index.recursive_search: 0 | ||
create_index.empty_intervals: 0 | ||
create_index.do: 2 | ||
search.tier_name_option: 2 | ||
create_index.do: 1 | ||
search.tier_name_option: 1 | ||
search.search_for: a | ||
search.mode: 5 | ||
search.do: 4 | ||
filter_search.tier_name_option: 2 | ||
filter_search.search_for: b | ||
filter_search.do: 2 | ||
search.mode: 1 | ||
search.do: 1 | ||
filter_search.tier_name_option: 1 | ||
filter_search.search_for: | ||
filter_search.do: 1 | ||
open_file.margin: 0.1 | ||
open_file.row: 1 | ||
open_file.adjust_sound_level: 0 | ||
extract_files.margin: 1 | ||
extract_files.save_in: /home/rolando/Desktop/temp | ||
extract_files.save_in: | ||
extract_files.keep_original_filename: 1 |