Is it possible to split an audio record with voice into a collection of sentences automatically?
Name:
Anonymous2013-04-08 19:00
Just submit it to mturk and pay someone 2 cents to do it.
Name:
Anonymous2013-08-31 19:38
Much like cute flowers, anime girls bloom during spring. That's a goddamn ton of cartoons we're getting.
Name:
Anonymous2013-08-31 21:08
In general: decompose the logical units of your system into the smallest referentially transparent components possible, them implement them in modules. Global or local environments for sets of components (or inside components) might be mapped to monads. Use algebraic data types to describe core data structures. Share those definitions widely.