Skip to content

ByronAhn/syllabify-textgrids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

syllabify-textgrids

Using R and Python to syllabify Praat textgrids, using a syllabification algorithm fit for English

Usage

Load up syllabify.R in your favorite R environment to use this tool.

The R script depends on three things

  1. syllabify-core.py in the same directory
  2. .Textgrid files in a folder called input/ in the same directory
  3. those TextGrids MUST have a "Words" tier and a "Phones" tier, with the "Phones" tier containing ARPABET transcriptions

The R script then creates two things

  1. modified textgrids in a subdirectory called syllabified/
  2. an R dataframe called syllableDF that contains all the syllable information

License

Attribution-ShareAlike 2.5 license

About

Using R and Python to syllabify textgrids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors