Generating hypermedia documents from transcriptions of television programs using parallel text alignment6473778Abstract An apparatus, method and computer program product for generating a hypermedia document from a transcript of a closed-captioned television program using parallel text alignment. The method includes the steps of receiving the closed-captioned text stream with its associated frame counts and the transcript, aligning the text of closed-captioned text stream and the transcript; transferring the frame counts from the closed-captioned text stream to the transcript; extracting video frames from the television program; and linking the frames to the frame-referenced transcript using the frame counts to produce the hypermedia document. The present invention produces other types of hypermedia products as well. Claims What is claimed is: Description FIELD OF THE INVENTION
TABLE 1
Results of Closed Caption Processing.
Start End Text
3308 3361 Guilty verdicts in the Whitewater trial of
Clinton's former business partners and the
current Arkansas governor.
3638 3770 New film from that fateful day in Dallas when
President Kennedy was killed.
3810 3892 Haunting memories of the end of innocence.
4030 4262 NBC News "in depth," the difficult issues men
are beginning to face with prostate cancer.
4482 4712 And after a long run of cutting jobs, good
news tonight -- corporate giants have help
wanted signs out again.
4940 5322 Good evening.
To create a pictorial transcript, the processed caption information is combined with information derived by sampling the video stream based on visual content. See Shahraray, B., "Scene Change Detection and Content Based Sampling of Video Sequences", Digital Video Compression: Algorithms and Technologies 1995, Proceedings of the SPIEE 2419, February 1995. This analysis produces a set of image descriptors that can be used to insert still images into the closed caption text at appropriate points. To render a pictorial transcript, the anchors to the other media streams are displayed between sentences in a preferred embodiment. Therefore, the time stamps in the image descriptors are justified with time stamps from the closed caption text stream so that images are inserted only at sentence boundaries. In alternative embodiments, anchors can be placed elsewhere in the text. Further processing modifies the list to improve page layout. For example, several images can map to the same sentence, and a single frame may be chosen from the resulting set. A pictorial transcript generated using the closed caption shown in the FIG. 1 is shown in FIG. 2. This news program was captioned in "real-time" (as it was being broadcast) and there is a lag of several seconds between the audio and the text. This gives rise to non-optimal image placement in some cases (e.g. the sentence "Brian, what's the latest?" should be associated with the preceding paragraph). Note that since the text matching process simply replaces the closed caption text with the transcription text, this type of synchronization error is not corrected. Several media monitoring organizations provide transcriptions of television news programs (e.g. Burrelle's Information Services, Livingston, N.J., www.burrelles.com and Lexis-Nexis, Dayton, Ohio, www.lexis-nexis.com). For example, Burrelle's Information Services generates transcripts as an offshoot of their main business which is electronic clipping--scanning media for clients interested in particular topics. The transcripts are typically available several hours after the program airs. FIG. 3 shows the transcript from Burrelles for the program we have been exemplifying. Comparing this with FIG. 2, we see the benefits of conventional transcription versus the closed caption (see Table 2). Also, note that the Burrelles transcript adds phrases that indicate the speaker. Speaker changes in the closed caption are often indicated by ">>", and sometimes by phrases as well. In cases in which text appears in the video image, the caption will omit the text, while the transcript will sometimes include the text. Both the caption and the transcript may include other departures from a strict transcription of the dialog such as [applause ] or [singing]. Transcripts sometimes include descriptions of the video such as "Begin video clip", or "voice over". Transcripts are also available in a format that includes tags (e.g. indicating the program title) to facilitate parsing.
TABLE 2
Comparison of Closed Caption with Transcript.
Closed Caption Transcript
NBC News "in depth," the NBC NEWS IN DEPTH tonight,
difficult issues men are the difficult issues men
beginning to face with face with prostate cancer,
prostate cancer. beginning to confront them.
Arkansas businesspeople jims Arkansas business people,
and Susan mick dugal, it was James and Susan McDougal.
about Jim It was about Arkansas'
governor, Jim
The present invention has been used to generate pictorial transcripts from the several sources of test data, including Burrelle's transcriptions of NBC news programs received daily via e-mail, and transcripts of CNN programs obtained from CNN's web site (see Table 3). The closed caption is extracted from Direct Satellite System video. The caption text is filtered to remove commercials by retaining only roll-up mode captions, and discarding pop-up mode captions. The caption modes are determined by analyzing the caption control codes, as described above. This method of commercial removal works only for programs that have been real-time closed captioned, since off-line captioning typically utilizes the pop-up mode. The clocks on the acquisition systems are not accurately synchronized with the broadcasters, and the acquisition systems "pre-roll" prior to acquisition. This sometimes results in blocks of text at the beginning or end of the closed caption that are extraneous--the effects of this will be removed as described below. In Table 3, the "Date Range" indicates the date of the first and last instances and does not imply that the data set includes all programs between the given dates (although we have collected almost all of the NBC programs: Nightly News, Sunrise, and Dateline). The figures indicating number of words and sentences are the mean values over all instances in the data set and the values in parentheses are normalized to indicate words or sentences per minute.
TABLE 3
Test Data.
Tran-
Tran-
# of Date Length Caption script Caption
script
Program Items Range (Minutes) Words Words Sents.
Sents.
Nightly 252 2/15/96 - 30 3271 3655 243
246
News 3/3/97 (109) (122) (8.10)
(8.20)
Sunrise 234 2/16/96 - 30 2882 3412 233
249
3/4/97 (96) (114) (7.76)
(8.30)
Dateline 108 2/16/96 - 60 6775 8747 570
624
3/2/97 (113) (146) (9.50)
(10.4)
Crossfire 2 5/6/97 - 30 3494 4325 229
327
5/14/97 (116) (144) (7.63)
(10.9)
Money- 7 2/12/97 - 30 3240 3689 222
241
line 5/14/97 (108) (123) (7.40)
(8.03)
Larry 5 11/27/96 - 60 7360 7966 491
577
King 5/7/97 (123) (133) (8.18)
(9.62)
Live
Given the processed closed caption as shown in Table 1, a text alignment process is used to create a similar data structure in which the closed caption text is replaced by the corresponding text from the transcription. In a preferred embodiment, the text alignment process described below is used. In alternative embodiments, other well-known text alignment processes are used. For transcript sentences for which no corresponding caption sentence is found, the time fields are undefined. The pictorial transcript rendering process handles sentences with undefined times by treating them as continuations of previous sentences. Although the required alignment resolution is at the sentence level, complications arising from many-to-one sentence mappings require a two phase approach. In the first phase, the word level alignment is generated. The second phase converts the word alignment into a sentence alignment. There are well known techniques for determining the minimum number of character edits (insertions, deletions, and substitutions) required to convert one string into another. For example, see Dowling, G. R. and Hall, P. A. V., "Approximate String Matching", ACM Computing Survey, Vol.12, No.4, 1980 and Wagner, R. A, and Fischer, M. J., "The string-to-string correction problem", Journal of the ACM, 21(1):168-173, January 1974. These methods can also be used to determine whether two strings approximately match (specifically, a k-approximate match of a string differs by at most k edits). Although there are several methods for k-approximate string matching, in a preferred embodiment, the present invention employs the dynamic programming method of Wagner in which a multi-stage decision process is used to minimize a cost function. At each stage, the cumulative cost over the three edit cases (all with incremental cost equal to one) and the case of match (zero cost) is computed and the case with the minimum cost (or distance) is chosen. Assuming that we are editing one string to make it match another, the three edit cases are: 1) insert a character from the other string, 2) delete a character from this string, and 3) replace a character with one from the other string. The minimum edit distance D(i,j) can be stated by the recursion relation: ##EQU1## with the initial condition D(i,0)=0, D(0,j)=0, where ##EQU2## and c.sub.i and t.sub.j are typically the string characters, but in our case they will represent the closed caption and transcript words respectively (see below). The string alignment which produces the minimum cost is obtained by recording the decision (i.e. the chosen case) at each point. Although not relevant to the present discussion, this method also determines the longest common subsequence between the two strings. See Hirschberg, D. S., "Algorithms for the longest common subsequence problem", Journal of the ACM, 24(4):664-675, October 1977. The complexity of computing the k-approximate match as described here is of order mn, where m and n are the string lengths. See Wagner, R. A, and Fischer, M. J., "The string-to-string correction problem", Journal of the ACM, 21(1):168-173, January 1974. (Note that typically n.apprxeq.m). During the computation, two arrays are stored with dimension m by n. The first holds the cost which can be encoded as an unsigned 16-bit integer, and the second records the decision at each point. The four possible cases (character missing from string 1, character missing from string 2, characters match, and characters mismatch) can be encoded in two bits, but in practice, an 8-bit byte is used. Therefore, the total storage required S is: S=3 mn bytes. While it is possible to treat the closed caption and the transcript as two large strings to be matched, the number of operations and storage required would be prohibitive. For example, the transcription of a typical half-hour news program contains about 22000 characters, yielding S=1.4 GB. Therefore, in a preferred embodiment, each text is broken into words, and the words are treated as atomic units. We can then minimize the number of word edits, as opposed to character edits, required to convert one text into the other. Our typical news program contains 3600 words so S is reduced to 38 MB. Once we define an equivalence operator for words, we can apply the above recursion relation directly. (The equivalence operator for characters is simply equality, perhaps ignoring case). Words must match exactly to be considered equivalent, excluding case differences, and excluding any prefix or suffix punctuation characters. We exclude case differences because the process of converting the closed caption from upper case to lower case is not reliable. We have also observed a number of cases of sentence splitting, in which a word followed by a comma in one text is followed by a period in the other. This indicates that punctuation should be ignored, and is further reason to ignore capitalization. While this relatively simple definition of word equivalence is efficient, it has the negative effect that words that differ by a single typing error are treated the same as words that have no characters in common. A two-stage method, in which words with one or two character errors are defined as matching, would correct this at the expense of some false positive matches. Frequently occurring words (the, to, a, of, etc.), will generate false correspondences when long segments of text differ between the caption and the transcription. This is a direct result of our definition of the optimum alignment. To avoid these false correspondences, noise words are eliminated from the optimization. In the implementation presented here, we classified the ten most frequent words in the entire data set as noise words. The improvements gained by using the most frequent words in a given document, or by inverse frequency weighting, would not significantly affect the sentence level alignment. In order for the sentence alignment to be affected, the number of matching noise words would have to be a significant percentage of the total words in the sentence (see below). Note that the memory requirements are large despite moving up from the character level to the word level. (For an hour program, S=150 MB). This can be compensated for by using banded matrices for the cost and decision arrays. For texts that are similar, the minimum cost path is near the diagonal of the cost matrix, and the rest of the matrix elements contain no useful information. To avoid calculating and storing these off-diagonal values, we treat the band edges as boundary values. The width of the band (W) determines the maximum allowable skew between the two texts, since the optimum path will never go outside the band. Determining the value for W involves a tradeoff between maximum skew and execution time (a function of memory and execution speed). For the experiment described here, we have chosen W=2000, which limits the maximum synchronization error between the caption and the transcription to 20 minutes, assuming an average of 100 words per minute. This reduces S to 43 MB for an hour program. S is now given by: S=3 W max(n,m). The word level alignment provides a fine degree of synchronization between the caption and the transcript that may be suitable for some applications. (Note that still finer level synchronization, down to the character level, is also possible.) However, as mentioned earlier, the pictorial transcript application requires sentence level alignment. While this seems like a simple transformation, cases of sentence split and merge add complexity. The second phase of the alignment processing converts the word level alignment into a sentence level alignment. This involves no optimization; it is basically a process of combining the set of word alignment pointers with a second set of pointers that is obtained by identifying words which correspond to the beginning of sentences. Sets of word correspondences that span sentence boundaries indicate a split or merge of sentences. In cases where large blocks of text differ, the word alignment can include some false correspondences in spite of the noise word removal. We add a threshold to avoid false positive sentence matches in these cases. We consider two sentences to match if more than 20% of the words match. The percentage is calculated relative to the shorter (in number of words) of the two sentences. The value of the threshold was determined empirically to reject nearly all false positives while not significantly reducing the number of valid matches. The precision of the threshold is not critical; changing the threshold from 15 to 25% has little effect.
TABLE 4
Text Alignment Results.
Cap- Tran-
Pro- tion script Adjusted Matched
gram Sents. Sents. Sentences Sents. 1:2 1:3 2:1 3:1
Nightly 243 246 243 92 6.6 0.4 5.3 0.0
News
Sunrise 233 249 229 77 6.1 0.4 4.4 0.0
Dateline 570 624 571 87 4.7 0.4 6.3 0.4
Cross- 229 327 321 79 3.4 0.6 10.6 2.8
fire
Money- 222 241 237 82 7.2 0.8 7.6 0.4
line
Larry 491 577 546 93 4.6 0.4 9.5 2.6
King
Live
Table 4 summarizes the results of running the text alignment process described above on the database. The "Adjusted Sentences" column is the mean of the number of transcript sentences for the program set adjusted to account for lost or extra caption text at the start or end of the acquisition due to synchronization errors. The intent is to prevent blocks of unmatched sentences at the beginning or end of the texts from effecting the reported match statistics. Specifically, the values indicate the mean number of transcript sentences between the first matching pair and the last (inclusive). This marginally inflates the percentage match scores, since legitimately unmatched sentences at the beginning or end of the transcript are not included in the statistics. Some columns from Table 3 are included for reference. "Matched Sentences" are listed as percentages of the "Adjusted Sentences" for which correspondences were found. The columns headed "1:2" and "1:3" indicate the percentage of matched transcript sentences that match two or three caption sentences respectively. Similarly, the "2:1" and "3:1" figures reflect two or three caption sentences mapping to a single transcript sentence. These statistics may be used to determine the probabilistic weights in sentence alignment algorithms such as in Gale, W. and Church, K., "A Program for Aligning Sentences in Bilingual Corpora", Computational Linguistics, 1993. Note that 11.7% of the matching sentences for the NBC programs are the result of splitting or merging. This justifies the word level approach over other approaches that align whole sentences only. FIG. 4 shows a more detailed view of the match results for the three NBC programs. Note that there is a significant difference in the performance depending upon the program set considered. This variation can be seen from differences in the shapes of the histograms. The few outliers in the 50% range (and even one at 40%) for Sunrise and Dateline appear to be due to problems with the corpus. It seems that the closed captions and the transcripts are referring to the similar subject matter, but there are large segments in which they differ. While the match results do have some relation to the "quality" or word error rate of the closed caption, the numbers are somewhat misleading. For example, the poor performance for the "Sunrise" program is mainly due to two program segments: sports and weather. In the sports segments, the sportscaster rapidly reads a list of game results, and it appears that the caption operator cannot keep up. A more significant effect is due to the two weather segments in the "Sunrise" program. The local weather is captioned, but entirely omitted from the transcription (replaced by the sentence: "Weather follows"). This is shown graphically in FIG. 5. Rapid dialog and general rudeness (multiple simultaneous speakers) also appear to cause problems in the "Crossfire" caption, however it should be noted that the data set is very small for the CNN programs. The mean percentage of matched sentences for the entire data set is 85. This is high enough to enable the application we have been describing, as well as other applications. Although we believe that the data set reflects the typical level of correlation between closed captions and conventional transcriptions, there are exceptional cases. For example, the NewsHour with Jim Lehrer broadcast by PBS in time zones other than Eastern Standard Time has captions that contain very few typing errors or omissions. This is because the caption stream is edited between the live Eastern broadcast and subsequent repeat broadcasts. FIG. 6 is a flowchart depicting the operation of an embodiment of the present invention in generating hypermedia documents using a closed-captioned television program and a transcript associated with that program. In other embodiments, the present invention receives and processes other sorts of multimedia streams that include time-referenced text streams, such as an audio stream and an associated real-time transcription. Referring to FIG. 6, the present invention receives a television (TV) program including closed-captioned text, as shown in step 602. Next, the closed-captioned text and associated frame counts are extracted from the TV program, as shown in step 604. This can be accomplished by a standard commercially-available closed-caption decoder box. In an alternative embodiment, a frame-referenced text stream is provided by an automatic speech recognizer to support programs that are not closed-captioned. Such devices are well-known in the relevant arts. In alternative embodiments, the text stream may be accompanied by other sorts of references to facilitate correspondence with its associated media streams. Therefore, in this document, the term "time references" is used to include video frame counts, time stamps, and the like. In an alternative embodiment, the present invention receives a starting frame count and generates successive frame counts based on the number of characters received and the number of characters per frame. The present invention also receives a transcript for the TV program, as shown in step 606. The present invention in other embodiments can receive other sorts of enriched text streams. In this document, the term "enriched" is used to describe a text stream that contains information additional to that included in the time-referenced text stream. This additional information can include text corrections, more accurate text, speaker identifications, missing text, and the like. Text alignment is then performed, as shown in step 608 and described above. This process justifies the text in the closed-captioned text and the transcript. After text alignment, the frame counts associated with the closed captioned text are transferred to the transcript to produce a frame-referenced transcript, as shown in step 610. The frame-referenced transcript can be used to generate a multitude of valuable hypermedia products; some examples are listed below. The process of FIG. 6 describes the generation of a hypermedia document using the frame-referenced transcript. To accomplish this, individual video frames are extracted from the video portion of the television program, as shown in step 612. In a preferred embodiment, the video frames are extracted as digital images using devices such as analog-to-digital converters and the like, as would be apparent to one skilled in the relevant arts. In other embodiments, portions of other media streams within the multimedia streams can be extracted, such as portions of soundtrack of a TV program. Next, the video frames are linked to the frame-referenced transcript based on the frame counts to produce a hypermedia document, as shown in step 614. As mentioned above, in one embodiment, the soundtrack is extracted from the television program. The frame-referenced transcript is linked to the soundtrack based on the frame counts to produce a hypermedia document such as that shown in FIG. 7. Using a hypermedia document produced according to this embodiment, a user could listen to a portion of television program's soundtrack by selecting a "speaker" icon next to the corresponding portion of the transcript. In one embodiment, each video frame is linked to a portion of the video media stream of the television program. Using a hypermedia document produced to according to this embodiment, a user can view a portion of the video stream by selecting the corresponding video frame in the hypermedia document. In another embodiment, each video frame in the hypermedia document is linked to both the audio and the video media streams of the television program. A user can view a portion of the television program, including the soundtrack, by selecting a video frame in a hypermedia document generated according to this embodiment. In another embodiment, the video frames are linked to each other sequentially, and each video frame is linked to a portion of the audio stream of the television program. When a user selects a slide show icon in the hypermedia document, the user is treated to a narrated slide show comprising the video frames, displayed sequentially, accompanied by the soundtrack of the television program. The present invention may be implemented using hardware, software or a combination thereof and may be implemented in a computer system or other processing system. In fact, in one embodiment, the invention is directed toward one or more computer systems capable of carrying out the functionality described herein. An example computer system 800 is shown in FIG. 8. The computer system 800 includes one or more processors, such as processor 804. The processor 804 is connected to a communication bus 806. Various software embodiments are described in terms of this example computer system. After reading this description, it will become apparent to a person skilled in the relevant art how to implement the invention using other computer systems and/or computer architectures. Computer system 800 also includes a main memory 808, preferably random access memory (RAM), and can also include a secondary memory 810. The secondary memory 810 can include, for example, a hard disk drive 812 and/or a removable storage drive 814, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc. The removable storage drive 814 reads from and/or writes to a removable storage unit 818 in a well known manner. Removable storage unit 818, represents a floppy disk, magnetic tape, optical disk, etc. which is read by and written to by removable storage drive 814. As will be appreciated, the removable storage unit 818 includes a computer usable storage medium having stored therein computer software and/or data. In alternative embodiments, secondary memory 810 may include other similar means for allowing computer programs or other instructions to be loaded into computer system 800. Such means can include, for example, a removable storage unit 822 and an interface 820. Examples of such include a program cartridge and cartridge interface (such as that found in video game devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units 822 and interfaces 820 which allow software and data to be transferred from the removable storage unit 818 to computer system 800. Computer system 800 can also include a communications interface 824. Communications interface 824 allows software and data to be transferred between computer system 800 and external devices. Examples of communications interface 824 can include a modem, a network interface (such as an Ethereal card), a communications port, a PCMCIA slot and card, etc. Software and data transferred via communications interface 824 are in the form of signals which can be electronic, electromagnetic, optical or other signals capable of being received by communications interface 824. These signals 826 are provided to communications interface 824 via a channel 828. This channel 828 carries signals 826 and can be implemented using wire or cable, fiber optics, a phone line, a cellular phone link, an RF link and other communications channels. In this document, the terms "computer program medium" and "computer usable medium" are used to generally refer to media such as removable storage device 818, a hard disk installed in hard disk drive 812, and signals 826. These computer program products are means for providing software to computer system 800. Computer programs (also called computer control logic) are stored in main memory 808 and/or secondary memory 810. Computer programs can also be received via communications interface 824. Such computer programs, when executed, enable the computer system 800 to perform the features of the present invention as discussed herein. In particular, the computer programs, when executed, enable the processor 804 to perform the features of the present invention. Accordingly, such computer programs represent controllers of the computer system 800. In an embodiment where the invention is implemented using software, the software may be stored in a computer program product and loaded into computer system 800 using removable storage drive 814, hard drive 812 or communications interface 824. The control logic (software), when executed by the processor 804, causes the processor 804 to perform the functions of the invention as described herein. In another embodiment, the invention is implemented primarily in hardware using, for example, hardware components such as application specific integrated circuits (ASICs). Implementation of the hardware state machine so as to perform the functions described herein will be apparent to persons skilled in the relevant art(s). In yet another embodiment, the invention is implemented using a combination of both hardware and software. FIG. 9 depicts an embodiment of the present invention. Complete HTML pictorial transcripts for each program in the data can be maintained on a web server. Both the closed caption versions, as well as transcript versions, are available. Multiple views of each program are available, each generated using a selected template. Each template specifies appearance attributes of the hypermedia document to be generated. These attributes includes such parameters as font, background color, date, headers and footers, links, and the like. FIG. 9 shows how the views are rendered. Rendering engine 902 processes the multimedia descriptors 904 and applies a template set 906 to create an HTML representation. A controlling element 908 selects the text (either closed caption or transcription), and the template set. In addition to controlling the style of the HTML pages, the template sets determine which links to other media will be included. There is no need to store multiple views as files on a web server, since the rendering engine can be run via a Common Gateway Interface (CGI) and the views can be generated as needed, or on demand in response to a user request. The user can also specify the template to be used. A web site designer can choose a particular control configuration, or the control can be an HTML form. Not all media types are available for every program. The present invention therefore generates control forms dynamically, after first verifying that the media types are present for a given program (e.g. the form will not allow the user to select a rendering which includes links to the video stream if the video stream is absent). One rendered view, which includes the transcription text, images, links to the audio stream, and time stamps is shown in FIG. 7. Further, a side-by-side presentation of the sentence alignment for each of the programs is available on demand using a CGI routine. Table 5 shows an excerpt of the output of the CGI routine).
TABLE 5
Sentence Alignment (rendered by a CGI program).
Closed Caption Transcript
NBC's Brian Williams at the NBC's Brian Williams is at the
White House tonight. White House tonight.
Brian, what's the latest? Brian, what's the latest there?
Well, Tom, eight minutes ago the BRIAN WILLIAMS reporting:
president decided he wants to Well, Tom, eight minutes ago the
be on the news. president decided he wanted to be
on the news talking about
the verdicts in this case.
Eight minutes before the network So, eight minutes before the network
evening news broadcast went evening news broadcast went on the
object the air, the president air, the president walked up to the
walked up to the microphones, microphones at the White House
here is some of what he had to say. usually reserved for people coming
to see him.
(split) Here is some of what he had to say.
For me it's more of a personal President BILL CLINTON: As I said,
thing. for me it's a more of a personal
thing today.
I'm very sorry for them personally. I'm very sorry for them personally.
I did what I was asked to do, and But I -- I did what I was asked to do,
now I've got to go back to work. and now I've got to go back to work.
And that's what I intend to do.
Unidentified Reporter: Did the jurors
not believe you?
Reporter: this case was about WILLIAMS: This case was about
Arkansas businesspeople jims and Arkansas business people, James and
Susan mick dugal, it was about Susan McDougal.
Jim GUY Tucker and bad bank
loans and fraud.
(split) It was about Arkansas' governor,
Jim Guy Tucker.
(split) And it was about bad bank loans
and fraud.
The White House from the The White House, from the begin-
beginning made sure we all knew ning, made sure we all knew this
that this was not about the was not about the president.
president.
While not guilty on all counts, While not guilty on all counts, the
the jury found plenty of wrong- jury found plenty of wrongdoing,
doing, and in the process and in the process handed a big
handed a big victory to victory to the government.
the government.
Well, obviously, this didn't turn Mr. JAMES McDOUGAL (Former
out the way Sam and I Whitewater Partner): This didn't
wanted it to. exactly turn out the way
Sam and I wanted it to, but I
said from the start, what
this jury and this judge did
I would consider fair and I accept
that.
This jury, this judge -- I'll accept And I assume we will simply take
what they say, and I assume up the next stage of the fight.
we'll simply move on to the next
stage of the fight.
Conclusion The present invention is a method for improving the quality of automatically generated hypermedia documents of video programs. A procedure for aligning the text from transcriptions with closed captions that is sufficient for this application was disclosed. It has been found that approximately 85% of the transcription sentences have correspondences and therefore can be assigned timestamps. The techniques presented here enable several applications, and an example of creating on-line content in the form of pictorial transcripts has been presented.
|
Same subclass Same class Consider this |
||||||||||
