All Projects → hbuschme → TextGridTools

hbuschme / TextGridTools

Licence: GPL-3.0 License
Read, write, and manipulate Praat TextGrid files with Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TextGridTools

Pyconll
A minimal, pure Python library to interface with CoNLL-U format files.
Stars: ✭ 104 (+23.81%)
Mutual labels:  annotation, linguistics
open-semantic-desktop-search
Virtual Machine for Desktop Search with Open Semantic Search
Stars: ✭ 22 (-73.81%)
Mutual labels:  annotation
duree
Durée: the longest book ever written.
Stars: ✭ 67 (-20.24%)
Mutual labels:  linguistics
junit-annotate-buildkite-plugin
📈 Summarise your test failures as a build annotation
Stars: ✭ 18 (-78.57%)
Mutual labels:  annotation
machine-learning
Practical Full-Stack Machine Learning
Stars: ✭ 355 (+322.62%)
Mutual labels:  data-analysis
mystem
CGo bindings to Yandex.Mystem
Stars: ✭ 28 (-66.67%)
Mutual labels:  linguistics
acl2020-interactive-entity-linking
No description or website provided.
Stars: ✭ 26 (-69.05%)
Mutual labels:  annotation
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (-50%)
Mutual labels:  data-analysis
simple-annotation-processor
Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"
Stars: ✭ 54 (-35.71%)
Mutual labels:  annotation
AlphaPlot
📈 Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
Stars: ✭ 140 (+66.67%)
Mutual labels:  data-analysis
genieclust
Genie++ Fast and Robust Hierarchical Clustering with Noise Point Detection - for Python and R
Stars: ✭ 34 (-59.52%)
Mutual labels:  data-analysis
Data-Visualization
Collection of interactive Jupiter Notebook widgets and graphs.
Stars: ✭ 112 (+33.33%)
Mutual labels:  data-analysis
Dominando-Pandas
Este repositório está destinado ao processo de aprendizagem da biblioteca Pandas.
Stars: ✭ 22 (-73.81%)
Mutual labels:  data-analysis
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+1135.71%)
Mutual labels:  data-analysis
demeter
Process and analyze X-ray Absorption Spectroscopy data using Feff and either Larch or Ifeffit.
Stars: ✭ 50 (-40.48%)
Mutual labels:  data-analysis
taucmdr
Performance engineering for the rest of us.
Stars: ✭ 26 (-69.05%)
Mutual labels:  data-analysis
popular restaurants from officials
서울시 공무원의 업무추진비를 분석하여 진짜 맛집 찾기 프로젝트
Stars: ✭ 22 (-73.81%)
Mutual labels:  data-analysis
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (+8.33%)
Mutual labels:  data-analysis
wikipron
Massively multilingual pronunciation mining
Stars: ✭ 167 (+98.81%)
Mutual labels:  linguistics
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-84.52%)
Mutual labels:  data-analysis

TextGridTools

Read, write, and manipulate Praat TextGrid files with Python

Copyright (C) 2011-2016 Hendrik Buschmeier, Marcin Włodarczak

Installation

Installation with python distribute (stable version)

pip install tgt

Installation via github (development version)

git clone https://github.com/hbuschme/TextGridTools.git
cd TextGridTools
python setup.py install

Documentation

Buschmeier, H. & Włodarczak, M. (2013). TextGridTools: A TextGrid processing and analysis toolkit for Python. In Proceedings der 24. Konferenz zur Elektronischen Sprachsignalverarbeitung, pp. 152–157, Bielefeld, Germany. [pdf]

Current documentation can be viewed at https://textgridtools.readthedocs.io/en/stable/.

Alternatively, the API can be browsed with pydoc (e.g., pydoc tgt.IntervalTier), or documentation can be generated locally, using Sphinx, in the following way:

cd doc
make html # creates html documentation in doc/build/html/

Citation

To cite TextGridTools in publications, please use (a BibTeX record can be found in the file CITATION):

  • Buschmeier, H. & Włodarczak, M. (2013). TextGridTools: A TextGrid processing and analysis toolkit for Python. In Proceedings der 24. Konferenz zur Elektronischen Sprachsignalverarbeitung, pp. 152–157, Bielefeld, Germany.

If you want to refer to the specific release you used, do that using its DOI (see the release notes). The DOI of the most recent release is:

DOI

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].