by Peter Wilkins on August 24, 2010
MIT’s OpenCourseWare uses MIT’s Google Search Appliance (GSA) to search its content. MIT supports customization of GSA results through XSL transformation. This post describes how we plan to use GSA to search lecture transcripts and return results containing the lecture videos that the search terms appear in. Since OCW publishes static content, it doesn’t incorporate an integral search engine. Search is provided through [click to continue…]
Tagged as:
Developer,
GoogleSearchAppliance,
Greenfield,
MIT,
Search
by Brandon Muramatsu on August 12, 2010
by Peter Wilkins on August 6, 2010
The software that processes lecture audio into a textual transcript is comprised of a series of scripts that marshall input files and parameters to a speech recognition engine. Interestingly, since the engine is data driven, its code seldom changes; improvements in performance and accuracy are achieved by refining the data it uses to perform its tasks.
There are two steps to produce the transcript. The first creates an audio file in the correct format for speech recognition. The second processes that audio file into the transcript.
[click to continue…]
Tagged as:
Baseline,
Developer,
Recognizer