{"id":19768608,"url":"https://github.com/m2ci-msp/jtgt","last_synced_at":"2025-05-12T22:54:13.344Z","repository":{"id":61154002,"uuid":"94217533","full_name":"m2ci-msp/jtgt","owner":"m2ci-msp","description":"Java TextGridTools","archived":false,"fork":false,"pushed_at":"2022-10-15T07:40:10.000Z","size":395,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-12T22:54:08.168Z","etag":null,"topics":["annotation","java","praat","textgrid","textgridtools"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m2ci-msp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-13T13:44:45.000Z","updated_at":"2024-09-21T18:02:56.000Z","dependencies_parsed_at":"2023-01-20T00:47:33.172Z","dependency_job_id":null,"html_url":"https://github.com/m2ci-msp/jtgt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2ci-msp%2Fjtgt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2ci-msp%2Fjtgt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2ci-msp%2Fjtgt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m2ci-msp%2Fjtgt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m2ci-msp","download_url":"https://codeload.github.com/m2ci-msp/jtgt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837389,"owners_count":21971981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["annotation","java","praat","textgrid","textgridtools"],"created_at":"2024-11-12T04:39:25.084Z","updated_at":"2025-05-12T22:54:13.320Z","avatar_url":"https://github.com/m2ci-msp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/m2ci-msp/jtgt/actions/workflows/main.yml/badge.svg)](https://github.com/m2ci-msp/jtgt/actions/workflows/main.yml)\n[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)\n\n# JTGT\n\nJTGT is a Java library for loading, manipulating, and writing [Praat] TextGrid files, and similar annotation files, such as XWaves lab.\nIt's inspired by the [TextGridTools] module for Python.\n\n## Dependency Information\n\nSnapshot builds are [OSSRH].\nRelease versions are hosted on [OSSRH] and indexed in [Maven Central].\n\n## Examples\n\n### Loading a TextGrid file\n\n```java\nString tgStr = new File(\"path/to/my.TextGrid\").getText();\nTextGrid tg = new TextGridSerializer().fromString(tgStr);\n```\n\n### Iterating over intervals\n\n```java\nfor (Annotation annot : tg.getTiers().get(0).getAnnotations()) {\n    System.out.println(annot.getText());\n}\n```\n\n## [Javadoc]\n\n[Praat]: https://praat.org/\n[TextGridTools]: https://github.com/hbuschme/TextGridTools\n[OSSRH]: https://s01.oss.sonatype.org/\n[Maven Central]: https://search.maven.org/\n[Javadoc]: https://m2ci-msp.github.io/jtgt/docs/javadoc/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm2ci-msp%2Fjtgt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm2ci-msp%2Fjtgt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm2ci-msp%2Fjtgt/lists"}