fghibellini / hs-srt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hs-srt

  • WIP
  • no utf8 support

The example application just extracts all the words from the subtitles.

$ stack run -- ./data/s01e01-simple.srt
my
mother
died
today
or
maybe
yesterday

Speed

It takes about 5ms to parse 56KiB (1k short subtitle lines).

criterion results

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%