We use cookies to ensure you get the best experience on our website
Project
Dataset structure
- All inputs (i.e. building blocks from other sources) are located in
inputs/
.
- All custom code is located in
code/
.
Steps to generate aligned .csv from vandam-data .cha annotations
- Run code/csv2grid with annotations/cha/converted as input (converts the original .csv to .TextGrid)
- Run MFA Align with output files of previous step as input (with inputs/mfa-models/acoustic & inputs/mfa-models/dictionary as required)
- Run code/grid2csv to convert .TextGrids to .csv with outputs of previous step as input.
Steps for comparison of aligned segments with human annotator
- Use child-project sampler to generate 5x 1 minute segments (high-volubility) and outputs them in outputs/
- Use child-project eaf-builder with files generated at previous step and templates at inputs/eaf_templates
- Annotate segments by hand on ELAN
- Create csv dataframe with each segment in outputs/fivesegments-eaf
- Import that .csv with child-project import-annotations