examples.sync.sync() ensures that transcripts exist for each file in a given directory. The results are stored in an SQLite DB with a full-text-search table available, allowing MATCH queries, or searching via examples.sync.seach().
An example command line interface using both of these functions is provided in examples.kitchen.
examples.sync.sync()
ensures that transcripts exist for each file in a given directory. The results are stored in an SQLite DB with a full-text-search table available, allowingMATCH
queries, or searching viaexamples.sync.seach()
.An example command line interface using both of these functions is provided in
examples.kitchen
.