JP2002117027A - Feeling information extracting method and recording medium for feeling information extracting program - Google Patents

Feeling information extracting method and recording medium for feeling information extracting program

Info

Publication number
JP2002117027A
JP2002117027A JP2000310771A JP2000310771A JP2002117027A JP 2002117027 A JP2002117027 A JP 2002117027A JP 2000310771 A JP2000310771 A JP 2000310771A JP 2000310771 A JP2000310771 A JP 2000310771A JP 2002117027 A JP2002117027 A JP 2002117027A
Authority
JP
Japan
Prior art keywords
emotion
word
text
information
expression
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.)
Granted
Application number
JP2000310771A
Other languages
Japanese (ja)
Other versions
JP3372532B2 (en
Inventor
Takaaki Hasegawa
隆明 長谷川
Hisashi Obara
永 小原
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2000310771A priority Critical patent/JP3372532B2/en
Publication of JP2002117027A publication Critical patent/JP2002117027A/en
Application granted granted Critical
Publication of JP3372532B2 publication Critical patent/JP3372532B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To efficiently extract feeling information from an input text by increasing the precision of the matching of a pattern for extracting the feeling information. SOLUTION: A feeling expression analyzing means 5 generates a feeling expression pattern corresponding to a word or word array having the meaning of a feeling expression from a feeling expression table 6 wherein the correspondence between kinds of feeling information and descriptions of information regarding words expressing the feeling information is recorded. A text analyzing means 3 analyzes and divides an inputted text into words. A feeling information extracting means 7 matches the feeling expression pattern against the word or word string constituting the inputted text and outputs the information which has the kind of the feeling information to correspond to the part of the matched word or word string in the text when the feeling expression pattern matches the word or word string in the text.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は,計算機により電子
化された自然言語のテキストを処理する技術に係り,特
に,電子化されたテキストから抽出したい喜怒哀楽など
の感情表現をあらかじめ定義しておくことにより,入力
されたテキストの感情を表現している部分文字列に,自
動で感情情報をタグとして付与する感情情報抽出方法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for processing a computerized natural language text by a computer, and more particularly, to a method in which emotional expressions such as emotions and emotions to be extracted from the computerized text are defined in advance. In addition, the present invention relates to an emotion information extraction method for automatically adding emotion information as a tag to a partial character string expressing the emotion of an input text.

【0002】[0002]

【従来の技術】従来,テキストから喜怒哀楽などの感情
情報を抽出する方法として,登録された特定の文字列や
キーワードにマッチした場合に該当する感情情報を付与
するという手法が実現されている。
2. Description of the Related Art Conventionally, as a method of extracting emotion information such as emotions, emotions, and so on from a text, a method has been realized in which, when a registered character string or keyword is matched, corresponding emotion information is added. .

【0003】[0003]

【発明が解決しようとする課題】しかしながら,上記従
来の感情情報抽出方法では,感情情報を付けるキーワー
ドをすべてあらかじめ登録しておかなければならず,さ
らに用言などの活用する単語に対しては,それぞれの活
用形を登録する必要があるという問題があった。また,
文章中の位置が考慮されないため,位置を考慮しなけれ
ばならない感情表現を誤って抽出することがあるという
問題があった。
However, in the above-described conventional emotion information extraction method, all keywords to which emotion information is added must be registered in advance, and words used in words such as declinable words are not registered. There was a problem that it was necessary to register each utilization form. Also,
Since the position in the text is not taken into account, there is a problem that an emotional expression that needs to be taken into account may be erroneously extracted.

【0004】本発明は,上記の点に鑑みなされたもの
で,感情を表現するキーワードの単語の表記によるマッ
チングではなく,単語の表記に加えて読みや品詞や意味
カテゴリを用いた正規表現を用いたマッチングを行うこ
とによって,一つの感情の表現の登録により派生する表
現の多数をカバーでき,正規表現により位置の指定も可
能にし,キーワードの登録漏れや誤ってマッチングする
ことがなく,テキストから効率よく感情情報を抽出する
ことができるようにすることを目的とする。
The present invention has been made in view of the above points, and uses a regular expression using reading, part-of-speech, or a semantic category in addition to the word notation, instead of matching the keyword expressing the emotion by the word notation. By performing matching, it is possible to cover a large number of expressions derived by registering one emotional expression, and to specify the position using regular expressions. The purpose is to be able to extract emotion information well.

【0005】[0005]

【課題を解決するための手段】本発明は,上記課題を解
決するため,電子化されたテキストを入力する入力手段
と,入力されたテキストを解析し,単語に分割するテキ
スト解析手段と,感情情報の種別と感情情報を表現する
単語に関する情報の記述との対応が記録された感情表現
テーブルから,前記感情表現の意味を持つ単語または単
語列に対応する感情表現パターンを得る感情表現解析手
段と,感情表現パターンと入力されたテキストを構成す
る単語または単語列とのマッチングを行い,感情表現パ
ターンがテキスト内の単語または単語列にマッチした場
合に,マッチしたテキスト内の単語または単語列の部分
にその感情表現パターンが持つ感情情報の種別を対応づ
けた情報を出力する感情情報抽出手段を用いて,計算機
に入力される電子化テキストを解析し,テキストに存在
している感情情報を自動抽出し,感情情報が含まれる単
語または単語列にタグを付与する。
SUMMARY OF THE INVENTION In order to solve the above problems, the present invention provides an input means for inputting digitized text, a text analysis means for analyzing the input text and dividing it into words, Emotion expression analysis means for obtaining an emotion expression pattern corresponding to a word or a word string having the meaning of the emotion expression from an emotion expression table in which a correspondence between a type of information and a description of information relating to a word expressing emotion information is recorded; , Matching the emotional expression pattern with the words or word strings that make up the input text, and if the emotional expression pattern matches a word or word string in the text, the part of the word or word string in the matched text Using an emotion information extraction unit that outputs information that associates the type of emotion information that the emotion expression pattern has with the electronic expression input to the computer. Analyzing the text, automatically extracts the emotion information that exists in the text, to give the tag to the word or string of words is included emotional information.

【0006】前記入力手段は,入力されたテキストに対
して形態素解析(「自然言語処理」長尾真編,岩波書店
参照)を行い,テキストを単語ごとに分割し,分割し
た単語の表記,読み,品詞,意味カテゴリ番号を得る。
The input means performs a morphological analysis on the input text (see "Natural Language Processing", Makoto Nagao, Iwanami Shoten), divides the text for each word, and writes and reads the divided words. Get part of speech and semantic category numbers.

【0007】感情表現解析手段は,喜怒哀楽などの感情
情報ごとに単語の表記や読み,品詞,意味カテゴリ名の
属性を用いて記述される形式から,例えば意味カテゴリ
番号と意味カテゴリ名とが対になった意味カテゴリテー
ブルから意味カテゴリ名を検索することにより得られる
意味カテゴリ番号を得たあと,感情情報に対応する表現
のパターンを作成する。
[0007] The emotion expression analyzing means converts, for example, a semantic category number and a semantic category name from a format described using notations and readings of words, parts of speech, and attributes of semantic category names for each emotion information such as emotions and sorrows. After obtaining a semantic category number obtained by searching for a semantic category name from the paired semantic category table, an expression pattern corresponding to the emotion information is created.

【0008】感情情報抽出手段は,テキストから得られ
る単語列の表記と読み,品詞,意味カテゴリ番号に対
し,単語の表記,読み,品詞,意味カテゴリ番号が用い
られた感情情報を表現するためのパターンとのマッチン
グを行い,パターンがマッチする場合にはパターンが該
当する単語列に対してのみ,そのパターンが対応する感
情情報をタグとして付与し,そのタグを付けたテキスト
を出力する。
[0008] The emotion information extracting means is for expressing the emotion information using the word notation, reading, part of speech, and semantic category number with respect to the notation and reading of the word string obtained from the text, the part of speech, and the semantic category number. Matching with the pattern is performed, and if the pattern matches, the emotion information corresponding to the pattern is added as a tag only to the word string to which the pattern corresponds, and the text with the tag is output.

【0009】以上の処理を計算機によって実現するため
のプログラムは,計算機が読み取り可能な可搬媒体メモ
リ,半導体メモリ,ハードディスクなどの適当な記録媒
体に格納することができる。
A program for realizing the above processing by a computer can be stored in an appropriate recording medium such as a computer-readable portable medium memory, a semiconductor memory, and a hard disk.

【0010】[0010]

【発明の実施の形態】図1は,本発明の実施の形態を示
す構成図である。図1に示す感情情報抽出処理装置10
は,CPUやメモリなどからなる計算機とソフトウェア
プログラムと記憶装置に格納されたテーブルや辞書など
のデータとによって実現される。入力テキスト11は,
感情情報の抽出対象となる電子化されたテキストであ
り,タグ付きテキスト12は,抽出された感情情報の種
別がタグとして該当する単語または単語列に付与され,
出力されたテキストである。
FIG. 1 is a block diagram showing an embodiment of the present invention. Emotion information extraction processing device 10 shown in FIG.
Is realized by a computer including a CPU and a memory, a software program, and data such as a table and a dictionary stored in a storage device. The input text 11 is
The tagged text 12 is a digitized text from which emotion information is to be extracted, and the type of the extracted emotion information is added to a corresponding word or word string as a tag.
This is the output text.

【0011】入力手段2は,処理対象の入力テキスト1
1を読み込む。テキスト解析手段3は,入力したテキス
トに対して形態素解析用辞書4を用いた形態素解析を行
い,テキストを単語に分割すると同時に,各単語の表記
や読み,品詞,意味カテゴリ番号を取得する。
[0011] The input means 2 is an input text 1 to be processed.
Read 1 The text analysis unit 3 performs a morphological analysis on the input text using the morphological analysis dictionary 4 to divide the text into words, and at the same time, obtains the notation, reading, part of speech, and meaning category number of each word.

【0012】形態素解析用辞書4は,例えば図2に示す
ように,すべての形態素について,各形態素毎にその表
記と,品詞(品詞細分類を含む)と,読みと,意味カテ
ゴリ番号の情報を持つ電子辞書である。意味カテゴリ番
号は,あらかじめ形態素の単語が持つ意味に対して定義
された意味カテゴリ名に対応する数値である。ここで意
味カテゴリ名は,すべての単語を体系的に意味的な分類
に分けたカテゴリの名称である。
As shown in FIG. 2, for example, the morphological analysis dictionary 4 stores, for each morpheme, its notation, part of speech (including part of speech classification), reading, and semantic category number information. It is an electronic dictionary to have. The semantic category number is a numerical value corresponding to a semantic category name defined in advance for the meaning of a morpheme word. Here, the semantic category name is the name of a category in which all words are systematically classified into semantic categories.

【0013】感情表現解析手段5は,単語列の表記や読
み,品詞,意味カテゴリ名を用いた正規表現で記述さ
れ,喜怒哀楽などの感情情報ごとに定義されている表現
が格納されている感情表現テーブル6を解析し,感情情
報ごとの表現のパターンを作成する。このとき,意味カ
テゴリ番号と意味カテゴリ名とが対になった意味カテゴ
リテーブル8を検索することにより,意味カテゴリ名か
ら意味カテゴリ番号を得ておく。図3に,意味カテゴリ
テーブル8の例を示す。
The emotion expression analysis means 5 is described as a regular expression using notation and reading of a word string, part of speech, and a name of a semantic category, and stores expressions defined for each emotion information, such as emotions and emotions. The emotion expression table 6 is analyzed to create an expression pattern for each emotion information. At this time, the semantic category number is obtained from the semantic category name by searching the semantic category table 8 in which the semantic category number and the semantic category name are paired. FIG. 3 shows an example of the semantic category table 8.

【0014】表現のパターンは単語列の表記の長さをキ
ーとして順番にメモリに蓄積する。パターンをメモリに
蓄積する順番は,文字数の少ない順でもよいし,感情表
現テーブル6に出現する順でもよい。あるいは,あらか
じめ感情に優先度を付けておいて,その感情の優先度に
従って順番を付けるようにしてもよい。正規表現とは,
文字列のパターンマッチングに用いられる標準的な記述
方式である。
Expression patterns are sequentially stored in a memory using the length of the word string as a key. The order in which the patterns are stored in the memory may be the order in which the number of characters is small or the order in which they appear in the emotion expression table 6. Alternatively, priorities may be assigned to the emotions in advance, and the feelings may be prioritized in order. What is a regular expression?
This is a standard description method used for pattern matching of character strings.

【0015】感情情報抽出手段7は,テキスト解析手段
3で得られた表記や読み,品詞,意味カテゴリ番号の情
報を伴う単語列と,感情表現解析手段5で得た,単語列
の表記,読み,品詞,意味カテゴリ番号を用いた正規表
現で記述された感情情報の表現のパターンとのパターン
マッチングを行う。
The emotion information extracting means 7 includes a notation and reading obtained by the text analyzing means 3, a word string accompanied by information of part of speech and a semantic category number, and a notation and reading of the word string obtained by the emotion expression analyzing means 5. The pattern matching is performed with the expression pattern of the emotion information described by the regular expression using the POS, the part of speech, and the semantic category number.

【0016】パターンマッチングでは,メモリに蓄積さ
れたパターンの各々に対して,格納されている順番に最
長マッチでパターンマッチングを行う。パターンマッチ
ングの結果,マッチしたテキストの単語列の部分に,パ
ターンが属する感情情報をタグとして付与する。ここ
で,最長マッチとは,マッチする候補が複数ある場合
に,最も長い文字列でマッチするものを選択することを
意味する。例えば,テキスト中に「愉快じゃない」が存
在し,パターンの中に「愉快」と「愉快じゃない」が存
在する場合を考える。この場合,最長マッチでは,最も
長い文字列でマッチするものを選択するので,「愉快」
ではなく,「愉快じゃない」がマッチするものとして選
択されることになる。
In pattern matching, pattern matching is performed for each of the patterns stored in the memory in the order in which they are stored in the longest match. As a result of the pattern matching, emotion information to which the pattern belongs is added as a tag to the word string portion of the matched text. Here, the longest match means that when there are a plurality of matching candidates, a matching one with the longest character string is selected. For example, consider a case where “not pleasant” exists in the text, and “fun” and “not pleasant” exist in the pattern. In this case, the longest match selects the one that matches with the longest character string.
Instead, "not pleasant" will be selected as the match.

【0017】出力手段9は,感情情報がタグ付けされた
タグ付きテキスト12を出力する。制御手段1は,これ
らの各手段を制御する。
The output means 9 outputs a tagged text 12 to which emotion information is tagged. The control means 1 controls each of these means.

【0018】図4は,本発明の実施の形態を示す流れ図
である。以下,図4に示すステップ(a) 〜(i) に従って
処理の詳細を説明する。
FIG. 4 is a flowchart showing an embodiment of the present invention. Hereinafter, the processing will be described in detail according to steps (a) to (i) shown in FIG.

【0019】(a) 単語列の表記,読み,品詞,意味カテ
ゴリ名を用いて正規表現で記述された形式で感情の表現
が格納されている感情表現テーブル6を読み込み,その
表現における意味カテゴリ名を検索キーとして,意味カ
テゴリテーブル8を検索することにより意味カテゴリ番
号を得て,各感情情報についての表現のパターンを生成
し,単語列の表記の長い順序に従いメモリ上にパターン
を蓄積する。
(A) The sentence expression table 6 which stores the expression of the emotion in the form described by the regular expression is read using the notation, reading, part of speech, and the name of the meaning category of the word string, and the name of the semantic category in the expression is read. The semantic category table 8 is searched by using as a search key to obtain a semantic category number, a pattern of expression of each emotion information is generated, and the pattern is stored in the memory in the long order of the word string.

【0020】(b) 感情情報を抽出してタグを付ける対象
となるテキストがある限り,以下のステップ(c) 〜(i)
を繰り返す。
(B) As long as there is text to be extracted and tagged with emotion information, the following steps (c) to (i)
repeat.

【0021】(c) 感情情報を抽出する対象となる入力テ
キスト11を入力する。
(C) Input text 11 from which emotion information is to be extracted.

【0022】(d) テキストを文に分割し,さらに文を形
態素解析により単語に分割し,テキストを構成している
各単語の表記,読み,品詞,意味カテゴリ番号を得る。
(D) The text is divided into sentences, and the sentence is further divided into words by morphological analysis, and the notation, reading, part of speech, and semantic category number of each word constituting the text are obtained.

【0023】(e) 感情表現のパターンの各々に対して,
以下のステップ(f) 〜(h) を繰り返す。
(E) For each pattern of emotional expression,
The following steps (f) to (h) are repeated.

【0024】(f) テキストを構成しているすべての文を
対象に,単語または単語列の表記,読み,品詞,意味カ
テゴリ番号の属性を用いて,パターンの表記はテキスト
内の単語の表記と,パターンの読みはテキスト内の単語
の読みと,パターンの品詞はテキスト内の単語の品詞
と,パターンの意味カテゴリ番号はテキスト内の単語の
意味カテゴリ番号とそれぞれ比較し,パターンが単語ま
たは単語列にマッチするかどうかを調べる。
(F) For all sentences constituting the text, the notation of the word or word string, the reading, the part of speech, and the attribute of the semantic category number are used, and the notation of the pattern is the same as the notation of the word in the text. , The reading of the pattern is compared with the reading of the word in the text, the part of speech of the pattern is compared with the part of speech of the word in the text, and the semantic category number of the pattern is compared with the semantic category number of the word in the text. Check if it matches.

【0025】(g) パターンがマッチしたならば,次のス
テップ(h) を実行する。
(G) If the pattern matches, the next step (h) is executed.

【0026】(h) パターンに該当する単語または単語列
にのみ,パターンの対応する感情情報をタグとして付与
する。
(H) Only the word or word string corresponding to the pattern is provided with emotion information corresponding to the pattern as a tag.

【0027】(i) すべてのパターンに対するパターンマ
ッチングが終了した後,タグを付与したテキストを出力
する。
(I) After the pattern matching for all patterns is completed, a text with a tag is output.

【0028】図5に,感情表現テーブル6の例を提示す
る。図5の属性の記述において,例えば{X|Y|Z}
の記述は,XまたはYまたはZのいずれでもよいことを
表している。
FIG. 5 shows an example of the emotion expression table 6. In the attribute description of FIG. 5, for example, {X | Y | Z}
Indicates that it may be either X or Y or Z.

【0029】図6は,感情表現パターンの生成例を示し
ている。図6では,図5に示す感情表現テーブル6にお
ける「怒り」の属性の表記について,正規表現の記号の
意味を考慮した形態素解析によって,感情表現パターン
を生成している。まず,図6(a)に示すような「表記
=いい加減にし{て|なさい|ろ}」の属性の記述に
は,正規表現の論理和が含まれているので,図6(b)
に示すように,「いい加減にして」「いい加減にしなさ
い」「いい加減にしろ」という3つの表記を含むパター
ンが生成される。さらにこれらの個々の表記は,形態素
解析することによって単語に分割され,図6(c)に示
すようなパターンが生成される。この感情表現パターン
中の各表記は,テキスト内の単語列の表記とマッチする
かどうかを調べるのに用いられる。
FIG. 6 shows an example of generating an emotion expression pattern. In FIG. 6, an emotion expression pattern is generated for the notation of the attribute of “anger” in the emotion expression table 6 shown in FIG. 5 by morphological analysis in consideration of the meaning of the symbol of the regular expression. First, since the description of the attribute of “notation = addition / deduction | letter | ro” as shown in FIG. 6A includes the logical sum of the regular expression, FIG.
As shown in FIG. 7, a pattern including three notations of "do not change", "do not change", and "do not change" is generated. Further, each of these notations is divided into words by morphological analysis, and a pattern as shown in FIG. 6C is generated. Each notation in this emotion expression pattern is used to check whether it matches the notation of the word string in the text.

【0030】この例のように,感情表現テーブル6に
は,必要最小限の情報だけを登録しておき,これを感情
表現解析手段5によって感情表現パターンに展開するこ
とにより,感情表現パターンの登録を容易に行うことが
できるようになる。特に,感情表現テーブル6に登録す
る表記属性の内容が,形態素解析によってどのような単
語に分割されるかあらかじめわからない場合に,感情表
現解析手段5によって入力テキスト11と同じ形態素解
析による単語分割,すなわち正規表現への変換が自動的
に行われるので,マッチングの精度が高まることにな
る。
As shown in this example, only the necessary minimum information is registered in the emotion expression table 6 and is expanded into the emotion expression pattern by the emotion expression analysis means 5 to register the emotion expression pattern. Can be easily performed. In particular, when it is not known in advance how the contents of the notation attributes registered in the emotion expression table 6 will be divided into words by the morphological analysis, the emotion expression analyzing means 5 performs word division by the same morphological analysis as the input text 11, that is, Since the conversion to the regular expression is automatically performed, the accuracy of the matching is improved.

【0031】また,図5に示す感情表現テーブル6にお
ける「感嘆」という感情情報の例では,属性として品詞
と表記の両方が記述されているので,感情表現解析手段
5によって,品詞と表記の属性を用いたパターンが生成
される。
In the example of the emotion information “exclamation” in the emotion expression table 6 shown in FIG. 5, both the part of speech and the notation are described as attributes. Is generated.

【0032】例えば,入力テキスト11中に,「まさか
自分が当たるなんてね」という文があったとする。テキ
スト解析手段3によって,この「まさか自分が当たるな
んてね」という文は,次のような単語に分割される。 ============================ [表記] [読み] [品詞] [意味カテゴリ番号] まさか マサカ 連用詞 自分 ジブン 名詞:代名詞 32 が ガ 格助詞 当た アタ 動詞語幹 1208 る ル 動詞接尾辞 なんて ナンテ 引用助詞 ね ネ 終助詞 ============================ 感情情報抽出手段7におけるマッチングでは,感情表現
解析手段5によって生成したパターンと,テキスト解析
手段3による解析結果とを参照し,これらの表記,読
み,品詞,意味カテゴリをそれぞれ単語ごとに比較す
る。「感嘆」の感情表現パターンは,「品詞=動詞語
幹,品詞=動詞接尾辞,{表記=とは|なんて}」から
生成された「品詞=動詞語幹,品詞=動詞接尾辞,表記
=とは」および「品詞=動詞語幹,品詞=動詞接尾辞,
表記=なんて」であり,このうち後者の部分が,上記テ
キストの「当た(品詞=動詞語幹),る(品詞=動詞接
尾辞),なんて(表記=なんて)」にマッチする。
For example, suppose that there is a sentence in the input text 11 that says, "Never hit me." By the text analysis means 3, the sentence "Never hit me" is divided into the following words. ============================ [Notation] [Reading] [Part of speech] [Semantic category number] Masaka Masaka Combined phrase myself Noun: Pronoun 32 is a ga case particle Ata verb stem 1208 RU Le verb suffix Nante Quote particle N Ne Final particle ============================ === In the matching in the emotion information extraction means 7, the pattern generated by the emotion expression analysis means 5 and the analysis result by the text analysis means 3 are referred to, and these notations, readings, parts of speech, and semantic categories are respectively classified for each word. Compare. The emotional expression pattern of “exclamation” is “part of speech = verb stem, part of speech = verb suffix, notation = ”And“ part of speech = verb stem, part of speech = verb suffix,
Notation = what, and the latter part matches the above-mentioned text “hit (part of speech = verb stem), ru (part of speech = verb suffix), what (notation = what)”.

【0033】この例のように,単語の並びのそれぞれに
対して,表記,読み,品詞または意味カテゴリなどの属
性を,感情表現パターンに与えることによって,感情を
表現する主要語の文法上の位置なども指定することがで
きるので,キーワードの登録漏れや誤ってマッチングす
ることを防ぐことができる。
As shown in this example, the grammatical positions of the main words expressing the emotions are given to the emotional expression patterns by giving attributes such as notation, reading, part of speech or semantic category to each of the word sequences. Can also be specified, so that it is possible to prevent omission of registration of keywords or erroneous matching.

【0034】「喜び」という感情情報の例では,表記の
属性として記号とアルファベットが与えられているが,
それぞれ単語,つまり記号とアルファベットに分割さ
れ,テキスト内に同じ並びの単語列が存在するときにマ
ッチする。
In the example of emotion information of "joy", a symbol and an alphabet are given as notation attributes.
Each is divided into words, that is, symbols and alphabets, and matches when the same sequence of word strings exists in the text.

【0035】また,「驚き」という感情情報の例では,
「驚き」という意味カテゴリ名の属性が記述されてい
る。したがって,「驚き」という意味カテゴリ番号を持
つ単語がテキストに存在するときにマッチする。例え
ば,「びっくり」という単語の意味カテゴリ番号が“1
265”で,これが「驚き」という意味カテゴリ名を指
すとすると,「びっくり」という単語は「驚き」のパタ
ーンにマッチする。
In the example of emotion information of "surprise",
The attribute of the meaning category name of "surprise" is described. Therefore, a match occurs when a word having a semantic category number of “surprise” exists in the text. For example, if the meaning category number of the word “surprise” is “1”
265 ", which indicates the name of the meaning category" surprise ", the word" surprise "matches the" surprise "pattern.

【0036】「呼び掛け」という感情情報の例では,表
記の属性に文頭を示す正規表現を伴うので,文頭に「と
ころで」という表現がある文にマッチする。
In the example of the emotion information "call", since the attribute of the notation is accompanied by a regular expression indicating the head of the sentence, it matches a sentence having the expression "by" at the beginning of the sentence.

【0037】図7に,入力テキスト11の例を示す。図
7の入力されたテキストの例に,図5の感情表現テーブ
ル6に従って,感情情報のタグが付与され,出力された
結果を図8に示す。図8から明らかなように,タグ付き
テキスト12では,「ところで」に「呼び掛け」の感情
情報のタグが,「びっくり」に「驚き」の感情情報のタ
グが,「\^o^/」に「喜び」の感情情報のタグが,
「当たるなんて」に「感嘆」の感情情報のタグが,「い
い加減にしろ」に「怒り」の感情情報のタグが,それぞ
れ付与されている。なお,本発明によって抽出した感情
情報の出力は,必ずしもタグ形式の出力に限られるわけ
ではなく,他の形式で出力することもできる。
FIG. 7 shows an example of the input text 11. A tag of emotion information is added to the example of the input text of FIG. 7 according to the emotion expression table 6 of FIG. 5, and the output result is shown in FIG. As is clear from FIG. 8, in the tagged text 12, the tag of the emotion information of “call” is “where”, the tag of the emotion information of “surprise” is “surprise”, and the tag of the emotion information is “\ ^ o ^ /”. Tag of emotion information of "joy",
A tag of emotion information of "exclamation" is given to "hit", and a tag of emotion information of "anger" is given to "let's get rid of". The output of the emotion information extracted according to the present invention is not necessarily limited to the output in the tag format, but can be output in another format.

【0038】図4に示す処理を計算機に実行させるため
のプログラムは,CD−ROMその他の記録媒体や通信
回線を通じて計算機にインストールすることができる。
A program for causing a computer to execute the processing shown in FIG. 4 can be installed in the computer through a CD-ROM or other recording medium or a communication line.

【0039】以下に本実施の形態の特徴とバリエーショ
ンを列挙する。 (1)本実施の形態の感情情報抽出方法は,電子化され
たテキストを入力する入力プロセスと,入力されたテキ
ストを解析し,単語に分割するテキスト解析プロセス
と,感情情報の種別と感情情報を表現する単語に関する
情報の記述との対応が登録される感情表現テーブルを解
析し,感情表現パターンを生成する感情表現解析プロセ
スと,感情表現パターンとテキストを構成する単語また
は単語列とのマッチングを行い,感情表現パターンにマ
ッチするか否かを判定し,パターンがマッチした場合
に,パターンの該当する感情情報の種別をマッチしたテ
キスト内の単語または単語列の部分に付与する感情情報
付与プロセスと,感情情報の種別が付与されたテキスト
を出力する出力プロセスと,これらのプロセスを制御す
る制御プロセスとからなり,計算機に入力される電子化
テキストを解析し,テキストに存在している感情情報を
自動抽出し,感情情報が含まれる単語または単語列にタ
グを付与する。 (2)上記(1)において,テキストを文に分割し,文
を構成している単語に分割し,単語の表記,読み,品
詞,意味カテゴリ番号の各属性を得る機能を備えたテキ
スト解析プロセスを有する。 (3)上記(1)において,1語の単語だけではなく複
数語の単語からなる表記の属性を伴って記述される感情
表現から,感情表現の表記を単語に分割し,各単語の表
記の情報を得て,感情表現のためのパターンを作成する
機能を備えた感情表現解析プロセスを有する。 (4)上記(1)において,単語の読みの属性を伴って
記述される感情表現から,感情表現のためのパターンを
作成する機能を備えた感情表現解析プロセスを有する。 (5)上記(1)において,単語の品詞の属性を伴って
記述される感情表現から,感情表現のためのパターンを
作成する機能を備えた感情表現解析プロセスを有する。 (6)上記(1)において,単語の意味カテゴリ名の属
性を伴って記述される感情表現から,単語の意味カテゴ
リ番号と意味カテゴリ名とが対になった意味カテゴリテ
ーブルを用いて,テキスト内の単語の意味カテゴリ名か
ら意味カテゴリ番号を取得し,感情表現のためのパター
ンを作成する機能を備えた感情表現解析プロセスを有す
る。 (7)上記(1)において,感情表現テーブルに単語の
表記や読みや品詞や意味カテゴリ名を用いた正規表現で
記述される感情表現から,感情表現のためのパターンを
作成する機能を備えた感情表現解析プロセスを有する。 (8)上記(1)において,単語の表記と読みと品詞と
意味カテゴリ名からなる感情表現のためのパターンと,
表記や読みや品詞や意味カテゴリ番号の属性を持った単
語に分割されたテキストとのパターンマッチングを行う
機能を備えた感情情報抽出プロセスを有する。 (9)上記(1)において,感情情報のパターンとのマ
ッチングを行う機能を備えた感情情報抽出プロセスを有
する。 (10)上記(1)において,単語または単語列の表記
と読みと品詞と意味カテゴリ番号からなる感情表現のた
めのパターンと,表記や読みや品詞や意味カテゴリ番号
の属性を持った単語に分割されたテキストとのパターン
マッチングを行うときに,パターンの単語または単語列
の表記はテキスト内の単語または単語列と,パターンの
単語の読みはテキスト内の単語の読みと,パターンの単
語の品詞はテキスト内の単語の品詞と,パターンの単語
の意味カテゴリ番号はテキスト内の単語の意味カテゴリ
番号との比較を行う機能を備えた感情情報抽出プロセス
を有する。 (11)上記(1)において,感情表現のための表記
と,テキストが分割された単語とのパターンマッチング
を行う際に,最長マッチでパターンマッチングを行う機
能を備えた感情情報抽出プロセスを有する。 (12)上記(1)において,感情表現のためのパター
ンと単語に分割されたテキストがマッチした場合に,パ
ターンを構成している単語に対応したテキストの部分単
語列のみに,パターンの該当する感情表現の種別をタグ
として付与する機能を備えた感情情報抽出プロセスを有
する。
The features and variations of this embodiment will be listed below. (1) The emotion information extraction method according to the present embodiment includes an input process of inputting digitized text, a text analysis process of analyzing the input text and dividing it into words, a type of emotion information and emotion information. Analyzes the emotion expression table in which the correspondence with the description of the information about the word expressing the word is registered, and performs the emotion expression analysis process of generating the emotion expression pattern, and the matching of the emotion expression pattern with the words or word strings that constitute the text. And determining whether or not the pattern matches the emotional expression pattern. If the pattern is matched, the emotional information providing process of providing the type of the emotional information corresponding to the pattern to the word or word string in the matched text. , An output process that outputs text to which emotion information types are assigned, and a control process that controls these processes Ri, analyzes the electronic text entered into the computer, automatically extracts the emotion information is present in the text, to assign tags to the words or word strings includes emotion information. (2) In the above (1), a text analysis process having a function of dividing a text into sentences, dividing the words into words constituting the sentence, and obtaining respective attributes of word description, reading, part of speech, and semantic category number. Having. (3) In the above (1), the expression of the emotional expression is divided into words from the emotional expression described with the attribute of the expression including not only one word but also a plurality of words, and the expression of each word is expressed. It has an emotion expression analysis process with the function of obtaining information and creating patterns for emotion expression. (4) In the above (1), there is an emotion expression analysis process having a function of creating a pattern for an emotion expression from an emotion expression described with an attribute of reading a word. (5) In the above (1), there is an emotion expression analysis process having a function of creating a pattern for emotion expression from an emotion expression described with the attribute of the part of speech of a word. (6) In the above (1), a sentence expression described with an attribute of a semantic category name of a word is used in a text by using a semantic category table in which a semantic category number and a semantic category name of a word are paired. Has a semantic category number from the semantic category name of the word, and has an emotion expression analysis process having a function of creating a pattern for emotion expression. (7) In the above (1), a function is provided for creating a pattern for emotion expression from an emotion expression described in a regular expression using word notation, reading, part of speech, or a meaning category name in the emotion expression table. It has an emotion expression analysis process. (8) In the above (1), a pattern for expressing an emotion including a word notation, a reading, a part of speech, and a semantic category name,
It has an emotion information extraction process having a function of performing pattern matching with text divided into words having attributes of notation, reading, part of speech, and meaning category number. (9) In the above (1), there is an emotion information extraction process having a function of matching with a pattern of emotion information. (10) In the above (1), a word or word string is divided into a pattern for emotional expression consisting of notation and reading, part of speech and a semantic category number, and a word having attributes of notation, reading, part of speech and a semantic category number. When performing pattern matching with a given text, the notation of a pattern word or word string is the word or word string in the text, the reading of the pattern word is the reading of a word in the text, and the word class of the pattern word is It has an emotion information extraction process having a function of comparing the part of speech of a word in the text and the semantic category number of the word of the pattern with the semantic category number of the word in the text. (11) In the above (1), there is an emotion information extraction process having a function of performing pattern matching with the longest match when performing pattern matching between a notation for emotion expression and a word obtained by dividing a text. (12) In the above (1), when the pattern for emotion expression matches the text divided into words, the pattern corresponds to only the partial word string of the text corresponding to the word constituting the pattern. It has an emotion information extraction process provided with a function of giving the type of emotion expression as a tag.

【0040】[0040]

【発明の効果】以上のように本発明は,テキスト内に感
情情報が記述されている表現を自動抽出する際に,単語
の表記に加えて読みや品詞や意味カテゴリを用いた正規
表現を用いたマッチングを行うことができるので,一つ
の感情の表現の登録により派生する表現の多数をカバー
でき,正規表現により位置を指定することもできるの
で,キーワードの登録漏れや誤ってマッチングすること
がなく,テキストから効率よく感情情報を抽出し,テキ
スト内の該当する単語または単語列に感情情報のタグを
付与することが可能となる。
As described above, according to the present invention, when an expression in which emotion information is described in a text is automatically extracted, a regular expression using reading, part-of-speech, or a semantic category in addition to word notation is used. Matching can be performed, so that a large number of derived expressions can be covered by registering one emotional expression, and the position can be specified by a regular expression, so that there is no omission of keyword registration or erroneous matching In addition, it is possible to efficiently extract emotion information from a text and attach a tag of the emotion information to a corresponding word or word string in the text.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】形態素解析用辞書の例を示す図である。FIG. 2 is a diagram showing an example of a morphological analysis dictionary.

【図3】意味カテゴリテーブルの例を示す図である。FIG. 3 is a diagram illustrating an example of a semantic category table.

【図4】本発明の実施の形態を示す流れ図である。FIG. 4 is a flowchart showing an embodiment of the present invention.

【図5】本発明の実施の形態における感情表現テーブル
の例を示す図である。
FIG. 5 is a diagram showing an example of an emotion expression table according to the embodiment of the present invention.

【図6】本発明の実施の形態における感情表現パターン
の生成例を示す図である。
FIG. 6 is a diagram illustrating an example of generating an emotion expression pattern according to the embodiment of the present invention.

【図7】入力テキストの例を示す図である。FIG. 7 is a diagram illustrating an example of an input text.

【図8】出力されるタグ付きテキストの例を示す図であ
る。
FIG. 8 is a diagram showing an example of a tagged text to be output.

【符号の説明】[Explanation of symbols]

1 制御手段 2 入力手段 3 テキスト解析手段 4 形態素解析用辞書 5 感情表現解析手段 6 感情表現テーブル 7 感情情報抽出手段 8 意味カテゴリテーブル 9 出力手段 10 感情情報抽出処理装置 11 入力テキスト 12 タグ付きテキスト REFERENCE SIGNS LIST 1 control means 2 input means 3 text analysis means 4 morphological analysis dictionary 5 emotion expression analysis means 6 emotion expression table 7 emotion information extraction means 8 semantic category table 9 output means 10 emotion information extraction processing device 11 input text 12 tagged text

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 電子化されたテキストに記述されている
表現から感情の情報を抽出する方法において,感情情報
の種別と感情情報を表現する単語に関する情報の記述と
の対応が記録された感情表現テーブルから,前記感情表
現の意味を持つ単語または単語列に対応する感情表現パ
ターンを得る感情表現解析過程と,入力されたテキスト
を解析し,単語に分割するテキスト解析過程と,前記感
情表現パターンと前記入力されたテキストを構成する単
語または単語列とのマッチングを行い,感情表現パター
ンがテキスト内の単語または単語列にマッチした場合
に,マッチしたテキスト内の単語または単語列の部分に
その感情表現パターンが持つ感情情報の種別を対応づけ
た情報を出力する感情情報抽出過程とを有することを特
徴とする感情情報抽出方法。
In a method for extracting emotion information from an expression described in an electronic text, an emotion expression in which a correspondence between a type of emotion information and a description of information on a word expressing the emotion information is recorded. An emotion expression analysis process of obtaining an emotion expression pattern corresponding to a word or a word string having the meaning of the emotion expression from a table, a text analysis process of analyzing input text and dividing the text into words, If the emotion expression pattern matches a word or word string in the text, and the emotion expression pattern matches the word or word string in the text, the emotion expression is added to the word or word string part in the matched text. An emotion information extraction step of outputting information corresponding to the type of emotion information of the pattern. Method.
【請求項2】 請求項1記載の感情情報抽出方法におい
て,前記感情情報抽出過程によって抽出された感情情報
の種別を,マッチしたテキスト内の単語または単語列に
タグとして付与することを特徴とする感情情報抽出方
法。
2. The emotion information extraction method according to claim 1, wherein the type of the emotion information extracted in the emotion information extraction step is added as a tag to a word or a word string in the matched text. Emotion information extraction method.
【請求項3】 請求項1または請求項2記載の感情情報
抽出方法において,前記感情表現テーブルは,感情情報
の種別に対応する感情情報を表現する単語に関する情報
の記述として,1語または複数語の単語からなる感情表
現の表記,読み,品詞または意味カテゴリ情報の属性の
記述を持つことを特徴とする感情情報抽出方法。
3. The emotion information extraction method according to claim 1, wherein the emotion expression table includes one or more words as a description of information relating to a word expressing emotion information corresponding to a type of emotion information. An emotion information extraction method characterized by having notation, reading, and description of part of speech or semantic category information of emotion expressions composed of words.
【請求項4】 請求項1,請求項2または請求項3記載
の感情情報抽出方法において,前記テキスト解析過程で
は,入力されたテキストの文を単語に分割し,それぞれ
の単語に,表記,読み,品詞または意味カテゴリ情報の
うちの少なくとも複数の属性を付与し,前記感情表現パ
ターンに,パターンを構成する単語または単語列に対し
て,表記,読み,品詞もしくは意味カテゴリ情報,また
はこれらのいずれか複数の組み合わせの属性を持たせ,
前記感情情報抽出過程では,前記感情表現パターンおよ
びテキスト内の単語または単語列の各属性ごとにマッチ
ングを行うことを特徴とする感情情報抽出方法。
4. The emotion information extracting method according to claim 1, wherein in the text analysis step, the sentence of the input text is divided into words, and each sentence is written and read. , Part-of-speech or semantic category information, and the emotional expression pattern is provided with notation, reading, part-of-speech or semantic category information, or any one of these for words or word strings constituting the pattern. Have multiple combinations of attributes,
In the emotion information extracting step, matching is performed for each attribute of the emotion expression pattern and a word or word string in a text.
【請求項5】 電子化されたテキストに記述されている
表現から感情の情報を計算機によって抽出するためのプ
ログラムを記録した記録媒体であって,感情情報の種別
と感情情報を表現する単語に関する情報の記述との対応
が記録された感情表現テーブルから,前記感情表現の意
味を持つ単語または単語列に対応する感情表現パターン
を得る感情表現解析処理と,入力されたテキストを解析
し,単語に分割するテキスト解析処理と,前記感情表現
パターンと前記入力されたテキストを構成する単語また
は単語列とのマッチングを行い,感情表現パターンがテ
キスト内の単語または単語列にマッチした場合に,マッ
チしたテキスト内の単語または単語列の部分にその感情
表現パターンが持つ感情情報の種別を対応づけた情報を
出力する感情情報抽出処理とを,計算機に実行させるた
めのプログラムを記録したことを特徴とする感情情報抽
出プログラムの記録媒体。
5. A recording medium on which a program for extracting emotion information from a description described in an electronic text by a computer is recorded, the information being related to a type of emotion information and a word expressing emotion information. Expression analysis processing for obtaining an emotion expression pattern corresponding to a word or a word string having the meaning of the emotion expression from an emotion expression table in which correspondence with the description of the expression is recorded, and analyzing the input text to divide it into words. And performing matching between the emotion expression pattern and the words or word strings constituting the input text. When the emotion expression pattern matches a word or word string in the text, the matching Emotion information extraction that outputs information that associates the type of emotion information of the emotion expression pattern with the word or word string part of A recording medium for an emotion information extraction program, wherein a program for causing a computer to execute output processing is recorded.
JP2000310771A 2000-10-11 2000-10-11 Computer-readable recording medium for emotion information extraction method and emotion information extraction program Expired - Lifetime JP3372532B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000310771A JP3372532B2 (en) 2000-10-11 2000-10-11 Computer-readable recording medium for emotion information extraction method and emotion information extraction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000310771A JP3372532B2 (en) 2000-10-11 2000-10-11 Computer-readable recording medium for emotion information extraction method and emotion information extraction program

Publications (2)

Publication Number Publication Date
JP2002117027A true JP2002117027A (en) 2002-04-19
JP3372532B2 JP3372532B2 (en) 2003-02-04

Family

ID=18790665

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000310771A Expired - Lifetime JP3372532B2 (en) 2000-10-11 2000-10-11 Computer-readable recording medium for emotion information extraction method and emotion information extraction program

Country Status (1)

Country Link
JP (1) JP3372532B2 (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004004271A2 (en) * 2002-06-27 2004-01-08 International Business Machines Corporation Context searchable communications
JP2005174330A (en) * 2003-12-05 2005-06-30 Internatl Business Mach Corp <Ibm> Method, system and program for analyzing opinion expressed from text document
JP2007148939A (en) * 2005-11-29 2007-06-14 Kyocera Corp Communication device and communication method
KR100935828B1 (en) 2007-10-02 2010-01-06 동국대학교 산학협력단 Apparatus and method for extracting emotion information
KR100956646B1 (en) * 2007-03-05 2010-05-10 박기동 Solution for analyzing the disposition of writer via vocabulary analysis in text
JP2010224813A (en) * 2009-03-23 2010-10-07 Toshiba Corp Emotion estimation device and method
KR101168312B1 (en) 2010-02-16 2012-07-25 모젼스랩(주) Apparatus and method for creating response using weighting
WO2012134180A2 (en) * 2011-03-28 2012-10-04 가톨릭대학교 산학협력단 Emotion classification method for analyzing inherent emotions in a sentence, and emotion classification method for multiple sentences using context information
US8495503B2 (en) 2002-06-27 2013-07-23 International Business Machines Corporation Indicating the context of a communication
JP2015517684A (en) * 2012-05-07 2015-06-22 オーディブル・インコーポレイテッドAudible, Inc. Content customization
KR101544639B1 (en) 2013-06-18 2015-08-17 경희대학교 산학협력단 Method for estimating user emotion from inputted string
WO2016186362A1 (en) * 2015-05-19 2016-11-24 트윈워드 주식회사 Device and method for providing psychological state information of user reflected by means of text
JP2017016695A (en) * 2013-03-18 2017-01-19 フリー株式会社 Account processing device, account processing method and account processing program
CN106951412A (en) * 2017-03-24 2017-07-14 苏州大学 A kind of Chinese emotional expression combination abstracting method and device
JP2019012255A (en) * 2017-06-29 2019-01-24 ネイバー コーポレーションNAVER Corporation Method and system for emotional conversations between humans and machines
JP2019511036A (en) * 2016-02-09 2019-04-18 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation System and method for linguistic feature generation across multiple layer word representations
US10510342B2 (en) 2015-09-16 2019-12-17 Samsung Electronics Co., Ltd. Voice recognition server and control method thereof

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004004271A2 (en) * 2002-06-27 2004-01-08 International Business Machines Corporation Context searchable communications
WO2004004271A3 (en) * 2002-06-27 2004-08-19 Ibm Context searchable communications
US8495503B2 (en) 2002-06-27 2013-07-23 International Business Machines Corporation Indicating the context of a communication
JP2005174330A (en) * 2003-12-05 2005-06-30 Internatl Business Mach Corp <Ibm> Method, system and program for analyzing opinion expressed from text document
US7865354B2 (en) 2003-12-05 2011-01-04 International Business Machines Corporation Extracting and grouping opinions from text documents
JP2007148939A (en) * 2005-11-29 2007-06-14 Kyocera Corp Communication device and communication method
KR100956646B1 (en) * 2007-03-05 2010-05-10 박기동 Solution for analyzing the disposition of writer via vocabulary analysis in text
KR100935828B1 (en) 2007-10-02 2010-01-06 동국대학교 산학협력단 Apparatus and method for extracting emotion information
JP2010224813A (en) * 2009-03-23 2010-10-07 Toshiba Corp Emotion estimation device and method
KR101168312B1 (en) 2010-02-16 2012-07-25 모젼스랩(주) Apparatus and method for creating response using weighting
WO2012134180A3 (en) * 2011-03-28 2013-01-10 가톨릭대학교 산학협력단 Emotion classification method for analyzing inherent emotions in a sentence, and emotion classification method for multiple sentences using context information
WO2012134180A2 (en) * 2011-03-28 2012-10-04 가톨릭대학교 산학협력단 Emotion classification method for analyzing inherent emotions in a sentence, and emotion classification method for multiple sentences using context information
JP2015517684A (en) * 2012-05-07 2015-06-22 オーディブル・インコーポレイテッドAudible, Inc. Content customization
JP2017016695A (en) * 2013-03-18 2017-01-19 フリー株式会社 Account processing device, account processing method and account processing program
KR101544639B1 (en) 2013-06-18 2015-08-17 경희대학교 산학협력단 Method for estimating user emotion from inputted string
WO2016186362A1 (en) * 2015-05-19 2016-11-24 트윈워드 주식회사 Device and method for providing psychological state information of user reflected by means of text
US10510342B2 (en) 2015-09-16 2019-12-17 Samsung Electronics Co., Ltd. Voice recognition server and control method thereof
JP2019511036A (en) * 2016-02-09 2019-04-18 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation System and method for linguistic feature generation across multiple layer word representations
CN106951412A (en) * 2017-03-24 2017-07-14 苏州大学 A kind of Chinese emotional expression combination abstracting method and device
CN106951412B (en) * 2017-03-24 2020-07-24 苏州大学 Chinese emotion expression combination extraction method and device
JP2019012255A (en) * 2017-06-29 2019-01-24 ネイバー コーポレーションNAVER Corporation Method and system for emotional conversations between humans and machines

Also Published As

Publication number Publication date
JP3372532B2 (en) 2003-02-04

Similar Documents

Publication Publication Date Title
JP5599662B2 (en) System and method for converting kanji into native language pronunciation sequence using statistical methods
JP5071373B2 (en) Language processing apparatus, language processing method, and language processing program
JP2002215617A (en) Method for attaching part of speech tag
JP3372532B2 (en) Computer-readable recording medium for emotion information extraction method and emotion information extraction program
JP2008148322A (en) Method for processing character encoding, and system
JP5231698B2 (en) How to predict how to read Japanese ideograms
JP4001283B2 (en) Morphological analyzer and natural language processor
JPWO2009113289A1 (en) NEW CASE GENERATION DEVICE, NEW CASE GENERATION METHOD, AND NEW CASE GENERATION PROGRAM
US20210073258A1 (en) Information processing apparatus and non-transitory computer readable medium
JP5795302B2 (en) Morphological analyzer, method, and program
JP3952964B2 (en) Reading information determination method, apparatus and program
KR20080028655A (en) Method and apparatus for part-of-speech tagging
JP2000353159A (en) Notation-reading correspondence device, notation- reading dictionary generating method, text reading arranging device, text reading arranging method, and recording medium
KR20040018008A (en) Apparatus for tagging part of speech and method therefor
JP3873305B2 (en) Kana-kanji conversion device and kana-kanji conversion method
JP7200474B2 (en) CONVERSION AID DEVICE, CONVERSION AID SYSTEM, CONVERSION AID METHOD, AND COMPUTER PROGRAM
Laporte Symbolic natural language processing
JP4941495B2 (en) User dictionary creation system, method, and program
JP2002351870A (en) Method for analyzing morpheme
JP3379643B2 (en) Morphological analysis method and recording medium storing morphological analysis program
JP5252209B2 (en) Reading generator
JP6476638B2 (en) Specific term candidate extraction device, specific term candidate extraction method, and specific term candidate extraction program
Kiawkaew et al. A Practical Technique for Thai-English Word Mapping Using Phonetic Rules: Person Name Matching Case Study
JP4653375B2 (en) Structured document generation apparatus and structured document generation program
JP2007140781A (en) Name analysis device, name analysis method and name analysis program

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
R150 Certificate of patent or registration of utility model

Ref document number: 3372532

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D02

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071122

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081122

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091122

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101122

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101122

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111122

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111122

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121122

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121122

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131122

Year of fee payment: 11

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350