US20040260533A1 - Method and apparatus for converting an expression using key words - Google Patents

Method and apparatus for converting an expression using key words Download PDF

Info

Publication number
US20040260533A1
US20040260533A1 US10/889,345 US88934504A US2004260533A1 US 20040260533 A1 US20040260533 A1 US 20040260533A1 US 88934504 A US88934504 A US 88934504A US 2004260533 A1 US2004260533 A1 US 2004260533A1
Authority
US
United States
Prior art keywords
sentence
key words
key
expression
key word
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/889,345
Inventor
Yumi Wakita
Kenji Matsui
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US10/889,345 priority Critical patent/US20040260533A1/en
Publication of US20040260533A1 publication Critical patent/US20040260533A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • G06F40/247Thesauruses; Synonyms

Definitions

  • the present invention relates to an expression converting method, an expression converting apparatus and a program that convert the expression of an input sentence and output an expression into which the expression of the input sentence is converted, for example, to an expression converting method, an expression converting apparatus and a program that perform language conversion such as translation or interpretation, sentence pattern conversion to convert written language into spoken language, or summary creation to summarize a complicated or redundant sentence and output a summary.
  • language conversion such as translation or interpretation, sentence pattern conversion to convert written language into spoken language, or summary creation to summarize a complicated or redundant sentence and output a summary.
  • An interpretation software program comprises voice recognizing means and language translating means, and realizes interpretation by successively executing voice recognition for converting a voiced sentence input as an acoustic signal into an output sentence represented as a word text string, and language translation as expression conversion to translate an input sentence represented as a word text string into a sentence in another language.
  • the language translating means executing language translation in a manner as described above comprises: language analyzing means of analyzing the syntactic or semantic construction of the input sentence; language converting means of converting the input sentence into another language based on the result of the analysis; and output sentence generating means of generating a natural output sentence from the result of the translation.
  • a voiced sentence rule is extracted from the bilingual corpus 1 of FIG. 8.
  • the bilingual corpus 1 a plurality of bilingual voiced sentence examples each comprising a pair of a Japanese voiced sentence example and an English voiced sentence example equivalent to each other are written.
  • FIG. 9 (a) an example of the bilingual voiced sentence examples written in the bilingual corpus 1 is shown as a bilingual voiced sentence example 70 .
  • voiced sentence examples are each divided into the smallest units as semantic units (hereinafter, referred to as phrases), and in-phrase rules and inter-phrase dependency relation rules are created.
  • phrase deciding means 61 divides the bilingual voiced sentence example into phrases.
  • FIG. 9 (b) bilingual phrases thus obtained are shown as a bilingual phrase (A) 71 and a bilingual phrase (B) 72 .
  • a bilingual phrase dictionary creating portion 62 creates a corresponding phrase dictionary 62 in a format where the content words in the phrases are converted into variables.
  • the bilingual voiced sentence example 70 shown in FIG. 9 (a) comprises voiced sentence examples “Heya no yoyaku o onegai shitain desuga ( )” and “I'd like to reserve a room,” and these are divided into the following two bilingual phrases: (A) “heya no yoyaku ( )” and “reserve a room” as the bilingual phrase (A) 71 ; and (B) “onegai shitain desuga ( )” and “I'd like to” as the bilingual phrase (B) 72 .
  • the content words such as “heya ( ),” “yoyaku (z, 10 )” and “onegai ( )” are represented as variables X, Y and Z, respectively, by use of a classified vocabulary table 64 previouslycreatedasshowninFIG. 9 (e).
  • the classified vocabulary table 64 is a table listing the content words which the variables can take as their values.
  • the variable X takes a value such as “heya ( ),” “kaigishitsu ( )” or “kuruma ( ),” and the content word “heya ( )” is a value which the variable X can take. Therefore, the content word “heya ( )” of the bilingual phrase (A) 71 is replaced with the variable X.
  • inter-phrase relations such as “(A) o (B) ((A) (B))” “(B) (A)” are stored in the inter-phrase rule table 63 . This processing is performed on all the voiced sentences in the bilingual corpus 1 .
  • an original language voice is input to voice recognizing means 64 .
  • the voice recognizing means 64 outputs as a voice recognition candidate the acoustically most similar word string, for example, from among the word strings written in the bilingual phrase dictionary 62 as phrases and the word strings that can be presumed from the phrase strings written in the inter-phrase rule 63 .
  • Language translating means 65 receives consecutive word strings recognized in this manner, converts the input consecutive word strings into phrase strings written in the bilingual phrase dictionary 62 , and searches for the inter- phrase rule 63 corresponding to each phrase string. Then, the language translating means 65 converts the input original language recognition result sentence into a target language sentence based on the target language phrase equivalent to each phrase and the inter-phrase rule of the target language.
  • the obtained target language sentence is input to output sentence generating means 66 which corrects grammatical unnaturalness of the target language sentence.
  • the output sentence generating means 66 performs processing such as optimization of a pronoun, a verb and an auxiliary verb, for example, conversion into the third person form, the plural form or the past form, and optimization of the overall structure of the sentence.
  • the target language translation result sentence having undergone the correction is output, for example, as a text.
  • the conventional interpretation software program has, although having an advantage that ungrammatical input sentences can be handled, a problem that since a multiplicity of different bilingual phrases and combinations thereof are written as rules as they are, the conversion rules are complicated and enormous in volume and consequently, it takes much time for the program to perform processing.
  • An object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program being compact in structure and capable of high- speed processing.
  • Another object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program capable of, even when a part other than the key words of the input sentence is erroneously recognized because of a voice recognition error or the like, outputting a result correctly conveying the intention without the quality of the output sentence adversely affected.
  • Still another object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program capable of, even when a part of the input sentence is erroneously recognized because of a voice recognition error or the like, avoiding the conventional problem that a result not conveying the sentence meaning at all is output.
  • One aspect of the present invention is an expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and
  • predetermined key words are selected from an input sentence, the selected key words are combined, the key word combinations and the previously identified key word combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output.
  • Another aspect of the present invention is an expression converting method wherein by use of classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, for each sentence in a corpus, key words are selected from the sentence, a combination of classes that are in a co-occurrence relation are identified from among a predetermined number of combinations of classes among classes to which the selected key words belong, and the identified class combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and
  • predetermined key words are selected from an input sentence, classes to which the selected key words belong are combined, the class combinations and the previously identified class combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output.
  • Still another aspect of the present invention is an expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated,
  • predetermined key words are selected from an input sentence, classes to which the selected key words belong are combined, the class combinations and the previously identified class combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output.
  • Yet another aspect of the present invention is an expression converting apparatus comprising:
  • Still yet another aspect of the present invention is an expression converting apparatus, wherein when the degree of similarity is high as the result of the comparison, said converting means outputs the selected expression after removing a part into which a key word is converted is removed from the selected expression, said key word belonging to the key word combination that does not coincide and not being included in the key word combination that coincides.
  • a further aspect of the present invention is an expression converting apparatus, wherein said expression into which the sentence is converted comprises only key words or words equivalent to the key words.
  • a still further aspect of the present invention is an expression converting apparatus comprising:
  • a yet further aspect of the present invention is an expression converting apparatus comprising:
  • a still yet further aspect of the present invention is an expression converting apparatus, wherein when the degree of similarity is high as the result of the comparison, said converting means outputs the selected expression after removing a part into which a class is converted is removed from the selected expression, said class belonging to the class combination that does not coincide and not being included in the class combination that coincides.
  • An additional aspect of the present invention is an expression converting apparatus, wherein said expression into which the sentence is converted comprises only class.
  • a still additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus:
  • the associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted;
  • a yet additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus:
  • the associating means of, by use of the classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of classes that are in a co-occurrence relation from among a predetermined number of combinations of classes among classes to which the selected key words belong, and previously associating the identified class combination and an expression into which the sentence from which the key words are selected is converted; and
  • a still yet additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus:
  • the associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted, and
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing.
  • the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing.
  • the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.
  • the key word groups and the co-occurrence relation between the key word groups or the key words that are in a co-occurrence relation being a description of classes of words including the key words, in addition to the above-mentioned effects of the present invention, even when a key word not included in:the example database is input, an appropriate sentence example can be selected, so that expression conversion capable of handling a wider variety of input sentences is enabled.
  • the present invention by extracting a key word group from the input sentence, presuming an input error word from the relation between the extracted key words, presuming the sentence meaning from the key words other than the key word presumed to be an input error word, and generating a standard or simplified expression from a word combination decided by the presumed sentence meaning, in addition to the effects described above in the present invention, even when a key word is erroneous, according to the degree of seriousness of the error, it is possible to convert the input sentence into an expression of which meaning can correctly be understood or to notify the user that the meaning cannot be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.
  • FIG. 1 is a view showing an interpreting apparatus according to a first embodiment of the present invention
  • FIG. 2( a ) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in the first embodiment of the present invention
  • FIG. 2( b ) is a view showing an example of a tagged corpus used in the first embodiment of the present invention
  • FIG. 3 is a view showing the example DB used in the first embodiment of the present invention.
  • FIG. 4 is a view showing an interpreting apparatus according to a second embodiment of the present invention.
  • FIG. 5( a ) is a view showing a classified vocabulary table used in the second embodiment of the present invention.
  • FIG. 5( b ) is a view showing an example DB used in the second embodiment of the present invention.
  • FIG. 6 is a view showing an interpreting apparatus of a third embodiment of the present invention.
  • FIG. 7 is a view showing an example DB used in the third embodiment of the present invention.
  • FIG. 8 is a view showing the structure of the conventional interpreting apparatus
  • FIG. 9( a ) is a view showing the example of the conventional bilingual voiced sentence examples
  • FIG. 9( b ) is a view showing the examples of the conventional bilingual phrases
  • FIG. 9( c ) is a view showing the example of the conventional bilingual phrase dictionary
  • FIG. 9( d ) is a view showihg the example of the conventional inter-phrase rules.
  • FIG. 9( e ) is a view showing the example of the conventional classified vocabulary table.
  • FIG. 10( a ) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in case of converting an English sentence into a Japanese sentence in the first embodiment of the present invention
  • FIG. 10( b ) is a view showing an example of a tagged corpus used in case of converting an English sentence into a Japanese sentence in the first embodiment of the present invention
  • FIG. 11( a ) is a view showing a classified vocabulary table used in case of converting an English sentence into a Japanese sentence in the second embodiment of the present invention.
  • FIG. 11( b ) is a view showing an example DB used in case of converting an English sentence into a Japanese sentence in the second embodiment of the present invention.
  • FIG. 12 is a view showing an example DB used in case of converting an English sentence into a Japanese sentence in the third embodiment of the present invention.
  • FIG. 13( a ) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in case of converting a Chinese sentence into Japanese sentence in the first embodiment of the present invention
  • FIG. 13( b ) is a view showing an example of a tagged corpus used in case of converting a Chinese sentence into Japanese sentence in the first embodiment of the present invention
  • FIG. 14( a ) is a view showing a classified vocabulary table used in case of converting a Chinese sentence into Japanese sentence in the second embodiment of the present invention.
  • FIG. 14( b ) is a view showing an example DB used incase of converting a Chinese sentence into Japanese sentence in the second embodiment of the present invention.
  • FIG. 15 is a view showing an example DB used in case of converting a Chinese sentence into Japanese sentence in the third embodiment of the present invention.
  • an interpreting apparatus will be described that converts an original language sentence input by voice (hereinafter, a sentence to be expression-converted will be referred to as an original language sentence) into a target language sentence in another language (hereinafter, a sentence having undergone the expression conversion will be referred to as a target language sentence).
  • FIG. 1 shows the structure of an interpreting apparatus according to an embodiment of the present invention.
  • the interpreting apparatus of this embodiment comprises a tagged corpus 1 , dependency relation analyzing means 2 , an example DB 3 , speech recognizing means 4 , key word extracting means 5 , sentence example selecting means 7 , output sentence generating means 8 , and a bilingual key word dictionary 6 .
  • the tagged corpus 1 is a bilingual corpus in which an intention tag is added to each of the bilingual sentences.
  • the dependency relation analyzing means 2 creates the example DB 3 by analyzing a co-occurrence relation between key words for each of the bilingual sentences in the tagged corpus 1 .
  • the voice recognizing means 4 voice-recognizes the voice input as an original language sentence, and outputs a word string candidate.
  • the key word extracting means 5 receives the word string candidate output from the voice recognizing means 4 , and extracts predetermined key words from the word string candidate.
  • the sentence example selecting means 7 compares key word pairs created by combining the key words in the input sentence with the key word pairs in each sentence example in the example DB 3 , selects a sentence example the largest number of which key word pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence, and outputs the selected sentence example.
  • the output sentence generating means 8 corrects grammatical unnaturalness of the output sentence example, and outputs the corrected sentence example as a target language sentence, for example, in text form or by voice.
  • the bilingual key word dictionary 6 key words in the original language (hereinafter, the language to be expression-converted will be referred to as the original language) and the equivalents in the target language (hereinafter, the language of the sentence having undergone the expression conversion will be referred to as the target language) for the key words are paired and stored.
  • key words representative of an intention, and expression patterns using the key words may be manually decided by the developer.
  • An intention tag is added to each of the bilingual sentences in a bilingual corpus, the bilingual corpus is classified according to the intention, words shared among the sentence meanings are selected as key word candidates, and key words and expression patterns are semiautomatically decided by the developer checking the key word candidates.
  • the sentence meaning refers to a unit of one or more than one different sentences expressinga similar intention.
  • the bilingual corpus is a database of sentence examples in which a multiplicity of bilingual sentences are stored.
  • the bilingual sentences each comprise a sentence in the original language and a sentence in the target language associated with each other.
  • FIG. 2( a ) shows an example of the bilingual key word dictionary 6 and an example of the example DB 3 used in a case where the original language is Japanese and the target language is English, that is, in a case where the interpreting apparatus of this embodiment interprets a voice in Japanese into a voice in English.
  • a key word group of “kohi ( )” and “onegai ( )” is associated with a target language expression pattern “I'd like to coffee please.”
  • a key word group of “tsumetai ( ),” “miruku ( )” and “ari ( )” is associated with a target language expression pattern “Do you have a cold milk?”
  • the key words are paired like (kohi ( ) ⁇ miruku ( )). Like this, the key words written in the example DB 3 are paired without exception. These key word pairs each represent a co-occurrence relation between the key words, and are created by the dependency relation analyzing means 2 in the following manner:
  • the dependency relation analyzing means 2 performs a dependency structure analysis for the original language sentence in the tagged corpus 1 to clarify the dependency structure ofeachphrase.
  • the information thereon is added to the corresponding key words and expressionpattern pair in the example DB 3 .
  • the co-occurrence relation is added like “(kohi ( ) ⁇ onegai ( ))” where the key words are paired.
  • the bilingual key word dictionary 6 and the example DB 3 as shown in FIG. 2( a ) are created from the tagged corpus 1 , and the co-occurrence relations between the key words are added to the example DB 3 .
  • the speech recognizing means, or the voice recognizing means 4 voice-recognizes the input original language voice, and outputs a word string candidate which is the result of the recognition. Then, the result of the recognition is input to the key word extracting means 5 . For example, when the input original language voice is “Tsumetai kohi arimasuka? ( ?),” as a result of the voice recognition, a recognition result sentence “Tsumetai kohi arimasuka? ( ?)” is output to the key word extracting means.
  • the key word extracting means 5 extracts predetermined key words from the recognition result sentence, and outputs the extracted key words to the sentence example selecting means 7 .
  • the key word extracting means 5 extracts three key words “tsumetai ( ),” “kohi ( )” and “ari( ).”
  • the sentence example selecting means 7 creates key word pairs in the input sentence by combining the key words in the input sentence that are output from the key word extracting means 5 . Then, the sentence example selecting means 7 compares the key word pairs in the input sentence with the key. word pairs in each sentence example in the example DB 3 , selects a sentence example including the largest number of the key word pairs in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence, and outputs the selected sentence example.
  • the three key words “tsumetai ( ),” “kohi ( )” and “ari ( )” in the input sentence are combined to create three key word pairs “(tsumetai ( ) ⁇ kohi ( )),” “(kohi( ) ⁇ ari ( ))” and “(tsumetai ( ) ⁇ ari ( )).”
  • the key word pairs in the input sentence are compared with the key word pair in the first sentence example in the example DB 3 . Since the key word pair in the first sentence example is “(kohi ( ) ⁇ onegai ( ),” none of the key word pairs in the input sentence is included in the first sentence example.
  • the key word pairs in the input sentence are compared with the key word pairs in the second sentence example in the example DB 3 .
  • “(tsumetai ( ) ⁇ miruku ( ))” and “(miruku ( ) ⁇ ari ( ))” are included although “(tsumetai ( ) ⁇ ari ( ))” is not included. Therefore, the second sentence example includes two of the key word pairs in the input sentence.
  • the second sentence example includes the largest number of the key word pairs in the input sentence. Then, the second sentence example is selected as the sentence example of which meaning is most similar to that of the input sentence, and is output. That is, a target language expression pattern “Do you have a cold milk?” is output from the sentence example selecting means 7 .
  • the apparatus can function as an interpreting apparatus by outputting the target language expression pattern output from the sentence example selecting means 7 , to the outside as it is.
  • the example DB 3 in which standard or simplified expression patterns of output target language sentences, the key word groups corresponding to the patterns and the co-occurrence relation between the key words are associated is previously created, key words are extracted from the input sentence, the expression pattern including the keyword group most similar to the extracted key word group is selected from the example DB 3 , and the selected expression pattern is output.
  • the output sentence generating means 8 uses conversion rules and sentence generation rules to perform correction of grammatical unnaturalness such as: optimization of a pronoun, a verb and an auxiliary verb, for example, conversion into the third person form, the plural form or the past form; interpolation of zero pronouns; and optimization of the overall structure of the sentence, the conversion rules and the sentence generation rules canbemadecompact, sothatexpressionconversioncanbeperformed at high speed with simple processing.
  • the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output canbe solved.
  • a sentence such as “Tsumetai miruku etto arimasuka ( )” or “Tsumetaino miruku arimasuka ( )” that is erroneous in a part other than the key words such as “etto ( )” or “no ( )” is input
  • the input sentence can be converted into an expression of which meaning can correctly be understood like “Do you have a cold milk?”
  • FIG. 4 shows the structure of an interpreting apparatus according to an embodiment of the present invention.
  • An example DB 11 is different from the example DB of the first embodiment in that key words are classed and replaced with meaning codes representative of classes.
  • each key word is assigned a meaning code representative of which class the key word belongs to.
  • Word classing means 13 replaces the key words in the example DB 11 , the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words, and replaces the key words extracted by key word extracting means 5 with meaning code based on the meaning codes in the classified vocabulary table to thereby class the key words.
  • Sentence example selecting means 14 compares the key word classes in the input sentence with the key word class pairs in each sentence example, and selects a sentence example the largest number of which key word class pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence.
  • Output generating means 15 returns the key word class in the selected sentence example to the input key words included in the same class, and outputs the key words.
  • the interpreting apparatus of this embodiment like in the first embodiment, before interpretation is performed, the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into a bilingual key word dictionary 16 and the example DB 11 . Then, the dependency relation analyzing means 2 similarly adds the pair of key words that are in a co-occurrence relation in the dependency structure relation to the expression pattern pair.
  • the word classing means 13 replaces the key words in the example DB 11 , the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words.
  • FIG. 5( a ) shows an example of the classified vocabulary table 12 .
  • FIG. 5( b ) shows the example DB 11 .
  • the meaning code of words representative of beverages such as “kohi ( )” is 100
  • the meaning code representative of the condition of a beverage such as “tsumetai ( )”
  • the key words in the classified vocabulary table 12 are each classed by being assigned a meaning code.
  • an original language voice is input to the speech recognizing means 4 , and the voice recognizing means 4 voice-recognizes the input original language voice, and outputs a word string candidate which is the result of the recognition. Then, the result of the recognition is: input to the key word extracting means 5 .
  • the key word extracting means 5 extracts predetermined key words from the recognition result sentence.
  • the word classing means 13 replaces the extracted key words with meaning codes based on the meaning codes in the classified word meaning 12 to thereby class the key words.
  • the sentence example selecting means 14 creates key word class pairs in the input sentence by combining the classes of the key words in the input sentence that are classed by the word classing means 13 . Then, the sentence example selecting means 14 compares the key word class pairs in the input sentence with the key word class pair in each sentence example in the example DB 11 , and selects a sentence example the largest number of which key word class pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence.
  • the output sentence generating means 15 returns the key word classes in the sentence example selected by the sentence example selecting means 14 to the input key words included in the same class, replaces the key words with the equivalents of the input key words by use of the bilingual key word dictionary 16 , and outputs them.
  • the example DB 11 in which standard or simplified expression patterns of output target language sentences, the key word class groups corresponding to the patterns and the co-occurrence relation between the key word class groups are associated is previously created, key words are extracted from the input sentence, the extracted key words are classed based on the classified vocabulary table 12 , the expression pattern having the key word class group most similar to the classed key word group is selected from the example DB 11 , and the classed key words are returned to the original key words and output, so that the conversion rules and the sentence generation rules can be made compact like in the first embodiment and expression conversion can be performed with simple processing.
  • a correct translation result can be output for a new input sentence not included in the sentence examples, so that an interpreting apparatus can be realized that is capable of handling a multiplicity of input sentences with a small example database.
  • the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into the bilingual key word dictionary 16 and the example DB 11 , the pair of key words that are in a co-occurrence relation in the dependency structure relation is also added to the expression pattern pair, and then, the word classing means 13 replaces the key words in the example DB 11 , the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words.
  • the present invention is not limited thereto, and the following may be performed: First, before interpretation is performed, for each sentence in the tagged corpus 1 , the key words in the sentence are replaced with meaning codes by use of the classified vocabulary table 12 , from among a predetermined number of combinations of meaning codes among the meaning codes, a combination of meaning codes that are in a co-occurrence relation is identified, and the identified meaning code combination and the expression into which the sentence from which the meaning codes are selected is converted are previously associated.
  • FIG. 6 shows the structure of the interpreting apparatus of this embodiment.
  • Sentence example selecting means 21 in addition to performing the function of the sentence example selecting means 7 of the first embodiment, compares the key word pairs in the example DB 3 and the extracted key word groups, and selects a sentence example on the presumption that, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words is an erroneously recognized word.
  • the interpreting apparatus of this embodiment like in the first embodiment, before interpretation is performed, the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into the bilingual key word dictionary 6 and the example DB 3 , and the co-occurrence relation between key words are also added to the example DB 3 .
  • an original language voice is input to the speech recognizing means 4 , and the voice recognizing means 4 voice-recognizes the original language voice, and outputs a word string candidate which is the result of the recognition.
  • the key word extracting means 5 receives the result of the recognition output from the speech recognizing means 4 , and extracts predetermined key words from the recognition result sentence.
  • the sentence example selecting means 21 compares the key word pairs in the example DB 3 and the extracted key word pairs, and presumes, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words to be an erroneously recognized word.
  • the sentence example selecting means 21 selects a sentence, and outputs the selected sentence example like in the first embodiment.
  • FIG. 7 shows an example in which although “atsui miruku ( )” is input to the voice recognizing means 4 , the voice recognizing means 4 erroneously recognizes it as “aol miruku ( ),” that is, although a voice “Atsui miruku ha arimasuka (z, 58 )” is input to the voice recognizing means 4 , the voice recognizing means 4 erroneously recognizes it, and outputs a recognition result sentence “Aoi miruku ha arimasuka ( ).”
  • a key word group of “kohi ( )” and “onegai ( ),” constitutes a key word pair “(kohi ( ) ⁇ onegai ( )),” and a target language expression pattern “Coffee please” corresponds thereto.
  • a key word group of “atui ( ),” “miruku ( )” and “ari ( )” includes key words pairs “(atui ( ) ⁇ miruku ( ))” and “(miruku ( ) ⁇ ari ( )),” and a target language expression pattern “Do you have a hot milk?” corresponds thereto.
  • the key word extracting means 5 receives a recognition result sentence “Aoi miruku ha arimasuka ( ),” and extracts three key words “aoi ( ⁇ ),” “miruku( )” and “ari ( )” as they key words.
  • the sentence example selecting means 21 combines the three key words extracting means 5 to create theree key word pairs “(aoi ( ) ⁇ miruku ( )),” “(aoi ( ) ⁇ ari ( ))” and “(miruku ( ) ⁇ ari ( ),” and compares them with the key word groups in the example DB 3 .
  • the key word pairs “(atsui ( ) ⁇ miruku ( ))” and “(miruku ( ) ⁇ ari ( ))” in the second sentence example written in the example DB 3 and the three key word pairs created by combining the three key words are compared.
  • “(miruku ( ) ⁇ ari ( ))” coincides with a key word pair in the second sentence although “(aoi ( ) ⁇ miruku ( ))” and “(aoi ( ) ⁇ ari ( ))” coincide with none of the key word pairs in the second example.
  • the key word pairs in the second sentence example in the example DB has a higher degree of similarity to the key word pairs created by combining the three key words than the key word pair in the first sentence example. Therefore, the second sentence example is selected.
  • the second sentence example is output after the part of the target language expression corresponding to the following key word is removed from the second sentence example: the key word included in the one of the key word pairs in the second sentence that coincides with none of the key word pairs created by combining the three key words which key word is not included in the one of the key word pairs that coincides with the key word pair created by combining the three key words. That is, since “atsui ( )” is such a key word, referring to the bilingual key word dictionary 6 , the part of the target language expression corresponding to “atsui ( ),” that is, “hot” is removed from “Any hot milk?,” and a sentence “Any milk?” is output.
  • the function of the sentence example selecting means 21 in this embodiment is not limited to the above-described one, and may be divided into two steps of erroneous recognition selecting means and sentence selecting means.
  • erroneously recognized word presuming means presumes an erroneously recognized word by comparing the key word group extracted from the recognition result and the key word pairs written in the example DB 3 , and the sentence example selecting means has a similar function to the sentence selecting means 7 of the first embodiment.
  • the erroneously recognized word presuming means 21 compares the created key word pairs with the key word pairs in each sentence example of the example DB 3 , and presumes, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words to be an erroneously recognized word. Then, by use of the key words other than the key word presumed by the erroneously recognized word presuming means to be erroneously recognized, the sentence example selecting means selects a sentence example of which intention is most similar to that of the input sentence, and outputs the selected sentence example like in the first embodiment.
  • an original language sentence is a Japanese sentence and a target language sentence is an English sentence, or that the interpreting apparatus converts a Japanese sentence into an English sentence, but an original language sentence and a target language sentence may be other language sentences.
  • FIG. 2 In the case of an interpreting apparatus converting an English sentence into a Japanese sentence, FIG. 2, FIG. 5, and FIG. 7 are replaced by FIG. 10, FIG. 11 FIG. 12 respectively.
  • FIG. 10( a ) is an example of a Bilingual key word dictionary 6 and an example database 3 in this case.
  • FIG. 10( b ) is an example of the tagged corpus 1 in this case.
  • FIG. 11( a ) is an example of a classified vocabulary table 12 in this case.
  • FIG. 11( b ) is an example of an example database 11 .
  • FIG. 12 is an example of an example database 3 in this case.
  • FIG. 2, FIG. 5, and FIG. 7 are replaced by FIG. 13, FIG. 14 FIG. 15 respectively.
  • FIG. 13( a ) is an example of a Bilingual key word dictionary 6 and an example database 3 in this case.
  • FIG. 13( b ) is an example of the tagged corpus 1 in this case.
  • FIG. 14( a ) is an example of a classified vocabulary table 12 in this case.
  • FIG. 11( b ) is an example of an example database 11 .
  • FIG. 15 is an example of an example database 3 in this case.
  • dependency relation analyzing means 2 pairs key words that are in a co-occurrence relation in this embodiment, the present invention is not limited thereto; the dependency relation analyzing means 2 may pair key words that are in a dependency relation.
  • the tagged corpus 1 of this embodiment is an example of the corpus of the present invention.
  • the key word pairs of this embodiment are examples of the key word combinations of the present invention.
  • the dependency relation analyzing means 2 of this embodiment is an example of the associating means of the present invention.
  • the key word extracting means 5 and the sentence example selecting means 7 of this embodiment are examples of the converting means of the present invention.
  • the classified vocabulary table 12 of this embodiment is an example of the classing information of the present invention.
  • the dependency relation analyzing means 2 and the word classing means 13 of this embodiment are examples of the associating means of the present invention.
  • the key word extracting means 5 and the sentence example selecting means 14 of this embodiment are examples of the converting means of the present invention.
  • the key word extracting means 5 and the sentence example selecting means 21 of this embodiment are examples of the converting means of the present invention.
  • the meaning code of this embodiment is a example of the class name of the present invention.
  • the predetermined number of the present invention is not limited to two which is the predetermined number in this embodiment, and it may be one. In this case, instead of combining key words into key word pairs and comparing the key word pairs, the key words are independently compared. Moreover, the predetermined number may be three. In this case, combinations of three key words are used for the comparison. Moreover, the predetermined number may be two and three. In this case, both key word pairs and combinations of three key words are used for the comparison. To sum up, it is necessary for the predetermined number of the present invention only to be a given positive integer or a plurality of different given positive integers.
  • the expression converting apparatus of the present invention is not limited to the interpreting apparatus of this embodiment; it is necessary for the expression converting apparatus of the present invention only to be an apparatus that converts an input sentence into a different expression such as: a translating apparatus that converts an input text into a text in a different language and outputs the converted text, for example, converts an input Japanese text into an English text and outputs the English text; a sentence pattern converting apparatus that converts written language into spoken language; and a summary creating apparatus that summarizes a complicated or redundant sentence and outputs a summary.
  • a translating apparatus that converts an input text into a text in a different language and outputs the converted text, for example, converts an input Japanese text into an English text and outputs the English text
  • a sentence pattern converting apparatus that converts written language into spoken language
  • a summary creating apparatus that summarizes a complicated or redundant sentence and outputs a summary.
  • the expression converting method of the present invention is not limited to the interpreting method of this embodiment; it is necessary for the expression converting method of the present invention only to be a method of converting an input sentence into a different expression such as: translation to convert an input text into a text in a different language and output the converted text, for example, convert an input Japanese text into an English text and output the English text; sentence pattern conversion to convert written language into spoken language; and summary creation to summarize a complicated or redundant sentence and output a summary.
  • the present invention is a program for causing a computer to perform the functions of all or some of the means (or apparatuses, devices, circuits, portions or the like) of the above-described expression converting apparatus of the present invention which program operates in cooperation with the computer.
  • the present invention is a program for causing a computer to perform the operations of all or some of the steps (or processes, operations, actions or the like) of the above-described expression converting method of the present invention which program operates in cooperation with the computer.
  • Some of the means (or apparatuses, devices, circuits, portions or the like) of the present invention and some of the steps (or processes, operations, actions or the like) of the present invention mean some means of the plural means and some steps of the plural steps, respectively, or mean some functions of one means and some operations of one step, respectively.
  • a computer-readable record medium on which the program of the present invention is recorded is also included in the present invention.
  • a usage pattern of the program of the present invention may be such that the program is recorded on a computer-readable record medium and operates in cooperation with the computer.
  • a usage pattern of the program of the present invention may be such that the program is transmitted through a transmission medium to be read by a computer and operates in cooperation with the computer.
  • the record medium includes ROMs.
  • the transmission medium includes a transmission medium such as the Internet, and light, radio waves and sound waves.
  • the structure of the present invention may be realized either as software or as hardware.
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing.
  • the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing.
  • the key word groups and the dependency relation between the key word groups or the key words that are in a co-occurrence relation being a description of classes of words including the key words, in addition to the above-mentioned effects, even when a key word not included in the example DB is input, an appropriate sentence example can be selected, so that expression conversion capable of handling a wider variety of input sentences is enabled.
  • the present invention can provide an expression converting method, an expression converting apparatus and a program being compact in structure and capable of high-speed processing.
  • the present invention can provide an expression converting method, an expression converting apparatus and a program capable of, even when a part other than the key words of the input sentence is erroneously recognized because of a voice recognition error or the like, outputting a result that correctly conveys the intention without the quality of the output sentence adversely affected.
  • the present invention can provide an expression converting method, an expression converting apparatus and a program capable of, even when a part of the input sentence is erroneously recognized because of a voice recognition error or the like, avoiding the conventional problem that a result not conveying the sentence meaning at all is output.

Abstract

An expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and wherein predetermined key words are selected from an input sentence, the selected key words are combined, the key word combinations and the previously identified key word combination:of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output.

Description

  • This application is a divisional of U.S. patent application Ser. No. 09/803,779, filed Mar. 12, 2001.[0001]
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0002]
  • The present invention relates to an expression converting method, an expression converting apparatus and a program that convert the expression of an input sentence and output an expression into which the expression of the input sentence is converted, for example, to an expression converting method, an expression converting apparatus and a program that perform language conversion such as translation or interpretation, sentence pattern conversion to convert written language into spoken language, or summary creation to summarize a complicated or redundant sentence and output a summary. [0003]
  • 2. Description of the Related Art [0004]
  • A conventional technology will be described with an interpretation software program as an example. [0005]
  • An interpretation software program comprises voice recognizing means and language translating means, and realizes interpretation by successively executing voice recognition for converting a voiced sentence input as an acoustic signal into an output sentence represented as a word text string, and language translation as expression conversion to translate an input sentence represented as a word text string into a sentence in another language. [0006]
  • The language translating means executing language translation in a manner as described above comprises: language analyzing means of analyzing the syntactic or semantic construction of the input sentence; language converting means of converting the input sentence into another language based on the result of the analysis; and output sentence generating means of generating a natural output sentence from the result of the translation. [0007]
  • In interpretation software programs and some translation software programs, to correctly translate ungrammatical casual expressions which are frequently used in spoken language, a technique is frequently used such that a language analysis according to grammatical rules is not performed but sentence examples similar to actually input sentences are learned and the similar sentence examples are searched to perform language analysis. An example of such conventional interpretation software programs will be described with reference to the example shown in FIG. 8. [0008]
  • Here, a case will be described in which a voiced sentence example in Japanese is interpreted into a voiced sentence example in English. The language to be interpreted will be referred to as the original language, and the language into which the original language is to be interpreted will be referred to as the target language. [0009]
  • Before interpretation is performed, a voiced sentence rule is extracted from the [0010] bilingual corpus 1 of FIG. 8. In the bilingual corpus 1, a plurality of bilingual voiced sentence examples each comprising a pair of a Japanese voiced sentence example and an English voiced sentence example equivalent to each other are written. In FIG. 9 (a), an example of the bilingual voiced sentence examples written in the bilingual corpus 1 is shown as a bilingual voiced sentence example 70.
  • Here, considering a case where some of the words are erroneously recognized or omitted when the sentence is voiced, voiced sentence examples are each divided into the smallest units as semantic units (hereinafter, referred to as phrases), and in-phrase rules and inter-phrase dependency relation rules are created. [0011]
  • First, phrase deciding means [0012] 61 divides the bilingual voiced sentence example into phrases. In FIG. 9 (b) , bilingual phrases thus obtained are shown as a bilingual phrase (A) 71 and a bilingual phrase (B) 72.
  • Then, a bilingual phrase [0013] dictionary creating portion 62 creates a corresponding phrase dictionary 62 in a format where the content words in the phrases are converted into variables.
  • For example, the bilingual voiced sentence example [0014] 70 shown in FIG. 9 (a) comprises voiced sentence examples “Heya no yoyaku o onegai shitain desuga (
    Figure US20040260533A1-20041223-P00001
    Figure US20040260533A1-20041223-P00005
    Figure US20040260533A1-20041223-P00002
    Figure US20040260533A1-20041223-P00003
    )” and “I'd like to reserve a room,” and these are divided into the following two bilingual phrases: (A) “heya no yoyaku (
    Figure US20040260533A1-20041223-P00006
    Figure US20040260533A1-20041223-P00007
    )” and “reserve a room” as the bilingual phrase (A) 71; and (B) “onegai shitain desuga (
    Figure US20040260533A1-20041223-P00005
    Figure US20040260533A1-20041223-P00008
    Figure US20040260533A1-20041223-P00009
    )” and “I'd like to” as the bilingual phrase (B) 72.
  • The content words such as “heya ([0015]
    Figure US20040260533A1-20041223-P00006
    ),” “yoyaku (z,10 )” and “onegai (
    Figure US20040260533A1-20041223-P00005
    )” are represented as variables X, Y and Z, respectively, by use of a classified vocabulary table 64 previouslycreatedasshowninFIG. 9 (e). Here, the classified vocabulary table 64 is a table listing the content words which the variables can take as their values. For example, the variable X takes a value such as “heya (
    Figure US20040260533A1-20041223-P00006
    ),” “kaigishitsu (
    Figure US20040260533A1-20041223-P00012
    )” or “kuruma (
    Figure US20040260533A1-20041223-P00011
    ),” and the content word “heya (
    Figure US20040260533A1-20041223-P00006
    )” is a value which the variable X can take. Therefore, the content word “heya (
    Figure US20040260533A1-20041223-P00006
    )” of the bilingual phrase (A) 71 is replaced with the variable X.
  • In this manner, two bilingual phrase rules (A) “X no Y (X[0016]
    Figure US20040260533A1-20041223-P00013
    Y)” “YX” and (B) “Z shitain desuga (Z
    Figure US20040260533A1-20041223-P00014
    Figure US20040260533A1-20041223-P00015
    )” “I'd like to” are written into the bilingual phrase dictionary 62.
  • In order that the ordinal relations of the phrases are made rules, as shown in FIG. 9 (d) as an [0017] inter-phrase rule 63, inter-phrase relations such as “(A) o (B) ((A)
    Figure US20040260533A1-20041223-P00016
    (B))” “(B) (A)” are stored in the inter-phrase rule table 63. This processing is performed on all the voiced sentences in the bilingual corpus 1.
  • In performing interpretation, first, an original language voice is input to voice recognizing means [0018] 64. The voice recognizing means 64 outputs as a voice recognition candidate the acoustically most similar word string, for example, from among the word strings written in the bilingual phrase dictionary 62 as phrases and the word strings that can be presumed from the phrase strings written in the inter-phrase rule 63.
  • Language translating means [0019] 65 receives consecutive word strings recognized in this manner, converts the input consecutive word strings into phrase strings written in the bilingual phrase dictionary 62, and searches for the inter- phrase rule 63 corresponding to each phrase string. Then, the language translating means 65 converts the input original language recognition result sentence into a target language sentence based on the target language phrase equivalent to each phrase and the inter-phrase rule of the target language.
  • The obtained target language sentence is input to output sentence generating means [0020] 66 which corrects grammatical unnaturalness of the target language sentence. For example, the output sentence generating means 66 performs processing such as optimization of a pronoun, a verb and an auxiliary verb, for example, conversion into the third person form, the plural form or the past form, and optimization of the overall structure of the sentence. The target language translation result sentence having undergone the correction is output, for example, as a text.
  • However, the conventional interpretation software program has, although having an advantage that ungrammatical input sentences can be handled, a problem that since a multiplicity of different bilingual phrases and combinations thereof are written as rules as they are, the conversion rules are complicated and enormous in volume and consequently, it takes much time for the program to perform processing. [0021]
  • Moreover, complicated rules are necessary for the grammar check performed by the output sentence generating portion; particularly, with respect to interpolation of zero pronouns, there is no technology by which zero pronouns can completely and correctly be interpolated, and interpolation is sometimes erroneously performed. [0022]
  • In addition, when a partially erroneous sentence is input to the language translating portion because of a voice recognition error or the like, since language conversion is performed based on erroneous in-phrase and inter-phrase rules, a translation result conveying no intention at all is output. [0023]
  • SUMMARY OF THE INVENTION
  • An object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program being compact in structure and capable of high- speed processing. [0024]
  • Another object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program capable of, even when a part other than the key words of the input sentence is erroneously recognized because of a voice recognition error or the like, outputting a result correctly conveying the intention without the quality of the output sentence adversely affected. [0025]
  • Still another object of the present invention is, in view of the above-mentioned problems, to provide an expression converting method, an expression converting apparatus and a program capable of, even when a part of the input sentence is erroneously recognized because of a voice recognition error or the like, avoiding the conventional problem that a result not conveying the sentence meaning at all is output. [0026]
  • One aspect of the present invention is an expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and [0027]
  • wherein predetermined key words are selected from an input sentence, the selected key words are combined, the key word combinations and the previously identified key word combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output. [0028]
  • Another aspect of the present invention is an expression converting method wherein by use of classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, for each sentence in a corpus, key words are selected from the sentence, a combination of classes that are in a co-occurrence relation are identified from among a predetermined number of combinations of classes among classes to which the selected key words belong, and the identified class combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and [0029]
  • wherein predetermined key words are selected from an input sentence, classes to which the selected key words belong are combined, the class combinations and the previously identified class combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output. [0030]
  • Still another aspect of the present invention is an expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated, [0031]
  • wherein by use of classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, the identified key word combination is associated with a class combination to thereby identify a class combination of the sentence, and [0032]
  • wherein predetermined key words are selected from an input sentence, classes to which the selected key words belong are combined, the class combinations and the previously identified class combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output. [0033]
  • Yet another aspect of the present invention is an expression converting apparatus comprising: [0034]
  • associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted; and [0035]
  • converting means of selecting predetermined key words from an input sentence, combining the selected key words, comparing the key word combinations and the previously identified key word combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0036]
  • Still yet another aspect of the present invention is an expression converting apparatus, wherein when the degree of similarity is high as the result of the comparison, said converting means outputs the selected expression after removing a part into which a key word is converted is removed from the selected expression, said key word belonging to the key word combination that does not coincide and not being included in the key word combination that coincides. [0037]
  • A further aspect of the present invention is an expression converting apparatus, wherein said expression into which the sentence is converted comprises only key words or words equivalent to the key words. [0038]
  • A still further aspect of the present invention is an expression converting apparatus comprising: [0039]
  • associating means of, by use of classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, for each sentence in a corpus, selecting key words from the sentence; identifying a combination of classes that are in a co-occurrence relation from among a predetermined number of combinations of classes among classes to which the selected key words belong, and previously associating the identified class combination and an expression into which the sentence from which the key words are selected is converted; and [0040]
  • converting means of selecting predetermined key words from an input sentence, combining classes to which the selected key words belong, comparing the class combinations and the previously identified class combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0041]
  • A yet further aspect of the present invention is an expression converting apparatus comprising: [0042]
  • associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted, and [0043]
  • by use of classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, associating the identified key word combination with a class combination to thereby identify a class combination of the sentence; and [0044]
  • converting means of selecting predetermined key words from an input sentence, combining classes to which the selected key words belong, comparing the class combinations and the previously identified class combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0045]
  • A still yet further aspect of the present invention is an expression converting apparatus, wherein when the degree of similarity is high as the result of the comparison, said converting means outputs the selected expression after removing a part into which a class is converted is removed from the selected expression, said class belonging to the class combination that does not coincide and not being included in the class combination that coincides. [0046]
  • An additional aspect of the present invention is an expression converting apparatus, wherein said expression into which the sentence is converted comprises only class. [0047]
  • A still additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus: [0048]
  • the associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted; and [0049]
  • the converting means of selecting predetermined key words from an input sentence, combining the selected key words, comparing the key word combinations and the previously identified key word combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0050]
  • A yet additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus: [0051]
  • the associating means of, by use of the classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of classes that are in a co-occurrence relation from among a predetermined number of combinations of classes among classes to which the selected key words belong, and previously associating the identified class combination and an expression into which the sentence from which the key words are selected is converted; and [0052]
  • the converting means of selecting predetermined key words from an input sentence, combining classes to which the selected key words belong, comparing the class combinations and the previously identified class combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0053]
  • A still yet additional aspect of the present invention is a program for causing a computer to function as all or part of the following means of the expression converting apparatus: [0054]
  • the associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted, and [0055]
  • by use of the classing information in which key words are previously classed based on predetermined properties and each class is provided with a name, associating the identified key word combination with a class combination to thereby identify a class combination of the sentence; and [0056]
  • the converting means of selecting predetermined key words from an input sentence, combining classes to which the selected key words belong, comparing the class combinations and the previously identified class combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted. [0057]
  • Next, operations of the present invention will be described. [0058]
  • According to the present invention, by extracting key words from the input sentence, converting the input sentence into a standard or simplified expression sentence representative of the same meaning by use of the extracted key words, and outputting the expression sentence, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0059]
  • Moreover, according to the present invention, by extracting, as key words, words which are some of the content words included in the input sentence or the words into which the words which are some of the content words are converted, and generating a standard or simplified expression sentence comprising a combination of the key words and the expression decided by the sentence meaning presumed from the input sentence, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0060]
  • Moreover, according to the present invention, by extracting key words from the input sentence, presuming the sentence meaning from the co-occurrence relation between the extracted key words or the co-occurrence relation, and generating a standard or simplified expression from a combination of only words predetermined from the key words or the equivalents of the key words and the presumed intention, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0061]
  • Moreover, according to the present invention, by previously creating an example database in which output standard or simplified expression patterns, the key word groups corresponding to the patterns and the co-occurrence relation between key word groups or the co-occurrence relation are associated, extracting a key word group from the input sentence, selecting from the example database an expression pattern including the key word group most similar to the extracted key word group, and outputting the selected sentence example, in addition to the above- mentioned effects of the present invention, expression conversion can accurately be performed faithfully to the kind, the domain and the sentence pattern of the actually input sentence. [0062]
  • Moreover, according to the present invention, by the expression patterns written in the example database each consisting of only key words or equivalents of the key words, the effects can be enhanced. [0063]
  • Moreover, according to the present invention, by the description of the expression patterns written in the example database, the key word groups and the co-occurrence relation between the key word groups or the key words that are in a co-occurrence relation being a description of classes of words including the key words, in addition to the above-mentioned effects of the present invention, even when a key word not included in:the example database is input, an appropriate sentence example can be selected, so that expression conversion capable of handling a wider variety of input sentences is enabled. [0064]
  • Moreover, according to the present invention, by extracting a key word group from the input sentence, presuming an input error word from the relation between the extracted key words, presuming the sentence meaning from the key words other than the key word presumed to be an input error word, and generating a standard or simplified expression from a word combination decided by the presumed sentence meaning, in addition to the effects described above in the present invention, even when a key word is erroneous, according to the degree of seriousness of the error, it is possible to convert the input sentence into an expression of which meaning can correctly be understood or to notify the user that the meaning cannot be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved.[0065]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a view showing an interpreting apparatus according to a first embodiment of the present invention; [0066]
  • FIG. 2([0067] a) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in the first embodiment of the present invention;
  • FIG. 2([0068] b) is a view showing an example of a tagged corpus used in the first embodiment of the present invention;
  • FIG. 3 is a view showing the example DB used in the first embodiment of the present invention; [0069]
  • FIG. 4 is a view showing an interpreting apparatus according to a second embodiment of the present invention; [0070]
  • FIG. 5([0071] a) is a view showing a classified vocabulary table used in the second embodiment of the present invention;
  • FIG. 5([0072] b) is a view showing an example DB used in the second embodiment of the present invention;
  • FIG. 6 is a view showing an interpreting apparatus of a third embodiment of the present invention; [0073]
  • FIG. 7 is a view showing an example DB used in the third embodiment of the present invention; [0074]
  • FIG. 8 is a view showing the structure of the conventional interpreting apparatus; [0075]
  • FIG. 9([0076] a) is a view showing the example of the conventional bilingual voiced sentence examples;
  • FIG. 9([0077] b) is a view showing the examples of the conventional bilingual phrases;
  • FIG. 9([0078] c) is a view showing the example of the conventional bilingual phrase dictionary;
  • FIG. 9([0079] d) is a view showihg the example of the conventional inter-phrase rules; and
  • FIG. 9([0080] e) is a view showing the example of the conventional classified vocabulary table.
  • FIG. 10([0081] a) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in case of converting an English sentence into a Japanese sentence in the first embodiment of the present invention;
  • FIG. 10([0082] b) is a view showing an example of a tagged corpus used in case of converting an English sentence into a Japanese sentence in the first embodiment of the present invention;
  • FIG. 11([0083] a) is a view showing a classified vocabulary table used in case of converting an English sentence into a Japanese sentence in the second embodiment of the present invention;
  • FIG. 11([0084] b) is a view showing an example DB used in case of converting an English sentence into a Japanese sentence in the second embodiment of the present invention;
  • FIG. 12 is a view showing an example DB used in case of converting an English sentence into a Japanese sentence in the third embodiment of the present invention; [0085]
  • FIG. 13([0086] a) is a view showing an example of a bilingual key word dictionary and an example of an example DB used in case of converting a Chinese sentence into Japanese sentence in the first embodiment of the present invention;
  • FIG. 13([0087] b) is a view showing an example of a tagged corpus used in case of converting a Chinese sentence into Japanese sentence in the first embodiment of the present invention;
  • FIG. 14([0088] a) is a view showing a classified vocabulary table used in case of converting a Chinese sentence into Japanese sentence in the second embodiment of the present invention;
  • FIG. 14([0089] b) is a view showing an example DB used incase of converting a Chinese sentence into Japanese sentence in the second embodiment of the present invention;
  • FIG. 15 is a view showing an example DB used in case of converting a Chinese sentence into Japanese sentence in the third embodiment of the present invention;[0090]
  • Explanation of Reference Numerals
  • [0091] 1 Tagged corpus
  • [0092] 2 Dependency relation analyzing means
  • [0093] 3, 11 Example database
  • [0094] 4 Speech recognizing means
  • [0095] 5 Key word extracting means
  • [0096] 6, 16 Bilingual key word dictionary
  • [0097] 7, 14 Sentence example selecting means
  • [0098] 8, 15 Output sentence generating means
  • [0099] 12 Classified vocabulary table
  • [0100] 13 Word classing means
  • [0101] 21 Erroneously recognized word presuming means
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Hereinafter, embodiments of the present invention will be described with reference to the drawings. [0102]
  • First Embodiment
  • First, a first embodiment will be described. In the first embodiment, an interpreting apparatus will be described that converts an original language sentence input by voice (hereinafter, a sentence to be expression-converted will be referred to as an original language sentence) into a target language sentence in another language (hereinafter, a sentence having undergone the expression conversion will be referred to as a target language sentence). [0103]
  • FIG. 1 shows the structure of an interpreting apparatus according to an embodiment of the present invention. [0104]
  • The interpreting apparatus of this embodiment comprises a tagged [0105] corpus 1, dependency relation analyzing means 2, an example DB 3, speech recognizing means 4, key word extracting means 5, sentence example selecting means 7, output sentence generating means 8, and a bilingual key word dictionary 6.
  • The tagged [0106] corpus 1 is a bilingual corpus in which an intention tag is added to each of the bilingual sentences.
  • The dependency relation analyzing means [0107] 2 creates the example DB 3 by analyzing a co-occurrence relation between key words for each of the bilingual sentences in the tagged corpus 1.
  • In the [0108] example DB 3, sentence examples in which key word pairs representative of co-occurrence relations between key words of original language sentences are associated with target language sentences are stored.
  • The voice recognizing means [0109] 4 voice-recognizes the voice input as an original language sentence, and outputs a word string candidate.
  • The key [0110] word extracting means 5 receives the word string candidate output from the voice recognizing means 4, and extracts predetermined key words from the word string candidate.
  • The sentence [0111] example selecting means 7 compares key word pairs created by combining the key words in the input sentence with the key word pairs in each sentence example in the example DB 3, selects a sentence example the largest number of which key word pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence, and outputs the selected sentence example.
  • The output sentence generating means [0112] 8 corrects grammatical unnaturalness of the output sentence example, and outputs the corrected sentence example as a target language sentence, for example, in text form or by voice.
  • In the bilingual [0113] key word dictionary 6, key words in the original language (hereinafter, the language to be expression-converted will be referred to as the original language) and the equivalents in the target language (hereinafter, the language of the sentence having undergone the expression conversion will be referred to as the target language) for the key words are paired and stored.
  • Next, an operation of this embodiment structured as described above will be described. [0114]
  • It is necessary for the interpreting apparatus of this embodiment to do the following before performing interpretation: deciding the contents of key words and the correspondence between key word groups and target language expression patterns; writing the equivalents in the target language for the key words into the bilingual [0115] key word dictionary 6; and writing the correspondence between the key word groups and the target language expression patterns into the example DB 3.
  • To do so, first, for each input sentence meaning, key words representative of an intention, and expression patterns using the key words may be manually decided by the developer. Alternatively, the following may be performed: An intention tag is added to each of the bilingual sentences in a bilingual corpus, the bilingual corpus is classified according to the intention, words shared among the sentence meanings are selected as key word candidates, and key words and expression patterns are semiautomatically decided by the developer checking the key word candidates. The sentence meaning refers to a unit of one or more than one different sentences expressinga similar intention. The bilingual corpus is a database of sentence examples in which a multiplicity of bilingual sentences are stored. The bilingual sentences each comprise a sentence in the original language and a sentence in the target language associated with each other. [0116]
  • From the key words and the expression patterns decided by any of the above-described methods, a bilingual key word dictionary and an example DB for conversion are created. FIG. 2([0117] a) shows an example of the bilingual key word dictionary 6 and an example of the example DB 3 used in a case where the original language is Japanese and the target language is English, that is, in a case where the interpreting apparatus of this embodiment interprets a voice in Japanese into a voice in English.
  • In the example of the bilingual [0118] key word dictionary 6 of FIG. 2(a), as the equivalent of a Japanese word “kohi (
    Figure US20040260533A1-20041223-P00017
    ),” an English word “coffee” is written, and as the equivalent of a Japanese word “miruku (
    Figure US20040260533A1-20041223-P00018
    ),” an English word “milk” is written. As the equivalent of a Japanese word “onegai (
    Figure US20040260533A1-20041223-P00005
    )” which cannot be represented by a single English word, “*” is written in the place where the English equivalent is to be written.
  • In the example of the [0119] example DB 3 of FIG. 2(a), a key word group of “kohi (
    Figure US20040260533A1-20041223-P00017
    )” and “onegai (
    Figure US20040260533A1-20041223-P00005
    )” is associated with a target language expression pattern “I'd like to coffee please.” Likewise, a key word group of “tsumetai (
    Figure US20040260533A1-20041223-P00053
    ),” “miruku (
    Figure US20040260533A1-20041223-P00018
    )” and “ari (
    Figure US20040260533A1-20041223-P00052
    )” is associated with a target language expression pattern “Do you have a cold milk?”
  • Moreover, in the example of the [0120] example DB 3 of FIG. 2(a), in each key word group, the key words are paired like (kohi (
    Figure US20040260533A1-20041223-P00017
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    )). Like this, the key words written in the example DB 3 are paired without exception. These key word pairs each represent a co-occurrence relation between the key words, and are created by the dependency relation analyzing means 2 in the following manner:
  • First, the dependency relation analyzing means [0121] 2 performs a dependency structure analysis for the original language sentence in the tagged corpus 1 to clarify the dependency structure ofeachphrase. Whenapairofkeywordsthatareinaco-occurrence relation in the dependency structure relation is present, the information thereon is added to the corresponding key words and expressionpattern pair in the example DB 3. Specifically, since key words “kohi (
    Figure US20040260533A1-20041223-P00017
    )” and “onegai (
    Figure US20040260533A1-20041223-P00005
    )” are in a co-occurrence relation for an original language sentence “kohi onegai (
    Figure US20040260533A1-20041223-P00017
    Figure US20040260533A1-20041223-P00005
    ),” as shown in FIG. 2(a), the co-occurrence relation is added like “(kohi (
    Figure US20040260533A1-20041223-P00017
    )→onegai (
    Figure US20040260533A1-20041223-P00005
    ))” where the key words are paired.
  • In this manner, the bilingual [0122] key word dictionary 6 and the example DB 3 as shown in FIG. 2(a) are created from the tagged corpus 1, and the co-occurrence relations between the key words are added to the example DB 3.
  • Next, an operation to perform interpretation by use of the [0123] example DB 3 and the bilingual key word dictionary 6 previously created in the above-described manner will be described.
  • In performing interpretation, first, the speech recognizing means, or the voice recognizing means [0124] 4 voice-recognizes the input original language voice, and outputs a word string candidate which is the result of the recognition. Then, the result of the recognition is input to the key word extracting means 5. For example, when the input original language voice is “Tsumetai kohi arimasuka? (
    Figure US20040260533A1-20041223-P00053
    Figure US20040260533A1-20041223-P00017
    Figure US20040260533A1-20041223-P00054
    ?),” as a result of the voice recognition, a recognition result sentence “Tsumetai kohi arimasuka? (
    Figure US20040260533A1-20041223-P00053
    Figure US20040260533A1-20041223-P00017
    Figure US20040260533A1-20041223-P00054
    ?)” is output to the key word extracting means.
  • Then, the key [0125] word extracting means 5 extracts predetermined key words from the recognition result sentence, and outputs the extracted key words to the sentence example selecting means 7. For example, from the recognition result sentence “Tsumetai kohi arimasuka? (
    Figure US20040260533A1-20041223-P00053
    Figure US20040260533A1-20041223-P00017
    Figure US20040260533A1-20041223-P00054
    ?),” the key word extracting means 5 extracts three key words “tsumetai (
    Figure US20040260533A1-20041223-P00053
    ),” “kohi (
    Figure US20040260533A1-20041223-P00017
    )” and “ari(
    Figure US20040260533A1-20041223-P00052
    ).”
  • Then, the sentence [0126] example selecting means 7 creates key word pairs in the input sentence by combining the key words in the input sentence that are output from the key word extracting means 5. Then, the sentence example selecting means 7 compares the key word pairs in the input sentence with the key. word pairs in each sentence example in the example DB 3, selects a sentence example including the largest number of the key word pairs in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence, and outputs the selected sentence example.
  • For example, the three key words “tsumetai ([0127]
    Figure US20040260533A1-20041223-P00053
    ),” “kohi (
    Figure US20040260533A1-20041223-P00017
    )” and “ari (
    Figure US20040260533A1-20041223-P00052
    )” in the input sentence are combined to create three key word pairs “(tsumetai (
    Figure US20040260533A1-20041223-P00053
    )→kohi (
    Figure US20040260533A1-20041223-P00017
    )),” “(kohi(
    Figure US20040260533A1-20041223-P00017
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” and “(tsumetai (
    Figure US20040260533A1-20041223-P00053
    )→ari (
    Figure US20040260533A1-20041223-P00052
    )).”
  • Then, the key word pairs in the input sentence are compared with the key word pair in the first sentence example in the [0128] example DB 3. Since the key word pair in the first sentence example is “(kohi (
    Figure US20040260533A1-20041223-P00017
    )→onegai (
    Figure US20040260533A1-20041223-P00005
    ),” none of the key word pairs in the input sentence is included in the first sentence example.
  • Then, the key word pairs in the input sentence are compared with the key word pairs in the second sentence example in the [0129] example DB 3. There are two key word pairs “(tsumetai (
    Figure US20040260533A1-20041223-P00053
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” in the second sentence example. Of the key word pairs in the input sentence, “(tsumetai (
    Figure US20040260533A1-20041223-P00053
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” are included although “(tsumetai (
    Figure US20040260533A1-20041223-P00053
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” is not included. Therefore, the second sentence example includes two of the key word pairs in the input sentence.
  • Assume that as a result of comparing the key word pairs in the input sentence with the key word pairs in all the sentence examples in the [0130] example DB 3 in this manner, the second sentence example includes the largest number of the key word pairs in the input sentence. Then, the second sentence example is selected as the sentence example of which meaning is most similar to that of the input sentence, and is output. That is, a target language expression pattern “Do you have a cold milk?” is output from the sentence example selecting means 7.
  • While the output sentence generating means [0131] 8 is shown in FIG. 1, it is not necessary to provide the output sentence generating means 8; the apparatus can function as an interpreting apparatus by outputting the target language expression pattern output from the sentence example selecting means 7, to the outside as it is.
  • As described above, according to this embodiment, the [0132] example DB 3 in which standard or simplified expression patterns of output target language sentences, the key word groups corresponding to the patterns and the co-occurrence relation between the key words are associated is previously created, key words are extracted from the input sentence, the expression pattern including the keyword group most similar to the extracted key word group is selected from the example DB 3, and the selected expression pattern is output. Consequently, even in a case where the output sentence generating means 8 is provided and the output sentence generating means 8 uses conversion rules and sentence generation rules to perform correction of grammatical unnaturalness such as: optimization of a pronoun, a verb and an auxiliary verb, for example, conversion into the third person form, the plural form or the past form; interpolation of zero pronouns; and optimization of the overall structure of the sentence, the conversion rules and the sentence generation rules canbemadecompact, sothatexpressionconversioncanbeperformed at high speed with simple processing.
  • Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output canbe solved. For example, evenwhena sentence such as “Tsumetai miruku etto arimasuka ([0133]
    Figure US20040260533A1-20041223-P00053
    Figure US20040260533A1-20041223-P00018
    Figure US20040260533A1-20041223-P00056
    Figure US20040260533A1-20041223-P00055
    Figure US20040260533A1-20041223-P00054
    )” or “Tsumetaino miruku arimasuka (
    Figure US20040260533A1-20041223-P00053
    Figure US20040260533A1-20041223-P00013
    Figure US20040260533A1-20041223-P00018
    Figure US20040260533A1-20041223-P00054
    )” that is erroneous in a part other than the key words such as “etto (
    Figure US20040260533A1-20041223-P00056
    Figure US20040260533A1-20041223-P00055
    )” or “no (
    Figure US20040260533A1-20041223-P00013
    )” is input, the input sentence can be converted into an expression of which meaning can correctly be understood like “Do you have a cold milk?”
  • While a case where only one sentence example is selected by the sentence [0134] example selecting means 3 is described in this embodiment, when more than one sentence examples have an equal degree of similarity as a result of comparing the extracted key word pairs with the key word pairs in the sentence examples in the example DB 3, the more than one sentence examples are output.
  • In a case where the expression patterns written in the previously created [0135] example DB 3 consist of only key words as shown in FIG. 3, it is unnecessary to provide the output sentence generating means 8, or when the output sentence generating means 8 is provided and the conversion rules and the sentence generation rules are used, the conversion rules and the sentence generation rules can further be made compact, so that a highly effective interpreting apparatus can be realized.
  • Second Embodiment
  • Next, a second embodiment will be described. [0136]
  • FIG. 4 shows the structure of an interpreting apparatus according to an embodiment of the present invention. [0137]
  • An [0138] example DB 11 is different from the example DB of the first embodiment in that key words are classed and replaced with meaning codes representative of classes.
  • In a classified vocabulary table [0139] 12, each key word is assigned a meaning code representative of which class the key word belongs to.
  • Word classing means [0140] 13 replaces the key words in the example DB 11, the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words, and replaces the key words extracted by key word extracting means 5 with meaning code based on the meaning codes in the classified vocabulary table to thereby class the key words.
  • Sentence [0141] example selecting means 14 compares the key word classes in the input sentence with the key word class pairs in each sentence example, and selects a sentence example the largest number of which key word class pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence.
  • Output generating means [0142] 15 returns the key word class in the selected sentence example to the input key words included in the same class, and outputs the key words.
  • Except these, the structure is the same as that of the first embodiment. [0143]
  • Next, an operation of this embodiment structured as described above will be described. [0144]
  • In the interpreting apparatus of this embodiment, like in the first embodiment, before interpretation is performed, the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into a bilingual [0145] key word dictionary 16 and the example DB 11. Then, the dependency relation analyzing means 2 similarly adds the pair of key words that are in a co-occurrence relation in the dependency structure relation to the expression pattern pair.
  • Further, the word classing means [0146] 13 replaces the key words in the example DB 11, the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words.
  • FIG. 5([0147] a) shows an example of the classified vocabulary table 12. FIG. 5(b) shows the example DB 11.
  • In the classified vocabulary table [0148] 12 shown in FIG. 5(a), the meaning code of words representative of beverages such as “kohi (
    Figure US20040260533A1-20041223-P00017
    )” is 100, and the meaning code representative of the condition of a beverage such as “tsumetai (
    Figure US20040260533A1-20041223-P00053
    )” is 200. Like this, the key words in the classified vocabulary table 12 are each classed by being assigned a meaning code.
  • In the example of the [0149] example DB 11 shown in FIG. 5(b), using the meaning codes assigned to the key words in the classified vocabulary table 12, the key words that occur in the example of the example DB 3 of FIG. 2 described in the first embodiment are represented by meaning codes.
  • Next, an operation to perform interpretation by use of the [0150] example DB 11 and the bilingual key word dictionary 16 previously created in the above-described manner will be described.
  • In performing interpretation, first, an original language voice is input to the [0151] speech recognizing means 4, and the voice recognizing means 4 voice-recognizes the input original language voice, and outputs a word string candidate which is the result of the recognition. Then, the result of the recognition is: input to the key word extracting means 5.
  • Then, the key [0152] word extracting means 5 extracts predetermined key words from the recognition result sentence.
  • Then, the word classing means [0153] 13 replaces the extracted key words with meaning codes based on the meaning codes in the classified word meaning 12 to thereby class the key words.
  • Then, the sentence [0154] example selecting means 14 creates key word class pairs in the input sentence by combining the classes of the key words in the input sentence that are classed by the word classing means 13. Then, the sentence example selecting means 14 compares the key word class pairs in the input sentence with the key word class pair in each sentence example in the example DB 11, and selects a sentence example the largest number of which key word class pairs is included in the input sentence, as the sentence example of which meaning is most similar to that of the input sentence.
  • The output sentence generating means [0155] 15 returns the key word classes in the sentence example selected by the sentence example selecting means 14 to the input key words included in the same class, replaces the key words with the equivalents of the input key words by use of the bilingual key word dictionary 16, and outputs them.
  • While a case where only one sentence example is selected by the sentence [0156] example selecting means 14 is described in this embodiment, when more than one sentence examples have an equal degree of similarity as a result of comparing the pairs of the classes of the extracted key words with the class pairs in the sentence examples in the example DB 3, the more than one sentence examples are output.
  • As described above, according to this embodiment, the [0157] example DB 11 in which standard or simplified expression patterns of output target language sentences, the key word class groups corresponding to the patterns and the co-occurrence relation between the key word class groups are associated is previously created, key words are extracted from the input sentence, the extracted key words are classed based on the classified vocabulary table 12, the expression pattern having the key word class group most similar to the classed key word group is selected from the example DB 11, and the classed key words are returned to the original key words and output, so that the conversion rules and the sentence generation rules can be made compact like in the first embodiment and expression conversion can be performed with simple processing.
  • Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0158]
  • Further, by the word classing, a correct translation result can be output for a new input sentence not included in the sentence examples, so that an interpreting apparatus can be realized that is capable of handling a multiplicity of input sentences with a small example database. [0159]
  • In this embodiment, before interpretation is performed, the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into the bilingual [0160] key word dictionary 16 and the example DB 11, the pair of key words that are in a co-occurrence relation in the dependency structure relation is also added to the expression pattern pair, and then, the word classing means 13 replaces the key words in the example DB 11, the pair of key words that are in a co-occurrence relation and the key words included in the conversion rules with meaning codes based on the meaning codes in the classified vocabulary table 12 to thereby class the key words. However, the present invention is not limited thereto, and the following may be performed: First, before interpretation is performed, for each sentence in the tagged corpus 1, the key words in the sentence are replaced with meaning codes by use of the classified vocabulary table 12, from among a predetermined number of combinations of meaning codes among the meaning codes, a combination of meaning codes that are in a co-occurrence relation is identified, and the identified meaning code combination and the expression into which the sentence from which the meaning codes are selected is converted are previously associated.
  • Third Embodiment
  • Next, a third embodiment will be described. Like the first and the second embodiments, the third embodiment will be described with an interpreting apparatus as an example. [0161]
  • FIG. 6 shows the structure of the interpreting apparatus of this embodiment. [0162]
  • Sentence [0163] example selecting means 21, in addition to performing the function of the sentence example selecting means 7 of the first embodiment, compares the key word pairs in the example DB 3 and the extracted key word groups, and selects a sentence example on the presumption that, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words is an erroneously recognized word.
  • Except this, the structure is the same as that of the first embodiment. [0164]
  • Next, an operation of this embodiment structured as described above will be described. [0165]
  • In the interpreting apparatus of this embodiment, like in the first embodiment, before interpretation is performed, the contents of key words and the correspondence between key word groups and target language expression patterns are decided and written into the bilingual [0166] key word dictionary 6 and the example DB 3, and the co-occurrence relation between key words are also added to the example DB 3.
  • Next, an operation to perform interpretation will be described. [0167]
  • In performing interpretation, first, an original language voice is input to the [0168] speech recognizing means 4, and the voice recognizing means 4 voice-recognizes the original language voice, and outputs a word string candidate which is the result of the recognition.
  • The key [0169] word extracting means 5 receives the result of the recognition output from the speech recognizing means 4, and extracts predetermined key words from the recognition result sentence.
  • Then, the sentence [0170] example selecting means 21 compares the key word pairs in the example DB 3 and the extracted key word pairs, and presumes, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words to be an erroneously recognized word.
  • Then, by use of the key words other than the key word presuned to be erroneously recognized, the sentence [0171] example selecting means 21 selects a sentence, and outputs the selected sentence example like in the first embodiment.
  • FIG. 7 shows an example in which although “atsui miruku ([0172]
    Figure US20040260533A1-20041223-P00058
    Figure US20040260533A1-20041223-P00018
    )” is input to the voice recognizing means 4, the voice recognizing means 4 erroneously recognizes it as “aol miruku (
    Figure US20040260533A1-20041223-P00059
    Figure US20040260533A1-20041223-P00018
    ),” that is, although a voice “Atsui miruku ha arimasuka (z,58
    Figure US20040260533A1-20041223-P00018
    Figure US20040260533A1-20041223-P00126
    Figure US20040260533A1-20041223-P00054
    )” is input to the voice recognizing means 4, the voice recognizing means 4 erroneously recognizes it, and outputs a recognition result sentence “Aoi miruku ha arimasuka (
    Figure US20040260533A1-20041223-P00059
    Figure US20040260533A1-20041223-P00018
    Figure US20040260533A1-20041223-P00060
    Figure US20040260533A1-20041223-P00054
    ).”
  • Moreover, in the example of the [0173] example DB 3 of FIG. 7, a key word group of “kohi (
    Figure US20040260533A1-20041223-P00017
    )” and “onegai (
    Figure US20040260533A1-20041223-P00005
    ),” constitutes a key word pair “(kohi (
    Figure US20040260533A1-20041223-P00017
    )→onegai (
    Figure US20040260533A1-20041223-P00005
    )),” and a target language expression pattern “Coffee please” corresponds thereto. Moreover, a key word group of “atui (
    Figure US20040260533A1-20041223-P00058
    ),” “miruku (
    Figure US20040260533A1-20041223-P00018
    )” and “ari (
    Figure US20040260533A1-20041223-P00052
    )” includes key words pairs “(atui (
    Figure US20040260533A1-20041223-P00058
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    )),” and a target language expression pattern “Do you have a hot milk?” corresponds thereto.
  • When the speech recognizing means [0174] 4 erroneously recognizes the input voice as described above, the key word extracting means 5 receives a recognition result sentence “Aoi miruku ha arimasuka (
    Figure US20040260533A1-20041223-P00059
    Figure US20040260533A1-20041223-P00018
    Figure US20040260533A1-20041223-P00126
    Figure US20040260533A1-20041223-P00054
    ),” and extracts three key words “aoi (∇),” “miruku(
    Figure US20040260533A1-20041223-P00018
    )” and “ari (
    Figure US20040260533A1-20041223-P00059
    )” as they key words.
  • In such a case, the sentence [0175] example selecting means 21 combines the three key words extracting means 5 to create theree key word pairs “(aoi (
    Figure US20040260533A1-20041223-P00059
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    )),” “(aoi (
    Figure US20040260533A1-20041223-P00059
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ),” and compares them with the key word groups in the example DB 3.
  • That is, first, the key word pair “(kohi ([0176]
    Figure US20040260533A1-20041223-P00017
    )→onegai (
    Figure US20040260533A1-20041223-P00005
    ))” in the first sentence example written in the example DB 3 and three key word pairs created by combining the three key words are compared. As a result of the comparison, a key word pair that coincides with the key word pair “(kohi (
    Figure US20040260533A1-20041223-P00017
    )→onegai (
    Figure US20040260533A1-20041223-P00005
    ))” in the first sentence example is absent.
  • Then, the key word pairs “(atsui ([0177]
    Figure US20040260533A1-20041223-P00058
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” in the second sentence example written in the example DB 3 and the three key word pairs created by combining the three key words are compared. As a result of the comparison, of the key word pairs created by combining the three key words, “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” coincides with a key word pair in the second sentence although “(aoi (
    Figure US20040260533A1-20041223-P00059
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    ))” and “(aoi (
    Figure US20040260533A1-20041223-P00059
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” coincide with none of the key word pairs in the second example.
  • That is, the key word pairs in the second sentence example in the example DB has a higher degree of similarity to the key word pairs created by combining the three key words than the key word pair in the first sentence example. Therefore, the second sentence example is selected. [0178]
  • Further, the second sentence example is output after the part of the target language expression corresponding to the following key word is removed from the second sentence example: the key word included in the one of the key word pairs in the second sentence that coincides with none of the key word pairs created by combining the three key words which key word is not included in the one of the key word pairs that coincides with the key word pair created by combining the three key words. That is, since “atsui ([0179]
    Figure US20040260533A1-20041223-P00058
    )” is such a key word, referring to the bilingual key word dictionary 6, the part of the target language expression corresponding to “atsui (
    Figure US20040260533A1-20041223-P00058
    ),” that is, “hot” is removed from “Any hot milk?,” and a sentence “Any milk?” is output.
  • Thus, when the three key word pairs “(aoi ([0180]
    Figure US20040260533A1-20041223-P00059
    )→miruku (
    Figure US20040260533A1-20041223-P00018
    )),” “(aoi (
    Figure US20040260533A1-20041223-P00059
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” and “(miruku (
    Figure US20040260533A1-20041223-P00018
    )→ari (
    Figure US20040260533A1-20041223-P00052
    ))” and the co-occurrence relations, that is, the key word pairs in the example DB 3 are compared, since a word that is in a co-occurrence relation with “atsui (
    Figure US20040260533A1-20041223-P00058
    )” is absent in the recognition result, it is presumed that “atsui (
    Figure US20040260533A1-20041223-P00058
    )” is erroneously recognized, and a sentence “Any milk?” is output as mentioned above.
  • While a case where only one sentence example is selected by the sentence [0181] example selecting means 21 is described in this embodiment, when more than one sentence examples have an equal degree of similarity as a result of comparing the extracted key word pairs with the key word pairs in the sentence examples of the example DB 3, the more than one sentence examples are output.
  • The function of the sentence example selecting means [0182] 21 in this embodiment is not limited to the above-described one, and may be divided into two steps of erroneous recognition selecting means and sentence selecting means. In this case, erroneously recognized word presuming means presumes an erroneously recognized word by comparing the key word group extracted from the recognition result and the key word pairs written in the example DB 3, and the sentence example selecting means has a similar function to the sentence selecting means 7 of the first embodiment.
  • In this case, in performing interpretation, the erroneously recognized word presuming means [0183] 21 compares the created key word pairs with the key word pairs in each sentence example of the example DB 3, and presumes, of the extracted key words, a key word that forms a key word pair, based on a co-occurrence relation, with none of the other key words to be an erroneously recognized word. Then, by use of the key words other than the key word presumed by the erroneously recognized word presuming means to be erroneously recognized, the sentence example selecting means selects a sentence example of which intention is most similar to that of the input sentence, and outputs the selected sentence example like in the first embodiment. By doing this, even when an erroneously recognized part is included in the result of the recognition by the voice recognizing means 4 as mentioned above and the voice recognizing means 4 outputs a recognition result, “Any milk?” can be output like in the previously-described case by the recognition result being processed by the erroneously recognized word presuming means and the sentence example selecting means.
  • It is explained in first to third embodiments above that an original language sentence is a Japanese sentence and a target language sentence is an English sentence, or that the interpreting apparatus converts a Japanese sentence into an English sentence, but an original language sentence and a target language sentence may be other language sentences. [0184]
  • The difference from above embodiments will be mainly described below in case of an interpreting apparatus converting an English sentence into a Japanese sentence and in case of an interpreting apparatus converting a Chinese sentence into a Japanese sentence respectively. [0185]
  • First, in the case of an interpreting apparatus converting an English sentence into a Japanese sentence, FIG. 2, FIG. 5, and FIG. 7 are replaced by FIG. 10, FIG. 11 FIG. 12 respectively. [0186]
  • That is, FIG. 10([0187] a) is an example of a Bilingual key word dictionary 6 and an example database 3 in this case. FIG. 10(b) is an example of the tagged corpus 1 in this case.
  • FIG. 11([0188] a) is an example of a classified vocabulary table 12 in this case. FIG. 11(b) is an example of an example database 11.
  • FIG. 12 is an example of an [0189] example database 3 in this case.
  • It is clear that the each above-mentioned embodiment can be applied to the case where an interpreting apparatus converts an English sentence into a Japanese sentence. [0190]
  • Second, in the case of a interpreting apparatus converting a Chinese sentence into a Japanese sentence, FIG. 2, FIG. 5, and FIG. 7 are replaced by FIG. 13, FIG. 14 FIG. 15 respectively. [0191]
  • That is, FIG. 13([0192] a) is an example of a Bilingual key word dictionary 6 and an example database 3 in this case. FIG. 13(b) is an example of the tagged corpus 1 in this case.
  • FIG. 14([0193] a) is an example of a classified vocabulary table 12 in this case. FIG. 11(b) is an example of an example database 11.
  • FIG. 15 is an example of an [0194] example database 3 in this case.
  • It is clear that the each above-mentioned embodiment can be applied to the case where an interpreting apparatus converts a Chinese sentence into a Japanese sentence. [0195]
  • While the dependency relation analyzing means [0196] 2 pairs key words that are in a co-occurrence relation in this embodiment, the present invention is not limited thereto; the dependency relation analyzing means 2 may pair key words that are in a dependency relation.
  • The tagged [0197] corpus 1 of this embodiment is an example of the corpus of the present invention. The key word pairs of this embodiment are examples of the key word combinations of the present invention. The dependency relation analyzing means 2 of this embodiment is an example of the associating means of the present invention. The key word extracting means 5 and the sentence example selecting means 7 of this embodiment are examples of the converting means of the present invention. The classified vocabulary table 12 of this embodiment is an example of the classing information of the present invention. The dependency relation analyzing means 2 and the word classing means 13 of this embodiment are examples of the associating means of the present invention. The key word extracting means 5 and the sentence example selecting means 14 of this embodiment are examples of the converting means of the present invention. The key word extracting means 5 and the sentence example selecting means 21 of this embodiment are examples of the converting means of the present invention. The meaning code of this embodiment is a example of the class name of the present invention.
  • Further, the predetermined number of the present invention is not limited to two which is the predetermined number in this embodiment, and it may be one. In this case, instead of combining key words into key word pairs and comparing the key word pairs, the key words are independently compared. Moreover, the predetermined number may be three. In this case, combinations of three key words are used for the comparison. Moreover, the predetermined number may be two and three. In this case, both key word pairs and combinations of three key words are used for the comparison. To sum up, it is necessary for the predetermined number of the present invention only to be a given positive integer or a plurality of different given positive integers. [0198]
  • Further, the expression converting apparatus of the present invention is not limited to the interpreting apparatus of this embodiment; it is necessary for the expression converting apparatus of the present invention only to be an apparatus that converts an input sentence into a different expression such as: a translating apparatus that converts an input text into a text in a different language and outputs the converted text, for example, converts an input Japanese text into an English text and outputs the English text; a sentence pattern converting apparatus that converts written language into spoken language; and a summary creating apparatus that summarizes a complicated or redundant sentence and outputs a summary. [0199]
  • Further, the expression converting method of the present invention is not limited to the interpreting method of this embodiment; it is necessary for the expression converting method of the present invention only to be a method of converting an input sentence into a different expression such as: translation to convert an input text into a text in a different language and output the converted text, for example, convert an input Japanese text into an English text and output the English text; sentence pattern conversion to convert written language into spoken language; and summary creation to summarize a complicated or redundant sentence and output a summary. [0200]
  • By previously creating the example database in which standard or simplified expression patterns of output target language sentences are associated with the key word groups corresponding to the patterns and the co-occurrence relation between the key word groups, extracting key words from the input sentence, selecting from the example database the expression pattern including the key word group most similar to the extracted key word group, and outputting the selected expression pattern as described above, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. [0201]
  • Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0202]
  • Further, even when a key word is erroneous, according to the degree of the error, it is possible to convert the input sentence into an expression of which meaning can correctly be understood or to notify the user that the meaning cannot be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0203]
  • Further, the present invention is a program for causing a computer to perform the functions of all or some of the means (or apparatuses, devices, circuits, portions or the like) of the above-described expression converting apparatus of the present invention which program operates in cooperation with the computer. [0204]
  • Further, the present invention is a program for causing a computer to perform the operations of all or some of the steps (or processes, operations, actions or the like) of the above-described expression converting method of the present invention which program operates in cooperation with the computer. [0205]
  • Some of the means (or apparatuses, devices, circuits, portions or the like) of the present invention and some of the steps (or processes, operations, actions or the like) of the present invention mean some means of the plural means and some steps of the plural steps, respectively, or mean some functions of one means and some operations of one step, respectively. [0206]
  • Moreover, a computer-readable record medium on which the program of the present invention is recorded is also included in the present invention. [0207]
  • Moreover, a usage pattern of the program of the present invention may be such that the program is recorded on a computer-readable record medium and operates in cooperation with the computer. [0208]
  • Moreover, a usage pattern of the program of the present invention may be such that the program is transmitted through a transmission medium to be read by a computer and operates in cooperation with the computer. [0209]
  • The record medium includes ROMs. The transmission medium includes a transmission medium such as the Internet, and light, radio waves and sound waves. [0210]
  • As described above, the structure of the present invention may be realized either as software or as hardware. [0211]
  • As detailed above, according to this embodiment, by extracting key words from the input sentence, converting the input sentence into a standard or simplified expression sentence representative of the same meaning by use of the extracted key words, and outputting the expression sentence, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0212]
  • Moreover, by extracting, as key words, words which are some of the content words included in the input sentence or the words into which the words which are some of the content words are converted, and generating a standard or simplified expression sentence comprising a combination of the key words and the expression decided by the sentence meaning presumed from the input sentence, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. [0213]
  • Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0214]
  • Moreover, by extracting key words from the input sentence, presuming the sentence meaning from the co-occurence dependency relation or the co-occurrence relation between the extracted key words, and generating a standard or simplified expression from a combination of only words predetermined from the key words or the equivalents of the key words and the presumed intention, the conversion rules and the sentence generation rules can be made compact, so that expression conversion can be performed with simple processing. [0215]
  • Moreover, even when a sentence that is erroneous in a part other than the key words is input, the input sentence can be converted into an expression of which meaning can correctly be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0216]
  • Moreover, by previously creating the example DB in which output standard or simplified expression patterns, the key word groups corresponding to the patterns and the dependency relation or the co-occurrence relation between key word groups are associated, extracting a key word group from the input sentence, selecting from the example DB an expression pattern including the key word group most similar to the extracted key word group, and outputting the selected sentence example, in addition to the above-mentioned effects, expression conversion can accurately be performed faithfully to the kind, the domain and the sentence pattern of the actually input sentence. [0217]
  • Moreover, by the expression patterns written in the example DB each consisting of only key words or equivalents of the key words, the effects can be enhanced. [0218]
  • Moreover, by the description of the expression patterns written in the example DB, the key word groups and the dependency relation between the key word groups or the key words that are in a co-occurrence relation being a description of classes of words including the key words, in addition to the above-mentioned effects, even when a key word not included in the example DB is input, an appropriate sentence example can be selected, so that expression conversion capable of handling a wider variety of input sentences is enabled. [0219]
  • Moreover, by extracting a key word group from the input sentence, presuming an input error word from the relation between the extracted key words, presuming the sentence meaning from the key words other than the key word presumed to be an input error word, and generating a standard or simplified expression from a word combination decided by the presumed sentence meaning, in addition to the above-mentioned effects, even when a key word is erroneous, according to the degree of seriousness of the error, it is possible to convert the input sentence into an expression of which meaning can correctly be understood or to notify the user that the meaning cannot be understood, so that the conventional problem that an expression conversion result in which an erroneous part remains is output can be solved. [0220]
  • The present invention can provide an expression converting method, an expression converting apparatus and a program being compact in structure and capable of high-speed processing. [0221]
  • Moreover, the present invention can provide an expression converting method, an expression converting apparatus and a program capable of, even when a part other than the key words of the input sentence is erroneously recognized because of a voice recognition error or the like, outputting a result that correctly conveys the intention without the quality of the output sentence adversely affected. [0222]
  • Moreover, the present invention can provide an expression converting method, an expression converting apparatus and a program capable of, even when a part of the input sentence is erroneously recognized because of a voice recognition error or the like, avoiding the conventional problem that a result not conveying the sentence meaning at all is output. [0223]

Claims (7)

What is claimed is:
1. An expression converting method wherein for each sentence in a corpus, key words are selected from the sentence, a combination of key words that are in a co-occurrence relation is identified from among a predetermined number of combinations of key words among the selected key words, and the identified key word combination and an expression into which the sentence from which the key words are selected is converted are previously associated, and
wherein predetermined key words are selected from an input sentence, the selected key words are combined, the key word combinations and the previously identified key word combination of each sentence are compared, one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison are selected, and expressions into which the selected sentences are converted are output, and
the predetermined key words of each sentence in the corpus are stored,
from the stored predetermined key words of each sentence in the corpus, predetermined combinations of key words are selected as having a dependency relationship and stored, and
the predetermined combinations of key words are individually selected for each sentence from the stored predetermined key words of the sentence.
2. An expression converting apparatus comprising:
associating means of, for each sentence in a corpus, selecting key words from the sentence, identifying a combination of key words that are in a co-occurrence relation from among a predetermined number of combinations of key words among the selected key words, and previously associating the identified key word combination and an expression into which the sentence from which the key words are selected is converted; and
converting means of selecting predetermined key words from an input sentence, combining the selected key words, comparing the key word combinations and the previously identified key word combination of each sentence, selecting one or more than one sentences that coincide or have a high degree of similarity as a result of the comparison, and outputting expressions into which the selected sentences are converted, and
the predetermined key words of each sentence in the corpus are stored,
from the stored predetermined key words of each sentence in the corpus, predetermined combinations of key words are selected as having a dependency relationship and stored, and
the predetermined combinations of key words are individually selected for each sentence from the stored predetermined key words of the sentence.
3. An expression converting apparatus according to claim 2, wherein when the degree of similarity is high as the result of the comparison, said converting means outputs the selected expression after removing a part of the selected expression into which a key word is converted, said key word belonging to the previously identified key word combination of the selected sentence that does not coincide with the combined key word combination and not being included in the previously identified key word combination of the selected sentence that coincide with the combined key word combination.
4. An expression converting apparatus according to claim 2, wherein said expression into which the sentence is converted comprises only key words or words equivalent to the key words.
5. A program for causing a computer to function as all or part of the expression converting apparatus of claim 2.
6. An expression converting method of claim 1 wherein the predetermined combinations of key words have a dependency relationship that includes a grammatically correct sequence of key words.
7. An expression converting apparatus of claim 2 wherein the predetermined combinations of key words have a dependency relationship that includes a grammatically correct sequence of key words.
US10/889,345 2000-03-10 2004-07-12 Method and apparatus for converting an expression using key words Abandoned US20040260533A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/889,345 US20040260533A1 (en) 2000-03-10 2004-07-12 Method and apparatus for converting an expression using key words

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2000066494 2000-03-10
JP2000-066.494 2000-03-10
US09/803,779 US6862566B2 (en) 2000-03-10 2001-03-12 Method and apparatus for converting an expression using key words
US10/889,345 US20040260533A1 (en) 2000-03-10 2004-07-12 Method and apparatus for converting an expression using key words

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/803,779 Division US6862566B2 (en) 2000-03-10 2001-03-12 Method and apparatus for converting an expression using key words

Publications (1)

Publication Number Publication Date
US20040260533A1 true US20040260533A1 (en) 2004-12-23

Family

ID=18585847

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/803,779 Expired - Lifetime US6862566B2 (en) 2000-03-10 2001-03-12 Method and apparatus for converting an expression using key words
US10/889,345 Abandoned US20040260533A1 (en) 2000-03-10 2004-07-12 Method and apparatus for converting an expression using key words

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/803,779 Expired - Lifetime US6862566B2 (en) 2000-03-10 2001-03-12 Method and apparatus for converting an expression using key words

Country Status (2)

Country Link
US (2) US6862566B2 (en)
CN (1) CN1174332C (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070118376A1 (en) * 2005-11-18 2007-05-24 Microsoft Corporation Word clustering for input data
US20070150257A1 (en) * 2005-12-22 2007-06-28 Xerox Corporation Machine translation using non-contiguous fragments of text
US20080063155A1 (en) * 2006-02-10 2008-03-13 Spinvox Limited Mass-Scale, User-Independent, Device-Independent Voice Messaging System
US20110184720A1 (en) * 2007-08-01 2011-07-28 Yael Karov Zangvil Automatic context sensitive language generation, correction and enhancement using an internet corpus
US8903053B2 (en) 2006-02-10 2014-12-02 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8976944B2 (en) * 2006-02-10 2015-03-10 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8989785B2 (en) 2003-04-22 2015-03-24 Nuance Communications, Inc. Method of providing voicemails to a wireless information device
US8989713B2 (en) 2007-01-09 2015-03-24 Nuance Communications, Inc. Selection of a link in a received message for speaking reply, which is converted into text form for delivery
US9223859B2 (en) * 2011-05-11 2015-12-29 Here Global B.V. Method and apparatus for summarizing communications
US20160094511A1 (en) * 2013-07-29 2016-03-31 Baidu Online Network Technology (Beijing) Co., Ltd. Method, device, computer storage medium, and apparatus for providing candidate words
CN106294639A (en) * 2016-08-01 2017-01-04 金陵科技学院 Method is analyzed across the newly property the created anticipation of language patent based on semantic
US20180253420A1 (en) * 2017-03-02 2018-09-06 Toyota Jidosha Kabushiki Kaisha Output sentence generation apparatus, output sentence generation method, and output sentence generation program
CN110378704A (en) * 2019-07-23 2019-10-25 珠海格力电器股份有限公司 Method, storage medium and the terminal device of suggestion feedback based on fuzzy diagnosis
CN110427621A (en) * 2019-07-23 2019-11-08 北京语言大学 A kind of Chinese classification term extraction method and system

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6862566B2 (en) * 2000-03-10 2005-03-01 Matushita Electric Industrial Co., Ltd. Method and apparatus for converting an expression using key words
GB2377046A (en) * 2001-06-29 2002-12-31 Ibm Metadata generation
JP2003242176A (en) * 2001-12-13 2003-08-29 Sony Corp Information processing device and method, recording medium and program
JP3921523B2 (en) * 2001-12-27 2007-05-30 独立行政法人情報通信研究機構 Text generation method and text generation apparatus
US20030154069A1 (en) * 2002-02-14 2003-08-14 International Business Machines Corporation Computerized system and method for converting selected text between languages
US7293015B2 (en) * 2002-09-19 2007-11-06 Microsoft Corporation Method and system for detecting user intentions in retrieval of hint sentences
US7194455B2 (en) * 2002-09-19 2007-03-20 Microsoft Corporation Method and system for retrieving confirming sentences
US7171351B2 (en) * 2002-09-19 2007-01-30 Microsoft Corporation Method and system for retrieving hint sentences using expanded queries
JP3987533B2 (en) * 2003-03-14 2007-10-10 富士通株式会社 Translation support device
JP2004280574A (en) * 2003-03-17 2004-10-07 Internatl Business Mach Corp <Ibm> Translation system, dictionary updating server, translation method, programs therefor, and storage medium
US8209185B2 (en) * 2003-09-05 2012-06-26 Emc Corporation Interface for management of auditory communications
US7457396B2 (en) * 2003-09-05 2008-11-25 Emc Corporation Automated call management
US7499531B2 (en) * 2003-09-05 2009-03-03 Emc Corporation Method and system for information lifecycle management
US8103873B2 (en) * 2003-09-05 2012-01-24 Emc Corporation Method and system for processing auditory communications
JP3790825B2 (en) * 2004-01-30 2006-06-28 独立行政法人情報通信研究機構 Text generator for other languages
JP4076520B2 (en) * 2004-05-26 2008-04-16 富士通株式会社 Translation support program and word mapping program
US8229904B2 (en) * 2004-07-01 2012-07-24 Emc Corporation Storage pools for information management
US7444287B2 (en) * 2004-07-01 2008-10-28 Emc Corporation Efficient monitoring system and method
US8180742B2 (en) * 2004-07-01 2012-05-15 Emc Corporation Policy-based information management
US9268780B2 (en) * 2004-07-01 2016-02-23 Emc Corporation Content-driven information lifecycle management
US20060004579A1 (en) * 2004-07-01 2006-01-05 Claudatos Christopher H Flexible video surveillance
US8180743B2 (en) 2004-07-01 2012-05-15 Emc Corporation Information management
US7707037B2 (en) * 2004-07-01 2010-04-27 Emc Corporation Archiving of surveillance data
US8244542B2 (en) * 2004-07-01 2012-08-14 Emc Corporation Video surveillance
US8626514B2 (en) * 2004-08-31 2014-01-07 Emc Corporation Interface for management of multiple auditory communications
US7805289B2 (en) * 2006-07-10 2010-09-28 Microsoft Corporation Aligning hierarchal and sequential document trees to identify parallel data
JP5239307B2 (en) * 2007-11-20 2013-07-17 富士ゼロックス株式会社 Translation apparatus and translation program
CN101739395A (en) * 2009-12-31 2010-06-16 程光远 Machine translation method and system
CN102236637B (en) * 2010-04-22 2013-08-07 北京金山软件有限公司 Method and system for determining collocation degree of collocations with central word
WO2016117879A1 (en) * 2015-01-23 2016-07-28 엘지이노텍(주) Wearable display device
EP3324305A4 (en) * 2015-07-13 2018-12-05 Teijin Limited Information processing apparatus, information processing method, and computer program
US10437029B2 (en) * 2016-02-19 2019-10-08 Almalence Inc. Collapsible lens mount systems
CN108009182B (en) * 2016-10-28 2020-03-10 京东方科技集团股份有限公司 Information extraction method and device
KR102342066B1 (en) * 2017-06-21 2021-12-22 삼성전자주식회사 Method and apparatus for machine translation using neural network and method for learning the appartus
US10635862B2 (en) * 2017-12-21 2020-04-28 City University Of Hong Kong Method of facilitating natural language interactions, a method of simplifying an expression and a system thereof
US20190237069A1 (en) * 2018-01-31 2019-08-01 GM Global Technology Operations LLC Multilingual voice assistance support
CN109035922B (en) * 2018-09-04 2021-05-04 郑彪 Foreign language learning method and device based on video
US11176330B2 (en) * 2019-07-22 2021-11-16 Advanced New Technologies Co., Ltd. Generating recommendation information

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5375235A (en) * 1991-11-05 1994-12-20 Northern Telecom Limited Method of indexing keywords for searching in a database recorded on an information recording medium
US5384701A (en) * 1986-10-03 1995-01-24 British Telecommunications Public Limited Company Language translation system
US5765131A (en) * 1986-10-03 1998-06-09 British Telecommunications Public Limited Company Language translation system and method
US5848389A (en) * 1995-04-07 1998-12-08 Sony Corporation Speech recognizing method and apparatus, and speech translating system
US5956711A (en) * 1997-01-16 1999-09-21 Walter J. Sullivan, III Database system with restricted keyword list and bi-directional keyword translation
US5956668A (en) * 1997-07-18 1999-09-21 At&T Corp. Method and apparatus for speech translation with unrecognized segments
US5991711A (en) * 1996-02-26 1999-11-23 Fuji Xerox Co., Ltd. Language information processing apparatus and method
US5995919A (en) * 1997-07-24 1999-11-30 Inventec Corporation Multi-lingual recognizing method using context information
US6026407A (en) * 1995-11-28 2000-02-15 Nec Corporation Language data storage and reproduction apparatus
US6041293A (en) * 1995-05-31 2000-03-21 Canon Kabushiki Kaisha Document processing method and apparatus therefor for translating keywords according to a meaning of extracted words
US6128613A (en) * 1997-06-26 2000-10-03 The Chinese University Of Hong Kong Method and apparatus for establishing topic word classes based on an entropy cost function to retrieve documents represented by the topic words
US6185550B1 (en) * 1997-06-13 2001-02-06 Sun Microsystems, Inc. Method and apparatus for classifying documents within a class hierarchy creating term vector, term file and relevance ranking
US6192332B1 (en) * 1998-04-06 2001-02-20 Mitsubishi Electric Research Laboratories, Inc. Adaptive electronic phrase book
US6266642B1 (en) * 1999-01-29 2001-07-24 Sony Corporation Method and portable apparatus for performing spoken language translation
US6321189B1 (en) * 1998-07-02 2001-11-20 Fuji Xerox Co., Ltd. Cross-lingual retrieval system and method that utilizes stored pair data in a vector space model to process queries
US6321188B1 (en) * 1994-11-15 2001-11-20 Fuji Xerox Co., Ltd. Interactive system providing language information for communication between users of different languages
US6356865B1 (en) * 1999-01-29 2002-03-12 Sony Corporation Method and apparatus for performing spoken language translation
US6571240B1 (en) * 2000-02-02 2003-05-27 Chi Fai Ho Information processing for searching categorizing information in a document based on a categorization hierarchy and extracted phrases
US6675159B1 (en) * 2000-07-27 2004-01-06 Science Applic Int Corp Concept-based search and retrieval system
US6862566B2 (en) * 2000-03-10 2005-03-01 Matushita Electric Industrial Co., Ltd. Method and apparatus for converting an expression using key words

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1988002516A1 (en) 1986-10-03 1988-04-07 British Telecommunications Public Limited Company Language translation system
US5708829A (en) * 1991-02-01 1998-01-13 Wang Laboratories, Inc. Text indexing system
US5369577A (en) * 1991-02-01 1994-11-29 Wang Laboratories, Inc. Text searching system
JP3549608B2 (en) 1995-04-04 2004-08-04 富士通株式会社 Method and apparatus for determining structure of hierarchical data based on identifier
JP3822990B2 (en) 1999-01-07 2006-09-20 株式会社日立製作所 Translation device, recording medium

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5384701A (en) * 1986-10-03 1995-01-24 British Telecommunications Public Limited Company Language translation system
US5765131A (en) * 1986-10-03 1998-06-09 British Telecommunications Public Limited Company Language translation system and method
US5375235A (en) * 1991-11-05 1994-12-20 Northern Telecom Limited Method of indexing keywords for searching in a database recorded on an information recording medium
US6321188B1 (en) * 1994-11-15 2001-11-20 Fuji Xerox Co., Ltd. Interactive system providing language information for communication between users of different languages
US5848389A (en) * 1995-04-07 1998-12-08 Sony Corporation Speech recognizing method and apparatus, and speech translating system
US6041293A (en) * 1995-05-31 2000-03-21 Canon Kabushiki Kaisha Document processing method and apparatus therefor for translating keywords according to a meaning of extracted words
US6026407A (en) * 1995-11-28 2000-02-15 Nec Corporation Language data storage and reproduction apparatus
US5991711A (en) * 1996-02-26 1999-11-23 Fuji Xerox Co., Ltd. Language information processing apparatus and method
US5956711A (en) * 1997-01-16 1999-09-21 Walter J. Sullivan, III Database system with restricted keyword list and bi-directional keyword translation
US6185550B1 (en) * 1997-06-13 2001-02-06 Sun Microsystems, Inc. Method and apparatus for classifying documents within a class hierarchy creating term vector, term file and relevance ranking
US6128613A (en) * 1997-06-26 2000-10-03 The Chinese University Of Hong Kong Method and apparatus for establishing topic word classes based on an entropy cost function to retrieve documents represented by the topic words
US5956668A (en) * 1997-07-18 1999-09-21 At&T Corp. Method and apparatus for speech translation with unrecognized segments
US5995919A (en) * 1997-07-24 1999-11-30 Inventec Corporation Multi-lingual recognizing method using context information
US6192332B1 (en) * 1998-04-06 2001-02-20 Mitsubishi Electric Research Laboratories, Inc. Adaptive electronic phrase book
US6321189B1 (en) * 1998-07-02 2001-11-20 Fuji Xerox Co., Ltd. Cross-lingual retrieval system and method that utilizes stored pair data in a vector space model to process queries
US6266642B1 (en) * 1999-01-29 2001-07-24 Sony Corporation Method and portable apparatus for performing spoken language translation
US6356865B1 (en) * 1999-01-29 2002-03-12 Sony Corporation Method and apparatus for performing spoken language translation
US6571240B1 (en) * 2000-02-02 2003-05-27 Chi Fai Ho Information processing for searching categorizing information in a document based on a categorization hierarchy and extracted phrases
US6862566B2 (en) * 2000-03-10 2005-03-01 Matushita Electric Industrial Co., Ltd. Method and apparatus for converting an expression using key words
US6675159B1 (en) * 2000-07-27 2004-01-06 Science Applic Int Corp Concept-based search and retrieval system

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8989785B2 (en) 2003-04-22 2015-03-24 Nuance Communications, Inc. Method of providing voicemails to a wireless information device
US8249871B2 (en) * 2005-11-18 2012-08-21 Microsoft Corporation Word clustering for input data
US20070118376A1 (en) * 2005-11-18 2007-05-24 Microsoft Corporation Word clustering for input data
US20070150257A1 (en) * 2005-12-22 2007-06-28 Xerox Corporation Machine translation using non-contiguous fragments of text
US7536295B2 (en) * 2005-12-22 2009-05-19 Xerox Corporation Machine translation using non-contiguous fragments of text
US20080063155A1 (en) * 2006-02-10 2008-03-13 Spinvox Limited Mass-Scale, User-Independent, Device-Independent Voice Messaging System
US9191515B2 (en) 2006-02-10 2015-11-17 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8903053B2 (en) 2006-02-10 2014-12-02 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8934611B2 (en) 2006-02-10 2015-01-13 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8953753B2 (en) 2006-02-10 2015-02-10 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8976944B2 (en) * 2006-02-10 2015-03-10 Nuance Communications, Inc. Mass-scale, user-independent, device-independent voice messaging system
US8989713B2 (en) 2007-01-09 2015-03-24 Nuance Communications, Inc. Selection of a link in a received message for speaking reply, which is converted into text form for delivery
US8645124B2 (en) * 2007-08-01 2014-02-04 Ginger Software, Inc. Automatic context sensitive language generation, correction and enhancement using an internet corpus
US9026432B2 (en) * 2007-08-01 2015-05-05 Ginger Software, Inc. Automatic context sensitive language generation, correction and enhancement using an internet corpus
US20110184720A1 (en) * 2007-08-01 2011-07-28 Yael Karov Zangvil Automatic context sensitive language generation, correction and enhancement using an internet corpus
US9223859B2 (en) * 2011-05-11 2015-12-29 Here Global B.V. Method and apparatus for summarizing communications
US20160094511A1 (en) * 2013-07-29 2016-03-31 Baidu Online Network Technology (Beijing) Co., Ltd. Method, device, computer storage medium, and apparatus for providing candidate words
US9894030B2 (en) * 2013-07-29 2018-02-13 Baidu Online Network Technology (Beijing) Co., Ltd. Method, device, computer storage medium, and apparatus for providing candidate words
CN106294639A (en) * 2016-08-01 2017-01-04 金陵科技学院 Method is analyzed across the newly property the created anticipation of language patent based on semantic
US20180253420A1 (en) * 2017-03-02 2018-09-06 Toyota Jidosha Kabushiki Kaisha Output sentence generation apparatus, output sentence generation method, and output sentence generation program
CN108536670A (en) * 2017-03-02 2018-09-14 公立大学法人首都大学东京 Output statement generating means, methods and procedures
US10643032B2 (en) * 2017-03-02 2020-05-05 Toyota Jidosha Kabushiki Kaisha Output sentence generation apparatus, output sentence generation method, and output sentence generation program
CN110378704A (en) * 2019-07-23 2019-10-25 珠海格力电器股份有限公司 Method, storage medium and the terminal device of suggestion feedback based on fuzzy diagnosis
CN110427621A (en) * 2019-07-23 2019-11-08 北京语言大学 A kind of Chinese classification term extraction method and system
CN110427621B (en) * 2019-07-23 2020-11-20 北京语言大学 Chinese classified word extraction method and system

Also Published As

Publication number Publication date
CN1319836A (en) 2001-10-31
US20020010573A1 (en) 2002-01-24
US6862566B2 (en) 2005-03-01
CN1174332C (en) 2004-11-03

Similar Documents

Publication Publication Date Title
US6862566B2 (en) Method and apparatus for converting an expression using key words
US7072826B1 (en) Language conversion rule preparing device, language conversion device and program recording medium
US6442524B1 (en) Analyzing inflectional morphology in a spoken language translation system
US6266642B1 (en) Method and portable apparatus for performing spoken language translation
US6356865B1 (en) Method and apparatus for performing spoken language translation
US6278968B1 (en) Method and apparatus for adaptive speech recognition hypothesis construction and selection in a spoken language translation system
US6243669B1 (en) Method and apparatus for providing syntactic analysis and data structure for translation knowledge in example-based language translation
US6223150B1 (en) Method and apparatus for parsing in a spoken language translation system
US6282507B1 (en) Method and apparatus for interactive source language expression recognition and alternative hypothesis presentation and selection
KR101099177B1 (en) Unilingual translator
US6182027B1 (en) Translation method and system
JP5113750B2 (en) Definition extraction
KR100530154B1 (en) Method and Apparatus for developing a transfer dictionary used in transfer-based machine translation system
WO2003056450A1 (en) Syntax analysis method and apparatus
Appelt et al. Named entity extraction from speech: Approach and results using the TextPro system
JP3441400B2 (en) Language conversion rule creation device and program recording medium
JP3825645B2 (en) Expression conversion method and expression conversion apparatus
Doermann et al. Translation lexicon acquisition from bilingual dictionaries
JP3737817B2 (en) Expression conversion method and expression conversion apparatus
KR20180054236A (en) Automatic translating and interpreting system using speech-symbol-based dictionary pseudo-search and the method thereof
JP3698454B2 (en) Parallel phrase analysis device and learning data automatic creation device
KR20010057781A (en) Apparatus for analysing multi-word morpheme and method using the same
Ratnam et al. Phonogram-based Automatic Typo Correction in Malayalam Social Media Comments
WO2000045289A1 (en) A method and apparatus for example-based spoken language translation with examples having grades of specificity
JP2003345797A (en) Language converter and program recording medium

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION