Movatterモバイル変換


[0]ホーム

URL:


US20060015326A1 - Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building - Google Patents

Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building
Download PDF

Info

Publication number
US20060015326A1
US20060015326A1US11/180,153US18015305AUS2006015326A1US 20060015326 A1US20060015326 A1US 20060015326A1US 18015305 AUS18015305 AUS 18015305AUS 2006015326 A1US2006015326 A1US 2006015326A1
Authority
US
United States
Prior art keywords
word
probability
corpus
character
characters
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
US11/180,153
Inventor
Shinsuke Mori
Daisuke Takuma
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines CorpfiledCriticalInternational Business Machines Corp
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATIONreassignmentINTERNATIONAL BUSINESS MACHINES CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: TAKUMA, DAISUKE, MORI, SHINSUKE
Publication of US20060015326A1publicationCriticalpatent/US20060015326A1/en
Priority to US12/126,980priorityCriticalpatent/US7917350B2/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Calculates a word n-gram probability with high accuracy in a situation where a first corpus), which is a relatively small corpus containing manually segmented word information, and a second corpus, which is a relatively large corpus, are given as a training corpus that is storage containing vast quantities of sample sentences. Vocabulary including contextual information is expanded from words occurring in first corpus of relatively small size to words occurring in second corpus of relatively large size by using a word n-gram probability estimated from an unknown word model and the raw corpus. The first corpus (word-segmented) is used for calculating n-grams and the probability that the word boundary between two adjacent characters will be the boundary of two words (segmentation probability). The second corpus (word-unsegmented), in which probabilistic word boundaries are assigned based on information in the first corpus (word-segmented), is used for calculating a word n-grams.

Description

    FIELD OF THE INVENTION
  • The present invention relates to recognition technology in natural language processing, and improving the accuracy of recognition in natural language processing by using a corpus, in particular by effectively using a corpus to which segmentation is not applied.
  • BACKGROUND ART
  • Along with the progress of recognition technology for natural language, various techniques, including kana-kanji conversion, spelling checking (character error correction), OCR, and speech recognition techniques, have achieved a practical-level predication capability. At present, most of the methods for implementing these techniques with high accuracy are based on probabilistic language models and/or statistical language models. Probabilistic language models are based on the frequency of occurrence of words or characters and require a collection of a huge number of texts (corpus) in an application field.
  • The following documents are considered:
      • [Non-patent Document 1] “Natural Language Processing: Fundamentals and applications”, edited by Hozumi Tanaka, 1999, Institute of Electronics, Information and Communication Engineers
      • [Non-patent Document 2] W. J. Teahan, and John G. Cleary, 1996, “The entropy of English using ppm-based models”, In DCC.
      • [Non-patent Document 3] Leo Breiman, Jerome H. Friedman, Richard A. Olshen, and Chales J. Stone, 1984, Classification and Regression Trees, Chapman & Hall, Inc.
      • [Non-patent Document 4] Masaaki Nagata, “A Self-Organizing Japanese Word Segmenter using Heuristic Word Identification and Re-estimation”, 1997
  • In most speech recognition systems, the most probable character string is selected from among a number of candidates by referring to a probabilistic language model as well as an acoustic model. In spell checking (character error correction), unnatural character strings and their correction candidates are listed based on the likelihood of a probabilistic language model.
  • Because a practical model treats a word as a unit, it is required that a corpus be provided with information about word boundaries. In order to determine word boundaries, an operation such as segmentation or tagging is performed.
  • Automatic word segmentation methods have been already known. However, the existing automatic word segmentation systems provide low accuracies in fields such as the medical field, where many technical terms are used. To manually correct the results of automatic word segmentation, the operator needs to have knowledge of technical terms in the application field, and typically, a minimum of tens of thousands sentences are required in order to achieve recognition sufficiently accurate enough for practical use.
  • In training using a corpus in an application field, it is generally difficult to obtain a huge corpus segmented and tagged manually for the application field, taking much time and cost and thus making it difficult to develop a system in a short period.
  • Although information segmented into words in a field (for example in the medical field) may works in processing the language in that field, there is no assurance that the information will work also in another application field (for example in the economic field, which is completely different from the medical field). In other words, a correct corpus segmented and tagged in a field may be definitely correct in that field, but may not necessarily correct in other fields because the segmented and/or tagged corpus has been fixed by segmentation and/or tagging.
  • In this regard, there are many techniques in the background art that are pursuing efficiency and accuracy in word segmentation in Asian languages. However, all of these techniques are aiming to predetermine word boundaries in word segmentation fixedly.
  • Taking Japanese out of the Asian languages as an example, word information required for analyzing Japanese text relates to the structure of word spelling, which is the information regarding the character configuration (representation form) and pronunciation of entry words, including “spelling information”, “pronunciation information”, and “morphological information”. These items of information may provide important clues mainly in extracting candidate words from Japanese text in morphological analysis.
  • Although there is no clear definition of the term “word”, attention is directed to two elements of the “word” herein, “spelling” and “pronunciation” and two words are regarded as the same words if and only if they have the same spelling (characters) and pronunciation. Isomorphic words just having the same spelling (characters) or homophonic words just having the same pronunciation are regarded as different words. The spelling of a word is involved in identifying a morphological characteristic and the pronunciation is involved in identifying a phonemic characteristic.
  • Hence, the Japanese words composed of two Chinese characters
    Figure US20060015326A1-20060119-P00001
    (reporter),
    Figure US20060015326A1-20060119-P00002
    (train),
    Figure US20060015326A1-20060119-P00003
    (return to the office), and
    Figure US20060015326A1-20060119-P00004
    (charity) all have the same pronunciation
    Figure US20060015326A1-20060119-P00005
    (kisha) but different spellings (characters), whereby they are different words. The “word” is symbolized in the computer, in which the correspondence between the symbol as the spelling (character) and the symbol as its meaning is registered. Japanese is one kind of agglutinative language, and has an extremely high word formation power, whereby care must be taken in registering words in the computer as “dictionary”. The pronunciation is given in a string of input symbols (e.g., katakana in Japanese, Roman character representation of katakana) in the computer.
  • A word is registered in the computer by a method of registering all the possible spellings (characters), or collecting and registering the spellings having high use frequency, a method of registering only typical spellings, and searching for a word in combination with its pronunciation, or a method of providing various sorts of character conversion table apart from the dictionary and investigating the correspondence with headwords, or a combination of these methods.
  • A plain example for correcting the result of automatic word segmentation is given below. For example, for the pronunciation of
    Figure US20060015326A1-20060119-P00006
    (ha-ki-mo-no), there are two corresponding spellings. One is the word
    Figure US20060015326A1-20060119-P00007
    (footwear) and the other is a sequence of two words
    Figure US20060015326A1-20060119-P00008
    (postpositional particle) and
    Figure US20060015326A1-20060119-P00009
    (kimono). These two spellings are associated with the pronunciation “ha-ki-mo-no”. If there is an occurrence of this pronunciation and the spelling resulting from word segmentation is considered to be improper, the spelling is corrected by re-segmenting. Unlike English, Japanese language does not have a space between words (write with a space between words), therefore an expert must determine word boundaries from the context around an sample sentence, based on the knowledge of technical terms.
  • As an example indicates that the word
    Figure US20060015326A1-20060119-P00007
    (footwear) is assigned to the pronunciation
    Figure US20060015326A1-20060119-P00006
    (ha-ki-mo-no), it will be found that the word needs to be correctly recognized using the knowledge of vocabulary. Therefore, there is a demand for a method for increasing the accuracy, making effective use of the corpus without segmentation.
  • For all processes in natural language processing, conversion of character strings or speech data into a string of morphemes is a prerequisite. However, in Asian languages such as Japanese, it is difficult to morphologically analyze even written text because, unlike English text, text in such languages is written without a space between words. Therefore, as part of the accuracy problem described above, there is the need for accurately obtaining candidate morpheme strings (x) when input data (y) such as a hiragana character string, a katakana character string, or speech data is given.
  • In a statistical approach, this can be formulated as the maximization problem of P(x|y) and Bayes' theorem can be used to decompose it into two models of maximizing, P(y|x) and P(x), as shown in the right-hand side of the equation
    P(x|Y)=P(y|x)P(x)/P(y)
    where P(y) is a constant as y is given. The model of P(x) is independent of the type of input data (whether it is a symbol string, character string, or speech data), hence called a “language model”. One of the most commonly used probabilistic language models is a word n-gram model.
    <Conventional Art Relating to the Use of Unsegmented Corpus>
  • As conventional art there are methods in which the result of segmentation of an unsegmented corpus based on training with a segmented corpus is used:
      • (a) Counting n-grams with weight by using candidate segmentations,
      • (b) Using only 1-best of the candidates resulting from automatic segmentation, and
      • (c) Using n-best of the candidates resulting from automatic segmentation.
  • However, methods (a) and (c) require high computational costs for bi-gram and higher and are unrealistic. Advantages of the present invention over method (b) will be descried later with respect to experiments.
  • SUMMARY OF THE INVENTION
  • In light of the foregoing, a general aspect of the present invention can be summarized as follows. The invention provides that a word n-gram probability is calculated with high accuracy in a situation where:
      • (a) a first corpus (word-segmented), which is a relatively small corpus containing manually segmented word information, and
      • (b) a second corpus (word-unsegmented), which is a relatively large corpus containing raw information are given as a training corpus that is storage containing vast quantities of sample sentences.
  • Vocabulary including contextual information is expanded from words occurring in the first corpus (word-segmented) of relatively small size to words occurring in the second corpus (word-unsegmented) of relatively large size by using a word n-gram probability estimated from an unknown word model and the raw corpus.
  • <Usage of Word Segmented Corpus>
  • A first corpus (word-segmented) is used for calculating n-grams and the probability that the boundary between two adjacent characters will be the boundary of two words (segmentation probability). A second corpus (word-unsegmented), in which probabilistic word boundaries are assigned based on information in the first corpus (word-segmented), is used for calculating a word n-gram.
  • <Calculation of Probabilistic Word Boundaries>
  • In the second corpus (word-unsegmented), the segmentation probability calculated from the first corpus (word-segmented) is assigned between characters.
  • <Character-Wise Unknown-Word Model>
  • The correspondences between each character and its pronunciations are modeled. Thereby, a kana-kanji conversion model for an unknown word is proposed.
  • Advantages of the invention include that with a word boundary probability estimating device, a probabilistic language model building device, a kana-kanji converting device, and a method therefor according to the present invention as described above, existing vocabulary/linguistic models concerning the first corpus (word-segmented) are combined with vocabulary/linguistic models built by probabilistically segmenting the second corpus (word-unsegmented), which is a raw corpus, whereby the accuracy of recognition in natural language processing can be improved. Because the capability of a probabilistic language model can be improved simply by collecting sample sentences in a field of interest, application of the present invention to fields for which language recognition technique corpuses not provided can be supported.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • For a more complete understanding of the present invention and the advantages there of, reference is now made to the following description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 illustrates a configuration of a kana-kanji converting device according to the present invention;
  • FIG. 2 shows a configuration of a kana-kanji converting device and a kana-kanji conversion program that implement a kana-kanji conversion method according to the present invention;
  • FIG. 3 shows details of the kana-kanji converting device shown inFIG. 2;
  • FIG. 4 shows a probabilistic language model building device;
  • FIG. 5 is a flowchart of a process for calculating the expected frequency of a character string as a word;
  • FIG. 6 shows the probability that a word boundary will exist between characters when a character of a particular type is followed by the character of different or the same type;
  • FIG. 7 is a flowchart of a process for calculating word n-gram probability;
  • FIG. 8 is a flowchart of an operation of the kana-kanji converting device (language decoding section) shown inFIG. 2 in which the weights of the first corpus (word-segmented) and the second corpus (word-unsegmented) are adjusted with λ;
  • FIG. 9 shows details of the corpuses used in the experiments to demonstrate advantages of introducing the proposed method in writing applicable documents;
  • FIG. 10 shows the results of the experiments on the corpuses shown inFIG. 9;
  • FIG. 11 shows details of the corpuses for calculating the precision and the recall as well for evaluating the performance of word segmentation; and
  • FIG. 12 shows models used inFIG. 11 and the results.
  • DESCRIPTION OF SYMBOLS
    • 1 . . . Kana-kanji converting device
    • 10 . . . CPU
    • 12 . . . Input device
    • 14 . . . Display device
    • 16 . . . Storage device
    • 18 . . . Recording medium
    • 2 . . . Kana-kanji conversion program
    • 22 . . . Language decoding section
    • 30 . . . Base form pool
    • 300 . . . Vocabulary dictionary
    • 302 . . . Character dictionary
    • 32 . . . Language model
    • 320 . . . First corpus (word-segmented)
    • 322 . . . Second corpus (word-unsegmented)
    DETAILED DESCRIPTION OF THE INVENTION:
  • The present invention provides that a word n-gram probability is calculated with high accuracy in a situation where:
      • (a) a first corpus (word-segmented), which is a relatively small corpus containing manually segmented word information, and
      • (b) a second corpus (word-unsegmented), which is a relatively large corpus containing raw information are given as a training corpus that is storage containing vast quantities of sample sentences.
  • Vocabulary including contextual information is expanded from words occurring in the first corpus (word-segmented) of relatively small size to words occurring in the second corpus (word-unsegmented) of relatively large size by using a word n-gram probability estimated from an unknown word model and the raw corpus.
  • <Usage of Word Segmented Corpus>
  • The first corpus (word-segmented) is used for calculating n-grams and the probability that the boundary between two adjacent characters will be the boundary of two words (segmentation probability). The second corpus (word-unsegmented), in which probabilistic word boundaries are assigned based on information in the first corpus (word-segmented), is used for calculating a word n-gram.
  • <Calculation of Probabilistic Word Boundaries>
  • In the second corpus (word-unsegmented), the segmentation probability calculated from the first corpus (word-segmented) is assigned between characters.
  • <Character-Wise Unknown-Word Model>
  • The correspondences between each character and its pronunciations are modeled. Thereby, a kana-kanji conversion model for an unknown word is proposed.
  • Thus, with a word boundary probability estimating device, a probabilistic language model building device, a kana-kanji converting device, and a method therefor according to the present invention as described above, existing vocabulary/linguistic models concerning the first corpus (word-segmented) are combined with vocabulary/linguistic models built by probabilistically segmenting the second corpus (word-unsegmented), which is a raw corpus, whereby the accuracy of recognition in natural language processing can be improved. Because the capability of a probabilistic language model can be improved simply by collecting sample sentences in a field of interest, application of the present invention to fields for which language recognition technique corpuses not provided can be supported.
  • Furthermore, even for words that do not appear in the first corpus (word-segmented), candidates can be listed by referring to character-wise frequency information. Moreover, if the word n-gram probability of the second corpus (word-unsegmented) is used, which is a raw corpus, contextual information about unknown words can be used as well.
  • The following is an example of an advantageous embodiment:
  • (Operation of Kana-Kanji Converting Device)
  • Operation of a kana-kanji converting device1 (inFIGS. 1 and 2) to which the present invention can be applied will be described below.
  • (Kana-Kanji Converting Device1)
  • A kana-kanji converting device1 to which the present invention can be applied will be described below.FIG. 1 illustrates an exemplary configuration of the kana-kanji converting device1 to which the present invention can be applied. As shown inFIG. 1, the kana-kanji converting device1 according to the present invention includes aCPU10 including a microprocessor, memory, their peripheral circuits, and the like (not shown),input device12 such as a mouse and a keyboard, adisplay device14 such as a CRT display, and astorage device16 such as an HDD drive, a DVD drive, and a CD drive.
  • That is, the kana-kanji converting device1 has a typical hardware configuration, executes a kana-kanji conversion program2 (which will be described later with reference toFIG. 2), which is supplied in the form of a program recorded on arecording medium18, such as a DVD, CD-ROM, or CD-RAM, converts input symbols strings which are input from the keyboard120 in theinput devices12 and converted into a digital format to create text data, and records the text data on arecording medium18 placed in thestorage device16 or display the text data on thedisplay device14. The kana-kanji converting device can be construed as a smaller unit than the kana-kanji converting device, such as a word boundary probability estimating device, and a probabilistic language model building device (seeFIG. 4). The same applies to cases where the kana-kanji device is construed as being in the categories of method and program.
  • (Kana-Kanji Conversion Program2)
  • FIG. 2 shows a configuration of a kana-kanji conversion program2 that implement a kana-kanji conversion method to which the present invention can be applied. As shown inFIG. 2, the kana-kanji conversion program2 includes alanguage model32 and abase form pool30 described above. Thelanguage model32 includes a first corpus (word-segmented)320 and a second corpus (word-unsegmented)322. The kana-kanji conversion program2 may be stored in theprogram storage device16 or may be loaded into a storage device such as a memory (for example, a random access memory) in the CPU10 (which may be allocated as an array in the program) when being executed.
  • (Base Form Pool30)
  • Stored in thebase form pool30 is avocabulary dictionary300 in which the pronunciations of words occurring in the first corpus (word-segmented) are stored correspondingly to the first corpus (word-segmented)320 of thelanguage model32. Also, all characters constituting the words and their pronunciations are stored in acharacter dictionary302. Thecharacter dictionary302 is sometimes referred to as the single-kanji dictionary.
  • It is novel to consider combinations of all characters and their pronunciations and associate and store the pronunciations with their occurrence probabilities in the character dictionary. In particular, without this provision, it is impossible to conceive of referring to the occurrence probabilities when applying kana-kanji conversion to a pronunciation.
  • FIG. 3 shows the details of thebase form pool30. For example, the pronunciation /takahashi/ is stored for the word /
    Figure US20060015326A1-20060119-P00010
    / (Takahashi, a family name) in thevocabulary dictionary300, the pronunciation /kore/ is stored for the word /
    Figure US20060015326A1-20060119-P00011
    / (this), and the pronunciation /kiyo/ is stored for the word /
    Figure US20060015326A1-20060119-P00012
    / (contribution). These are stored as already segmented words.
  • If this vocabulary dictionary is provided correspondingly to the first corpus (word-segmented), statistics on the probabilities of occurrence (the likelihood that each word will appear) can be readily taken like this: the probability that the word /
    Figure US20060015326A1-20060119-P00013
    / will appear in the first corpus (word-segmented) is 0.010, the probably that /
    Figure US20060015326A1-20060119-P00014
    / will appear is 0.0300, and the probability that /
    Figure US20060015326A1-20060119-P00015
    / will appear is 0.020. While the probability of occurrence is shown as being stored in the first corpus (word-segmented)320 inFIG. 3, the storage location is not limited to the example shown inFIG. 3, provided that it is associated with the first corpus (word-segmented).
  • Stored in thecharacter dictionary302 are combinations of all pronunciations of characters. For example, for the spelling of the character /
    Figure US20060015326A1-20060119-P00016
    /, combinations of all of its pronunciations, including /taka/ and /kou/, are stored; and for the spelling of the character /
    Figure US20060015326A1-20060119-P00017
    /, combinations of all of its pronunciations, including /hashi/ and /kyou/, are stored.
  • Also stored in thecharacter dictionary302 is a table containing the probabilities of occurrence of pronunciations associated with characters. A 0.7 probability of /taka/ occurring and a 0.3 probability of /kou/ occurring are contained in association with the spelling of the character /
    Figure US20060015326A1-20060119-P00018
    /, a 0.7 probability of /hashi/ occurring and a 0.3 probability of /kyou/ occurring are contained in association with the spelling of the character /
    Figure US20060015326A1-20060119-P00019
    /, and a 0.7 probability of /kore/ occurring and 0.3 probability of /ze/ occurring are contained in association with the spelling of the character /
    Figure US20060015326A1-20060119-P00020
    /, and 0.7 probability of /kiyo/ occurring and a 0.3 probability of /sei/ occurring are contained in association with the spelling of the character /
    Figure US20060015326A1-20060119-P00021
    /.
  • These probabilities of occurrence may not necessarily be included in thecharacter dictionary302. They may be stored in a location separate from thecharacter dictionary302, provided that correspondences between all the pronunciations and characters are described. In this way, a character-wise unknown-word model is built. Building of the character-wise unknown-word model allows listing of candidates by referring to the occurrence probabilities (frequency information) This is summed inFIG. 4 and will be described later.
  • (First Corpus (Word-Segmented)320)
  • Details of the first corpus are shown inFIG. 3. Stored in the first corpus (word-segmented)320 are character strings made up of a number of characters.
  • (Second Corpus (Word-Unsegmented)322)
  • Details of the second corpus are shown inFIG. 3. A word boundary probability estimating device (FIG. 4) calculates the probability of a word boundary existing between characters in the first corpus (word-segmented), refers to the probability, applies it to between characters in the second corpus (word-unsegmented), and estimates the probability of a word boundary existing between them.
  • Stored in the second corpus (word-unsegmented)322 are character strings made up of a number of characters. The second corpus (word-unsegmented), which segmentation has not been applied to, is also called the “raw corpus”. Because segmentation requires manual correction and therefore is troublesome as described above, it is preferable that the large second corpus (word-unsegmented) of large size can be used effectively.
  • It should be noted that, while a model including the first corpus (word-segmented) and second corpus (word-unsegmented) is called alanguage model32 herein, models, including those stored in thebase form pool30, may be referred to as “languages models” in some places herein. The term “language model” as used herein refers to a storage device in which these items of information.
  • (Language Decoding Section22)
  • Alanguage decoding section22 decodes an input symbol string into the word string (W′ in theexpression 2 below) that provides the highest probability calculated using thebase form pool30 and thelanguage model32 to thedisplay device14 or thestorage device16, and outputs it as text data to display or store it on thedisplay device14 or thestorage device16.
  • According to the present invention, the first corpus (word-segmented) and the second corpus (word-unsegmented) can be linearly interpolated (deleted interpolation) according to the followingexpression 1. This process will be described later with reference toFIG. 8.
    Pr(w1|w2,w3)=λP1(w1|w2,w3)+(1−λ)P2 (w1|w2,w3)   (1)
  • In the expression, N=3, 0≦λ≦1, P1 denotes the first corpus (word-segmented), and P2 denotes the second corpus (word-unsegmented).
  • In thefollowing expression 2, P(Y|W) is given by thebase form model30 and P(W) is given by thelanguage model32. P(W) can be obtained by calculating a weighted average of the first corpus (word-segmented)320 and the second corpus (word-unsegmented)322 according to the value of λ by using theexpression 1.
    W′=argmaxP(W|Y)=argmaxP(Y|W)P(W)   (2)
    where y represents the input symbol string (y1, y2, . . . , yk), W represents the word string (w1, w2, . . . , w1), and W′ represents the word string (w′1, w′2, . . . , w′1).
    (Calculation of Word Boundary Probability)
  • A method for calculating the probability that a word boundary will exist in the first corpus (word-segmented)320 will be described below.
  • In the first corpus (word-segmented)320, the character string
    Figure US20060015326A1-20060119-P00022
    (Learning linguistics.), is stored as sample sentence. The character string is stored as seven characters,
    Figure US20060015326A1-20060119-P00023
    and
    Figure US20060015326A1-20060119-P00024
    These seven characters are classified into six character types: kanji, symbol, numeric, hiragana, katakana, and alphabetic (characters that cannot be classified into symbol, numeric, nor any of the other character type). The characters in the sequence in the sample sentence can be classified as, “kanji”, “kanji,” “kanji”, “hiragana”, “kanji”, “hiragana”, and “symbol”, respectively.
  • FIG. 6 shows the probabilities that word boundaries will exist between characters when a character of a particular type is followed by the character of a different or the same type, calculated from the relations in the sequence of the character types in the first corpus (word-segmented)320. The probability can be readily calculated if information indicating whether a word boundary already exists between characters can be obtained from the first corpus.
  • However, even if such information cannot obtained from the first corpus, the next calculation can be performed by setting a probability of 0.50000000 is set for the entire corpus as preliminary information concerning whether or not word boundaries will exist. It should be noted that, although this action may result in a lower accuracy, the technical idea of the present invention can be widely applied to such a case.
  • Furthermore, even if words are not segmented and therefore information as to whether or not word boundaries already exist is not available, a probability of 1.00000000 for sentences the endpoints of which are known.
  • InFIG. 6, it is indicated that the probability that a word boundary will exist between to kanjis is 0.24955045 if one kanji follows the other kanji. Also, it is indicated that the probability of a word boundary will exist between a kanji and a hiragana that follows the kanji is 0.67322202, the probability of a word boundary will exist between a hiragana and a kanji that follows the hiragana is 0.97213218, and the probability of a word boundary exist between a hiragana and a symbol that follow the hiragana is 0.99999955.
  • Probabilities closer to 1 are higher (likely) and probabilities closer to 0 are lower (unlikely). If word boundaries are already determined (word boundaries already exist), the twovalues 0 and 1 would be enough for discriminating whether or not text is segmented into words. It should be noted that intermediate values between 0 and 1 are used for probabilistically showing the degrees of segmentations. Of course, any other method that shows the degree of probability may be used. (Estimation of the probability of a word boundary existing) In the second corpus (word-unsegmented)322, probabilistic segmentation can be estimated by referring to the probability of a word boundary existing that is calculated from the first corpus (word-segmented)320.
  • In one of the simplest examples, it is estimated that the probability of word boundaries obtained in the first corpus (word-segmented)320 will directly apply to the second corpus (word-unsegmented). In this case, the values obtained in the first corpus (word-segmented) can be used directly as the probabilities of word boundaries existing, though many other reference methods may be used. It should be noted that the term “reference” or “refer” as used herein has broad meaning in terms of usage.
  • The probabilities of word boundaries existing that are calculated in the first corpus (word-segmented) are assigned between words in the second corpus (word-unsegmented). For example, if the sample sentence
    Figure US20060015326A1-20060119-P00025
    occurs in the second corpus (word-unsegmented), the following boundaries are applied to between two characters along with the probabilities shown in the square brackets.
    • [1]
      Figure US20060015326A1-20060119-P00026
      [0.24955045]
      Figure US20060015326A1-20060119-P00027
      [0.24955045]
      Figure US20060015326A1-20060119-P00028
      [0.67322202]
      Figure US20060015326A1-20060119-P00029
      [0.971213218]
      Figure US20060015326A1-20060119-P00030
      [0.67332202]
      Figure US20060015326A1-20060119-P00031
      [1]
      Figure US20060015326A1-20060119-P00032
      [1]
  • This is based on the relations in the sequence of character types shown inFIG. 6.
  • That is, if the sample sentence
    Figure US20060015326A1-20060119-P00033
    (Reading a declarative sentence.) occurs in the second corpus (word-unsegmented), the following boundaries along with the same probabilities shown in the square brackets that have been used above are applied to between two characters.
    • [1]
      Figure US20060015326A1-20060119-P00034
      [0.24055045]
      Figure US20060015326A1-20060119-P00035
      [0.24955045]
      Figure US20060015326A1-20060119-P00036
      [0.67332202]
      Figure US20060015326A1-20060119-P00037
      [0.97213218]
      Figure US20060015326A1-20060119-P00038
      [0.67322202]
      Figure US20060015326A1-20060119-P00039
      [0.99999955]
      Figure US20060015326A1-20060119-P00040
      [1]
      (Calculation of Word n-Gram Probability)
  • An n-gram model is a language model for examining how often n character strings or combinations of words will occur in a character string.
  • If the word segmentation probability (the probability of segmentation between the i-th character and the i+1-th character is represented by Pi) is calculated, the uni-gram of a word w can be calculated as:fr(w)=i01Pi[j=1k-1(1-Pi+j)]Pi+kO1={i|xi+1i+k=w}
  • The frequency of the uni-gram in this example can be calculated as follows.
  • This means that the probability of the word n-gram is calculated. The uni-gram (N=1) probability can be calculated by using the relation between the preceding and succeeding characters of the character constituting the word uni-gram, in the position of its occurrence.
  • For example, the uni-gram of the word
    Figure US20060015326A1-20060119-P00041
    can be calculated as:
    Figure US20060015326A1-20060119-P00042
    1×(1−0.24955045)×(1−0.24955045)
  • Furthermore, the uni-gram of the word having the longer character string
    Figure US20060015326A1-20060119-P00043
    can be calculated as:
    Figure US20060015326A1-20060119-P00043
    1×(1−0.24955045)×(1−0.24955045)×(1−0.67332202)
  • The uni-gram of the word
    Figure US20060015326A1-20060119-P00044
    can be calculated as:
    Figure US20060015326A1-20060119-P00044
    0.6733202×(1−0.97213218)×0.6733202
  • However, the expression yields an extremely low value. Accordingly, it can be estimated that the probability of the word
    Figure US20060015326A1-20060119-P00044
    occurring is extremely low, that is, a kanji is unlikely to occur subsequently to a hiragana. This can be understood empirically.
  • A typical word n-gram probability can be calculated by expanding the above expression. For example bi-gram probability can be calculated as follows:fr(w1W2)=i02(Pi[j=1k-1(1-Pi+j)]Pi+k×[j=1l-1(1-Pi+K+j)]Pi+k+1)O2={i|xi+1i+k=w1xi+K+1i+k+1=w2}
  • A method for efficiently calculating the expected frequency of the character string x1x2. . . xkwill be described below with reference toFIG. 5.
  • FIG. 5 shows a flow chart of a process of calculating the expected frequency of the character string x1x2. . . xkin the second corpus (word-unsegmented)322. In S200, the probability Pintthat a word boundary does not exist in the character string of interest can be calculated.
  • Here, the probability that a word boundary will exist in a character string of interest,
    Figure US20060015326A1-20060119-P00045
    (consisting of four characters) will be calculated. This word is a proper noun and contains characters of different types. The word boundary probabilities will be represented on a character-type basis.
  • The character string of interest
    Figure US20060015326A1-20060119-P00045
    consists of four characters of three character types: katakana, katakana, kanji, and alphabetic.
  • The probability Pintthat a word boundary does not exist in the character string of interest can be calculated as: (1−0.05458673) (1−0.90384580) (1−0.99999955).
  • At step S210, the position in the second corpus (word-unsegmented)322 at which the character string of interest occurs is sought.
  • For example, suppose that the character string of interest is found as follows:
  • . . .
    Figure US20060015326A1-20060119-P00046
    . . . (where in fact there are other character strings preceding and succeeding the character string of interest, which are represented by the suspension points to show the omission; the same applies to the following description).
  • A hiragana, “
    Figure US20060015326A1-20060119-P00900
    ” precedes the character string of interest and a hiragana “
    Figure US20060015326A1-20060119-P00901
    ” succeeds the character string of interest. Accordingly, Psumis calculated as: (1−0.99999955) (1−0.99999955).
  • At step S230, the next occurrence position of the character string of interest is sought. If at step S240 the character string of interest (a vicinity pattern) is found as . . .
    Figure US20060015326A1-20060119-P00047
    . . . ,
  • then the process returns to S220. The symbol “┌” precedes the character string of interest and the symbol “┘” succeeds the character string of interest.
  • Accordingly, Psumis calculated as (1−0.99999955) (1−0.99999955) and is added to the Psumcalculated above.
  • Such addition is repeated until the character string of interest is no longer found in the second corpus (word-unsegmented)322 at S240, then Pint×Psumis calculated finally at S250. In this way, Pintand Psumare calculated separately, thereby efficiently calculating the frequency of occurrence of the character string. The calculation process shown inFIG. 5 is called twice in the flow shown inFIG. 7 as a subroutine.
  • Other methods for calculating the segmentation probability may be used such as methods using a decision tree or PPM. By using these methods, broader range of character strings can be referred to. The technical idea of the present invention is not limited to these. Any other methods can be used that can describe the existence of a word boundary between characters.
  • Using the word segmentation probabilities, the second corpus (word-unsegmented)322 can be treated as a corpus in which characters are segmented at a character boundary (between xi and xi+1) with a probability Pi.
  • All occurrences of the spelling of a word w in a raw corpus is given byO1={i|xi+1i+k=w}
  • Then, the probabilistic frequency fr of a word w in a raw corpus can be defined as the sum of probabilistic frequencies as follow:fr(w)=i01Pi[j=1k-1(1-Pi+j)]Pi+k
  • This shows that fr is the expected frequency of w in the raw corpus.
  • Therefore, the word uni-gram probability can be represented as:
    Pr(w)=fr(w)/fr(•)
    wherefr(·)=1+i=1nr-1Pi
  • FIG. 7 shows a method for calculating the word n-gram probability P(Wn|W1, W2, . . . , Wn-1). At steps S400 and S430, the subroutine shown inFIG. 5 is called. In the process, f2/f1 is calculated. If f1 is 0, the f2/f1 is indeterminate and therefore 0 is returned at S420. On the other hand, if f1 is not 0, the expected frequency f2 of W1, W2, . . . , Wnis calculated at S430 and f2/f1 is returned at S440.
  • (Kana-Kanji Conversion Using the Second Corpus (Word-Unsegmented))
  • Thelanguage decoding section22 refers to both of thevocabulary dictionary300 and thecharacter dictionary302 in thebase form pool300. At step S100, thelanguage decoding section22 receives an input symbols string from the keyboard. At step S102, thelanguage decoding section22 lists possible input symbol strings and their probabilities. As summarized inFIG. 4, the fact that the probabilistic language model has been built by using the second corpus (word-unsegmented) contributes to the listing of new probabilities for selecting conversion candidates. At step S120, λ is set. At step S122, thelanguage decoding section22 refers to the first corpus (word-segmented)320 and the second corpus (word-unsegmented)322 by assigning weights to them according to theexpression 1 given earlier, where λ≠1. At step S124, thelanguage decoding section22 sequentially outputs the word string with the highest occurrence probability as text data representing the result of the kana-kanji conversion. It should be noted that the word string /
    Figure US20060015326A1-20060119-P00048
    / can be correctly provided even though it has a probability as low as 0.001. This means that the input symbol string /takahashikorekiyo/ can be correctly converted into the proper noun /
    Figure US20060015326A1-20060119-P00049
    / even though the input symbol string represents an unknown word.
  • FIG. 4 summarizes the relations. The words /
    Figure US20060015326A1-20060119-P00050
    /, /
    Figure US20060015326A1-20060119-P00051
    /, and /
    Figure US20060015326A1-20060119-P00052
    / occur with probabilities of 0.010, 0.030, and 0.020, respectively, in the first corpus (word-segmented) only. However, the multiplication of these probabilities produces a value of 0.0006, which is the probably of these words being candidates. Because the word string /
    Figure US20060015326A1-20060119-P00053
    / has a higher probability of 0.001, it is evident that the symbol string was correctly converted.
  • This is because it can be estimated from the character-wise unknown word model that the character sting
    Figure US20060015326A1-20060119-P00053
    occurs in the second corpus (word-unsegmented) and that the input symbol string /takahashikorekiyo/ corresponds to
    Figure US20060015326A1-20060119-P00053
    with a constant probability of 0.001. If the word string were not correctly provide even with a probability as low as 0.001, it would be incorrectly converted to
    Figure US20060015326A1-20060119-P00054
    which is a string of known words with high occurrence frequencies. This is because a sample (bi-gram) in which “
    Figure US20060015326A1-20060119-P00055
    /kore/” is followed by “
    Figure US20060015326A1-20060119-P00056
    /kiyo/” does not occur.
  • <First Experiment>
  • Advantages of introducing the proposed method in writing applicable documents will be demonstrated below.FIG. 9 shows details of the corpuses used in the experiment.
  • FIG. 10 shows the results of comparative experiments on eight models using the corpuses. Model C represents the proposed method. The testing was conducted using the investigation323 sentences. Both in the testing and training, documents similarly relating with each other are not include in both of the corpuses.
  • Comparing with model A, model A′, and Model B, it is evident that the accuracy was increased by the introduction of the first corpus (word-segmented). Also, comparing model B with model B′, model C with model C′, and model D with model D′, it can be seen that that the advantage of the models that allow bi-grams or higher order to be calculate.
  • Furthermore, comparing model C with model D, it can be seen that the proposed method efficiently uses the unsegmented corpus in the application field.
  • <Second Experiment>
  • An experiment was conducted to also calculate the precision and the recall for evaluating the performance of word segmentation. The evaluation is based on the result of kana-kanji conversion of a katakana spelling and the numbers of the characters in the correct longest common subsequence (LCS). Letting the number of the characters contained in a spelling in the first corpus (word-segmented) be NC, the number of the characters contained in the result of kana-kanji conversion be NSYS, and the number of the characters in the longest common subsequence be NLCS, then the recall can be defied as NLCS/NCand the precision can be defined as NLCS/NSYS.
  • FIG. 11 shows the corpuses used in this experiment.FIG. 12 shows the models used in the experiment and the result. The test was conducted by using 509,261 characters in the EDR corpus. These experiments show that the proposed method (model C) has an advantage over models A and B both in precision and recall.
  • (Variation)
  • One may want to use the second corpus (word-unsegmented) more often in some technical fields than in others. A method according to the present invention can readily control this by adjusting the weight in linear interpolation with the first corpus (word-segmented). This is based on the concept that the n-gram probability estimated from the second corpus (word-unsegmented) is less accurate than a language model estimated from a corpus in which words are manually and precisely segmented.
  • Variations described for the present invention can be realized in any combination desirable for each particular application. Thus particular limitations, and/or embodiment enhancements described herein, which may have particular advantages to a particular application need not be used for all applications. Also, not all limitations need be implemented in methods, systems and/or apparatus including one or more concepts of the present invention. Methods may be implemented as signal methods employing signals to implement one or more steps. Signals include those emanating from the Internet, etc.
  • The present invention can be realized in hardware, software, or a combination of hardware and software. A visualization tool according to the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems. Any kind of computer system—or other apparatus adapted for carrying out the methods and/or functions described herein—is suitable. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
  • Computer program means or computer program in the present context include any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after conversion to another language, code or notation, and/or reproduction in a different material form.
  • Thus the invention includes an article of manufacture which comprises a computer usable medium having computer readable program code means embodied therein for causing a function described above. The computer readable program code means in the article of manufacture comprises computer readable program code means for causing a computer to effect the steps of a method of this invention. Similarly, the present invention may be implemented as a computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing a function described above. The computer readable program code means in the computer program product comprising computer readable program code means for causing a computer to affect one or more functions of this invention. Furthermore, the present invention may be implemented as a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for causing one or more functions of this invention.
  • It is noted that the foregoing has outlined some of the more pertinent objects and embodiments of the present invention. This invention may be used for many applications. Thus, although the description is made for particular arrangements and methods, the intent and concept of the invention is suitable and applicable to other arrangements and applications. It will be clear to those skilled in the art that modifications to the disclosed embodiments can be effected without departing from the spirit and scope of the invention. The described embodiments ought to be construed to be merely illustrative of some of the more prominent features and applications of the invention. Other beneficial results can be realized by applying the disclosed invention in a different manner or modifying the invention in ways known to those familiar with the art.

Claims (21)

1) A word boundary probability estimating device comprising:
means for calculating a probability that a word boundary will exist between a first plurality of characters constituting a first character string stored in a first corpus by invoking information as to whether a word boundary already exists between the first plurality of characters from the first corpus containing the first character string comprising the first plurality of characters or setting up the preliminary information as to whether the word boundary exists, and
means for estimating the probability that the word boundary will exist in a second plurality of characters constituting a second character string stored in a second corpus by referring to a calculated probability between the second plurality of characters constituting the second character string stored in the second corpus.
2) The word boundary probability estimating device according toclaim 1, wherein the probability that a word boundary will exist between the plurality of characters is calculated on the basis of relations in the sequence of character types of successive characters in the character string in the first corpus by using the information as to whether a word boundary already exists between characters of those character types.
3) The word boundary probability estimating device according toclaim 1, wherein the calculated probability that a word boundary will exist includes values between 0 and 1 capable of probabilistically indicating the degree of segmentation as well as values of 0 and 1 indicating whether or not segmentation is already determined, in order to discriminate whether the character string including the plurality of characters is segmented or not.
4) The word boundary probability estimating device according toclaim 1; further comprising:
word n-gram probability calculating means for calculating the probability that a word boundary will exist on the basis of the relation between the preceding character and the subsequent character at the position of each occurrence of a character string including one or more characters constituting a word n-gram, the probability being a word n-gram probability, and thereby forming a probabilistic language model building device.
5) The word boundary probability estimating device according toclaim 1; further comprising:
word n-gram probability calculating means for calculating the probability that a word boundary will exist on he basis of a decision tree in which relations between a plurality of characters constituting a word n-gram are described or on the basis of PPM (Prediction by Partial Match), the probability being a word n-gram probability, and thereby forming a probabilistic language model building device.
6) The word boundary probability estimating device according toclaim 4; further comprising:
a first corpus storing a character string which includes a plurality of characters and is segmented into at least two words as a word including one or more characters, and storing an occurrence probability indicating the likelihood of occurrence of each of segmented words in association with the segmented word;
a second corpus storing a character string including a plurality of characters and a word n-gram probability calculated by the probabilistic language model building device;
a vocabulary dictionary storing, correspondingly to the first corpus, pronunciations associated with each of words segmented as known words;
a character dictionary storing, correspondingly to the first corpus, a pronunciation and spelling of each character in a plurality of conversion candidates that can be converted from an unknown word in association with each other so that that the plurality of conversion candidates can be listed for the unknown word, and storing the occurrence probability of a pronunciation of each character; and
a language decoding section converting a input spelling into a conversion candidate by referring to the occurrence probabilities associated with each word stored in the first corpus and the occurrence probabilities of pronunciations of each character stored in the character dictionary, and word the n-gram probability stored in the second corpus for an input pronunciation, and thereby forming a kana-kanji converting device.
7) An unknown word model building method comprising the steps of:
selecting one of the words occurring in a character string stored in a storage device;
assigning a pronunciation to the selected word;
storing the word and the pronunciation in a vocabulary dictionary;
assigning pronunciations to each of the characters constituting the word; and
associating and storing a plurality of different occurrence probabilities with the associated pronunciations into a character dictionary.
8) A word boundary probability estimating method comprising the steps of:
calculating a probability that a word boundary will exist between a plurality of characters constituting a character string stored in a first corpus by invoking information as to whether a word boundary already exists between the plurality of characters from the first corpus containing the character string including the plurality of characters or setting up the preliminary information as to whether the word boundary exists; and
estimating the probability that a word boundary will exist between a plurality of characters constituting a character string stored in a second corpus by referring to the calculated probability between the plurality of characters constituting the character string stored in the second corpus.
9) The word boundary probability estimating method according toclaim 8, wherein the step of calculating the probability that a word boundary will exist between a plurality of characters calculates the probability on the basis of relations in the sequence of character types of successive characters in the character string in the first corpus by using the information as to whether a word boundary already exists between characters of those character types.
10) The word boundary probability estimating method according toclaim 8, wherein the calculated probability that a word boundary will exist includes values between 0 and 1 capable of probabilistically indicating the degree of segmentation as well as values of 0 and 1 indicating whether or not segmentation is already determined, in order to discriminate whether the character string including the plurality of characters is segmented or not.
11) The word boundary probability estimating method according toclaim 8, further comprising the step of calculating the probability that a word boundary will exist on the basis of the relation between the preceding character and the subsequent character at the position of each occurrence of a character string including at least one character constituting a word n-gram, the probability being a word n-gram probability, thereby constituting a probabilistic language model building method.
12) The word boundary probability estimating method according toclaim 8, further comprising the step of calculating the probability that a word boundary will exist on the basis of a decision tree in which relations between a plurality of characters constituting a word n-gram are described or on the basis of PPM (Prediction by Partial Match), the probability being a word n-gram probability, thereby constituting a probabilistic language model building method.
13) The word boundary probability estimating method according toclaim 11, further comprising the steps of:
referring to a first corpus storing a character string which includes a plurality of characters and is segmented into at least two words as the word including at least one character, and storing an occurrence probability indicating the likelihood of occurrence of each of segmented words in association with the segmented word;
referring to a second corpus storing a character string including a plurality of characters and a word n-gram probability calculated by the probabilistic language model building device according to the probabilistic language model building method;
referring to a vocabulary dictionary storing, correspondingly to the first corpus, pronunciations associated with each of words segmented as known words;
referring to a character dictionary storing, correspondingly to the first corpus, pronunciations and spelling of each character in a plurality of conversion candidates that can be converted from an unknown word in association with each other so that that the plurality of conversion candidates can be listed for the unknown word and storing the occurrence probability of a pronunciation of each character; and
converting a input spelling into a conversion candidate by referring to the occurrence probabilities associated with each word stored in the first corpus and the occurrence probabilities of pronunciations of each character stored in the character dictionary, and the word n-gram probability stored in the second corpus for an input pronunciation, thereby forming a kana-kanji conversion method.
14) The word boundary probability estimating method according toclaim 12, further comprising the steps of:
referring to a first corpus storing a character string which includes a plurality of characters and is segmented into at least two words as the word including at least one character, and storing an occurrence probability indicating the likelihood of occurrence of each of segmented words in association with the segmented word;
referring to a second corpus storing a character string including a plurality of characters and a word n-gram probability calculated by the probabilistic language model building device according to the probabilistic language model building method;
referring to a vocabulary dictionary storing, correspondingly to the first corpus, pronunciations associated with each of words segmented as known words;
referring to a character dictionary storing, correspondingly to the first corpus, pronunciations and spelling of each character in a plurality of conversion candidates that can be converted from an unknown word in association with each other so that that the plurality of conversion candidates can be listed for the unknown word and storing the occurrence probability of a pronunciation of each character; and
converting a input spelling into a conversion candidate by referring to the occurrence probabilities associated with each word stored in the first corpus and the occurrence probabilities of pronunciations of each character stored in the character dictionary, and the word n-gram probability stored in the second corpus for an input pronunciation, thereby forming a kana-kanji conversion method.
15) The word boundary probability estimating device according toclaim 5; further comprising:
a first corpus storing a character string which includes a plurality of characters and is segmented into at least two words as a word including at least one character, and storing an occurrence probability indicating the likelihood of occurrence of each of segmented words in association with the segmented word;
a second corpus storing a character string including a plurality of characters and a word n-gram probability calculated by the probabilistic language model building device;
a vocabulary dictionary storing, correspondingly to the first corpus, pronunciations associated with each of words segmented as known words;
a character dictionary storing, correspondingly to the first corpus, a pronunciation and spelling of each character in a plurality of conversion candidates that can be converted from an unknown word in association with each other so that that the plurality of conversion candidates can be listed for the unknown word, and storing the occurrence probability of a pronunciation of each character; and
a language decoding section converting a input spelling into a conversion candidate by referring to the occurrence probabilities associated with each word stored in the first corpus and the occurrence probabilities of pronunciations of each character stored in the character dictionary, and word the n-gram probability stored in the second corpus for an input pronunciation, and thereby forming a kana-kanji converting device.
15) An article of manufacture comprising a computer usable medium having computer readable program code means embodied therein for causing unknown word model building, the computer readable program code means in said article of manufacture comprising computer readable program code means for causing a computer to effect the steps ofclaim 7.
16) An article of manufacture comprising a computer usable medium having computer readable program code means embodied therein for causing word boundary probability estimating, the computer readable program code means in said article of manufacture comprising computer readable program code means for causing a computer to effect the steps ofclaim 8.
17) A program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for unknown word model building, said method steps comprising the steps ofclaim 7.
18) A program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for word boundary probability estimating, said method steps comprising the steps ofclaim 8.
19) A computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing functions of a word boundary probability estimating device, the computer readable program code means in said computer program product comprising computer readable program code means for causing a computer to effect the functions ofclaim 1.
20) A computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing functions of a kana-kanji converting device, the computer readable program code means in said computer program product comprising computer readable program code means for causing a computer to effect the functions ofclaim 6.
US11/180,1532004-07-142005-07-13Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model buildingAbandonedUS20060015326A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US12/126,980US7917350B2 (en)2004-07-142008-05-26Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
JP2004-2078642004-07-14
JP2004207864AJP4652737B2 (en)2004-07-142004-07-14 Word boundary probability estimation device and method, probabilistic language model construction device and method, kana-kanji conversion device and method, and unknown word model construction method,

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US12/126,980ContinuationUS7917350B2 (en)2004-07-142008-05-26Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building

Publications (1)

Publication NumberPublication Date
US20060015326A1true US20060015326A1 (en)2006-01-19

Family

ID=35600561

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US11/180,153AbandonedUS20060015326A1 (en)2004-07-142005-07-13Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building
US12/126,980Expired - Fee RelatedUS7917350B2 (en)2004-07-142008-05-26Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US12/126,980Expired - Fee RelatedUS7917350B2 (en)2004-07-142008-05-26Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building

Country Status (2)

CountryLink
US (2)US20060015326A1 (en)
JP (1)JP4652737B2 (en)

Cited By (76)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070073532A1 (en)*2005-09-292007-03-29Microsoft CorporationWriting assistance using machine translation techniques
US20080221890A1 (en)*2007-03-062008-09-11Gakuto KurataUnsupervised lexicon acquisition from speech and text
US20080319738A1 (en)*2007-06-252008-12-25Tang Xi LiuWord probability determination
US20090076794A1 (en)*2007-09-132009-03-19Microsoft CorporationAdding prototype information into probabilistic models
US20090281786A1 (en)*2006-09-072009-11-12Nec CorporationNatural-language processing system and dictionary registration system
US20090326927A1 (en)*2008-06-272009-12-31Microsoft CorporationAdaptive generation of out-of-dictionary personalized long words
US20100070520A1 (en)*2008-09-182010-03-18Fujitsu LimitedInformation retrieval method and apparatus
US7937265B1 (en)2005-09-272011-05-03Google Inc.Paraphrase acquisition
US7937396B1 (en)2005-03-232011-05-03Google Inc.Methods and systems for identifying paraphrases from an index of information items and associated sentence fragments
US20110106523A1 (en)*2005-06-242011-05-05Rie MaedaMethod and Apparatus for Creating a Language Model and Kana-Kanji Conversion
US20110252010A1 (en)*2008-12-312011-10-13Alibaba Group Holding LimitedMethod and System of Selecting Word Sequence for Text Written in Language Without Word Boundary Markers
US20110270605A1 (en)*2010-04-302011-11-03International Business Machines CorporationAssessing speech prosody
US8086441B1 (en)*2007-07-272011-12-27Sonicwall, Inc.Efficient string search
US20130173251A1 (en)*2011-12-292013-07-04Hon Hai Precision Industry Co., Ltd.Electronic device and natural language analysis method thereof
CN103885938A (en)*2014-04-142014-06-25东南大学Industry spelling mistake checking method based on user feedback
US8930399B1 (en)*2010-11-222015-01-06Google Inc.Determining word boundary likelihoods in potentially incomplete text
US20150347383A1 (en)*2014-05-302015-12-03Apple Inc.Text prediction using combined word n-gram and unigram language models
CN105786796A (en)*2008-04-162016-07-20谷歌公司Segmenting words using scaled probabilities
CN106339367A (en)*2016-08-222017-01-18内蒙古大学Method for automatically correcting Mongolian
US9633660B2 (en)2010-02-252017-04-25Apple Inc.User profiling for voice input processing
US9668024B2 (en)2014-06-302017-05-30Apple Inc.Intelligent automated assistant for TV user interactions
WO2017166631A1 (en)*2016-03-302017-10-05乐视控股(北京)有限公司Voice signal processing method, apparatus and electronic device
US9865248B2 (en)2008-04-052018-01-09Apple Inc.Intelligent text-to-speech conversion
US9864956B1 (en)*2017-05-012018-01-09SparkCognition, Inc.Generation and use of trained file classifiers for malware detection
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9953088B2 (en)2012-05-142018-04-24Apple Inc.Crowd sourcing information to fulfill user requests
US9966060B2 (en)2013-06-072018-05-08Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US9986419B2 (en)2014-09-302018-05-29Apple Inc.Social reminders
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US10169329B2 (en)2014-05-302019-01-01Apple Inc.Exemplar-based natural language processing
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
CN109800435A (en)*2019-01-292019-05-24北京金山数字娱乐科技有限公司A kind of training method and device of language model
US10305923B2 (en)2017-06-302019-05-28SparkCognition, Inc.Server-supported malware detection and protection
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US10372816B2 (en)*2016-12-132019-08-06International Business Machines CorporationPreprocessing of string inputs in natural language processing
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US10616252B2 (en)2017-06-302020-04-07SparkCognition, Inc.Automated detection of malware using trained neural network-based file classifiers and machine learning
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US10706841B2 (en)2010-01-182020-07-07Apple Inc.Task flow identification based on user intent
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US10795541B2 (en)2009-06-052020-10-06Apple Inc.Intelligent organization of tasks items
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
CN112131866A (en)*2020-09-252020-12-25马上消费金融股份有限公司Word segmentation method, device, equipment and readable storage medium
US20210042470A1 (en)*2018-09-142021-02-11Beijing Bytedance Network Technology Co., Ltd.Method and device for separating words
CN112530417A (en)*2019-08-292021-03-19北京猎户星空科技有限公司Voice signal processing method and device, electronic equipment and storage medium
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US11080012B2 (en)2009-06-052021-08-03Apple Inc.Interface for a virtual digital assistant
CN113889113A (en)*2021-11-102022-01-04北京有竹居网络技术有限公司 Clause method, device, storage medium and electronic device
US11217255B2 (en)2017-05-162022-01-04Apple Inc.Far-field extension for digital assistant services
US11587559B2 (en)2015-09-302023-02-21Apple Inc.Intelligent device identification

Families Citing this family (119)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8645137B2 (en)2000-03-162014-02-04Apple Inc.Fast, language-independent method for user authentication by voice
US8977255B2 (en)2007-04-032015-03-10Apple Inc.Method and system for operating a multi-function portable electronic device using voice-activation
US10002189B2 (en)2007-12-202018-06-19Apple Inc.Method and apparatus for searching using an active ontology
US9330720B2 (en)2008-01-032016-05-03Apple Inc.Methods and apparatus for altering audio output signals
US10496753B2 (en)2010-01-182019-12-03Apple Inc.Automatically adapting user interfaces for hands-free interaction
US8595282B2 (en)*2008-06-302013-11-26Symantec CorporationSimplified communication of a reputation score for an entity
US20100030549A1 (en)2008-07-312010-02-04Lee Michael MMobile device having human language translation capability with positional feedback
US8676904B2 (en)2008-10-022014-03-18Apple Inc.Electronic devices with voice command and contextual data processing capabilities
WO2010067118A1 (en)2008-12-112010-06-17Novauris Technologies LimitedSpeech recognition involving a mobile device
US20120309363A1 (en)2011-06-032012-12-06Apple Inc.Triggering notifications associated with tasks items that represent tasks to perform
US9858925B2 (en)2009-06-052018-01-02Apple Inc.Using context information to facilitate processing of commands in a virtual assistant
US10276170B2 (en)2010-01-182019-04-30Apple Inc.Intelligent automated assistant
US10705794B2 (en)2010-01-182020-07-07Apple Inc.Automatically adapting user interfaces for hands-free interaction
US10679605B2 (en)2010-01-182020-06-09Apple Inc.Hands-free list-reading by intelligent automated assistant
US10553209B2 (en)2010-01-182020-02-04Apple Inc.Systems and methods for hands-free notification summaries
JP5466588B2 (en)*2010-07-022014-04-09株式会社Kddi研究所 Word boundary judgment device
DE102010040553A1 (en)*2010-09-102012-03-15Siemens Aktiengesellschaft Speech recognition method
US10762293B2 (en)2010-12-222020-09-01Apple Inc.Using parts-of-speech tagging and named entity recognition for spelling correction
CN102681981A (en)*2011-03-112012-09-19富士通株式会社Natural language lexical analysis method, device and analyzer training method
US9262612B2 (en)2011-03-212016-02-16Apple Inc.Device access using voice authentication
US10057736B2 (en)2011-06-032018-08-21Apple Inc.Active transport based notifications
US20120310642A1 (en)2011-06-032012-12-06Apple Inc.Automatically creating a mapping between text data and audio data
US8706472B2 (en)*2011-08-112014-04-22Apple Inc.Method for disambiguating multiple readings in language conversion
US8994660B2 (en)2011-08-292015-03-31Apple Inc.Text correction processing
US8914277B1 (en)*2011-09-202014-12-16Nuance Communications, Inc.Speech and language translation of an utterance
US10134385B2 (en)2012-03-022018-11-20Apple Inc.Systems and methods for name pronunciation
US9483461B2 (en)2012-03-062016-11-01Apple Inc.Handling speech synthesis of content for multiple languages
US9495129B2 (en)2012-06-292016-11-15Apple Inc.Device, method, and user interface for voice-activated navigation and browsing of a document
US9576574B2 (en)2012-09-102017-02-21Apple Inc.Context-sensitive handling of interruptions by intelligent digital assistant
JP6055267B2 (en)*2012-10-192016-12-27株式会社フュートレック Character string dividing device, model file learning device, and character string dividing system
JP5770753B2 (en)*2013-01-152015-08-26グーグル・インコーポレーテッド CJK name detection
DE212014000045U1 (en)2013-02-072015-09-24Apple Inc. Voice trigger for a digital assistant
US9368114B2 (en)2013-03-142016-06-14Apple Inc.Context-sensitive handling of interruptions
US10652394B2 (en)2013-03-142020-05-12Apple Inc.System and method for processing voicemail
AU2014233517B2 (en)2013-03-152017-05-25Apple Inc.Training an at least partial voice command system
WO2014144579A1 (en)2013-03-152014-09-18Apple Inc.System and method for updating an adaptive speech recognition model
US9582608B2 (en)2013-06-072017-02-28Apple Inc.Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197336A1 (en)2013-06-072014-12-11Apple Inc.System and method for detecting errors in interactions with a voice-based digital assistant
WO2014197335A1 (en)2013-06-082014-12-11Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en)2013-06-092019-01-08Apple Inc.System and method for inferring user intent from speech inputs
DE112014002747T5 (en)2013-06-092016-03-03Apple Inc. Apparatus, method and graphical user interface for enabling conversation persistence over two or more instances of a digital assistant
AU2014278595B2 (en)2013-06-132017-04-06Apple Inc.System and method for emergency calls initiated by voice command
DE112014003653B4 (en)2013-08-062024-04-18Apple Inc. Automatically activate intelligent responses based on activities from remote devices
US10296160B2 (en)2013-12-062019-05-21Apple Inc.Method for extracting salient dialog usage from live data
US9620105B2 (en)2014-05-152017-04-11Apple Inc.Analyzing audio input for efficient speech and music recognition
US10592095B2 (en)2014-05-232020-03-17Apple Inc.Instantaneous speaking of content on touch devices
US9502031B2 (en)2014-05-272016-11-22Apple Inc.Method for supporting dynamic grammars in WFST-based ASR
US9633004B2 (en)2014-05-302017-04-25Apple Inc.Better resolution when referencing to concepts
CN110797019B (en)2014-05-302023-08-29苹果公司Multi-command single speech input method
US10078631B2 (en)2014-05-302018-09-18Apple Inc.Entropy-guided text prediction using combined word and character n-gram language models
US9715875B2 (en)2014-05-302017-07-25Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US9734193B2 (en)2014-05-302017-08-15Apple Inc.Determining domain salience ranking from ambiguous words in natural speech
US10289433B2 (en)2014-05-302019-05-14Apple Inc.Domain specific language for encoding assistant dialog
US9842101B2 (en)2014-05-302017-12-12Apple Inc.Predictive conversion of language input
US10170123B2 (en)2014-05-302019-01-01Apple Inc.Intelligent assistant for home automation
US9760559B2 (en)2014-05-302017-09-12Apple Inc.Predictive text input
US10659851B2 (en)2014-06-302020-05-19Apple Inc.Real-time digital assistant knowledge updates
JP6269953B2 (en)*2014-07-102018-01-31日本電信電話株式会社 Word segmentation apparatus, method, and program
US10446141B2 (en)2014-08-282019-10-15Apple Inc.Automatic speech recognition based on user feedback
US9818400B2 (en)2014-09-112017-11-14Apple Inc.Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en)2014-09-122020-09-29Apple Inc.Dynamic thresholds for always listening speech trigger
US9646609B2 (en)2014-09-302017-05-09Apple Inc.Caching apparatus for serving phonetic pronunciations
US9886432B2 (en)2014-09-302018-02-06Apple Inc.Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US10127911B2 (en)2014-09-302018-11-13Apple Inc.Speaker identification and unsupervised speaker adaptation techniques
US10074360B2 (en)2014-09-302018-09-11Apple Inc.Providing an indication of the suitability of speech recognition
US10552013B2 (en)2014-12-022020-02-04Apple Inc.Data detection
US9711141B2 (en)2014-12-092017-07-18Apple Inc.Disambiguating heteronyms in speech synthesis
US10152299B2 (en)2015-03-062018-12-11Apple Inc.Reducing response latency of intelligent automated assistants
US9865280B2 (en)2015-03-062018-01-09Apple Inc.Structured dictation using intelligent automated assistants
US9886953B2 (en)2015-03-082018-02-06Apple Inc.Virtual assistant activation
US9721566B2 (en)2015-03-082017-08-01Apple Inc.Competing devices responding to voice triggers
US9899019B2 (en)2015-03-182018-02-20Apple Inc.Systems and methods for structured stem and suffix language models
US9703394B2 (en)*2015-03-242017-07-11Google Inc.Unlearning techniques for adaptive language models in text entry
US9842105B2 (en)2015-04-162017-12-12Apple Inc.Parsimonious continuous-space phrase representations for natural language processing
US10083688B2 (en)2015-05-272018-09-25Apple Inc.Device voice control for selecting a displayed affordance
US10127220B2 (en)2015-06-042018-11-13Apple Inc.Language identification from short strings
US10101822B2 (en)2015-06-052018-10-16Apple Inc.Language input correction
US10186254B2 (en)2015-06-072019-01-22Apple Inc.Context-based endpoint detection
US11025565B2 (en)2015-06-072021-06-01Apple Inc.Personalized prediction of responses for instant messaging
US10255907B2 (en)2015-06-072019-04-09Apple Inc.Automatic accent detection using acoustic models
US9697820B2 (en)2015-09-242017-07-04Apple Inc.Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
CN107305575B (en)*2016-04-252021-01-26北京京东尚科信息技术有限公司Sentence-break recognition method and device of man-machine intelligent question-answering system
US10474753B2 (en)2016-09-072019-11-12Apple Inc.Language identification using recurrent neural networks
JP6746472B2 (en)*2016-11-112020-08-26ヤフー株式会社 Generation device, generation method, and generation program
US11281993B2 (en)2016-12-052022-03-22Apple Inc.Model and ensemble compression for metric learning
US11204787B2 (en)2017-01-092021-12-21Apple Inc.Application integration with a digital assistant
US10372821B2 (en)*2017-03-172019-08-06Adobe Inc.Identification of reading order text segments with a probabilistic language model
DK201770383A1 (en)2017-05-092018-12-14Apple Inc.User interface for correcting recognition errors
US10417266B2 (en)2017-05-092019-09-17Apple Inc.Context-aware ranking of intelligent response suggestions
US10395654B2 (en)2017-05-112019-08-27Apple Inc.Text normalization based on a data-driven learning network
US10726832B2 (en)2017-05-112020-07-28Apple Inc.Maintaining privacy of personal information
DK201770427A1 (en)2017-05-122018-12-20Apple Inc.Low-latency intelligent automated assistant
US11301477B2 (en)2017-05-122022-04-12Apple Inc.Feedback analysis of a digital assistant
US10303715B2 (en)2017-05-162019-05-28Apple Inc.Intelligent automated assistant for media exploration
US10403278B2 (en)2017-05-162019-09-03Apple Inc.Methods and systems for phonetic matching in digital assistant services
US10311144B2 (en)2017-05-162019-06-04Apple Inc.Emoji word sense disambiguation
US10657328B2 (en)2017-06-022020-05-19Apple Inc.Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
US10713519B2 (en)2017-06-222020-07-14Adobe Inc.Automated workflows for identification of reading order from text segments using probabilistic language models
US10445429B2 (en)2017-09-212019-10-15Apple Inc.Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en)2017-09-292020-08-25Apple Inc.Rule-based natural language processing
CN107832302B (en)*2017-11-222021-09-17北京百度网讯科技有限公司Word segmentation processing method and device, mobile terminal and computer readable storage medium
CN107832301B (en)*2017-11-222021-09-17北京百度网讯科技有限公司Word segmentation processing method and device, mobile terminal and computer readable storage medium
US10636424B2 (en)2017-11-302020-04-28Apple Inc.Multi-turn canned dialog
CN108073704B (en)*2017-12-182020-07-14清华大学 A LIWC Vocabulary Extension Method
US10733982B2 (en)2018-01-082020-08-04Apple Inc.Multi-directional dialog
US10733375B2 (en)2018-01-312020-08-04Apple Inc.Knowledge-based framework for improving natural language understanding
US10789959B2 (en)2018-03-022020-09-29Apple Inc.Training speaker recognition models for digital assistants
US10592604B2 (en)2018-03-122020-03-17Apple Inc.Inverse text normalization for automatic speech recognition
US10818288B2 (en)2018-03-262020-10-27Apple Inc.Natural assistant interaction
US10909331B2 (en)2018-03-302021-02-02Apple Inc.Implicit identification of translation payload with neural machine translation
US10928918B2 (en)2018-05-072021-02-23Apple Inc.Raise to speak
US11145294B2 (en)2018-05-072021-10-12Apple Inc.Intelligent automated assistant for delivering content from user experiences
US10984780B2 (en)2018-05-212021-04-20Apple Inc.Global semantic word embeddings using bi-directional recurrent neural networks
US11386266B2 (en)2018-06-012022-07-12Apple Inc.Text correction
DK180639B1 (en)2018-06-012021-11-04Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
US10892996B2 (en)2018-06-012021-01-12Apple Inc.Variable latency device coordination
DK179822B1 (en)2018-06-012019-07-12Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
DK201870355A1 (en)2018-06-012019-12-16Apple Inc.Virtual assistant operation in multi-device environments
US10504518B1 (en)2018-06-032019-12-10Apple Inc.Accelerated task performance

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5987409A (en)*1996-09-271999-11-16U.S. Philips CorporationMethod of and apparatus for deriving a plurality of sequences of words from a speech signal
US6185524B1 (en)*1998-12-312001-02-06Lernout & Hauspie Speech Products N.V.Method and apparatus for automatic identification of word boundaries in continuous text and computation of word boundary scores
US6363342B2 (en)*1998-12-182002-03-26Matsushita Electric Industrial Co., Ltd.System for developing word-pronunciation pairs
US20020111793A1 (en)*2000-12-142002-08-15Ibm CorporationAdaptation of statistical parsers based on mathematical transform
US20030093263A1 (en)*2001-11-132003-05-15Zheng ChenMethod and apparatus for adapting a class entity dictionary used with language models
US20030097252A1 (en)*2001-10-182003-05-22Mackie Andrew WilliamMethod and apparatus for efficient segmentation of compound words using probabilistic breakpoint traversal

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5806021A (en)*1995-10-301998-09-08International Business Machines CorporationAutomatic segmentation of continuous text using statistical approaches
US6092038A (en)*1998-02-052000-07-18International Business Machines CorporationSystem and method for providing lossless compression of n-gram language models in a real-time decoder
US6411932B1 (en)*1998-06-122002-06-25Texas Instruments IncorporatedRule-based learning of word pronunciations from training corpora
DE69937176T2 (en)*1998-08-282008-07-10International Business Machines Corp. Segmentation method to extend the active vocabulary of speech recognizers
JP3476007B2 (en)*1999-09-102003-12-10インターナショナル・ビジネス・マシーンズ・コーポレーション Recognition word registration method, speech recognition method, speech recognition device, storage medium storing software product for registration of recognition word, storage medium storing software product for speech recognition
KR100940630B1 (en)*2001-05-022010-02-05소니 주식회사 Robot apparatus, character recognition apparatus and character recognition method, control program and recording medium
US7349839B2 (en)*2002-08-272008-03-25Microsoft CorporationMethod and apparatus for aligning bilingual corpora
US20050071148A1 (en)*2003-09-152005-03-31Microsoft CorporationChinese word segmentation
US7447627B2 (en)*2003-10-232008-11-04Microsoft CorporationCompound word breaker and spell checker

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5987409A (en)*1996-09-271999-11-16U.S. Philips CorporationMethod of and apparatus for deriving a plurality of sequences of words from a speech signal
US6363342B2 (en)*1998-12-182002-03-26Matsushita Electric Industrial Co., Ltd.System for developing word-pronunciation pairs
US6185524B1 (en)*1998-12-312001-02-06Lernout & Hauspie Speech Products N.V.Method and apparatus for automatic identification of word boundaries in continuous text and computation of word boundary scores
US20020111793A1 (en)*2000-12-142002-08-15Ibm CorporationAdaptation of statistical parsers based on mathematical transform
US20030097252A1 (en)*2001-10-182003-05-22Mackie Andrew WilliamMethod and apparatus for efficient segmentation of compound words using probabilistic breakpoint traversal
US20030093263A1 (en)*2001-11-132003-05-15Zheng ChenMethod and apparatus for adapting a class entity dictionary used with language models

Cited By (114)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8280893B1 (en)2005-03-232012-10-02Google Inc.Methods and systems for identifying paraphrases from an index of information items and associated sentence fragments
US7937396B1 (en)2005-03-232011-05-03Google Inc.Methods and systems for identifying paraphrases from an index of information items and associated sentence fragments
US8290963B1 (en)2005-03-232012-10-16Google Inc.Methods and systems for identifying paraphrases from an index of information items and associated sentence fragments
US8744833B2 (en)*2005-06-242014-06-03Microsoft CorporationMethod and apparatus for creating a language model and kana-kanji conversion
US20110106523A1 (en)*2005-06-242011-05-05Rie MaedaMethod and Apparatus for Creating a Language Model and Kana-Kanji Conversion
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US7937265B1 (en)2005-09-272011-05-03Google Inc.Paraphrase acquisition
US8271453B1 (en)2005-09-272012-09-18Google Inc.Paraphrase acquisition
US7908132B2 (en)*2005-09-292011-03-15Microsoft CorporationWriting assistance using machine translation techniques
US20070073532A1 (en)*2005-09-292007-03-29Microsoft CorporationWriting assistance using machine translation techniques
US20090281786A1 (en)*2006-09-072009-11-12Nec CorporationNatural-language processing system and dictionary registration system
US9575953B2 (en)*2006-09-072017-02-21Nec CorporationNatural-language processing system and dictionary registration system
US8065149B2 (en)*2007-03-062011-11-22Nuance Communications, Inc.Unsupervised lexicon acquisition from speech and text
US20080221890A1 (en)*2007-03-062008-09-11Gakuto KurataUnsupervised lexicon acquisition from speech and text
US8630847B2 (en)2007-06-252014-01-14Google Inc.Word probability determination
US20080319738A1 (en)*2007-06-252008-12-25Tang Xi LiuWord probability determination
WO2009000103A1 (en)*2007-06-252008-12-31Google Inc.Word probability determination
US8775164B2 (en)2007-07-272014-07-08Sonicwall, Inc.Efficient string search
US8086441B1 (en)*2007-07-272011-12-27Sonicwall, Inc.Efficient string search
US9542387B2 (en)2007-07-272017-01-10Dell Software Inc.Efficient string search
US10460041B2 (en)2007-07-272019-10-29Sonicwall Inc.Efficient string search
US8577669B1 (en)2007-07-272013-11-05Sonicwall, Inc.Efficient string search
US20090076794A1 (en)*2007-09-132009-03-19Microsoft CorporationAdding prototype information into probabilistic models
US8010341B2 (en)2007-09-132011-08-30Microsoft CorporationAdding prototype information into probabilistic models
US9865248B2 (en)2008-04-052018-01-09Apple Inc.Intelligent text-to-speech conversion
CN105786796A (en)*2008-04-162016-07-20谷歌公司Segmenting words using scaled probabilities
US20090326927A1 (en)*2008-06-272009-12-31Microsoft CorporationAdaptive generation of out-of-dictionary personalized long words
US9411800B2 (en)2008-06-272016-08-09Microsoft Technology Licensing, LlcAdaptive generation of out-of-dictionary personalized long words
US8549025B2 (en)*2008-09-182013-10-01Fujitsu LimitedInformation retrieval method and apparatus
US20100070520A1 (en)*2008-09-182010-03-18Fujitsu LimitedInformation retrieval method and apparatus
US8510099B2 (en)*2008-12-312013-08-13Alibaba Group Holding LimitedMethod and system of selecting word sequence for text written in language without word boundary markers
US20110252010A1 (en)*2008-12-312011-10-13Alibaba Group Holding LimitedMethod and System of Selecting Word Sequence for Text Written in Language Without Word Boundary Markers
US10795541B2 (en)2009-06-052020-10-06Apple Inc.Intelligent organization of tasks items
US11080012B2 (en)2009-06-052021-08-03Apple Inc.Interface for a virtual digital assistant
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US11423886B2 (en)2010-01-182022-08-23Apple Inc.Task flow identification based on user intent
US10706841B2 (en)2010-01-182020-07-07Apple Inc.Task flow identification based on user intent
US10049675B2 (en)2010-02-252018-08-14Apple Inc.User profiling for voice input processing
US9633660B2 (en)2010-02-252017-04-25Apple Inc.User profiling for voice input processing
US20110270605A1 (en)*2010-04-302011-11-03International Business Machines CorporationAssessing speech prosody
US9368126B2 (en)*2010-04-302016-06-14Nuance Communications, Inc.Assessing speech prosody
US8930399B1 (en)*2010-11-222015-01-06Google Inc.Determining word boundary likelihoods in potentially incomplete text
US20130173251A1 (en)*2011-12-292013-07-04Hon Hai Precision Industry Co., Ltd.Electronic device and natural language analysis method thereof
TWI512503B (en)*2011-12-292015-12-11Hon Hai Prec Ind Co LtdElectronic device and language analysis method thereof
US9953088B2 (en)2012-05-142018-04-24Apple Inc.Crowd sourcing information to fulfill user requests
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US9966060B2 (en)2013-06-072018-05-08Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
CN103885938A (en)*2014-04-142014-06-25东南大学Industry spelling mistake checking method based on user feedback
US9785630B2 (en)*2014-05-302017-10-10Apple Inc.Text prediction using combined word N-gram and unigram language models
US10169329B2 (en)2014-05-302019-01-01Apple Inc.Exemplar-based natural language processing
US20150347383A1 (en)*2014-05-302015-12-03Apple Inc.Text prediction using combined word n-gram and unigram language models
US10904611B2 (en)2014-06-302021-01-26Apple Inc.Intelligent automated assistant for TV user interactions
US9668024B2 (en)2014-06-302017-05-30Apple Inc.Intelligent automated assistant for TV user interactions
US9986419B2 (en)2014-09-302018-05-29Apple Inc.Social reminders
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US11500672B2 (en)2015-09-082022-11-15Apple Inc.Distributed personal assistant
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US11587559B2 (en)2015-09-302023-02-21Apple Inc.Intelligent device identification
US11526368B2 (en)2015-11-062022-12-13Apple Inc.Intelligent automated assistant in a messaging environment
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
WO2017166631A1 (en)*2016-03-302017-10-05乐视控股(北京)有限公司Voice signal processing method, apparatus and electronic device
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US11069347B2 (en)2016-06-082021-07-20Apple Inc.Intelligent automated assistant for media exploration
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US11037565B2 (en)2016-06-102021-06-15Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
US11152002B2 (en)2016-06-112021-10-19Apple Inc.Application integration with a digital assistant
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
CN106339367A (en)*2016-08-222017-01-18内蒙古大学Method for automatically correcting Mongolian
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10553215B2 (en)2016-09-232020-02-04Apple Inc.Intelligent automated assistant
US10372816B2 (en)*2016-12-132019-08-06International Business Machines CorporationPreprocessing of string inputs in natural language processing
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US10062038B1 (en)2017-05-012018-08-28SparkCognition, Inc.Generation and use of trained file classifiers for malware detection
US9864956B1 (en)*2017-05-012018-01-09SparkCognition, Inc.Generation and use of trained file classifiers for malware detection
US10068187B1 (en)2017-05-012018-09-04SparkCognition, Inc.Generation and use of trained file classifiers for malware detection
US10304010B2 (en)2017-05-012019-05-28SparkCognition, Inc.Generation and use of trained file classifiers for malware detection
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US11405466B2 (en)2017-05-122022-08-02Apple Inc.Synchronization and task delegation of a digital assistant
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
US11217255B2 (en)2017-05-162022-01-04Apple Inc.Far-field extension for digital assistant services
US10979444B2 (en)2017-06-302021-04-13SparkCognition, Inc.Automated detection of malware using trained neural network-based file classifiers and machine learning
US11212307B2 (en)2017-06-302021-12-28SparkCognition, Inc.Server-supported malware detection and protection
US10560472B2 (en)2017-06-302020-02-11SparkCognition, Inc.Server-supported malware detection and protection
US10305923B2 (en)2017-06-302019-05-28SparkCognition, Inc.Server-supported malware detection and protection
US10616252B2 (en)2017-06-302020-04-07SparkCognition, Inc.Automated detection of malware using trained neural network-based file classifiers and machine learning
US11711388B2 (en)2017-06-302023-07-25SparkCognition, Inc.Automated detection of malware using trained neural network-based file classifiers and machine learning
US11924233B2 (en)2017-06-302024-03-05SparkCognition, Inc.Server-supported malware detection and protection
US20210042470A1 (en)*2018-09-142021-02-11Beijing Bytedance Network Technology Co., Ltd.Method and device for separating words
CN109800435A (en)*2019-01-292019-05-24北京金山数字娱乐科技有限公司A kind of training method and device of language model
CN112530417A (en)*2019-08-292021-03-19北京猎户星空科技有限公司Voice signal processing method and device, electronic equipment and storage medium
CN112131866A (en)*2020-09-252020-12-25马上消费金融股份有限公司Word segmentation method, device, equipment and readable storage medium
CN113889113A (en)*2021-11-102022-01-04北京有竹居网络技术有限公司 Clause method, device, storage medium and electronic device

Also Published As

Publication numberPublication date
US20080228463A1 (en)2008-09-18
US7917350B2 (en)2011-03-29
JP2006031295A (en)2006-02-02
JP4652737B2 (en)2011-03-16

Similar Documents

PublicationPublication DateTitle
US7917350B2 (en)Word boundary probability estimating, probabilistic language model building, kana-kanji converting, and unknown word model building
Cotterell et al.Are all languages equally hard to language-model?
JP4568774B2 (en) How to generate templates used in handwriting recognition
US9037967B1 (en)Arabic spell checking technique
US5680511A (en)Systems and methods for word recognition
US8185376B2 (en)Identifying language origin of words
Belinkov et al.Arabic diacritization with recurrent neural networks
Peng et al.Self-supervised Chinese word segmentation
US8909514B2 (en)Unsupervised learning using global features, including for log-linear model word segmentation
AU2002333063A1 (en)Character string identification
WO2000062193A1 (en)System for chinese tokenization and named entity recognition
Hládek et al.Learning string distance with smoothing for OCR spelling correction
Chen et al.Integrating natural language processing with image document analysis: what we learned from two real-world applications
NagataJapanese OCR error correction using character shape similarity and statistical language model
Mohapatra et al.Spell checker for OCR
US20140093173A1 (en)Classifying a string formed from hand-written characters
JP3975825B2 (en) Character recognition error correction method, apparatus and program
Oprean et al.Handwritten word recognition using Web resources and recurrent neural networks
MalburgComparative evaluation of techniques for word recognition improvement by incorporation of syntactic information
CN113535961A (en)System, method and device for realizing multi-language mixed short text classification processing based on small sample learning, memory and storage medium thereof
Mikša et al.Correcting word merge errors in croatian texts
HuangWord Segmentation and Ambiguity in English and Chinese NLP & IR
ZA200402926B (en)Character string identification.

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MORI, SHINSUKE;TAKUMA, DAISUKE;REEL/FRAME:016845/0595;SIGNING DATES FROM 20050824 TO 20050826

STCBInformation on status: application discontinuation

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


[8]ページ先頭

©2009-2025 Movatter.jp