Commit Graph

23 Commits

Author SHA1 Message Date
80ac7e97dd Updated the documentation to reflect recent updates 2026-04-28 15:47:09 -05:00
f1ce35dfc3 Implemented a new internal/danglers package with deterministic two-pass dangling-end then dangling-start resolution 2026-04-28 15:38:16 -05:00
47b6727973 Updated DefaultWordRunReorderWindow to 1.0 2026-04-28 15:09:43 -05:00
9cca88280f Added support for a minimal JSON output schema 2026-04-28 14:39:00 -05:00
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
18f1873776 Implemented an initial transcript merge stage 2026-04-26 13:57:13 -05:00
c32349a017 Update .gitignore 2026-04-26 13:04:59 -05:00
4e027263a4 Implemented the initial Go framework 2026-04-26 13:03:07 -05:00
f8a40ea47c Added an architecture.md document that defines the initial project roadmap 2026-04-26 12:41:39 -05:00
0a2daa6b6e Initial commit 2026-04-26 12:41:15 +00:00