Commit Graph

15 Commits

Author SHA1 Message Date
a3ca6665a9 Minor updates to overlap detection and segment coalescing logic 2026-04-28 14:11:38 -05:00
28c2eea340 Cleaned up documentation and development artifcats in advance of release 2026-04-27 21:48:04 -05:00
6cb739be55 Add output validation against a defined JSON schema 2026-04-27 21:27:19 -05:00
8a95dba276 Bugfix in the coalesce module 2026-04-27 20:29:55 -05:00
fb0519c561 Implemented a module to detect filler segments, and skip them for purposes of same-speaker segment coalescing 2026-04-27 19:58:55 -05:00
bbfb8aba44 Implemented a module to detect backchannel segments, and updated the coalesce module to ignore them when coalescing same-speaker turns 2026-04-27 19:49:25 -05:00
aab6d12730 Added a module to coalesce adjacent same-speaker segments 2026-04-27 19:30:00 -05:00
13d972cb24 Update the default postprocessing pipeline to run detect-overlaps twice 2026-04-27 18:17:40 -05:00
1b9f4bd922 Added initial segment overlap resolution logic 2026-04-27 15:52:53 -05:00
e42a2326e8 Implemented an overlap detection module in the postprocessing chain 2026-04-26 20:39:49 -05:00
f9ca80f2e8 Simplify the CLI interface and update documentation accordingly 2026-04-26 19:47:47 -05:00
3928e0c4a7 Implemented an autocorrect module at the postprocessing stage 2026-04-26 19:33:23 -05:00
99d0c425d6 Implemented substring matching for speakers.yml 2026-04-26 19:20:00 -05:00
fe00600762 Updated documentation to reflect the current CLI interface 2026-04-26 18:43:43 -05:00
0a2daa6b6e Initial commit 2026-04-26 12:41:15 +00:00