Skip to main content

CLI to modify TextGrids and their corresponding audio files.

Project description

textgrid-tools

PyPI PyPI MIT

CLI to modify TextGrids and their corresponding audio files.

Features

  • grids
    • merge: merge grids together
    • export-vocabulary: export vocabulary out of multiple grid files
    • plot-durations: plot durations
    • export-marks: exports marks of a tier to a file
  • grid
    • create: convert text files to grid files
    • sync: synchronize grid minTime and maxTime according to the corresponding audio file
    • split: split a grid file on intervals into multiple grid files (incl. audio files)
    • print-stats: print statistics
  • tiers
    • apply-mapping: apply mapping table to marks
    • transcribe: transcribe words of tiers using a pronunciation dictionary
    • remove: remove tiers
    • remove-symbols: remove symbols from tiers
    • mark-silence: mark silence intervals
  • tier
    • rename: rename tier
    • clone: clone tier
    • map: map tier to other tiers
    • move: move tier to another position
    • export: export content of tier to a txt file
    • import: import content of tier from a txt file
  • intervals
    • join-between-pauses: join intervals between pauses
    • join-by-boundary: join intervals by boundaries of a tier
    • join-by-duration: join intervals by a duration
    • join-marks: join intervals containing specific marks
    • join-symbols: join intervals containing specific symbols
    • fix-boundaries: align boundaries of tiers according to a reference tier
    • split: split intervals
    • remove: remove intervals
    • plot-durations: plot durations

Roadmap

  • Performance improvement
  • Adding more tests

Installation

pip install textgrid-tools --user

Usage

textgrid-tools-cli

Dependencies

  • numpy>=1.18.5
  • scipy>=1.8.0
  • tqdm>=4.63.0
  • TextGrid>=1.5
  • pandas>=1.4.0
  • ordered_set>=4.1.0
  • matplotlib>=3.5.0
  • pronunciation_dictionary>=0.0.4

Troubleshooting

If recordings/audio files are not in .wav format they need to be converted:

sudo apt-get install ffmpeg -y
# e.g., mp3 to wav conversion
ffmpeg -i *.mp3 -acodec pcm_s16le -ar 22050 *.wav

License

MIT License

Acknowledgments

Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – Project-ID 416228727 – CRC 1410

Citation

If you want to cite this repo, you can use this BibTeX-entry:

@misc{tstgt22,
  author = {Taubert, Stefan},
  title = {textgrid-tools},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/stefantaubert/textgrid-ipa}}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textgrid-tools-0.0.3.tar.gz (58.6 kB view hashes)

Uploaded Source

Built Distribution

textgrid_tools-0.0.3-py3-none-any.whl (107.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page