JP5853595B2 - Morphological analyzer, method, program, speech synthesizer, method, program - Google Patents

Morphological analyzer, method, program, speech synthesizer, method, program Download PDF

Info

Publication number
JP5853595B2
JP5853595B2 JP2011239075A JP2011239075A JP5853595B2 JP 5853595 B2 JP5853595 B2 JP 5853595B2 JP 2011239075 A JP2011239075 A JP 2011239075A JP 2011239075 A JP2011239075 A JP 2011239075A JP 5853595 B2 JP5853595 B2 JP 5853595B2
Authority
JP
Japan
Prior art keywords
word
words
text
evaluation value
connection
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.)
Active
Application number
JP2011239075A
Other languages
Japanese (ja)
Other versions
JP2013097534A (en
Inventor
片江 伸之
伸之 片江
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2011239075A priority Critical patent/JP5853595B2/en
Publication of JP2013097534A publication Critical patent/JP2013097534A/en
Application granted granted Critical
Publication of JP5853595B2 publication Critical patent/JP5853595B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

開示の技術は形態素解析装置、形態素解析方法、形態素解析プログラム、音声合成装置、音声合成方法、及び、音声合成プログラムに関する。   The disclosed technology relates to a morpheme analyzer, a morpheme analysis method, a morpheme analysis program, a speech synthesizer, a speech synthesis method, and a speech synthesis program.

形態素解析は、自然言語処理の基礎技術の1つであり、自然言語で記述されたテキストを、形態素(意味を有する最小の言語形態)毎に分割し、テキストの読み等を解析するものである。形態素解析を利用した技術として以下の技術が知られている(特許文献1〜4)。   Morphological analysis is one of the basic technologies of natural language processing, and it divides text described in natural language into morphemes (the smallest language forms that have meaning) and analyzes the reading of texts. . The following techniques are known as techniques using morphological analysis (Patent Documents 1 to 4).

例えば、テキストから有用な情報をキーワードとして抽出するテキストマイニングにおいて、形態素解析を利用し、キーワードとして複合名詞を抽出する技術が知られている。この技術は、まず、文書データを形態素解析した後、形態素の品詞情報で品詞結合規則を参照し、連続する形態素が結合規則に適合する場合に、その連続する形態素を複合名詞候補として、複合名詞候補データを得る。次に、複合名詞候補を構成する先頭の形態素、末尾の形態素それぞれについて、文字列頻度データを参照して先頭の形態素の前方スコア、末尾の形態素の後方スコアを取得する。そして、両スコアがともにスコア設定値より大きい場合に、先頭の形態素から末尾の形態素までの文字列を複合名詞として抽出する。   For example, in text mining that extracts useful information from a text as a keyword, a technique for extracting a compound noun as a keyword using morphological analysis is known. This technology first analyzes morpheme of document data, then refers to the part-of-speech combination rule with the part-of-speech information of the morpheme. Get candidate data. Next, for each of the first morpheme and the last morpheme constituting the compound noun candidate, the front score of the first morpheme and the rear score of the last morpheme are obtained by referring to the character string frequency data. When both scores are larger than the score setting value, the character string from the first morpheme to the last morpheme is extracted as a compound noun.

また、例えば、テキスト検索に用いるキーワードの抽出と絞込みを形態素解析を利用して行う技術も知られている。この技術は、テキストに形態素解析を実施して単純名詞集合を生成し、複合名詞集合やカタカナ名詞集合、名詞要素に挟まれた連体化助詞「の」が存在する場合に、それらの名詞要素を連体化助詞「の」を介して結合した連体名詞集合を生成する。   In addition, for example, a technique for performing extraction and narrowing of keywords used for text search using morphological analysis is also known. This technology performs simple morphological analysis on text to generate a simple noun set, and when there is a compound noun element that is sandwiched between compound noun sets, katakana noun sets, and noun elements, A combined noun set connected through the integrated particle “no” is generated.

また、例えば、テキスト検索に用いるキーワードの抽出を形態素解析を利用して行う他の技術も知られている。この技術は、キーワードの抽出漏れを回避するために、入力されたテキストを形態素解析して形態素出現確率を計算し、形態素出現確率に対応する形態素の重要度に基づき、各単語の頻度情報を算出し、頻度情報付き単語集合を生成する。   In addition, for example, other techniques for extracting keywords used for text search using morphological analysis are also known. In order to avoid omission of keyword extraction, this technology calculates the morpheme appearance probability by analyzing the input text, and calculates the frequency information of each word based on the importance of the morpheme corresponding to the morpheme appearance probability. Then, a word set with frequency information is generated.

また、例えばテキスト検索に用いるキーワードの抽出を形態素解析を利用して行う更に他の技術も知られている。この技術は、文字列を複数の形態素に分解し、各形態素の品詞を判定し、各形態素から連続する第1の数かつ所定品詞の形態素で構成される形態素群を各々抽出し、抽出した各形態素群を構成する各形態素と当該各形態素の各品詞との組み合わせを各々算出する。そして、算出した組み合わせのうち、複数の形態素群間で共通する組み合わせの出現頻度が所定の閾値以上の場合に、共通する組み合わせを、任意の文字列に含まれる複数の形態素を複合するための形態素複合ルールとして抽出する。   Further, for example, another technique is known in which a keyword used for text search is extracted using morphological analysis. This technique decomposes a character string into a plurality of morphemes, determines the part of speech of each morpheme, extracts each morpheme group composed of morphemes of a first number and a predetermined part of speech from each morpheme, A combination of each morpheme constituting the morpheme group and each part of speech of each morpheme is calculated. Then, among the calculated combinations, when the appearance frequency of a combination common among a plurality of morpheme groups is equal to or higher than a predetermined threshold, the common combination is combined with a plurality of morphemes included in an arbitrary character string. Extract as a compound rule.

特開2011−059754号公報JP 2011-059754 A 特開2006−004283号公報JP 2006-004283 A 特開2006−243976号公報JP 2006-243976 A 特開2010−009355号公報JP 2010-009355 A

形態素解析は、単語が読み等と対応付けて登録された単語辞書を用い、解析対象のテキストを単語辞書と照合し、単語辞書に登録された単語を単位として分解した上で、解析対象のテキスト上で隣接する単語の組の接続可能性を評価する処理を含んでいる。このため、形態素解析の解析精度は単語辞書にどのような単語が登録されているかに依存する。   Morphological analysis uses a word dictionary in which words are registered in association with reading, etc., compares the text to be analyzed with the word dictionary, decomposes the word registered in the word dictionary as a unit, and then analyzes the text to be analyzed. The above includes processing for evaluating the connectivity of adjacent word pairs. For this reason, the analysis accuracy of morphological analysis depends on what words are registered in the word dictionary.

ここで、複数の名詞類の単語を組み合わせた複合名詞が解析対象のテキスト上に存在していた場合、当該複合名詞は、形態素解析では、単語辞書に登録された複数の単語の組み合わせとして解析される。一方、日本語等の自然言語には、テキスト上での表記が同一で読み(及び意味)が異なる単語が存在しており、このような単語は、異なる読みと対応付けされて単語辞書に重複登録される。このため、解析対象のテキスト上に存在している複合名詞が、テキスト上での表記が同一で読みが異なる単語を含む場合、形態素解析で複合名詞の読みを正しく解析できないことがある、という課題がある。   Here, when a compound noun combining words of a plurality of nouns is present on the text to be analyzed, the compound noun is analyzed as a combination of a plurality of words registered in the word dictionary in the morphological analysis. The On the other hand, in natural languages such as Japanese, there are words that have the same notation in the text but different readings (and meanings), and such words are associated with different readings and duplicated in the word dictionary. be registered. For this reason, if a compound noun that exists in the text to be analyzed contains words that have the same notation in the text but different readings, the reading of the compound noun may not be correctly analyzed by morphological analysis There is.

これに対し、形態素解析を利用した前述の技術は、品詞や出現頻度等に基づいて複合名詞を含むキーワードをテキストから抽出する技術であり、形態素解析における複合名詞の読みの解析精度の向上に寄与するものではない。   On the other hand, the above-mentioned technology using morphological analysis is a technology that extracts keywords including compound nouns from text based on the part of speech and the appearance frequency, etc., and contributes to improving the analysis accuracy of compound noun reading in morphological analysis. Not what you want.

開示の技術は、解析対象のテキスト上で隣接し、単語辞書に分けて登録された名詞類の単語の組の読みの解析精度を向上させることが目的である。   An object of the disclosed technique is to improve the analysis accuracy of reading a set of words of nouns that are adjacent to each other in a text to be analyzed and registered in a word dictionary.

開示の技術は、複数の単語が少なくとも個々の単語の品詞と対応付けて各々登録された単語辞書を第1記憶部に記憶する。また、単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として第2記憶部に記憶する。また、単語辞書に各々登録され、かつ解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求める。また、単語辞書に各々登録されかつ解析対象のテキスト上で隣接している単語の組のうち、連接可能な単語の組として第2記憶部に記憶されていない名詞類の単語の組について、接続評価値が最大となる単語の組み合わせに含まれないように接続評価値を減少させる。そして、接続評価値が最大となる単語の組に基づいて解析対象のテキストの形態素解析を行う。 The disclosed technology stores a word dictionary in which a plurality of words are registered in association with at least the part of speech of each word in the first storage unit. In addition, the second storage unit sets a group of noun words that are registered in the word dictionary and are adjacent to the specific word across the specific word on the learning text as a group of connectable words. To remember. In addition, a connection evaluation value representing connection possibility is obtained for a pair of words that are registered in the word dictionary and are adjacent to each other in the text to be analyzed. Moreover, it connects about the word group of the noun class which is not memorize | stored in the 2nd memory | storage part as a word group which can be connected among the word groups which are each registered in the word dictionary and are adjacent on the analysis object text. The connection evaluation value is decreased so that the evaluation value is not included in the word combination having the maximum evaluation value. Then, the morphological analysis of the text to be analyzed is performed based on the set of words having the maximum connection evaluation value.

開示の技術は、解析対象のテキスト上で隣接し、単語辞書に分けて登録された名詞類の単語の組の読みの解析精度が向上する、という効果を有する。   The disclosed technique has an effect that the analysis accuracy of reading a set of words of nouns that are adjacent to each other on the text to be analyzed and registered in the word dictionary is improved.

実施形態で説明した音声合成装置の機能ブロック図である。It is a functional block diagram of the speech synthesizer described in the embodiment. 音声合成装置として機能するコンピュータの概略ブロック図である。It is a schematic block diagram of a computer that functions as a speech synthesizer. 第1単語辞書の一例を示す概略図である。It is the schematic which shows an example of a 1st word dictionary. 第2単語辞書の一例を示す概略図である。It is the schematic which shows an example of a 2nd word dictionary. 単語品詞間接続評価値テーブルの一例を示す概略図である。It is the schematic which shows an example of the connection evaluation value table between word parts of speech. 連接可能性テーブル生成処理のフローチャートである。It is a flowchart of a connection possibility table production | generation process. 連接可能性テーブル生成処理を説明するための概略図である。It is the schematic for demonstrating a connection possibility table production | generation process. 連接可能な単語の組の判定を説明するための概略図である。It is the schematic for demonstrating determination of the group of the word which can be connected. 連接不可の単語の組に対する減点値の演算を説明するための概略図である。It is the schematic for demonstrating the calculation of the deduction point value with respect to the group of the word which cannot be connected. 連接可能な単語の組の判定を説明するための概略図である。It is the schematic for demonstrating determination of the group of the word which can be connected. 連接不可の単語の組に対する減点値の演算を説明するための概略図である。It is the schematic for demonstrating the calculation of the deduction point value with respect to the group of the word which cannot be connected. 形態素解析処理のフローチャートである。It is a flowchart of a morphological analysis process. 連接可能性テーブルを用いた形態素解析を説明するための概略図である。It is the schematic for demonstrating the morphological analysis using a connection possibility table. 連接可能性テーブルを用いた形態素解析を説明するための概略図である。It is the schematic for demonstrating the morphological analysis using a connection possibility table. 連接可能性テーブルを用いた形態素解析を説明するための概略図である。It is the schematic for demonstrating the morphological analysis using a connection possibility table. 連接可能性テーブルを用いた形態素解析を説明するための概略図である。It is the schematic for demonstrating the morphological analysis using a connection possibility table. 連接可能性テーブルを用いない形態素解析の問題点を説明するための概略図である。It is the schematic for demonstrating the problem of the morphological analysis which does not use a connection possibility table. 連接可能性テーブルを用いない形態素解析の問題点を説明するための概略図である。It is the schematic for demonstrating the problem of the morphological analysis which does not use a connection possibility table.

以下、図面を参照して開示の技術の実施形態の一例を詳細に説明する。図1には、本実施形態に係る音声合成装置10が示されている。音声合成装置10はテキストから当該テキストを読み上げる音声を合成する処理を行う。音声合成装置10は形態素解析装置12、係り受け解析部38、表音文字列生成部40及び音声合成部42を備えている。形態素解析装置12は、形態素解析部14、単語連接可能性判定部16、第1単語辞書18及び第2単語辞書20を記憶する第1記憶部22、単語連接可能性テーブル24を記憶する第2記憶部26を備えている。また形態素解析装置12は、単語品詞間接続評価値テーブル28を記憶する第3記憶部30、解析対象テキスト32及び学習用テキストコーパス34を記憶する第4記憶部36を備えている。   Hereinafter, an example of an embodiment of the disclosed technology will be described in detail with reference to the drawings. FIG. 1 shows a speech synthesizer 10 according to the present embodiment. The speech synthesizer 10 performs a process of synthesizing speech that reads out the text from the text. The speech synthesizer 10 includes a morphological analyzer 12, a dependency analyzer 38, a phonetic character string generator 40, and a speech synthesizer 42. The morpheme analyzer 12 includes a morpheme analyzer 14, a word connection possibility determination unit 16, a first storage unit 22 that stores a first word dictionary 18 and a second word dictionary 20, and a second storage that stores a word connection possibility table 24. A storage unit 26 is provided. The morpheme analyzer 12 includes a third storage unit 30 that stores the inter-word-part-of-speech connection evaluation value table 28, a fourth storage unit 36 that stores the analysis target text 32 and the learning text corpus 34.

音声合成装置10は、例えば図2に示すコンピュータ70で実現することができる。コンピュータ70はCPU72、メモリ44、不揮発性の記憶部46、キーボード48、マウス50、ディスプレイ52、スピーカ54を備え、これらはバス56を介して互いに接続されている。なお、記憶部46はHDD(Hard Disk Drive)やフラッシュメモリ等によって実現できる。記録媒体としての記憶部46には、コンピュータ70を音声合成装置10として機能させるための音声合成プログラム58、第1単語辞書18、第2単語辞書20、単語連接可能性テーブル24、単語品詞間接続評価値テーブル28が各々記憶されている。また記憶部46には、解析対象テキスト32及び学習用テキストコーパス34も記憶されている。CPU72は、音声合成プログラム58を記憶部46から読み出してメモリ44に展開し、音声合成プログラム58が有するプロセスを順次実行する。   The speech synthesizer 10 can be realized by a computer 70 shown in FIG. 2, for example. The computer 70 includes a CPU 72, a memory 44, a nonvolatile storage unit 46, a keyboard 48, a mouse 50, a display 52, and a speaker 54, which are connected to each other via a bus 56. The storage unit 46 can be realized by an HDD (Hard Disk Drive), a flash memory, or the like. In the storage unit 46 as a recording medium, a speech synthesis program 58 for causing the computer 70 to function as the speech synthesizer 10, the first word dictionary 18, the second word dictionary 20, the word connection possibility table 24, and connection between word parts of speech. Each evaluation value table 28 is stored. The storage unit 46 also stores an analysis target text 32 and a learning text corpus 34. The CPU 72 reads the speech synthesis program 58 from the storage unit 46 and expands it in the memory 44, and sequentially executes the processes of the speech synthesis program 58.

音声合成プログラム58は、形態素解析プロセス60、単語連接可能性判定プロセス62、係り受け解析プロセス64、表音文字列生成プロセス66及び音声合成プロセス68を有する。CPU72は、形態素解析プロセス60を実行することで、図1に示す形態素解析部14として動作する。またCPU72は、単語連接可能性判定プロセス62を実行することで、図1に示す単語連接可能性判定部16として動作する。またCPU72は、係り受け解析プロセス64を実行することで、図1に示す係り受け解析部38として動作する。またCPU72は、表音文字列生成プロセス66を実行することで、図1に示す表音文字列生成部40として動作する。またCPU72は、音声合成プロセス68を実行することで、図1に示す音声合成部42として動作する。   The speech synthesis program 58 includes a morphological analysis process 60, a word connection possibility determination process 62, a dependency analysis process 64, a phonetic character string generation process 66, and a speech synthesis process 68. The CPU 72 operates as the morphological analysis unit 14 illustrated in FIG. 1 by executing the morphological analysis process 60. Further, the CPU 72 operates as the word connection possibility determination unit 16 illustrated in FIG. 1 by executing the word connection possibility determination process 62. The CPU 72 operates as the dependency analysis unit 38 shown in FIG. 1 by executing the dependency analysis process 64. The CPU 72 operates as the phonetic character string generation unit 40 shown in FIG. 1 by executing the phonetic character string generation process 66. The CPU 72 operates as the speech synthesizer 42 shown in FIG. 1 by executing the speech synthesis process 68.

なお、音声合成プログラム58は開示の技術における音声合成プログラムの一例であり、音声合成プログラム58に含まれる形態素解析プロセス60は開示の技術における形態素解析プログラムの一例である。   The speech synthesis program 58 is an example of a speech synthesis program in the disclosed technology, and the morpheme analysis process 60 included in the speech synthesis program 58 is an example of a morpheme analysis program in the disclosed technology.

音声合成装置10がコンピュータ70で実現される場合、第1単語辞書18及び第2単語辞書20を記憶する記憶部46は第1記憶部22として用いられ、メモリ44の一部領域は第1単語辞書18及び第2単語辞書20として用いられる。また、単語連接可能性テーブル24及び単語品詞間接続評価値テーブル28を記憶する記憶部46は第2記憶部26及び第3記憶部30として用いられ、メモリ44の一部領域は単語連接可能性テーブル24及び単語品詞間接続評価値テーブル28として用いられる。また、解析対象テキスト32及び学習用テキストコーパス34を記憶する記憶部46は第4記憶部36として用いられ、メモリ44の一部領域は解析対象テキスト32及び学習用テキストコーパス34の記憶領域として用いられる。これにより、音声合成プログラム58を実行したコンピュータ70が、音声合成装置10として機能することになる。   When the speech synthesizer 10 is realized by the computer 70, the storage unit 46 that stores the first word dictionary 18 and the second word dictionary 20 is used as the first storage unit 22, and a partial area of the memory 44 is a first word. The dictionary 18 and the second word dictionary 20 are used. The storage unit 46 that stores the word connection possibility table 24 and the word-part-of-speech connection evaluation value table 28 is used as the second storage unit 26 and the third storage unit 30, and a partial region of the memory 44 is a word connection possibility. The table 24 and the word part-of-speech connection evaluation value table 28 are used. The storage unit 46 that stores the analysis target text 32 and the learning text corpus 34 is used as the fourth storage unit 36, and a partial area of the memory 44 is used as a storage area for the analysis target text 32 and the learning text corpus 34. It is done. As a result, the computer 70 that has executed the speech synthesis program 58 functions as the speech synthesizer 10.

第1単語辞書18には、例として図3に示すように、複数の単語について「表記」「品詞」及び「読み」の各情報が対応付けて各々登録されている。なお、図3には第1単語辞書18に登録されている単語のうちの一部のみを示しており、第1単語辞書18には、後述する形態素解析の解析精度を考慮して選択された多数の単語の情報が各々登録されている。また第2単語辞書20には、例えば図4に示すように、複数の単語について「表記」「品詞」及び「読み」の各情報が対応付けて登録されている。第2単語辞書20は、第1単語辞書18に未登録の単語の情報を追加登録するための単語辞書であり、例えば学習用テキストコーパス34等に含まれるテキスト中の単語のうち、第1単語辞書18に未登録の単語の情報が追加登録される。   As shown in FIG. 3 as an example, in the first word dictionary 18, “notation”, “part of speech”, and “reading” information are registered in association with each other for a plurality of words. FIG. 3 shows only some of the words registered in the first word dictionary 18, and the first word dictionary 18 is selected in consideration of the analysis accuracy of morphological analysis described later. Information on a large number of words is registered respectively. In the second word dictionary 20, for example, as shown in FIG. 4, “notation”, “part of speech”, and “reading” information are registered in association with each other for a plurality of words. The second word dictionary 20 is a word dictionary for additionally registering information on unregistered words in the first word dictionary 18. For example, the first word among the words in the text included in the learning text corpus 34 or the like. Information on unregistered words is additionally registered in the dictionary 18.

単語品詞間接続評価値テーブル28には、例として図5に示すように、各種品詞の単語の組み合わせについて、テキスト上での接続可能性を表す接続評価値が各々登録されている。例えば図5では、普通名詞の単語と接尾語の単語との接続評価値(テキスト上で普通名詞の単語に続いて接尾語の単語が存在している可能性の高さ)として"-100"が、接頭語の単語と普通名詞の単語との接続評価値として"-100"が設定されている。また、図5に"※"で示されている組み合わせには、接続可能性が無いことを表す接続評価値(図5では一例として"-1000000")が設定されている。   In the word part-of-speech connection evaluation value table 28, as shown in FIG. 5 as an example, connection evaluation values representing the possibility of connection on the text are registered for combinations of words of various parts of speech. For example, in FIG. 5, “-100” is used as the connection evaluation value between the common noun word and the suffix word (the possibility that the suffix word is present after the common noun word in the text). However, "-100" is set as the connection evaluation value between the prefix word and the common noun word. Further, in the combination indicated by “*” in FIG. 5, a connection evaluation value (“-1000000” as an example in FIG. 5) indicating that there is no connection possibility is set.

形態素解析装置12の形態素解析部14は、形態素解析対象のテキスト(解析対象テキスト32又は学習用テキストコーパス34のテキスト)に対し、以下のような形態素解析を行う。すなわち、形態素解析部14は、形態素解析対象のテキストに含まれ第1単語辞書18又は第2単語辞書20に登録されている単語を第1単語辞書18又は第2単語辞書20から抽出し、抽出した個々の単語の品詞を特定する。また形態素解析部14は、単語品詞間接続評価値テーブル28に登録された接続評価値に基づき、形態素解析対象のテキスト上で隣接している個々の単語の組の接続可能性を評価する。そして形態素解析部14は、接続可能性の評価結果に基づいて形態素解析対象のテキストの読みを判定する。形態素解析部14は開示の技術における形態素解析部の一例として機能する。   The morpheme analysis unit 14 of the morpheme analyzer 12 performs the following morpheme analysis on the morpheme analysis target text (the analysis target text 32 or the text of the learning text corpus 34). That is, the morpheme analysis unit 14 extracts, from the first word dictionary 18 or the second word dictionary 20, the words included in the morpheme analysis target text and registered in the first word dictionary 18 or the second word dictionary 20. Identify the part of speech of each individual word. The morpheme analysis unit 14 also evaluates the connection possibility of each pair of adjacent words on the morphological analysis target text based on the connection evaluation value registered in the word-part-of-speech connection evaluation value table 28. Then, the morpheme analysis unit 14 determines reading of the text to be analyzed for morpheme based on the connection possibility evaluation result. The morpheme analyzer 14 functions as an example of a morpheme analyzer in the disclosed technology.

単語連接可能性判定部16は、学習用テキストコーパス34のテキストから、テキスト上で連接可能な名詞類の単語の組(一対の単語)を特定し、特定した単語の組を登録した単語連接可能性テーブル24を生成する。単語連接可能性判定部16は開示の技術における連接可能性判定部の一例として機能する。なお、単語連接可能性判定部16による処理の詳細及び単語連接可能性テーブル24の内容については後述する。   The word concatenation possibility determination unit 16 identifies a noun class word pair (a pair of words) that can be concatenated on the text from the text in the learning text corpus 34, and is capable of word concatenation in which the identified word pair is registered. A sex table 24 is generated. The word connection possibility determination unit 16 functions as an example of a connection possibility determination unit in the disclosed technology. Details of the processing by the word connection possibility determination unit 16 and the contents of the word connection possibility table 24 will be described later.

解析対象テキスト32は、形態素解析装置12の形態素解析部14によって形態素解析が行われた後に、後述する係り受け解析や表音文字列の生成を経て当該テキストを読み上げる音声の合成が行われるテキストである。本実施形態では、解析対象テキスト32が第4記憶部36に予め記憶されている態様を説明するが、解析対象テキスト32は、例えば、キーボード48を介して利用者によって入力され、メモリ44に記憶される構成であってもよい。また解析対象テキスト32は、例えば、外部の情報処理装置に設けられた入力デバイスを介して入力され、当該テキストが前記外部の情報処理装置から通信によって受信されてメモリ44に記憶される構成であってもよい。   The analysis target text 32 is a text that is subjected to morpheme analysis by the morpheme analysis unit 14 of the morpheme analyzer 12 and is then synthesized with speech that reads out the text through dependency analysis and generation of a phonetic character string to be described later. is there. In this embodiment, an aspect in which the analysis target text 32 is stored in advance in the fourth storage unit 36 will be described. However, the analysis target text 32 is input by the user via the keyboard 48 and stored in the memory 44, for example. It may be configured. The analysis target text 32 is input through an input device provided in an external information processing apparatus, for example, and the text is received from the external information processing apparatus by communication and stored in the memory 44. May be.

学習用テキストコーパス34は、第1単語辞書18に未登録の単語を取得するためのテキスト群であり、第2単語辞書20に単語を登録する目的や第2単語辞書20の用途に応じたテキストが選択される。例えば、第1単語辞書18に未登録の新語や時事用語等を第2単語辞書20に登録したい場合、学習用テキストコーパス34としては、新聞記事や雑誌の記事等のテキストが選択される。また、例えば、第1単語辞書18に未登録の特定分野の用語等を第2単語辞書20に登録したい場合、学習用テキストコーパス34としては、特定分野の論文やマニュアル等のテキストが選択される。本実施形態では、学習用テキストコーパス34が第4記憶部36に予め記憶されている態様を説明するが、学習用テキストコーパス34は、例えば、外部の情報処理装置から通信によって受信されてメモリ44に記憶される構成であってもよい。また、学習用テキストコーパス34としてのテキスト群は、第4記憶部36又はメモリ44に一纏めに記憶されることに限られるものではなく、例えば個々のテキストがインターネット等のコンピュータネットワーク上に分散されて記憶されていてもよい。   The learning text corpus 34 is a text group for acquiring unregistered words in the first word dictionary 18, and the text corresponding to the purpose of registering words in the second word dictionary 20 and the use of the second word dictionary 20. Is selected. For example, when it is desired to register a new word or current vocabulary that is not registered in the first word dictionary 18 in the second word dictionary 20, a text such as a newspaper article or a magazine article is selected as the learning text corpus 34. Further, for example, when a term in a specific field that is not registered in the first word dictionary 18 is to be registered in the second word dictionary 20, a text such as a paper or manual in the specific field is selected as the learning text corpus 34. . In the present embodiment, a mode in which the learning text corpus 34 is stored in advance in the fourth storage unit 36 will be described. However, the learning text corpus 34 is received by communication from an external information processing apparatus, for example, and is stored in the memory 44. The structure memorize | stored in may be sufficient. Further, the text group as the learning text corpus 34 is not limited to being collectively stored in the fourth storage unit 36 or the memory 44. For example, individual texts are distributed on a computer network such as the Internet. It may be stored.

係り受け解析部38は、形態素解析装置12によって解析対象テキスト32の形態素解析が行われた結果に基づき、解析対象テキスト32に対して係り受け解析を行う。係り受け解析部38は開示の技術における係り受け解析部の一例として機能する。また、表音文字列生成部40は、係り受け解析部38によって解析対象テキスト32の係り受け解析が行われた結果に基づき、解析対象テキスト32の読みを表す文字列に、少なくともアクセントやフレーズの区切りなどを表す情報を付加した表音文字列を生成する。表音文字列生成部40は開示の技術における表音文字列生成部の一例として機能する。また、音声合成部42は表音文字列生成部40によって生成された表音文字列に基づき、生成された表音文字列を読み上げる音声を合成する音声合成処理を行う。音声合成部42は開示の技術における音声合成部の一例として機能する。   The dependency analysis unit 38 performs dependency analysis on the analysis target text 32 based on the result of the morphological analysis of the analysis target text 32 performed by the morphological analysis device 12. The dependency analysis unit 38 functions as an example of a dependency analysis unit in the disclosed technology. The phonetic character string generation unit 40 also adds at least an accent or a phrase to the character string representing the reading of the analysis target text 32 based on the result of the dependency analysis of the analysis target text 32 by the dependency analysis unit 38. A phonetic character string to which information representing a delimiter is added is generated. The phonetic character string generation unit 40 functions as an example of the phonetic character string generation unit in the disclosed technology. The speech synthesizer 42 performs speech synthesis processing for synthesizing speech that reads the generated phonogram string based on the phonogram string generated by the phonogram string generator 40. The speech synthesizer 42 functions as an example of a speech synthesizer in the disclosed technology.

次に本実施形態の作用を説明する。解析対象テキスト32から当該解析対象テキスト32を読み上げる音声を合成するにあたって読みの精度を確保するためには、解析対象テキスト32に含まれる単語を特定する形態素解析の精度の向上が重要であり、形態素解析に用いる単語辞書の充実が必須となる。しかし、単語辞書に闇雲に単語を追加していくと形態素解析の解析精度に悪影響を及ぼす場合があるので、形態素解析で適切な結果が得られるように登録単語を選択する必要があり、効率的に単語辞書を充実させることは難しい。一方で、自然言語で記述されたテキストに出現する固有名詞や専門用語などの単語は限りがなく、単語辞書に多数の単語を効率的に登録することも求められる。   Next, the operation of this embodiment will be described. In order to ensure the reading accuracy when synthesizing the speech that reads the analysis target text 32 from the analysis target text 32, it is important to improve the accuracy of the morphological analysis that identifies the words included in the analysis target text 32. It is essential to improve the word dictionary used for analysis. However, adding words to the word dictionary in the dark cloud may adversely affect the analysis accuracy of morphological analysis, so it is necessary to select registered words so that appropriate results can be obtained in morphological analysis, which is efficient. It is difficult to improve the word dictionary. On the other hand, there are no limit to words such as proper nouns and technical terms that appear in text written in natural language, and it is also required to efficiently register a large number of words in a word dictionary.

上記に基づき、本実施形態では、第1単語辞書18と第2単語辞書20を設けており、第1単語辞書18には、形態素解析の解析精度を考慮して選択された単語の情報が予め各々登録され、第2単語辞書20には第1単語辞書18に未登録の単語が追加登録される。第2単語辞書20に対しては、例えば、学習用テキストコーパス34から単語の「表記」「品詞」及び「読み」を自動収集し、これらの情報を自動登録する処理を適用することができる。例えば、学習用テキストコーパス34に含まれるテキストに「骨器(コッキ)」という文字列が存在していれば、これは単語の表記と読みを示している可能性が高いことから、これらを収集して第2単語辞書20に登録することができる。   Based on the above, in the present embodiment, the first word dictionary 18 and the second word dictionary 20 are provided. In the first word dictionary 18, information on the word selected in consideration of the analysis accuracy of the morphological analysis is stored in advance. Each word is registered, and a word not registered in the first word dictionary 18 is additionally registered in the second word dictionary 20. For the second word dictionary 20, for example, a process of automatically collecting “notation”, “part of speech”, and “reading” of words from the learning text corpus 34 and automatically registering the information can be applied. For example, if the text included in the learning text corpus 34 includes the character string “bone organ”, it is likely to indicate the notation and reading of the word. And can be registered in the second word dictionary 20.

但し、前述のように、第2単語辞書20に追加登録した単語が形態素解析に悪影響を及ぼすことがある。以下、図17,18を参照して具体例を説明する。なお、以下の具体例では、第1単語辞書18に図3に示した情報が登録され、第2単語辞書に図4に示した情報が登録され、単語品詞間接続評価値テーブル28に図5に示した情報が登録されているものとする。   However, as described above, a word additionally registered in the second word dictionary 20 may adversely affect the morphological analysis. Hereinafter, specific examples will be described with reference to FIGS. In the following specific example, the information shown in FIG. 3 is registered in the first word dictionary 18, the information shown in FIG. 4 is registered in the second word dictionary, and the word-part-of-speech connection evaluation value table 28 has the information shown in FIG. It is assumed that the information shown in is registered.

図17はテキスト「打製骨器」に対して形態素解析を行った場合を示す。形態素解析では、まず、第1単語辞書18又は第2単語辞書20に登録され、テキスト「打製骨器」に含まれている単語が第1単語辞書18及び第2単語辞書20から全て抽出される。図17の例では、普通名詞の単語「骨器(コッキ)」のみが第2単語辞書20から抽出され、その他の単語は第1単語辞書18から抽出される。形態素解析では、次に、接続の可能性のある全ての単語の組に対し、単語品詞間接続評価値テーブル28を参照して、品詞同士の接続評価値を求める。例えば、普通名詞の単語「打製(ダセー)」と接尾語の単語「骨(ボネ)」は接続評価値=-100であり、接続可能性が比較的高いことを表している。一方、先頭と接尾語の単語「打(ダ)」は、接尾語が文頭にあることは考えにくいことから、接続評価値=-1000000となり、接続可能性が非常に低いことを表している。   FIG. 17 shows a case where a morphological analysis is performed on the text “striking bone device”. In the morphological analysis, first, all the words registered in the first word dictionary 18 or the second word dictionary 20 and included in the text “striking boner” are extracted from the first word dictionary 18 and the second word dictionary 20. The In the example of FIG. 17, only the common noun word “bone” is extracted from the second word dictionary 20, and other words are extracted from the first word dictionary 18. In the morphological analysis, next, connection evaluation values between parts of speech are obtained by referring to the word part-of-speech connection evaluation value table 28 for all word pairs that may be connected. For example, the common noun word “Dasei” and the suffix word “Bone” have a connection evaluation value = −100, which indicates that the connection possibility is relatively high. On the other hand, the word “hit (da)” at the beginning and the suffix is unlikely to have the suffix at the beginning of the sentence, so the connection evaluation value = −1000000, indicating that the possibility of connection is very low.

全ての単語の組について接続評価値を求めたら、接続評価値の合計が最大となる単語の組み合わせ(パス)を求め、求めたパスに対応する読みを形態素解析の解析結果として出力する。図17の例では、
『先頭−普通名詞「打製(ダセー)」−普通名詞「骨器(コッキ)」−末尾』
のパスの接続評価値が最大(=-2150)となるため、このパスに対応する読み「ダセー・コッキ」が形態素解析の解析結果として出力される。
When connection evaluation values are obtained for all word pairs, a word combination (path) having the maximum connection evaluation value is obtained, and a reading corresponding to the obtained path is output as an analysis result of morphological analysis. In the example of FIG.
`` First-common noun `` made '' (dase) ''-common noun `` bone '' (last)
Since the connection evaluation value of the path is the maximum (= −2150), the reading “Dassy Kokki” corresponding to this path is output as the analysis result of the morphological analysis.

また図18は「符号化法」に対して形態素解析を行った場合を示す。まずテキスト「符号化法」に含まれる単語が第1単語辞書18及び第2単語辞書20から全て抽出される。図18の例では、普通名詞の単語「化法(ケホー)」のみが第2単語辞書20から抽出され、その他の単語は第1単語辞書18から抽出される。次に、接続の可能性のある全ての単語の組に対し、単語品詞間接続評価値テーブル28を参照して、品詞同士の接続評価値を求め、接続評価値の合計が最大となる単語の組み合わせ(パス)を求める。結果は下記の通りである。   FIG. 18 shows a case where morphological analysis is performed on the “encoding method”. First, all the words included in the text “encoding method” are extracted from the first word dictionary 18 and the second word dictionary 20. In the example of FIG. 18, only the common noun word “formation (keho)” is extracted from the second word dictionary 20, and the other words are extracted from the first word dictionary 18. Next, by referring to the word part-of-speech connection evaluation value table 28 for all possible word pairs, the connection evaluation value between parts of speech is obtained, and the word having the maximum connection evaluation value is obtained. Find a combination (path). The results are as follows.

・パス1
『先頭−普通名詞「符号(フゴー)」−普通名詞「化法(ケホー)」−末尾』
接続評価値の合計=-2150
・パス2
『先頭−普通名詞「符号(フゴー)」−接尾語「化(カ)」−接尾語「法(ホー)」−末尾』
接続評価値の合計=-2200
この場合、パス2に対応する読み「フゴー・カ・ホー」の方が正しいにも拘わらず、パス1に対応する読み「フゴー・ケホー」が形態素解析の解析結果として出力されることになる。
Pass 1
"First-common noun" sign (Fugo) "-common noun" Kaho "-last"
Total connection evaluation value = -2150
Pass 2
`` First-common noun `` sign '' (fugo)-suffix `` ka ''-suffix `` ho ''-end
Total connection evaluation value = -2200
In this case, even though the reading “Fuga Kaho” corresponding to the path 2 is correct, the reading “Fuga Keho” corresponding to the path 1 is output as an analysis result of the morphological analysis.

このように、第2単語辞書20を使用した場合、図17に示す例のような場面では形態素解析の精度を向上させることができるものの、図18に示す例のような別の場面では形態素解析の精度に悪影響を及ぼす。これを解決するために、第1単語辞書18よりも優先度を下げて第2単語辞書20を使用することも考えられるが、第2単語辞書20の優先度を低下させると第2単語辞書20を使用することによる効果も小さくなる。   As described above, when the second word dictionary 20 is used, the accuracy of morphological analysis can be improved in a scene such as the example shown in FIG. 17, but morphological analysis is performed in another scene such as the example shown in FIG. Adversely affects the accuracy of In order to solve this, it is conceivable to use the second word dictionary 20 with a lower priority than the first word dictionary 18, but if the priority of the second word dictionary 20 is lowered, the second word dictionary 20 is used. The effect of using is also reduced.

一方、或るテキスト上で「の」「が」「に」「を」「な」「する」「した」等の特定単語を挟んでその前後に名詞類(普通名詞や固有名詞、接頭語、接尾語等)の単語が存在している場合、上記名詞類の単語の組は別のテキスト上で連接している可能性がある。逆に、或る名詞類の単語の組が特定単語を挟んでその前後に位置しているテキストが存在していない場合、当該単語の組は別のテキスト上で連接している可能性が乏しいと判断できる。上記を考慮して本実施形態では、第2記憶部26に単語連接可能性テーブル24を記憶させると共に、単語連接可能性テーブル24に情報を登録する単語連接可能性判定部16を設けている。以下、まず図6を参照し、形態素解析部14及び単語連接可能性判定部16によって実現される連接可能性テーブル生成処理を説明する。なお、この連接可能性テーブル生成処理は、形態素解析部14が解析対象テキスト32に対して形態素解析を行うのに先立って行われる。   On the other hand, nouns (common nouns, proper nouns, prefixes, etc.) before and after specific words such as “no” “ga” “ni” “ni” “na” “do” “do” on a certain text. If a word such as a suffix is present, the noun class word set may be connected on another text. On the other hand, if there is no text in which a pair of words of a certain noun class is located before and after a specific word, the pair of words is unlikely to be connected on another text. It can be judged. Considering the above, in the present embodiment, the word storage possibility table 24 is stored in the second storage unit 26 and the word connection possibility determination unit 16 for registering information in the word connection possibility table 24 is provided. Hereinafter, first, the connection possibility table generation processing realized by the morphological analysis unit 14 and the word connection possibility determination unit 16 will be described with reference to FIG. This connection possibility table generation process is performed prior to the morphological analysis unit 14 performing morphological analysis on the analysis target text 32.

連接可能性テーブル生成処理のステップ100において、形態素解析部14は、第1記憶部22に記憶されている学習用テキストコーパス34からの1単位のテキストの取得を試行する。次のステップ102において、形態素解析部14は、ステップ100で学習用テキストコーパス34から1単位のテキストを取得できたか否か判定する。ステップ100で学習用テキストコーパス34から1単位のテキストを取得できた場合、ステップ102の判定が肯定されてステップ104へ移行する。なお、ステップ102の判定が否定された場合、形態素解析部14は連接可能性テーブル生成処理を終了する。   In step 100 of the concatenation possibility table generation process, the morphological analysis unit 14 tries to acquire one unit of text from the learning text corpus 34 stored in the first storage unit 22. In the next step 102, the morpheme analyzer 14 determines whether or not one unit of text has been acquired from the learning text corpus 34 in step 100. If one unit of text can be acquired from the learning text corpus 34 at step 100, the determination at step 102 is affirmed and the routine proceeds to step 104. If the determination in step 102 is negative, the morphological analysis unit 14 ends the connection possibility table generation process.

ステップ104において、形態素解析部14は、形態素解析として、第1単語辞書18又は第2単語辞書20に登録され、ステップ100で取得したテキストに含まれている単語が第1単語辞書18及び第2単語辞書20から全て抽出する処理を行う。なお、本実施形態では、ステップ104の形態素解析で抽出された単語の総数を"N"とする。   In step 104, the morpheme analysis unit 14 registers the first word dictionary 18 and the second word as the morpheme analysis in the first word dictionary 18 or the second word dictionary 20 and the words included in the text acquired in step 100. A process of extracting all from the word dictionary 20 is performed. In this embodiment, the total number of words extracted by the morphological analysis in step 104 is “N”.

次のステップ106において、単語連接可能性判定部16は、形態素解析部14による形態素解析の解析結果(総数N個の単語の情報)を取得した後に、個々の単語を識別するための変数iに0を代入する。ステップ108において、単語連接可能性判定部16は、変数iが、単語の総数Nから2を減じた値よりも小さいか否か判定する。ステップ108の判定が肯定された場合はステップ110へ移行し、単語連接可能性判定部16は、N個の単語のうちのi番目の単語の品詞が名詞類で、i+1番目の単語が特定単語で、i+2番目の単語の品詞が名詞類か否か判定する。なお、ステップ110の判定における特定単語としては、前述の「の」「が」「に」「を」「な」「する」「した」等の何れかが挙げられる。   In the next step 106, the word connection possibility determination unit 16 obtains the analysis result of the morpheme analysis by the morpheme analysis unit 14 (information on the total number of N words), and then sets the variable i for identifying individual words. Substitute 0. In step 108, the word connection possibility determination unit 16 determines whether or not the variable i is smaller than a value obtained by subtracting 2 from the total number N of words. If the determination in step 108 is affirmative, the process proceeds to step 110, and the word concatenation possibility determination unit 16 determines that the part of speech of the i-th word among the N words is a noun, and the i + 1-th word is a specific word. Then, it is determined whether or not the part of speech of the i + 2nd word is a noun class. Note that the specific word in the determination in step 110 includes any of the above-mentioned “NO”, “GA”, “NI”, “ON”, “NA”, “YES”, “YES”, and the like.

ステップ110の判定が否定された場合、i番目及びi+2番目の少なくとも一方の単語の品詞が名詞類でないか、i+1番目の単語が特定単語でないので、i番目の単語とi+2番目の単語とが別のテキスト上で連接する可能性が高いとは判断できない。このため、単語連接可能性判定部16は、ステップ110の判定が否定された場合はステップ118へ移行し、変数iを1だけインクリメントしてステップ108に戻る。   If the determination in step 110 is negative, the i-th word and the i + 2th word are different because the part of speech of at least one of the i-th and i + 2 words is not a noun or the i + 1-th word is not a specific word. It is not possible to judge that there is a high possibility of being connected on the text. Therefore, if the determination in step 110 is negative, the word connection possibility determination unit 16 proceeds to step 118, increments the variable i by 1, and returns to step 108.

また、ステップ110の判定が肯定された場合、i番目及びi+2番目の単語は何れも品詞が名詞類で、かつi+1番目の単語が特定単語であるので、i番目の単語とi+2番目の単語とが別のテキスト上で連接する可能性が高いと判断できる。このため単語連接可能性判定部16は、ステップ110の判定が肯定された場合はステップ112へ移行し、i番目の単語又はi+2番目の単語が第2単語辞書20に登録されているか否かを判定する。 If the determination in step 110 is affirmative , the i-th word and the i + 2nd word are both nouns and the i + 1th word is a specific word. Is likely to be connected on another text. Therefore, the word connection possibility determination unit 16 proceeds to step 112 when the determination in step 110 is affirmed, and determines whether or not the i-th word or the i + 2nd word is registered in the second word dictionary 20. judge.

単語連接可能性判定部16は、ステップ112の判定が肯定されるとステップ114へ移行する。ステップ114では、i番目の単語とi+2番目の単語の組に対して第1単語辞書18に登録されている一方の単語が相違する連接不可の単語の組に対する接続評価値の減点値を算出する。ここで、連接不可の単語の組に対する接続評価値の減点値は、形態素解析部14による形態素解析において、連接不可の単語の組が出現した場合に、当該連接不可の単語の組が、接続評価値が最大となる単語の組み合わせに含まれないように算出される。   The word connection possibility determination unit 16 proceeds to step 114 when the determination in step 112 is affirmed. In step 114, a deduction value of the connection evaluation value is calculated for a set of words that cannot be connected and one of the words registered in the first word dictionary 18 is different from the set of the i-th word and the i + 2th word. . Here, the deduction value of the connection evaluation value with respect to a group of words that cannot be connected is the connection evaluation value when the group of words that cannot be connected appears in the morpheme analysis by the morphological analysis unit 14. It is calculated so as not to be included in the word combination having the maximum value.

具体的には、ステップ104の形態素解析で抽出された単語の中から、i番目の単語及びi+2番目の単語のうち第2単語辞書20に登録されている単語(第2単語辞書登録単語)とテキストの同一部分に対応する単語を全て抽出する。次に、普通名詞の単語として、第2単語辞書登録単語がi+2番目の単語であれば直前の単語を、第2単語辞書登録単語がi番目の単語であれば直後の単語を含み、第2単語辞書登録単語又は抽出した単語を含む全ての単語のパスについて接続評価値を求める。そして、各パス毎に求めた接続評価値を比較し、直前の単語又は直後の単語と第2単語辞書登録単語とを含むパスの接続評価値が最大の場合には、当該パスの接続評価値が降順で2番目以降の値に減少させるための減点値を求める。   Specifically, from the words extracted by the morphological analysis in step 104, the word (second word dictionary registered word) registered in the second word dictionary 20 among the i-th word and the i + 2th word, Extract all words that correspond to the same part of the text. Next, as a common noun word, if the second word dictionary registered word is the i + 2nd word, the immediately preceding word is included, and if the second word dictionary registered word is the i th word, the immediately following word is included. Connection evaluation values are obtained for all word paths including the word dictionary registered word or extracted words. Then, the connection evaluation values obtained for each path are compared, and when the connection evaluation value of the path including the immediately preceding word or the immediately following word and the second word dictionary registered word is the maximum, the connection evaluation value of the path Finds the deduction value for decreasing to the second and subsequent values in descending order.

また、ステップ116において、単語連接可能性判定部16は、i番目の単語とi+2番目の単語の組を、連接可能な単語の組として単語連接可能性テーブル24に登録すると共に、ステップ114で算出した減点値も対応付けて登録する。そして単語連接可能性判定部16は、次のステップ118において変数iを1だけインクリメントしてステップ108に戻る。なお、単語連接可能性判定部16は、ステップ112の判定が否定された場合には、ステップ114,116をスキップしてステップ118へ移行し、変数iを1だけインクリメントしてステップ108に戻る。   In step 116, the word connection possibility determination unit 16 registers the combination of the i-th word and the i + 2 word in the word connection possibility table 24 as a combination of words that can be connected, and calculates in step 114. The deducted points are also registered in association with each other. Then, the word connection possibility determination unit 16 increments the variable i by 1 in the next step 118 and returns to step 108. If the determination in step 112 is negative, the word connection possibility determination unit 16 skips steps 114 and 116, proceeds to step 118, increments the variable i by 1, and returns to step 108.

上述した連接可能性テーブル生成処理について、一例を挙げて更に説明する。図7には、学習用テキストコーパス34に含まれるテキストの一例、第1単語辞書18及び第2単語辞書20に登録された単語の一例が各々示されている。また、図8には、図7に示したテキストのうち「…から打製の骨器が大量に…」の第1のテキストに対して連接可能性テーブル生成処理を行った場合が示されており、図9には、この場合における減点値の算出例が示されている。   The connection possibility table generation process described above will be further described with an example. FIG. 7 shows an example of text included in the learning text corpus 34 and an example of words registered in the first word dictionary 18 and the second word dictionary 20. Further, FIG. 8 shows a case where the connection possibility table generation processing is performed on the first text “from a large number of punched bone organs ...” among the texts shown in FIG. 7. FIG. 9 shows an example of calculating a deduction value in this case.

第1のテキストに対して形態素解析部14がステップ104の形態素解析を行った場合、図8に示す各単語のうち、普通名詞の単語「骨器(コッキ)」のみが第2単語辞書20から抽出され、その他の単語は第1単語辞書18から抽出される。また、「i番目及びi+2番目の単語の品詞が名詞類で一方が第2単語辞書20に登録され、i+1番目の単語が特定単語」の条件を満たす単語列として、以下の単語列が抽出される。
『普通名詞「打製(ダセー)」−助詞「の」−普通名詞「骨器(コッキ)」』
When the morphological analysis unit 14 performs the morphological analysis of Step 104 on the first text, only the common noun word “bone” from the second word dictionary 20 among the words shown in FIG. The other words are extracted from the first word dictionary 18. In addition, the following word strings are extracted as word strings that satisfy the condition that “the part of speech of the i-th and i + 2 words is a noun and one is registered in the second word dictionary 20 and the i + 1-th word is a specific word”. The
"Common noun" Dasei "-particle" no "-common noun" bone "

上記条件を満たす単語列におけるi番目の単語とi+2番目の単語の組は、「打製骨器(ダセー・コッキ)」のように、別のテキスト上で連接する可能性が高いと判断できる。このため、図7に示すように、上記条件を満たす単語列のi番目の単語「打製(ダセー)」とi+2番目の単語「骨器(コッキ)」の組は単語連接可能性テーブル24に登録される。図7に示すように、単語連接可能性テーブル24は、連接可能な単語の組のうち第2単語辞書登録単語を主単語として登録する構成であり、第1単語辞書登録単語がi番目の単語であれば、第1単語辞書登録単語は主単語に対する先行可能単語として登録される。また、第1単語辞書登録単語がi+2番目の単語であれば、第1単語辞書登録単語は後続可能単語として登録される。この例では、i+2番目の単語「骨器(コッキ)」が第2単語辞書20に登録されているので、i+2番目の単語「骨器(コッキ)」が主単語として、i番目の単語「打製(ダセー)」が先行可能単語として、単語連接可能性テーブル24に各々登録される。   It can be determined that the combination of the i-th word and the i + 2nd word in the word string satisfying the above condition is highly likely to be connected on another text, such as “stamping bone device (Dusse Kokki)”. For this reason, as shown in FIG. 7, a set of the i-th word “done” and i + 2 word “bone” in the word string satisfying the above condition is stored in the word connection possibility table 24. be registered. As shown in FIG. 7, the word concatenation possibility table 24 is configured to register the second word dictionary registered word as a main word in the group of connectable words, and the first word dictionary registered word is the i-th word. If so, the first word dictionary registered word is registered as a preceding possible word for the main word. If the first word dictionary registered word is the i + 2nd word, the first word dictionary registered word is registered as a succeedable word. In this example, since the i + 2 word “bone” is registered in the second word dictionary 20, the i + 2 word “bone” is the main word, and the i-th word “cook”. “Made” is registered in the word concatenation possibility table 24 as a preceding possible word.

続いて図9を参照し、この例における減点値の演算を説明する。図9(A)に示すように、この例における第2単語辞書登録単語(主単語)とテキストの同一部分に対応する単語としては、接尾語「骨(ボネ)」、接尾語「器(キ)」、普通名詞「骨(ホネ)」及び普通名詞「器(ウツワ)」が第1単語辞書18から各々抽出される。また、この例では第1単語辞書登録単語は先行可能単語であることから、次に、普通名詞の直前単語を含み、主単語又は抽出した単語を含む全ての単語列(単語のパス)について接続評価値が各々算出される。結果は下記の通りである(図9(B)も参照)。   Next, with reference to FIG. 9, the calculation of the deduction point value in this example will be described. As shown in FIG. 9A, the words corresponding to the same part of the text as the second word dictionary registered word (main word) in this example include the suffix “bone” and the suffix “instrument (key ) ”, Common noun“ bone ”, and common noun“ Utsuwa ”are extracted from the first word dictionary 18. In this example, the first word dictionary registered word is a word that can be preceded. Next, all word strings (word paths) including the word immediately before the common noun and including the main word or the extracted word are connected. Each evaluation value is calculated. The results are as follows (see also FIG. 9 (B)).

・パス1
『普通名詞−接尾語「骨(ボネ)」−接尾語「器(キ)」』:接続評価値の合計=-200
・パス2
『普通名詞−接尾語「骨(ホネ)」−接尾語「器(キ)」』:接続評価値の合計=-250
・パス3
『普通名詞−普通名詞「骨器(コッキ)」』:接続評価値の合計=-150
なお、上記では普通名詞「器(ウツワ)」は直前の単語との接続評価値が接尾語「器(キ)」よりも低いことから、普通名詞「器(ウツワ)」を通るパスの明示を省略している。
Pass 1
"Common nouns-suffix" bone "-suffix" vessel "": total connection evaluation value = -200
Pass 2
"Common nouns-suffix" bone "-suffix" vessel "": total connection evaluation value = -250
・ Pass 3
"Common nouns-common nouns" bone organs "": total connection evaluation value = -150
In the above, the common noun `` Utsuwa '' has a lower connection evaluation value with the previous word than the suffix `` Uki '', so the path through the common noun `` Utsuwa '' is clearly indicated. Omitted.

上記の結果から、解析対象テキスト32上で単語「骨器」の直前に名詞類の単語が存在していた場合、当該単語が先行可能単語「打製(ダセー)」以外の場合でも、第2単語辞書20に登録された単語「骨器(コッキ)」を含むパス(パス3)の接続評価値が最大となる。このため、単語「骨器」の直前の単語が単語「打製(ダセー)」以外の場合には、パス3の接続評価値が降順で2番目以降の値に減少させるための減点値を求める。具体的には、図9(C)に示すように、パス3の接続評価値(=-150)からパス3以外で接続評価値が最大のパスの接続評価値(パス1の接続評価値=-200)を減算し、それに所定値(図9(C)の例では"1")を加算した値(=51)を減点値とする。この例では主単語と連接可能な単語は先行可能単語であることから、算出した減点値は先行可能単語と対応付けて単語連接可能性テーブル24に登録される。   From the above result, when a noun word is present immediately before the word “bone” on the text to be analyzed 32, even if the word is a word other than the predecessor word “Dasei”, the second The connection evaluation value of the path (path 3) including the word “bone (cock)” registered in the word dictionary 20 is maximized. Therefore, when the word immediately before the word “bone” is other than the word “striking”, a deduction value for reducing the connection evaluation value of pass 3 to the second and subsequent values in descending order is obtained. . Specifically, as shown in FIG. 9C, from the connection evaluation value of path 3 (= −150), the connection evaluation value of the path having the largest connection evaluation value other than path 3 (connection evaluation value of path 1 = -200) is subtracted, and a value (= 51) obtained by adding a predetermined value (“1” in the example of FIG. 9C) is used as the deduction point value. In this example, since a word that can be connected to the main word is a preceding possible word, the calculated deduction value is registered in the word connecting possibility table 24 in association with the preceding possible word.

また、図10には、図7に示したテキストのうち「…が多価の関数に…」の第2のテキストに対して連接可能性テーブル生成処理を行った場合が示されており、図11には、この場合における減点値の算出例が示されている。第2のテキストに対して形態素解析部14がステップ104の形態素解析を行った場合、図10に示す各単語のうち、普通名詞の単語「多価(タカ)」のみが第2単語辞書20から抽出され、その他の単語は第1単語辞書18から抽出される。また、「i番目及びi+2番目の単語の品詞が名詞類で一方が第2単語辞書20に登録され、i+1番目の単語が特定単語」の条件を満たす単語列として、以下の単語列が抽出される。
『普通名詞「多価(タカ)」−助詞「の」−普通名詞「関数(カンスウ)」』
FIG. 10 shows a case where the connectability table generation processing is performed on the second text “... is a multivalent function” among the texts shown in FIG. 7. 11 shows an example of calculating a deduction value in this case. When the morphological analysis unit 14 performs the morphological analysis of Step 104 on the second text, only the common noun word “multivalent (hawk)” from the second word dictionary 20 among the words shown in FIG. The other words are extracted from the first word dictionary 18. In addition, the following word strings are extracted as word strings that satisfy the condition that “the part of speech of the i-th and i + 2 words is a noun and one is registered in the second word dictionary 20 and the i + 1-th word is a specific word”. The
"Common noun" multivalent (taka) "-particle" no "-common noun" function (kansu) ""

上記条件を満たす単語列におけるi番目の単語とi+2番目の単語の組は、「多価関数(タカ・カンスウ)」のように、別のテキスト上で連接する可能性が高いと判断できる。このため、図7に示すように、上記条件を満たす単語列のi番目の単語「多価(タカ)」とi+2番目の単語「関数(カンスウ)」の組は単語連接可能性テーブル24に登録される。なお、この例では、i番目の単語「多価(タカ)」が第2単語辞書20に登録されているので、i番目の単語「多価(タカ)」が主単語として、i+2番目の単語「関数(カンスウ)」が後続可能単語として、単語連接可能性テーブル24に各々登録される。   It can be determined that the combination of the i-th word and the i + 2nd word in the word string satisfying the above condition is highly likely to be connected on another text as in the “multivalent function (Taka Kansu)”. For this reason, as shown in FIG. 7, a set of the i-th word “multivalent (hawk)” and the i + 2th word “function (kansu)” in the word string satisfying the above condition is registered in the word connection possibility table 24. Is done. In this example, since the i-th word “multivalent (hawk)” is registered in the second word dictionary 20, the i-th word “multivalent (hawk)” is the main word, and the i + 2th word. “Function (Kang)” is registered in the word connection possibility table 24 as a subsequent possible word.

続いて図11を参照し、この例における減点値の演算を説明する。図11(A)に示すように、この例における第2単語辞書登録単語(主単語)とテキストの同一部分に対応する単語としては、接頭語「多(タ)」、形容詞語幹「多(オオ)」及びサ変名詞「価(アタイ)」が第1単語辞書18から各々抽出される。また、この例では第1単語辞書登録単語は後続可能単語であることから、次に、普通名詞の直後単語を含み、主単語又は抽出した単語を含む全ての単語列(単語のパス)について接続評価値が各々算出される。結果は下記の通りである(図11(B)も参照)。   Next, with reference to FIG. 11, the calculation of the deduction point value in this example will be described. As shown in FIG. 11A, the word corresponding to the same part of the text as the second word dictionary registered word (main word) in this example includes the prefix “ta” and the adjective stem “ ) ”And the“ Sai ”variable noun“ value ”are extracted from the first word dictionary 18 respectively. In this example, since the first word dictionary registered word is a followable word, next, all word strings (word paths) including the word immediately after the common noun and including the main word or the extracted word are connected. Each evaluation value is calculated. The results are as follows (see also FIG. 11 (B)).

・パス1
『接頭語「多(タ)」−サ変名詞「価(アタイ)」−普通名詞』:接続評価値の合計=-250
・パス2
『普通名詞「多価(タカ)」−普通名詞』:接続評価値の合計=-150
なお、上記では形容詞語幹「多(オオ)」は直後の単語「価(アタイ)」との接続評価値が接頭語「多(タ)」よりも低いことから、形容詞語幹「多(オオ)」を通るパスの明示を省略している。
Pass 1
“Prefix“ Ta (Ta) ”-Sa-Variable Noun“ Value (Tai) ”-Common Noun”: Sum of Connection Evaluation Values = -250
Pass 2
"Common noun" multivalent (hawk) "-common noun": total connection evaluation value = -150
In the above, the adjective stem `` man '' is lower than the prefix `` man '' because the adjective stem `` man '' is lower than the prefix `` man ''. The path passing through is omitted.

上記の結果から、解析対象テキスト32上で単語「多価」の直後に名詞類の単語が存在していた場合、当該単語が後続可能単語「関数(カンスウ)」以外の場合でも、第2単語辞書20に登録された単語「多価(タカ)」を含むパス(パス2)の接続評価値が最大となる。このため、単語「多価」の直後の単語が単語「関数(カンスウ)」以外の場合には、パス2の接続評価値が降順で2番目以降の値に減少させるための減点値を求める。具体的には、図11(C)に示すように、パス2の接続評価値(=-150)からパス2以外で接続評価値が最大のパスの接続評価値(パス1の接続評価値=-250)を減算し、それに所定値(図11(C)の例では"1")を加算した値(=101)を減点値とする。この例では主単語と連接可能な単語は後続単語であることから、算出した減点値は後続可能単語と対応付けて単語連接可能性テーブル24に登録される。   From the above result, if a noun word is present immediately after the word “multivalent” on the text to be analyzed 32, the second word even if the word is not a succeedable word “function (kansu)”. The connection evaluation value of the path (path 2) including the word “multivalent (hawk)” registered in the dictionary 20 is maximized. For this reason, when the word immediately after the word “multivalent” is other than the word “function (kansu)”, a deduction value for reducing the connection evaluation value of pass 2 to the second and subsequent values in descending order is obtained. Specifically, as shown in FIG. 11C, the connection evaluation value of the path having the largest connection evaluation value other than the path 2 (connection evaluation value of the path 1 = pass 150) from the connection evaluation value of the path 2 (= −150). -250) is subtracted, and a value (= 101) obtained by adding a predetermined value ("1" in the example of FIG. 11C) is set as the deduction point value. In this example, since the word that can be connected to the main word is a subsequent word, the calculated deduction value is registered in the word connection possibility table 24 in association with the subsequent word.

同様に、例えば図7に示した第3のテキスト「…発見された最古の骨器は…」に対して連接可能性テーブル生成処理を行うことで、「最古(サイコ)」が「骨器(コッキ)」に対応する先行可能単語として単語連接可能性テーブル24に登録される。また、例えば図7に示した第4のテキスト「…骨器の製作が行われた…」に対して連接可能性テーブル生成処理を行うことで、「製作(セイサク)」が「骨器(コッキ)」に対応する後続可能単語として単語連接可能性テーブル24に登録される。また、対応する減点値(=51)が算出され、主単語「骨器(コッキ)」の後続可能単語と対応付けて単語連接可能性テーブル24に登録される。また、例えば図7に示した第5のテキスト「…甚深の化法を軽んじる…」に対して連接可能性テーブル生成処理を行うことで、「化法(ケホー)」が主単語、「甚深(ジンシン)」が先行可能単語として単語連接可能性テーブル24に各々登録される。また、対応する減点値(=51)が算出され、主単語「化法(ケホー)」の先行可能単語と対応付けて単語連接可能性テーブル24に登録される。   Similarly, for example, by performing the connectability table generation process for the third text “... the oldest bone found ...” shown in FIG. 7, “oldest (psycho)” becomes “bone” It is registered in the word concatenation possibility table 24 as a preceding possible word corresponding to “container (cock)”. Further, for example, by performing a connectability table generation process for the fourth text “… the skeleton has been manufactured ...” shown in FIG. 7, the “production (seisaku)” is changed to “the skeleton”. ) "Is registered in the word concatenation possibility table 24 as a subsequent possible word. Further, a corresponding deduction value (= 51) is calculated and registered in the word connection possibility table 24 in association with the succeedable word of the main word “bone organ”. Further, for example, by performing a connectability table generation process for the fifth text “... , “Jinshin” is registered in the word connection possibility table 24 as a preceding possible word. In addition, a corresponding deduction value (= 51) is calculated and registered in the word concatenation possibility table 24 in association with the preceding possible word of the main word “formation method (Kehoe)”.

続いて、上述した連接可能性テーブル生成処理が行われて単語連接可能性テーブル24が生成された後に、形態素解析部14によって行われる形態素解析処理について、図12を参照して説明する。   Subsequently, the morpheme analysis process performed by the morpheme analysis unit 14 after the above-described connection possibility table generation process is performed and the word connection possibility table 24 is generated will be described with reference to FIG.

形態素解析処理のステップ130において、形態素解析部14は、第1記憶部22に記憶されている解析対象テキスト32から1単位のテキストの取得を試行する。次のステップ132において、形態素解析部14は、ステップ130で解析対象テキスト32から1単位のテキストを取得できたか否か判定する。ステップ130で解析対象テキスト32から1単位のテキストを取得できた場合、ステップ132の判定が肯定されてステップ134へ移行する。なお、ステップ132の判定が否定された場合は、形態素解析が解析対象テキスト32の末尾迄完了したと判断できるので、形態素解析部14は形態素解析処理を終了する。   In step 130 of the morpheme analysis process, the morpheme analysis unit 14 tries to acquire one unit of text from the analysis target text 32 stored in the first storage unit 22. In the next step 132, the morpheme analyzer 14 determines whether or not one unit of text has been acquired from the analysis target text 32 in step 130. If one unit of text can be acquired from the analysis target text 32 at step 130, the determination at step 132 is affirmed and the routine proceeds to step 134. If the determination in step 132 is negative, it can be determined that the morphological analysis has been completed up to the end of the analysis target text 32, and the morphological analysis unit 14 ends the morphological analysis processing.

ステップ134において、形態素解析部14は、第1単語辞書18又は第2単語辞書20に登録され、ステップ130で取得したテキストに含まれている単語が第1単語辞書18及び第2単語辞書20から全て抽出する。なお、本実施形態では、ステップ134で抽出された単語の総数を"N"とする。次のステップ136において、形態素解析部14は、個々の単語を識別するための変数iに0を代入し、次のステップ138において、単語連接可能性判定部16は、変数iが単語の総数Nよりも小さいか否か判定する。   In step 134, the morphological analyzer 14 is registered in the first word dictionary 18 or the second word dictionary 20, and the words included in the text acquired in step 130 are converted from the first word dictionary 18 and the second word dictionary 20. Extract all. In the present embodiment, the total number of words extracted in step 134 is “N”. In the next step 136, the morphological analysis unit 14 substitutes 0 for a variable i for identifying each word. In the next step 138, the word connection possibility determination unit 16 determines that the variable i is the total number N of words N. Or less.

形態素解析部14は、ステップ138の判定が肯定された場合にはステップ140へ移行し、N個の単語のうちのi番目の単語とその前後の単語(i−1番目及びi+1番目の単語)との接続評価値を単語品詞間接続評価値テーブル28より各々取得する。次のステップ142において、形態素解析部14は、i番目の単語は品詞が名詞類で、かつ第2単語辞書20に登録されているか否か判定する。形態素解析部14は、ステップ142の判定が否定された場合はステップ152へ移行し、変数iを1だけインクリメントしてステップ138に戻る。   If the determination in step 138 is affirmed, the morpheme analysis unit 14 proceeds to step 140, and the i-th word and the words before and after the N words (i−1th and i + 1th words). Are obtained from the connection evaluation value table 28 between word parts-of-speech. In the next step 142, the morphological analysis unit 14 determines whether or not the i-th word is a noun class and is registered in the second word dictionary 20. If the determination in step 142 is negative, the morpheme analyzer 14 proceeds to step 152, increments the variable i by 1, and returns to step 138.

また、形態素解析部14は、ステップ142の判定が肯定された場合はステップ144へ移行し、i番目の単語の直前の単語が、品詞が名詞類でかつi番目の単語に対応する先行可能単語として単語連接可能性テーブル24に登録されていない単語か否か判定する。ステップ144の判定が肯定された場合、i番目の単語とその直前の単語(i−1番目の単語)とはテキスト上で連接(接続)する可能性が乏しいと判断できる。このため、形態素解析部14は、ステップ144の判定が肯定された場合はステップ146へ移行し、主単語としてのi番目の単語の先行可能単語と対応付けられた減点値を単語連接可能性テーブル24から読み出す。そして、i番目の単語と直前の単語(i−1番目の単語)の組について先のステップ140で取得した接続評価値から、先に読み出した減点値を減算して設定する。そして、ステップ146からステップ148へ移行する。   If the determination in step 142 is affirmed, the morpheme analysis unit 14 proceeds to step 144, where the word immediately before the i-th word is a noun class and the preceding possible word corresponding to the i-th word It is determined whether or not the word is not registered in the word connection possibility table 24. If the determination in step 144 is affirmative, it can be determined that the i-th word and the immediately preceding word (i-1th word) are unlikely to be connected (connected) on the text. For this reason, the morphological analysis unit 14 proceeds to step 146 when the determination in step 144 is affirmed, and the deduction value associated with the preceding possible word of the i-th word as the main word is stored in the word concatenation possibility table. Read from 24. Then, the previously read deduction value is subtracted from the connection evaluation value acquired in the previous step 140 for the set of the i-th word and the immediately preceding word (i-1th word). Then, the process proceeds from step 146 to step 148.

一方、i番目の単語の直前の単語の品詞が名詞類でない場合や、直前の単語がi番目の単語の先行可能単語として単語連接可能性テーブル24に登録されている場合、i番目の単語とその直前の単語とはテキスト上で連接(接続)する可能性が有ると判断できる。このため、形態素解析部14は、ステップ144の判定が否定された場合、ステップ146の処理を行うことなくステップ148へ移行する。この場合、i番目の単語と直前の単語(i−1番目の単語)の組の接続評価値は、先のステップ140で取得した接続評価値のまま維持される。   On the other hand, when the part of speech of the word immediately before the i-th word is not a noun, or when the immediately preceding word is registered in the word concatenation possibility table 24 as a predecessor word of the i-th word, It can be determined that there is a possibility of connecting (connecting) with the word immediately before in the text. Therefore, if the determination in step 144 is negative, the morpheme analyzer 14 proceeds to step 148 without performing the process in step 146. In this case, the connection evaluation value of the set of the i-th word and the immediately preceding word (i-1th word) is maintained as the connection evaluation value acquired in the previous step 140.

次のステップ148において、形態素解析部14は、i番目の単語の直後の単語が、品詞が名詞類でかつi番目の単語に対応する後続可能単語として単語連接可能性テーブル24に登録されていない単語か否か判定する。ステップ148の判定が肯定された場合、i番目の単語とその直後の単語(i+1番目の単語)とはテキスト上で連接(接続)する可能性が乏しいと判断できる。このため、形態素解析部14は、ステップ148の判定が肯定された場合はステップ150へ移行し、主単語としてのi番目の単語の後続可能単語と対応付けられた減点値を単語連接可能性テーブル24から読み出す。そして、i番目の単語と直後の単語(i+1番目の単語)の組について先のステップ140で取得した接続評価値から、先に読み出した減点値を減算して設定する。そして、ステップ150からステップ152へ移行する。   In the next step 148, the morphological analysis unit 14 does not register the word immediately after the i-th word in the word concatenation possibility table 24 as a subsequent possible word corresponding to the i-th word whose part of speech is a noun class. Determine if it is a word. If the determination in step 148 is affirmative, it can be determined that the i-th word and the immediately following word (i + 1-th word) are unlikely to be connected (connected) on the text. For this reason, the morphological analysis unit 14 proceeds to step 150 when the determination in step 148 is affirmed, and the deduction value associated with the succeedable word of the i-th word as the main word is used as the word connection possibility table. Read from 24. Then, the previously read deduction value is subtracted from the connection evaluation value acquired in the previous step 140 for the set of the i-th word and the immediately following word (i + 1-th word). Then, the process proceeds from step 150 to step 152.

一方、i番目の単語の直後の単語の品詞が名詞類でない場合や、直後の単語がi番目の単語の後続可能単語として単語連接可能性テーブル24に登録されている場合、i番目の単語とその直後の単語とはテキスト上で連接(接続)する可能性が有ると判断できる。このため、形態素解析部14は、ステップ148の判定が否定された場合、ステップ150の処理を行うことなくステップ152へ移行する。この場合、i番目の単語と直後の単語(i+1番目の単語)の組の接続評価値は、先のステップ140で取得した接続評価値のまま維持される。   On the other hand, when the part of speech of the word immediately after the i-th word is not a noun, or when the word immediately after is registered in the word concatenation possibility table 24 as a succeedable word of the i-th word, It can be determined that the word immediately after that has the possibility of being connected (connected) on the text. For this reason, if the determination in step 148 is negative, the morphological analysis unit 14 proceeds to step 152 without performing the process in step 150. In this case, the connection evaluation value of the set of the i-th word and the immediately following word (i + 1-th word) is maintained as the connection evaluation value acquired in the previous step 140.

形態素解析部14は、変数iの値が単語の総数N以上になってステップ138の判定が否定される迄、上述したステップ138〜ステップ152を繰り返す。ステップ138の判定が否定されるとステップ154へ移行し、形態素解析部14は、接続評価値の合計が最大になる単語の組み合わせ(パス)を抽出する。そしてステップ156において、形態素解析部14は、ステップ154で抽出した単語の組み合わせ(パス)に対応する読みを第1単語辞書18又は第2単語辞書20から単語単位で読み出し、解析結果として出力した後、ステップ130に戻る。   The morphological analysis unit 14 repeats the above-described steps 138 to 152 until the value of the variable i becomes equal to or greater than the total number N of words and the determination in step 138 is negative. If the determination in step 138 is negative, the process proceeds to step 154, and the morphological analysis unit 14 extracts a word combination (path) that maximizes the total connection evaluation value. In step 156, the morpheme analysis unit 14 reads the reading corresponding to the word combination (pass) extracted in step 154 in units of words from the first word dictionary 18 or the second word dictionary 20, and outputs the result as an analysis result. Return to step 130.

上述した形態素解析処理について、一例を挙げて更に説明する。図13には、解析対象テキスト32から抽出した1単位のテキスト「打製骨器」に対して上述の形態素解析処理を行った例が示されている。なお、以下では、第1単語辞書18及び第2単語辞書20には図7に示す単語が登録され、単語連接可能性テーブル24にも図7に示す単語の組が登録され、単語品詞間接続評価値テーブル28には図5に示す接続評価値が登録されているものとして説明する。   The morphological analysis process described above will be further described with an example. FIG. 13 shows an example in which the above-described morphological analysis process is performed on one unit of the text “striking boner” extracted from the analysis target text 32. In the following, the words shown in FIG. 7 are registered in the first word dictionary 18 and the second word dictionary 20, and the word pairs shown in FIG. Description will be made assuming that the connection evaluation values shown in FIG. 5 are registered in the evaluation value table 28.

図13の例では、テキスト「打製骨器」に含まれる単語として、第1単語辞書18から普通名詞「打製(ダセー)」、接尾語「打(ダ)」、接尾語「製(セー)」、接尾語「骨(ボネ)」、接尾語「器(キ)」、普通名詞「骨(ホネ)」、普通名詞「器(ウツワ)」が抽出される。また図13の例では、テキスト「打製骨器」に含まれる単語として、第2単語辞書20から普通名詞「骨器(コッキ)」が抽出される。   In the example of FIG. 13, as words included in the text “striking boner”, from the first word dictionary 18, the common noun “striking (dasei)”, the suffix “striking (da)”, and the suffix “manufacturing (sasei) ) ”, The suffix“ bone ”, the suffix“ vessel ”, the common noun“ bone ”, and the common noun“ vessel ”. In the example of FIG. 13, the common noun “bone organ” is extracted from the second word dictionary 20 as a word included in the text “striking bone device”.

次に、テキスト「打製骨器」上で隣接している全ての単語の組について、各単語の品詞に基づき、単語品詞間接続評価値テーブル28から対応する接続評価値が取得されることで、接続可能性が評価される。例えば、先頭と普通名詞「打製(ダセー)」との接続評価値は-1000、先頭と接尾語「打(ダ)」との接続評価値は-1000000、接尾語同士(「打(ダ)」と「製(セー)」、「骨(ボネ)」と「器(キ)」、「製(セー)」と「骨(ボネ)」)の接続評価値は-100となる。また、普通名詞と接尾語(「打製(ダセー)」と「骨(ボネ)」、「骨(ホネ)」と「器(キ)」)との接続評価値は-100、普通名詞同士(「打製(ダセー)」と「骨器(コッキ)」、「打製(ダセー)」と「骨(ホネ)」)の接続評価値は-150となる。   Next, for all word pairs adjacent on the text “striking boner”, the corresponding connection evaluation value is acquired from the word-part-of-speech connection evaluation value table 28 based on the part of speech of each word. , Connectability is evaluated. For example, the connection evaluation value between the head and the common noun `` Daisei '' is -1000, the connection evaluation value between the head and the suffix `` Da '' is -1000000, and the suffixes (`` Da '' ”And“ Made ”,“ Bone ”and“ Vessel ”,“ Made ”and“ Bone ”) have a connection evaluation value of -100. Also, the connection evaluation value of common nouns and suffixes (`` Dasei '' and `` Bone '', `` Bone '' and `` Ki '')) is -100, and common nouns ( The connection evaluation value of “done” (dose) and “bone organ (cock)”, “done (dase)” and “bone”) is −150.

ここで第2単語辞書20から抽出された普通名詞「骨器(コッキ)」について単語連接可能性テーブル24を参照すると、先行可能単語として普通名詞「打製(ダセー)」が登録されているので「打製(ダセー)」と「骨器(コッキ)」との接続評価値は-150のままとなる。また、普通名詞「骨器(コッキ)」の先行単語としての接尾語「製(セー)」との接続可能性については、接尾語「製(セー)」の品詞は名詞類であるものの、単語連接可能性テーブル24に先行可能単語として登録されていないことから接続評価値が減少される。すなわち、主単語「骨器(コッキ)」の先行可能単語と対応付けられた減点値は"51"であることから、当初の接続評価値=-150から減点値=51が減算され、接尾語「製(セー)」と普通名詞「骨器(コッキ)」との接続評価値は"-201"へ変更される。そして、接続評価値の合計が最大となる単語の組み合わせ(パス)は、『普通名詞「打製(ダセー)」−普通名詞「骨器(コッキ)」』の組み合わせであり、対応する正しい読み「ダセー・コッキ」が形態素解析の解析結果として出力される。   Here, referring to the word connection possibility table 24 for the common noun “bone” extracted from the second word dictionary 20, the common noun “Dasei” is registered as the preceding possible word. The connection evaluation value between “made (made)” and “bone device (cock)” remains -150. In addition, regarding the possibility of connection with the suffix `` made '' as the preceding word of the common noun `` bone organ '', the part of speech of the suffix `` made '' is a noun class, but the word The connection evaluation value is reduced because it is not registered as a preceding possible word in the connection possibility table 24. That is, since the deduction value associated with the preceding possible word of the main word “bone organ” is “51”, the deduction value = 51 is subtracted from the initial connection evaluation value = −150, and the suffix The connection evaluation value between “made” and the common noun “bone” is changed to “−201”. The combination (path) of the word that gives the maximum total connection evaluation value is a combination of “common noun“ Dasei ”-common noun“ bone ”), and the corresponding correct reading“ "Dassy Kokki" is output as the result of morphological analysis.

また、図14には、解析対象テキスト32から抽出した1単位のテキスト「符号化法」に対して上述の形態素解析処理を行った例が示されている。図14の例では、テキスト「符号化法」に含まれる単語として、第1単語辞書18から普通名詞「符号(フゴー)」、接尾語「符(フ)」、接尾語「号(ゴー)」、接尾語「化(カ)」、接尾語「法(ホー)」、動詞語幹「化(バ)」、普通名詞「法(ホー)」が抽出される。また図14の例では、テキスト「符号化法」に含まれる単語として第2単語辞書20から普通名詞「化法(ケホー)」が抽出される。   FIG. 14 shows an example in which the morpheme analysis process described above is performed on one unit of text “encoding method” extracted from the analysis target text 32. In the example of FIG. 14, as words included in the text “encoding method”, from the first word dictionary 18, the common noun “code (fugo)”, the suffix “mark (fu)”, the suffix “go (go)” , The suffix “ka”, the suffix “ho”, the verb stem “ka”, and the common noun “ho” are extracted. In the example of FIG. 14, the common noun “formation method (keho)” is extracted from the second word dictionary 20 as a word included in the text “encoding method”.

次に、テキスト「符号化法」上で隣接している全ての単語の組について、各単語の品詞に基づき、単語品詞間接続評価値テーブル28から対応する接続評価値が取得されることで、接続可能性が評価される。例えば、先頭と普通名詞「符号(フゴー)」との接続評価値は-1000、先頭と接尾語「符(フ)」との接続評価値は-1000000、接尾語同士(「符(フ)」と「号(ゴー)」、「号(ゴー)」と「化(カ)」、「化(カ)」と「法(ホー)」)の接続評価値は-100となる。また、例えば普通名詞「符号(フゴー)」と接尾語「化(カ)」との接続評価値は-100、普通名詞「符号(フゴー)」と普通名詞「化法(ケホー)」の接続評価値は-150となる。   Next, for all word pairs adjacent on the text “encoding method”, the corresponding connection evaluation value is acquired from the word-part-of-speech connection evaluation value table 28 based on the part of speech of each word, Connectability is evaluated. For example, the connection evaluation value between the head and the common noun `` Code (Fugo) '' is -1000, the connection evaluation value between the head and the suffix `` F (fu) '' is -1000000, and the suffixes (`` mark (F) '' And “No. (go)”, “No. (go)” and “Chemical (F)”, “Chemical (F)” and “Law (Ho)”) have a connection evaluation value of -100. In addition, for example, the connection evaluation value of the common noun `` Code (Fugo) '' and the suffix `` Ka '' is -100, the connection evaluation of the common noun `` Code (Fugo) '' and the common noun `` Kaho '' The value is -150.

ここで、第2単語辞書20から抽出された普通名詞「化法(ケホー)」の先行単語としては、普通名詞「符号(フゴー)」及び接尾語「号(ゴー)」が考えられる。普通名詞「符号(フゴー)」及び接尾語「号(ゴー)」は何れも名詞類であるものの、単語連接可能性テーブル24には普通名詞「化法(ケホー)」の先行可能単語として登録されていない。従って、普通名詞「符号(フゴー)」及び接尾語「号(ゴー)」と普通名詞「化法(ケホー)」との接続評価値が減少される。すなわち、主単語「化法(ケホー)」の先行可能単語と対応付けられた減点値は"51"であり、当初の接続評価値=-150から減点値=51が減算され、普通名詞「符号(フゴー)」及び接尾語「号(ゴー)」と普通名詞「化法(ケホー)」との接続評価値は"-201"へ変更される。そして、接続評価値の合計が最大となる単語の組み合わせ(パス)は、『普通名詞「符号(フゴー)」−接尾語「化(カ)」−接尾語「法(ホー)」』の組み合わせであるので、対応する正しい読み「フゴー・カ・ホー」が形態素解析の解析結果として出力される。   Here, as the preceding words of the common noun “Keho” extracted from the second word dictionary 20, the common noun “Code (Fugo)” and the suffix “No. (Go)” can be considered. Although the common noun “code” and the suffix “go” are both nouns, they are registered in the word concatenation possibility table 24 as the preceding possible words of the common noun “Keho”. Not. Accordingly, the connection evaluation value between the common noun “sign (Fugo)” and the suffix “No. (Go)” and the common noun “Kakeho (Keho)” is reduced. That is, the deduction value associated with the preceding possible word of the main word “Keho” is “51”, and the deduction value = 51 is subtracted from the initial connection evaluation value = −150. The connection evaluation value of “Fugo” and the suffix “No. Go” and the common noun “Kaho” is changed to “−201”. And the combination (path) of the word that gives the maximum total connection evaluation value is a combination of “common noun“ sign (Fugo) ”-suffix“ ka (ka) ”-suffix“ ho (ho) ”. Therefore, the corresponding correct reading “Fugo Ka Ho” is output as the analysis result of the morphological analysis.

また、図15には、解析対象テキスト32から抽出した1単位のテキスト「甚深化法」に対して形態素解析処理を行った例が示されている。図15の例では、テキスト「甚深化法」に含まれる単語として普通名詞「甚深(ジンシン)」、単漢字「甚(ジン)」、形容詞語幹「深(フカ)」、接尾語「化(カ)」、接尾語「法(ホー)」、動詞語幹「化(バ)」、普通名詞「法(ホー)」が第1単語辞書18から抽出される。また図15の例では、テキスト「甚深化法」に含まれる単語として第2単語辞書20から普通名詞「化法(ケホー)」が抽出される。   FIG. 15 shows an example in which a morphological analysis process is performed on one unit of the text “deepening method” extracted from the analysis target text 32. In the example of FIG. 15, the common noun “Jin Shin”, the single Chinese character “Jin”, the adjective stem “Fuka”, and the suffix “ ”), The suffix“ ho (ho) ”, the verb stem“ bake (ba) ”, and the common noun“ ho (ho) ”are extracted from the first word dictionary 18. In the example of FIG. 15, the common noun “formation (keho)” is extracted from the second word dictionary 20 as a word included in the text “deepening method”.

次に、テキスト「甚深化法」上で隣接している全ての単語の組について、各単語の品詞に基づき、単語品詞間接続評価値テーブル28から対応する接続評価値が取得されることで、接続可能性が評価される。例えば、先頭と普通名詞「甚深(ジンシン)」との接続評価値は-1000、先頭と単漢字「甚(ジン)」との接続評価値は-1000、接尾語同士(「符(フ)」と「号(ゴー)」)の接続評価値は-100となる。また、例えば普通名詞「甚深(ジンシン)」と接尾語「化(カ)」との接続評価値は-100、普通名詞「甚深(ジンシン)」と普通名詞「化法(ケホー)」の接続評価値は-150となる。   Next, for all word pairs adjacent on the text “deepening method”, the corresponding connection evaluation value is acquired from the word-part-of-speech connection evaluation value table 28 based on the part of speech of each word, Connectability is evaluated. For example, the connection evaluation value between the head and the common noun `` Jin Shin '' is -1000, the connection evaluation value between the head and the single kanji `` Jin '' is -1000, and the suffixes (`` ”And“ go (go) ”) have a connection evaluation value of −100. Also, for example, the connection evaluation value of the common noun `` Jinshin '' and the suffix `` Ka '' is -100, the common noun `` Jin Shin '' and the common noun `` Kaho '' The connection evaluation value is -150.

ここで、第2単語辞書20から抽出された普通名詞「化法(ケホー)」の先行単語としては、普通名詞「甚深(ジンシン)」及び形容詞語幹「深(フカ)」が考えられる。このうち、形容詞語幹「深(フカ)」は品詞が名詞類に属していないので、単語連接可能性テーブル24による判定の対象から除外される。また、普通名詞「甚深(ジンシン)」は普通名詞「化法(ケホー)」の先行可能単語として単語連接可能性テーブル24に登録されている。従って、普通名詞「甚深(ジンシン)」と普通名詞「化法(ケホー)」との接続評価値は-150のまま維持される。そして、接続評価値の合計が最大となる単語の組み合わせ(パス)は、『普通名詞「甚深(ジンシン)」−普通名詞「化法(ケホー)」』の組み合わせであるので、対応する正しい読み「ジンシン・ケホー」が形態素解析の解析結果として出力される。   Here, as the preceding words of the common noun “Keho” extracted from the second word dictionary 20, the common noun “Jinshin” and the adjective stem “Fuka” can be considered. Among these, the adjective stem “Fuka” is excluded from the determination by the word connection possibility table 24 because the part of speech does not belong to the noun class. Further, the common noun “Jinshin” is registered in the word concatenation possibility table 24 as a preceding possible word for the common noun “Keho”. Therefore, the connection evaluation value between the common noun “Jinshin” and the common noun “Keho” remains -150. Since the combination (path) of the word with the maximum total connection evaluation value is a combination of “common noun“ Jinshin ”-common noun“ Keho ””, the corresponding correct reading “Jinshin Keho” is output as the result of morphological analysis.

また、図16には、解析対象テキスト32から抽出した1単位のテキスト「その化法には」に対して形態素解析処理を行った例が示されている。図16の例では、テキスト「その化法には」に含まれる単語として連体詞「その」、接尾語「化(カ)」、接尾語「法(ホー)」、動詞語幹「化(バ)」、普通名詞「法(ホー)」、助詞「に」、助詞「は」が第1単語辞書18から抽出される。また図16の例では、テキスト「その化法には」に含まれる単語として第2単語辞書20から普通名詞「化法(ケホー)」が抽出される。次に、テキスト「その化法には」上で隣接している全ての単語の組について、各単語の品詞に基づき、単語品詞間接続評価値テーブル28から対応する接続評価値が取得されることで、接続可能性が評価される。   FIG. 16 shows an example in which a morpheme analysis process is performed on one unit of text extracted from the analysis target text 32 “for its conversion method”. In the example of FIG. 16, as a word included in the text “How to make it”, the adjunct “that”, the suffix “Cake”, the suffix “Hou”, the verb stem “Bake” The common noun “method (ho)”, the particle “ni”, and the particle “ha” are extracted from the first word dictionary 18. Further, in the example of FIG. 16, the common noun “formation method (keho)” is extracted from the second word dictionary 20 as a word included in the text “for its formation method”. Next, the connection evaluation value corresponding to the word “participation method” is obtained from the word-part-of-speech connection evaluation value table 28 based on the part-of-speech of each word for all adjacent word pairs The connection possibility is evaluated.

ここで、第2単語辞書20から抽出された普通名詞「化法(ケホー)」の先行単語としては連体詞「その」が考えられ、後続単語としては助詞「に」が考えられる。しかし、連体詞「その」及び助詞「に」は何れも品詞が名詞類に属していないので、単語連接可能性テーブル24による判定の対象から除外される。そして、接続評価値の合計が最大となる単語の組み合わせ(パス)は、『連体詞「その」−普通名詞「化法(ケホー)」−助詞「に」−助詞「は」』の組み合わせであるので、対応する正しい読み「その・ケホー・に・は」が形態素解析の解析結果として出力される。   Here, the conjunctive word “that” is considered as the preceding word of the common noun “Keho” extracted from the second word dictionary 20, and the particle “ni” is considered as the following word. However, the conjunction “no” and the particle “ni” are excluded from the determination by the word connection possibility table 24 because the part of speech does not belong to the noun class. And, the combination (path) of the word having the maximum total connection evaluation value is a combination of “adjunct“ that ”—common noun“ Kakeho ”—particle“ ni ”—particle“ ha ”. Corresponding correct reading “that ・ keho ・ ni ・ ha” is output as an analysis result of morphological analysis.

なお、上記では連接可能性テーブル生成処理(図6)において、単語連接可能性テーブル24の生成のみを行う態様を説明したが、開示の技術はこれに限定されるものではない。例えば、学習用テキストコーパス34に含まれるテキストに基づき、単語連接可能性テーブル24の生成と並行して、第2単語辞書20へ登録すべき単語の抽出及び第2単語辞書20への抽出した単語の情報の登録も併せて行うようにしてもよい。   In the above description, the mode of performing only the generation of the word connection possibility table 24 in the connection possibility table generation process (FIG. 6) has been described, but the disclosed technique is not limited to this. For example, based on the text included in the learning text corpus 34, in parallel with the generation of the word connection possibility table 24, extraction of words to be registered in the second word dictionary 20 and extracted words in the second word dictionary 20 This information may also be registered.

また、上記では第2単語辞書20へ登録すべき単語の抽出と、単語連接可能性テーブル24の生成を、いずれも学習用テキストコーパス34に含まれるテキストを基に実施する態様を説明したが、開示の技術はこれに限定されるものではない。第2単語辞書20へ登録すべき単語の抽出と、単語連接可能性テーブル24の生成は、異なる学習用テキストコーパスに含まれるテキストを基に実施するようにしてもよい。   In the above description, the mode in which the extraction of the word to be registered in the second word dictionary 20 and the generation of the word connection possibility table 24 are both performed based on the text included in the learning text corpus 34 has been described. The disclosed technique is not limited to this. Extraction of words to be registered in the second word dictionary 20 and generation of the word connection possibility table 24 may be performed based on texts included in different learning text corpora.

また、上記では形態素解析の解析精度を考慮して選択された単語の情報が各々登録された第1単語辞書18と、第1単語辞書18に未登録の単語を追加登録するための第2単語辞書20を各々設けた態様を説明したが、開示の技術はこれに限定されるものではない。例えば単語辞書を1つのみ設け、当該単語辞書に登録した名詞類の単語の組の連接可能性を判定する態様に適用してもよい。   Also, in the above, the first word dictionary 18 in which information of words selected in consideration of the analysis accuracy of morphological analysis is registered, and the second word for additionally registering unregistered words in the first word dictionary 18 Although the embodiment in which the dictionary 20 is provided has been described, the disclosed technique is not limited to this. For example, the present invention may be applied to a mode in which only one word dictionary is provided and the possibility of connection of a set of noun words registered in the word dictionary is determined.

また、上記では解析対象テキスト32に対して形態素解析を行った結果に基づき、解析対象テキストを読み上げる音声を合成する音声合成を行う態様を説明したが、開示の技術に係る形態素解析は上記態様に限定されるものではない。例えば、形態素解析を行った結果に基づき、テキスト中の漢字に振り仮名を付加する処理を行う態様に適用してもよい。また、例えば日本語で記述されたテキストを別の言語で記述されたテキストへ翻訳する機械翻訳を行うに際し、読みに依って意味が異なる漢字の読みを判別する目的で形態素解析を実行する等の態様に適用することも可能である。   Moreover, although the aspect which performs the speech synthesis | combination which synthesize | combines the audio | voice which reads the analysis object text based on the result of having performed the morphological analysis with respect to the analysis object text 32 was demonstrated above, It is not limited. For example, you may apply to the aspect which performs the process which adds a kana to a kanji in a text based on the result of having performed morphological analysis. For example, when performing machine translation that translates text written in Japanese into text written in another language, morphological analysis is performed for the purpose of discriminating kanji readings that have different meanings depending on the reading. It is also possible to apply to the embodiment.

更に、上記では解析対象のテキスト及び学習用のテキストとして日本語で記述されたテキストを例に説明したが、これに限定されるものではなく、読み(及び意味)が複数存在する語を含む言語(例えば中国語等)で記述されたテキストを適用することも可能である。   Furthermore, in the above description, the text to be analyzed and the text written in Japanese as the learning text have been described as examples. However, the present invention is not limited to this, and a language that includes a word having multiple readings (and meanings). It is also possible to apply text described in (eg Chinese).

また、上記では音声合成プログラム58が記憶部46に予め記憶(インストール)されている態様を説明したが、これに限定されるものではない。例えば、開示の技術における音声合成プログラム(及び形態素解析プログラム)は、CD−ROMやDVD−ROM等の記録媒体に記録されている形態で提供することも可能である。   In the above description, the speech synthesis program 58 is stored (installed) in the storage unit 46 in advance. However, the present invention is not limited to this. For example, the speech synthesis program (and morphological analysis program) in the disclosed technology can be provided in a form recorded on a recording medium such as a CD-ROM or a DVD-ROM.

本明細書に記載された全ての文献、特許出願及び技術規格は、個々の文献、特許出願及び技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。   All documents, patent applications and technical standards mentioned in this specification are to the same extent as if each individual document, patent application and technical standard were specifically and individually stated to be incorporated by reference. Incorporated by reference in the book.

以上の実施形態に関し、更に以下の付記を開示する。   Regarding the above embodiment, the following additional notes are disclosed.

(付記1)
前記単語辞書に各々登録されており、前記学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を前記学習用のテキストから抽出し、前記学習用のテキストから抽出した名詞類の単語の組の情報を、連接可能な単語の組を表す情報として前記第2記憶部に記憶させる連接可能性判定部を更に備えた請求項1〜請求項4の何れか1項記載の形態素解析装置。
(Appendix 1)
A set of noun-like words that are registered in the word dictionary and are adjacent to the specific word across the specific word on the learning text are extracted from the learning text, and the learning 5. A connectability determination unit that stores information on a set of noun words extracted from the text for use in the second storage unit as information representing a set of connectable words. The morphological analyzer according to any one of the above.

(付記2)
前記連接可能性判定部は、前記学習用のテキストから抽出した名詞類の単語の組の情報を、連接可能な単語の組を表す情報として前記第2記憶部に記憶させる際に、前記形態素解析部による処理において、前記第2記憶部に記憶させる前記連接可能な単語の組と一部の単語が異なる名詞類の単語の組が前記解析対象のテキスト上で隣接していた場合に、前記一部の単語が異なる名詞類の単語の組に対する前記接続評価値から減ずる減点値を、前記一部の単語が異なる名詞類の単語の組が、前記接続評価値が最大となる単語の組み合わせに含まれないように設定し、設定した前記減点値を、前記連接可能な単語の組と対応付けて前記第2記憶部に記憶させる付記1記載の形態素解析装置。
(Appendix 2)
The connection possibility determination unit is configured to store the information of a noun class word extracted from the learning text in the second storage unit as information indicating a connectable word set, and perform the morphological analysis. In the processing by the unit, when the group of connectable words stored in the second storage unit and a group of nouns whose words are different from each other are adjacent on the text to be analyzed, A deduction value subtracted from the connection evaluation value for a set of words of nouns with different words is included in the combination of words with a maximum connection evaluation value of the word set of nouns with different partial words The morpheme analysis device according to appendix 1, wherein the set deduction value is stored in the second storage unit in association with the connectable word set.

(付記3)
前記第1記憶部は、前記単語辞書として、前記形態素解析の解析精度を考慮して選択された単語の情報が予め登録された第1単語辞書と、前記第1単語辞書に未登録の単語の情報を追加登録するための第2単語辞書と、を記憶し、
前記第2記憶部は、一方が前記第1単語辞書に登録されると共に他方が前記第2単語辞書に登録され、前記学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶し、
前記形態素解析部は、一方が前記第1単語辞書に登録されると共に他方が前記第2単語辞書に登録され、前記解析対象のテキスト上で隣接しており、前記連接可能な単語の組として前記第2記憶部に記憶されていない名詞類の単語の組の前記接続評価値を、前記接続評価値が最大となる単語の組み合わせに含まれないように減少させる請求項1〜請求項4、付記1及び付記2の何れかに記載の形態素解析装置。
(Appendix 3)
The first storage unit includes, as the word dictionary, a first word dictionary in which information on a word selected in consideration of analysis accuracy of the morphological analysis is registered in advance, and words that are not registered in the first word dictionary. A second word dictionary for additionally registering information;
One of the second storage units is registered in the first word dictionary and the other is registered in the second word dictionary, and is adjacent to the specific word across the specific word on the learning text. Memorize a set of nouns as a set of connectable words,
The morpheme analyzer is registered in the first word dictionary and the other is registered in the second word dictionary, adjacent on the text to be analyzed, and as the set of connectable words. The connection evaluation value of a set of noun class words that is not stored in the second storage unit is reduced so as not to be included in a word combination that maximizes the connection evaluation value. The morpheme analyzer according to any one of 1 and Appendix 2.

(付記4)
一方が前記第1単語辞書に登録されると共に他方が前記第2単語辞書に登録され、前記学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を前記学習用のテキストから抽出し、前記学習用のテキストから抽出した名詞類の単語の組の情報を、連接可能な単語の組を表す情報として前記第2記憶部に記憶させる連接可能性判定部を更に備えた付記3記載の形態素解析装置。
(Appendix 4)
One of the words is registered in the first word dictionary and the other is registered in the second word dictionary, and a noun word adjacent to the specific word is sandwiched between the specific words on the learning text. A connection possibility that a set is extracted from the learning text, and information on a noun class word extracted from the learning text is stored in the second storage unit as information representing a connectable word set The morphological analysis device according to attachment 3, further comprising a determination unit.

(付記5)
前記連接可能性判定部は、前記学習用のテキストから抽出した名詞類の単語の組の情報を、連接可能な単語の組を表す情報として前記第2記憶部に記憶させる際に、前記形態素解析部による処理において、前記第2記憶部に記憶させる前記連接可能な単語の組と前記第1単語辞書に登録された一方の単語が異なる名詞類の単語の組が前記解析対象のテキスト上で隣接していた場合に、前記一方の単語が異なる名詞類の単語の組に対する前記接続評価値から減ずる減点値を、前記一方の単語が異なる名詞類の単語の組が、前記接続評価値が最大となる単語の組み合わせに含まれないように設定し、設定した前記減点値を、前記連接可能な単語の組と対応付けて前記第2記憶部に記憶させる付記4記載の形態素解析装置。
(Appendix 5)
The connection possibility determination unit is configured to store the information of a noun class word extracted from the learning text in the second storage unit as information indicating a connectable word set, and perform the morphological analysis. In the processing by the unit, the set of connectable words stored in the second storage unit and the set of words of nouns different from one word registered in the first word dictionary are adjacent on the text to be analyzed A deduction value subtracted from the connection evaluation value with respect to a pair of nouns having a different one word, the word combination having a different noun with a different one word has a maximum connection evaluation value. The morpheme analyzer according to appendix 4, wherein the set deduction value is stored in the second storage unit in association with the connectable word set, so as not to be included in a combination of words.

(付記6)
前記連接可能性判定部は、前記連接可能な単語の組が、前記第1単語辞書に登録された一方の単語が前記学習用のテキスト上で前記第2単語辞書に登録された他方の単語よりも前に位置している単語の組である場合には、設定した前記減点値を、前記解析対象のテキスト上で隣接する単語の組であって、前記連接可能な単語の組と前記第1単語辞書に登録され前記解析対象のテキスト上で前に位置している一方の単語が異なる名詞類の単語の組に適用する前記減点値として前記第2記憶部に記憶させ、前記連接可能な単語の組が、前記第1単語辞書に登録された一方の単語が前記学習用のテキスト上で前記第2単語辞書に登録された他方の単語よりも後に位置している単語の組である場合には、設定した前記減点値を、前記解析対象のテキスト上で隣接する単語の組であって、前記連接可能な単語の組と前記第1単語辞書に登録され前記解析対象のテキスト上で後に位置している一方の単語が異なる名詞類の単語の組に適用する前記減点値として前記第2記憶部に記憶させる付記5記載の形態素解析装置。
(Appendix 6)
The connection possibility determination unit is configured such that one word registered in the first word dictionary is a set of words that can be connected from the other word registered in the second word dictionary on the learning text. If the set is a previous word set, the set deduction point value is a set of adjacent words on the text to be analyzed, the word set that can be connected, and the first set. A word that is registered in the word dictionary and stored in the second storage unit as the deduction value to be applied to a set of words of different nouns in which one word positioned before in the text to be analyzed is connected to the word Is a set of words in which one word registered in the first word dictionary is positioned after the other word registered in the second word dictionary on the learning text. Indicates the set deduction value as the text to be analyzed. A set of words adjacent to each other, wherein the set of connectable words and a set of words of a noun class that are registered in the first word dictionary and one of the words positioned later on the text to be analyzed are different The morpheme analyzer according to claim 5, which is stored in the second storage unit as the deduction point value applied to.

(付記7)
前記特定の単語は、「の」「が」「に」「を」「な」「する」「した」の何れかである請求項1〜請求項4、付記1〜付記6の何れかに記載の形態素解析装置。
(Appendix 7)
The specific word is any one of “NO”, “GA”, “NI”, “ON”, “NA”, “YES”, “YES”, or any one of claims 1 to 4, and appendix 1 to appendix 6. Morphological analyzer.

10 音声合成装置
12 形態素解析装置
14 形態素解析部
16 単語連接可能性判定部
18 第1単語辞書
20 第2単語辞書
22 第1記憶部
24 単語連接可能性テーブル
26 第2記憶部
28 単語品詞間接続評価値テーブル
30 第3記憶部
32 解析対象テキスト
34 学習用テキストコーパス
36 第4記憶部
38 係り受け解析部
40 表音文字列生成部
42 音声合成部
44 メモリ
46 記憶部
58 音声合成プログラム
60 形態素解析プロセス
70 コンピュータ
72 CPU
DESCRIPTION OF SYMBOLS 10 Speech synthesizer 12 Morphological analyzer 14 Morphological analyzer 16 Word connection possibility determination part 18 First word dictionary 20 Second word dictionary 22 First storage part 24 Word connection possibility table 26 Second storage part 28 Connection between word parts of speech Evaluation value table 30 Third storage unit 32 Analysis target text 34 Learning text corpus 36 Fourth storage unit 38 Dependency analysis unit 40 Phonetic character string generation unit 42 Speech synthesis unit 44 Memory 46 Storage unit 58 Speech synthesis program 60 Morphological analysis Process 70 Computer 72 CPU

Claims (9)

複数の単語が少なくとも個々の前記単語の品詞と対応付けて各々登録された単語辞書を記憶する第1記憶部と、
前記単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶する第2記憶部と、
前記単語辞書に各々登録され、かつ解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求めると共に、前記単語辞書に各々登録され、かつ前記解析対象のテキスト上で隣接している単語の組のうち、前記連接可能な単語の組として前記第2記憶部に記憶されていない名詞類の単語の組については、前記接続評価値が最大となる単語の組に含まれないように前記接続評価値を減少させ、前記接続評価値が最大となる単語の組に基づいて前記解析対象のテキストの形態素解析を行う形態素解析部と、
を含む形態素解析装置。
A first storage unit that stores a word dictionary in which a plurality of words are registered in association with at least the part of speech of each of the words;
A second set of words that are registered in the word dictionary and that are adjacent to the specific word on the learning text and that are adjacent to the specific word are stored as a set of connectable words. A storage unit;
A connection evaluation value representing a connection possibility is obtained for each set of words that are registered in the word dictionary and are adjacent to each other in the analysis target text, and is registered in the word dictionary and is stored on the analysis target text. in of the set of words that are adjacent, for a set of words of nouns such that is not stored in the second storage section as a set of possible said articulating words, the set of words that the connection evaluation value is maximized A morpheme analysis unit that reduces the connection evaluation value so as not to be included, and performs a morphological analysis of the text to be analyzed based on a set of words having the maximum connection evaluation value;
Morphological analyzer including
前記第2記憶部には、前記連接可能な単語の組と対応付けて、前記第2記憶部に記憶されている前記連接可能な単語の組と一部の単語が異なる名詞類の単語の組が前記解析対象のテキスト上で隣接していた場合に、前記一部の単語が異なる名詞類の単語の組の前記接続評価値から減ずる減点値が記憶されており、
前記形態素解析部は、前記連接可能な単語の組として前記第2記憶部に記憶されていない名詞類の単語の組として、前記第2記憶部に記憶されている前記連接可能な単語の組と前記一部の単語が異なる名詞類の単語の組の前記接続評価値から、前記第2記憶部に記憶されている前記連接可能な単語の組と対応付けて前記第2記憶部に記憶された前記減点値を減ずる請求項1記載の形態素解析装置。
The second storage unit is associated with the group of connectable words, and is a group of nouns whose words are partly different from the group of connectable words stored in the second storage unit. Is stored on the analysis target text, a deduction value subtracted from the connection evaluation value of a set of words of different nouns in which some of the words are different is stored,
The morphological analysis unit includes the connectable word set stored in the second storage unit as a set of noun words that are not stored in the second storage unit as the set of connectable words. From the connection evaluation value of a set of words of different nouns in which some of the words are different from each other, stored in the second storage unit in association with the set of connectable words stored in the second storage unit The morpheme analyzer according to claim 1, wherein the deduction point value is reduced.
前記形態素解析部は、前記解析対象のテキストに含まれる単語を前記単語辞書から各々抽出し、前記単語辞書より抽出した単語から前記解析対象のテキスト上で隣接している単語の組を各々生成し、生成した単語の組の接続可能性を表す接続評価値を各々求め、単語の組毎に求めた前記接続評価値に基づき前記解析対象のテキストに対応しかつ前記接続評価値が最大となる単語の組を求める請求項1又は請求項2記載の形態素解析装置。 The morphological analysis unit extracts words included in the text to be analyzed from the word dictionary, and generates a set of adjacent words on the text to be analyzed from the words extracted from the word dictionary. A connection evaluation value representing the connectability of the generated word set, and a word corresponding to the text to be analyzed and having the maximum connection evaluation value based on the connection evaluation value obtained for each word set The morpheme analyzer of Claim 1 or Claim 2 which calculates | requires the group of these . 前記単語辞書には、複数の単語が個々の前記単語の品詞名と対応付けて各々登録されており、
単語の組の接続可能性を表す接続評価値を前記単語の組における個々の前記単語の品詞の組み合わせ毎に記憶する第3記憶部を更に備え、
前記形態素解析部は、前記解析対象のテキスト上で隣接している単語の組における個々の前記単語の品詞の組み合わせに対応する前記接続評価値を前記第3記憶部から読み出すことで、前記単語の組の前記接続評価値を求める請求項3記載の形態素解析装置。
In the word dictionary, a plurality of words are registered in association with the part-of-speech names of the individual words,
A third storage unit for storing a connection evaluation value representing the connectability of the word set for each combination of part of speech of the word in the word set;
The morpheme analysis unit reads the connection evaluation value corresponding to the combination of parts of speech of each word in a set of words adjacent to each other in the analysis target text from the third storage unit. The morphological analyzer according to claim 3, wherein the connection evaluation value of a set is obtained.
請求項1〜請求項4の何れか1項記載の形態素解析装置と、
前記形態素解析装置による前記形態素解析の結果に基づき、前記解析対象のテキストに対して係り受け解析を行う係り受け解析部と、
前記係り受け解析部による係り受け解析の結果に基づき、前記解析対象のテキストの読みを表す文字列に、少なくとも文節の区切りを表す情報を付加した表音文字列を生成する表音文字列生成部と、
前記表音文字列生成部によって生成された前記表音文字列に基づき、前記表音文字列を読み上げる音声を合成する音声合成部と、
を含む音声合成装置。
A morphological analyzer according to any one of claims 1 to 4,
Based on the result of the morpheme analysis by the morpheme analyzer, a dependency analysis unit that performs dependency analysis on the text to be analyzed;
Based on the result of dependency analysis by the dependency analysis unit, a phonetic character string generation unit that generates a phonetic character string in which information indicating at least a paragraph break is added to a character string indicating the reading of the text to be analyzed When,
A speech synthesizer that synthesizes speech that reads out the phonogram string based on the phonogram string generated by the phonogram string generator;
A speech synthesizer.
コンピュータが、
第1記憶部に記憶され、複数の単語が少なくとも個々の前記単語の品詞と対応付けて各々登録された単語辞書に各々登録され解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求めると共に、前記単語辞書に各々登録され前記解析対象のテキスト上で隣接している単語の組のうち、前記単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶する第2記憶部に、前記連接可能な単語の組として記憶されていない名詞類の単語の組については、前記接続評価値が最大となる単語の組に含まれないように前記接続評価値を減少させる接続可能性評価ステップと、
前記接続可能性評価ステップで得られた接続評価値が最大となる単語の組に基づいて、前記解析対象のテキストの形態素解析を行う形態素解析ステップと、
を含む処理を行う形態素解析方法。
Computer
Possibility of connection with a set of words that are stored in the first storage unit and are registered in a word dictionary in which a plurality of words are registered in association with at least the part of speech of each word and are adjacent on the text to be analyzed A connection evaluation value that represents each of the word pairs registered in the word dictionary and adjacent to the analysis target text, registered in the word dictionary and specified in the learning text. A noun that is not stored as a set of connectable words in a second storage unit that stores a set of words of nouns that are adjacent to the specific word as a set of connectable words the set of word classes, a connection evaluating step of the connection evaluation value reduces the connection evaluation value so that it is not contained in the set of words having the maximum
A morpheme analysis step for performing a morpheme analysis of the text to be analyzed based on a set of words having a maximum connection evaluation value obtained in the connection possibility evaluation step;
A morphological analysis method for performing processing including:
コンピュータが、
第1記憶部に記憶され、複数の単語が少なくとも個々の前記単語の品詞と対応付けて各々登録された単語辞書に各々登録され解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求めると共に、前記単語辞書に各々登録され前記解析対象のテキスト上で隣接している単語の組のうち、前記単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶する第2記憶部に、前記連接可能な単語の組として記憶されていない名詞類の単語の組については、前記接続評価値が最大となる単語のに含まれないように前記接続評価値を減少させる接続可能性評価ステップと、
前記接続可能性評価ステップで得られた接続評価値が最大となる単語の組に基づいて、前記解析対象のテキストの形態素解析を行う形態素解析ステップと、
前記形態素解析ステップによる形態素解析の結果に基づき、前記解析対象のテキストに対して係り受け解析を行う係り受け解析ステップと、
前記係り受け解析ステップによる前記係り受け解析の結果に基づき、前記解析対象のテキストの読みを表す文字列に、少なくとも文節の区切りを表す情報を付加した表音文字列を生成する表音文字列生成ステップと、
前記表音文字列生成ステップで生成した前記表音文字列に基づき、前記表音文字列を読み上げる音声を合成する音声合成ステップと、
を含む処理を行う音声合成方法。
Computer
Possibility of connection with a set of words that are stored in the first storage unit and are registered in a word dictionary in which a plurality of words are registered in association with at least the part of speech of each word and are adjacent on the text to be analyzed A connection evaluation value that represents each of the word pairs registered in the word dictionary and adjacent to the analysis target text, registered in the word dictionary and specified in the learning text. A noun that is not stored as a set of connectable words in a second storage unit that stores a set of words of nouns that are adjacent to the specific word as a set of connectable words the set of word classes, a connection evaluating step of the connection evaluation value reduces the connection evaluation value so that it is not contained in the set of words having the maximum
A morpheme analysis step for performing a morpheme analysis of the text to be analyzed based on a set of words having a maximum connection evaluation value obtained in the connection possibility evaluation step;
A dependency analysis step for performing dependency analysis on the text to be analyzed based on the result of morphological analysis by the morpheme analysis step;
Based on the result of the dependency analysis in the dependency analysis step, a phonetic character string generation that generates a phonetic character string in which information representing at least a segment break is added to a character string representing the reading of the text to be analyzed Steps,
Based on the phonogram string generated in the phonogram string generation step, a voice synthesis step of synthesizing a speech that reads out the phonogram string;
A speech synthesis method for performing processing including:
コンピュータに、
第1記憶部に記憶され、複数の単語が少なくとも個々の前記単語の品詞と対応付けて各々登録された単語辞書に各々登録され解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求めると共に、前記単語辞書に各々登録され前記解析対象のテキスト上で隣接している単語の組のうち、前記単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶する第2記憶部に、前記連接可能な単語の組として記憶されていない名詞類の単語の組については、前記接続評価値が最大となる単語の組に含まれないように前記接続評価値を減少させる接続可能性評価ステップと、
前記接続可能性評価ステップで得られた接続評価値が最大となる単語の組に基づいて、前記解析対象のテキストの形態素解析を行う形態素解析ステップと、
を含む処理を実行させるための形態素解析プログラム。
On the computer,
Possibility of connection with a set of words that are stored in the first storage unit and are registered in a word dictionary in which a plurality of words are registered in association with at least the part of speech of each word and are adjacent on the text to be analyzed A connection evaluation value that represents each of the word pairs registered in the word dictionary and adjacent to the analysis target text, registered in the word dictionary and specified in the learning text. A noun that is not stored as a set of connectable words in a second storage unit that stores a set of words of nouns that are adjacent to the specific word as a set of connectable words the set of word classes, a connection evaluating step of the connection evaluation value reduces the connection evaluation value so that it is not contained in the set of words having the maximum
A morpheme analysis step for performing a morpheme analysis of the text to be analyzed based on a set of words having a maximum connection evaluation value obtained in the connection possibility evaluation step;
A morpheme analysis program for executing processing including
コンピュータに、
第1記憶部に記憶され、複数の単語が少なくとも個々の前記単語の品詞と対応付けて各々登録された単語辞書に各々登録され解析対象のテキスト上で隣接している単語の組について接続可能性を表す接続評価値を求めると共に、前記単語辞書に各々登録され前記解析対象のテキスト上で隣接している単語の組のうち、前記単語辞書に各々登録されており、学習用のテキスト上で特定の単語を挟んで前記特定の単語と隣接している名詞類の単語の組を、連接可能な単語の組として記憶する第2記憶部に、前記連接可能な単語の組として記憶されていない名詞類の単語の組については、前記接続評価値が最大となる単語の組に含まれないように前記接続評価値を減少させる接続可能性評価ステップと、
前記接続可能性評価ステップで得られた接続評価値が最大となる単語の組に基づいて、前記解析対象のテキストの形態素解析を行う形態素解析ステップと、
前記形態素解析ステップによる形態素解析の結果に基づき、前記解析対象のテキストに対して係り受け解析を行う係り受け解析ステップと、
前記係り受け解析ステップによる前記係り受け解析の結果に基づき、前記解析対象のテキストの読みを表す文字列に、少なくとも文節の区切りを表す情報を付加した表音文字列を生成する表音文字列生成ステップと、
前記表音文字列生成ステップで生成した前記表音文字列に基づき、前記表音文字列を読み上げる音声を合成する音声合成ステップと、
を含む処理を実行させるための音声合成プログラム。
On the computer,
Possibility of connection with a set of words that are stored in the first storage unit and are registered in a word dictionary in which a plurality of words are registered in association with at least the part of speech of each word and are adjacent on the text to be analyzed A connection evaluation value that represents each of the word pairs registered in the word dictionary and adjacent to the analysis target text, registered in the word dictionary and specified in the learning text. A noun that is not stored as a set of connectable words in a second storage unit that stores a set of words of nouns that are adjacent to the specific word as a set of connectable words the set of word classes, a connection evaluating step of the connection evaluation value reduces the connection evaluation value so that it is not contained in the set of words having the maximum
A morpheme analysis step for performing a morpheme analysis of the text to be analyzed based on a set of words having a maximum connection evaluation value obtained in the connection possibility evaluation step;
A dependency analysis step for performing dependency analysis on the text to be analyzed based on the result of morphological analysis by the morpheme analysis step;
Based on the result of the dependency analysis in the dependency analysis step, a phonetic character string generation that generates a phonetic character string in which information representing at least a segment break is added to a character string representing the reading of the text to be analyzed Steps,
Based on the phonogram string generated in the phonogram string generation step, a voice synthesis step of synthesizing a speech that reads out the phonogram string;
Speech synthesis program for executing processing including
JP2011239075A 2011-10-31 2011-10-31 Morphological analyzer, method, program, speech synthesizer, method, program Active JP5853595B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011239075A JP5853595B2 (en) 2011-10-31 2011-10-31 Morphological analyzer, method, program, speech synthesizer, method, program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011239075A JP5853595B2 (en) 2011-10-31 2011-10-31 Morphological analyzer, method, program, speech synthesizer, method, program

Publications (2)

Publication Number Publication Date
JP2013097534A JP2013097534A (en) 2013-05-20
JP5853595B2 true JP5853595B2 (en) 2016-02-09

Family

ID=48619425

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011239075A Active JP5853595B2 (en) 2011-10-31 2011-10-31 Morphological analyzer, method, program, speech synthesizer, method, program

Country Status (1)

Country Link
JP (1) JP5853595B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11443732B2 (en) * 2019-02-15 2022-09-13 Lg Electronics Inc. Speech synthesizer using artificial intelligence, method of operating speech synthesizer and computer-readable recording medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6232774B2 (en) * 2013-06-26 2017-11-22 日本電気株式会社 Morphological analyzer, morphological analysis method, and morphological analysis program
JP6576141B2 (en) * 2015-07-28 2019-09-18 Kddi株式会社 A program that can estimate the group state from characteristic words
JP2019016162A (en) * 2017-07-06 2019-01-31 富士通株式会社 Morphological analysis program, morphological analysis device, and morphological analysis method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3174886B2 (en) * 1991-01-16 2001-06-11 沖電気工業株式会社 Morphological analysis cost creation support device
JPH07175810A (en) * 1993-12-18 1995-07-14 Ricoh Co Ltd Morpheme analyzing device
JP4947861B2 (en) * 2001-09-25 2012-06-06 キヤノン株式会社 Natural language processing apparatus, control method therefor, and program
JP2006030326A (en) * 2004-07-13 2006-02-02 Hitachi Ltd Speech synthesizer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11443732B2 (en) * 2019-02-15 2022-09-13 Lg Electronics Inc. Speech synthesizer using artificial intelligence, method of operating speech synthesizer and computer-readable recording medium

Also Published As

Publication number Publication date
JP2013097534A (en) 2013-05-20

Similar Documents

Publication Publication Date Title
US20110184723A1 (en) Phonetic suggestion engine
JP2009223463A (en) Synonymy determination apparatus, method therefor, program, and recording medium
Alghamdi et al. Automatic restoration of arabic diacritics: a simple, purely statistical approach
JP5625827B2 (en) Morphological analyzer, speech synthesizer, morphological analysis method, and morphological analysis program
JP5524138B2 (en) Synonym dictionary generating apparatus, method and program thereof
JP5853595B2 (en) Morphological analyzer, method, program, speech synthesizer, method, program
Thet et al. Word segmentation for the Myanmar language
CN107870900B (en) Method, apparatus and recording medium for providing translated text
Al-Mannai et al. Unsupervised word segmentation improves dialectal Arabic to English machine translation
JP5642037B2 (en) SEARCH DEVICE, SEARCH METHOD, AND PROGRAM
Thangarasu et al. Design and development of stemmer for Tamil language: cluster analysis
JP7102710B2 (en) Information generation program, word extraction program, information processing device, information generation method and word extraction method
JP5772514B2 (en) Morphological analyzer, method, program, speech synthesizer, method, program
Hsieh et al. Correcting Chinese spelling errors with word lattice decoding
Tuan et al. A study of text normalization in Vietnamese for text-to-speech system
JP2009176148A (en) Unknown word determining system, method and program
JP6055267B2 (en) Character string dividing device, model file learning device, and character string dividing system
Ramachandran et al. An iterative suffix stripping Tamil stemmer
Jansche et al. Named entity transcription with pair n-gram models
JP5302784B2 (en) Machine translation method and system
KR100487716B1 (en) Method for machine translation using word-level statistical information and apparatus thereof
JP4794429B2 (en) Reading information generation device, reading information generation method, reading information generation program, and speech synthesizer
KR100322743B1 (en) Morphological analysis method and apparatus used in text-to-speech synthesizer
Kaalep et al. You can’t suggest that?!: Comparisons and improvements of speller error models
Algarni Light morphology and arabic information retrieval.

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140704

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150401

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150428

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150629

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20151110

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151123

R150 Certificate of patent or registration of utility model

Ref document number: 5853595

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150