# jtextgrid **Repository Path**: heyihuiforjava/jtextgrid ## Basic Information - **Project Name**: jtextgrid - **Description**: Library for processing Praat TextGrid files in Java - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-28 - **Last Updated**: 2022-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JTextGrid ================================================================================ A library for processing TextGrid files used by the [Praat phonetic analysis software](http://www.fon.hum.uva.nl/praat/) in Java. * **Version:** 2014-02-15 * **Author:** Todd Shore * **Website:** https://github.com/errantlinguist/jtextgrid * **Licensing:** Copyright © 2011–2014 Todd Shore. Licensed for distribution under the Apache License 2.0: See the files `NOTICE` and `LICENSE`. Requirements -------------------------------------------------------------------------------- - Java SE 7+ - [Guava 11+](http://code.google.com/p/guava-libraries/) Example code -------------------------------------------------------------------------------- For an example of how to use JTextGrid in your own project, see the main method of com.github.errantlinguist.textgrid.io.PrintingTextGridFileReader (under the soure folder "src/demo/java/com/github/errantlinguist/textgrid/io/"), which is used to run the demo.