This application claims the benefit of United Kingdom Application number 0215123.1, filed Jun. 28, 2002.
1. Field of the Invention
This invention relates to a method and apparatus for preparing a document to be read by a text-to-speech reader. In particular the invention relates to classifying the text elements in a document according to voice types of a text-to-speech reader.
2. Description of the Related Art
In a number of different areas, such as voice access to the Internet, ‘reading’ textual information for the blind, and creating audio versions of newspapers, there is a significant problem in ensuring that appropriate attention can be drawn to the sections in a given document and the information they contain. One important attentional cue under such circumstances is a change of voice, for instance from male to female voice. In auditory terms, this has the effect of highlighting that something has changed in the informational content.
Machine-readable documents are a mixture of both mark-up tags, paragraph markers, page breakers, lists and the text itself. The text may further use tags or punctuation marks to provide fine detailed structure of emphasis, for instance, quotation marks and brackets or changing character weight to bold or italic. Furthermore, VoiceXML tags in a document describe how a spoken version should render the structural and informational content.
One example of such voice-type switching would be a VoiceXML home page with multiple windows and sections. Each window or section line or section of a dialogue may be explicitly identified as belonging to a specific voice.
A problem with VoiceXML pages is that the VoiceXML tags need to be inserted into a document by the document designer.
Previously, methods have highlighted grouping content together to drive voice-type selection on the basis of document structure alone. In this way, tables for example can be read out intelligently. However, such systems do not supplement this structuring with thematic information to complete the groupings or the better to select appropriate voice characteristics for output.
According to a first aspect of the present invention there is provided a method for preparing a document to be read by a text-to-speech reader. The method can include: identifying two or more voice types available to the text-to-speech reader; identifying the text elements within the document; grouping similar text elements together; and classifying the text elements according to voice types available to the text-to-speech reader.
Such a solution allows for the automatic population of a document with voice tags thereby voice enabling the document.
Embodiments of the invention will now be described, by means of example only, with reference to the accompanying drawings in which:
Referring to
Referring to
Referring to
Referring to
Referring to step 402, the identification of all the text elements is performed by a structural parser (not shown). The structural parser is responsible for establishing which sections of the text belong in separate gross sections. It subdivides the complete text into generic sections: this would be analogous to chapters or sections in a book or in this case the separate windows or frames in the document. Gross structural subdivisions such as the frames are marked with sequenced tags <s1> . . . <sN>. Next, individual paragraphs are marked with sequenced tags <p1> . . . <pN>. Next, individual text elements within the paragraph are marked with sequential tags <t1> . . . <tN>. Individual elements include explicit quotations keyed of the orthographic convention of using quotation marks. Also included is a definition keyed off the typographical convention of italicizing or otherwise changing character properties for a run of more than a single word. Further included may be a list keyed by the appropriate mark-up convention, for instance, <o1> . . . </o1> in HTML with each list item marked with <li>.
The structural parser creates a hierarchical tree showing the text elements and gross sections. In essence, the structural parser simply collates all of the information available from the existing mark-up tags, document structure and document orthography.
Referring to step 404, the grouping of similar text items together is performed by a thematic parser (not shown) that identifies which of these sections actually belongs together. In the preferred embodiment the thematic parser initially performs a syntactic parse and secondly uses text-mining techniques to group the text elements. In other embodiments step 404 may be performed by either of syntactic parse or text mining. Based on the results of the text mining and syntactic parses, thematic groupings can be made to show which text elements belong to the same topic. In the example given, the two advert frames 26A and 26B need to be linked as they are for the same product or service. If they were for different products or services the same voice type may be used but could be altered to distinguish the two adverts. Alternatively a different voice could be used.
The inclusion of some degree of syntactic parsing at least for grouping of themes works less efficiently across broader text ranges such as non-sequential paragraphs than it does in the same paragraph. However, it would provide a useful indication of where two non-sequential text elements are related. Take a possible quotation reported in a news broadcast:
“Our commitment to the people of this area,” the politician announced, “has increased in real terms over the last year”.
The structural parser would have identified (based on the opening and closing quotation marks) two text elements: “Our commitment to the people of this area,” and “has increased in real terms over the last year”. Clearly, however, the latter is simply a continuation of the former, and the two text elements should be treated as dependent. A syntactic parse links these two text elements to be treated as single text element in the remainder of the embodiment. Similarly text elements within sentences without embedded quotations are linked and treated as one. Sentences within a paragraph are similarly linked and treated as one unit.
The text mining grouping works more efficiently across broader text ranges and, in this embodiment, groups the text elements according to themes found within the text elements. In another embodiment the themes could be a predefined group list such as: adverts, emails, news, and personal. Clearly the pre-defined group list is unlimited. Furthermore, text mining grouping works best with larger sets of words so is best performed after the structural parse.
The result of the thematic parse is to identify sections of text that belong together, whether they are adjacent or distributed across a document. Each text element from the hierarchical tree is now in a group of similar text elements as shown in
The set of text elements is input into a clustering program. Altering the composition of the input set of text elements will almost certainly alter the nature and content of the clusters. The clustering program groups the documents in clusters according to the topics that the document covers. The clusters are characterised by a set of words, which can be in the form of several word-pairs. In general, at least one of the word-pairs is present in each document comprising the cluster. These sets of words constitute a primary level of grouping.
In the described embodiment, the clustering program used is IBM Intelligent Miner for Text provided by International Business Machines Corporation. This is a text-mining tool that takes a collection of text elements in a document and organizes them into a tree-based structure, or taxonomy, based on a similarity between meanings of text elements.
The starting point for the IBM Intelligent Miner for Text program are clusters which include only one text element and these are referred to as “singletons”. The program then tries to merge singletons into larger clusters, then to merge those clusters into even larger clusters, and so on. The ideal outcome when clustering is complete is to have as few remaining singletons as possible.
If a tree-based structure is considered, each branch of the tree can be thought of as a cluster. At the top of the tree is the biggest cluster, containing all the text-elements. This is subdivided into smaller clusters, and these into still smaller clusters, until the smallest branches that contain only one text element (or effective text element). Typically, the clusters at a given level do not overlap, so that each text element appears only once, under only one branch.
The concept of similarity of text elements requires a similarity measure. A simple method would be to consider the frequency of single words, and to base similarity on the closeness of this profile between documents. However, this would be noisy and imprecise due to lexical ambiguity and synonyms. The method used in IBM's Intelligent Miner for Text program is to find lexical affinities within the text element. In other words, correlations of pairs of words appearing frequently within short distances throughout the document.
A similarity measure is then based on these lexical affinities. Identified pairs of terms for a text element are collected in term sets, these sets are compared to each other and the term set of a cluster is a merge of the term sets of its sub-clusters.
Other forms of extraction of keywords can be used in place of IBM's Intelligent Miner for Text program. The aim is to obtain a plurality of sets of words that characterise the concepts represented by the text elements.
Referring to step 406, the classifying of the grouped text elements against voice types is performed by a pragmatic parser (not shown). The pragmatic parser matches each group of text elements to a voice type characterisation using a text comparison method. In the preferred embodiment this method is Latent Semantic Analysis (LSA) again performed by IBM Intelligent Miner for Text. With LSA each existing group of text elements is classified using the voice types as categories. Having keywords in the voice type characterisation 34 helps this process.
In the preferred embodiment keywords for the type of text element grouping are used. For instance, putting the words “news reader, news item, news article” in the voice type classification 34 for voice type 1 helps the classifying process match news articles against voice type 1 which is suitable for reading news articles. Other types would include adverts, email, personal column, reviews, and schedules. These keywords are placed in the voice type characterisation 34 for the particular voice that the words refer to.
In another embodiment the pragmatic parser will look for intention in the text element groups and intentional words are placed in the voice type characterisation 34. For instance, voice one is characterised as neutral, authoritative and formal, the LSA will match the text element grouping that best fits this characterisation.
Voice type 5 is a special case of the type of text element grouping. Voice type 5 impersonates a particular politician and the politician's name is in the voice type characterisation 34. The thematic parser will pick up if a particular person says the quotations and the pragmatic parser will match the voice to the quotation.
Latent Semantic Analysis (LSA) is a fully automatic mathematical/statistical technique for extracting relations of expected contextual usage of words in passages of text. This process is used in the preferred embodiment. Other forms of Latent Semantic Indexing or automatic word meaning comparisons could be used.
LSA used in the pragmatic parser has two inputs. The first input is a group of text elements. The second input is the voice type characterisations. The pragmatic parser has an output that provides an indication of the correlation between the groups of text elements and the voice type characterisations.
Although a reader does not need to understand the internal process of LSA in order to put the invention into practice, for the sake of completeness a brief overview of the LSA process within the automated system is given.
The text elements of the document form the columns of a matrix. Each cell in the matrix contains the frequency with which a word of its row appears in the text element. The cell entries are subjected to a preliminary transformation in which each cell frequency is weighted by a function that expresses both the word's importance in the particular passage and the degree to which the word type carries information in the domain of discourse in general.
The LSA applies singular value decomposition (SVD) to the matrix. This is a general form of factor analysis that condenses the very large matrix of word-by-context data into a much smaller (but still typically 100-500) dimensional representation. In SVD, a rectangular matrix is decomposed into the product of three other matrices. One component matrix describes the original row entities as vectors of derived orthogonal factor values, another describes the original column entities in the same way, and the third is a diagonal matrix containing scaling values such that when the three components are matrix-multiplied, the original matrix is reconstructed. Any matrix can be so decomposed perfectly, using no more factors than the smallest dimension of the original matrix.
Each word has a vector based on the values of the row in the matrix reduced by SVD for that word. Two words can be compared by measuring the cosine of the angle between the vectors of the two words in a pre-constructed multidimensional semantic space. Similarly, two text elements each containing a plurality of words can be compared. Each text element has a vector produced by summing the vectors of the individual words in the passage.
In this case the text elements are a set of words from the source document. The similarity between resulting vectors for text elements, as measured by the cosine of their contained angle, has been shown to closely mimic human judgments of meaning similarity. The measurement of the cosine of the contained angle provides a value for each comparison of a text element with a source text.
In the pragmatic parser a set of voice type characterisation words and a group of text elements are input into an LSA program. For example, the set of words “neutral, authoritative, formal” and the words of a particular text element group are input. The program outputs a value of correlation between the set of words and the text element group. This is repeated for each set of voice characterisations and for each text element group text in a one to one mapping until a set of values is obtained.
Referring to
Modification would be effected as follows. For a full TTS system for speech output, the prosodic parameters relating to segmental and supra-segmental duration, pitch and intensity would be varied. If the mean pitch is varied beyond half an octave then distortion may occur so normalization of the voice signal would be effected. For pre-recorded audio output, the source characteristics of, for instance, Linear Predictive Coding (LPC) analysis would be modified in respect of pitch only, limited to mean pitch value differences of a third an octave.
The next grouping is the text in the Email Inbox Window 30 and voice type 2 is assigned. The last grouping is the adverts 26A, 26B and voice type 3 is assigned to both adverts which are treated as one text element.
Referring to
Number | Date | Country | Kind |
---|---|---|---|
0215123.1 | Jun 2002 | GB | national |
Number | Name | Date | Kind |
---|---|---|---|
5860064 | Henton | Jan 1999 | A |
6081774 | de Hita et al. | Jun 2000 | A |
6122647 | Horowitz et al. | Sep 2000 | A |
6549883 | Fabiani et al. | Apr 2003 | B2 |
6622140 | Kantrowitz | Sep 2003 | B1 |
6865572 | Boguraev et al. | Mar 2005 | B2 |
6947893 | Iwaki et al. | Sep 2005 | B1 |
7103548 | Squibbs et al. | Sep 2006 | B2 |
7191131 | Nagao | Mar 2007 | B1 |
20040111271 | Tischer | Jun 2004 | A1 |
Number | Date | Country | |
---|---|---|---|
20040059577 A1 | Mar 2004 | US |