Skip to content

Tags: shahruk10/go-sctk

Tags

v0.3.0

Toggle v0.3.0's commit message
fix: sgml parsing edge case when word list delimiter in transcript

  - SCTK unfortunately doesn't escape the quote the entire field in the
    sgml file, and causes encoding/csv to split at the wrong place for
    a string like `S,"hello:","hello":C,"how","how"` with delimiter = `:`.

  - This commit applies a fix where we change the delimiter to an unlikely
    string using a carefully constructed regex, and them split on the new
    unlikely string.

v0.2.0

Toggle v0.2.0's commit message
doc: update README example

v0.1.0

Toggle v0.1.0's commit message
doc: add README with simple usage example