JP2013077084A - Sentence example dictionary generation program and sentence example dictionary generation device - Google Patents

Sentence example dictionary generation program and sentence example dictionary generation device Download PDF

Info

Publication number
JP2013077084A
JP2013077084A JP2011215676A JP2011215676A JP2013077084A JP 2013077084 A JP2013077084 A JP 2013077084A JP 2011215676 A JP2011215676 A JP 2011215676A JP 2011215676 A JP2011215676 A JP 2011215676A JP 2013077084 A JP2013077084 A JP 2013077084A
Authority
JP
Japan
Prior art keywords
sentence example
sentence
character string
dictionary
input
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.)
Pending
Application number
JP2011215676A
Other languages
Japanese (ja)
Inventor
Kiyoshi Takeuchi
清志 竹内
Hiroshi Yoshida
宏志 吉田
Hiroaki Tokuno
裕明 徳野
Hodaka Kitano
穂高 北野
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 JP2011215676A priority Critical patent/JP2013077084A/en
Publication of JP2013077084A publication Critical patent/JP2013077084A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Machine Translation (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Input From Keyboards Or The Like (AREA)

Abstract

PROBLEM TO BE SOLVED: To facilitate registration of a sentence example to a sentence example dictionary.SOLUTION: A sentence example dictionary generation program makes a computer execute processing for acquiring a first character string stored in a memory area accessible from plural programs, removing blank and/or control code included in the first character string to generate a second character string, extracting a sentence example from the second character string, and storing the sentence example in a storage unit by associating it with the reading thereof.

Description

本発明は、文例辞書生成プログラム及び文例辞書生成装置に関する。   The present invention relates to a sentence example dictionary generation program and a sentence example dictionary generation apparatus.

従来、読みに対応付けて文例が記録された辞書(以下、「文例辞書」という。)を有し、読みの入力に応じて、当該読みに対応する文例の一覧を、入力候補として提示するソフトウェア(以下、「文例入力ソフト」という。)が有る。文例入力ソフトによれば、文書の作成負担を軽減することができる。なお、文例とは単語または複数の単語の連鎖である。   2. Description of the Related Art Conventionally, software that has a dictionary (hereinafter referred to as “sentence dictionary”) in which sentence examples are recorded in association with readings, and presents a list of sentence examples corresponding to the readings as input candidates according to the input of the readings. (Hereinafter referred to as “sentence example input software”). According to the sentence example input software, the burden of document creation can be reduced. The sentence example is a word or a chain of a plurality of words.

但し、文書の作成負担の削減効果は、文例辞書の内容に大きく依存する。すなわち、入力頻度が極めて低い文例ばかりが登録されていても、文例入力ソフトによる効果は得られない。   However, the effect of reducing the burden of document creation largely depends on the contents of the sentence example dictionary. That is, even if only sentence examples with extremely low input frequency are registered, the effect of the sentence example input software cannot be obtained.

そこで、従来から、文例入力ソフトは学習機能を有している。例えば、文例入力ソフトは、ユーザによって入力される文字列から逐次的に文例を抽出し、抽出された文例を文例辞書に登録する。斯かる学習機能によれば、ユーザが過去に入力した文字列から抽出された文例が文例辞書に蓄積され、ユーザにとって利用頻度の高い文例が提示される可能性を高めることができる。   Therefore, conventionally, the sentence example input software has a learning function. For example, the sentence example input software sequentially extracts sentence examples from a character string input by the user, and registers the extracted sentence examples in the sentence example dictionary. According to such a learning function, sentence examples extracted from character strings input by the user in the past are accumulated in the sentence example dictionary, and it is possible to increase the possibility of presenting sentence examples that are frequently used by the user.

特開2001−209638号公報JP 2001-209638 A

しかしながら、文例の入力頻度の高さは、同じユーザであっても、作成中の文書の主題又はジャンル等に応じて異なる場合が有る。例えば、新聞記事において、政治に関する記事について入力される文例と、スポーツに関して入力される文例とは、異なる可能性が高い。   However, the high frequency of input of sentence examples may vary depending on the subject matter or genre of the document being created, even for the same user. For example, in a newspaper article, there is a high possibility that a sentence example input for a politics article and a sentence example input for a sport are different.

したがって、これまで作成したことの無い新たな主題等に関する文書を作成する場合、当該文書の作成中に学習された文例が文例辞書に蓄積されるまで、文例辞書を効果的に利用することができない可能性が有る。   Therefore, when creating a document related to a new subject that has not been created, the sentence example dictionary cannot be used effectively until the sentence examples learned during the creation of the document are accumulated in the sentence example dictionary. There is a possibility.

そこで、例えば、作成中の文書の主題等に関連の深い既存の文書データから文字列をカット&ペーストすることによって、当該文字列を文例の抽出元として利用することが考えられる。   Therefore, for example, by cutting and pasting a character string from existing document data closely related to the subject of the document being created, it is conceivable to use the character string as a sentence example extraction source.

しかしながら、例えば、画面に表示された情報からカット&ペーストが行われると、画面のレイアウトに合わせた改行位置にスペース又は改行等が含まれてしまう場合がある。その場合、文例入力ソフトは、当該スペース又は改行等を文の区切りと認識してしまい、正しく文例を抽出できない可能性が有る。   However, for example, when cutting and pasting is performed from information displayed on the screen, a space or a line feed may be included in the line feed position that matches the layout of the screen. In that case, there is a possibility that the sentence example input software recognizes the space or line feed as a sentence break and cannot correctly extract the sentence example.

そこで、1側面では、文例辞書への文例の登録を簡便化することのできる文例辞書生成プログラム及び文例辞書生成装置の提供を目的とする。   Accordingly, an object of one aspect is to provide a sentence example dictionary generation program and a sentence example dictionary generation apparatus that can simplify registration of sentence examples in a sentence example dictionary.

一つの案では、文例辞書生成プログラムは、複数のプログラムからアクセス可能なメモリ領域に記憶された第一の文字列を取得し、前記第一の文字列に含まれる空白及び/または制御コードを除去して第二の文字列を生成し、前記第二の文字列より文例を抽出し、前記文例を読みに対応付けて記憶部に記憶する処理をコンピュータに実行させる。   In one plan, the sentence dictionary generation program acquires a first character string stored in a memory area accessible from a plurality of programs, and removes blanks and / or control codes included in the first character string. Then, a second character string is generated, a sentence example is extracted from the second character string, and a process of storing the sentence example in a storage unit in association with the reading is executed.

一態様によれば、文例辞書への文例の登録を簡便化することができる。   According to one aspect, it is possible to simplify the registration of sentence examples in the sentence example dictionary.

本発明の実施の形態における入力支援装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the input assistance apparatus in embodiment of this invention. 本発明の実施の形態における入力支援装置の機能構成例を示す図である。It is a figure which shows the function structural example of the input assistance apparatus in embodiment of this invention. 文例辞書の生成処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the production | generation process of a sentence example dictionary. 文例抽出画面の構成例を示す図である。It is a figure which shows the structural example of a sentence example extraction screen. 辞書名テーブルの構成例を示す図である。It is a figure which shows the structural example of a dictionary name table. 文例抽出画面への文字列の転写の一例を説明するための図である。It is a figure for demonstrating an example of the transcription | transfer of the character string to a sentence example extraction screen. 抽出文例一覧の一例を示す図である。It is a figure which shows an example of an extraction sentence example list. 文例辞書の構成例を示す図である。It is a figure which shows the structural example of a sentence example dictionary. 文例の入力処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the input process of a sentence example. 文例一覧の表示例を示す図である。It is a figure which shows the example of a display of a sentence example list. 使用対象の文例辞書の切り替え処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the switching process of the sentence example dictionary of a usage object.

以下、図面に基づいて本発明の実施の形態を説明する。図1は、本発明の実施の形態における入力支援装置のハードウェア構成例を示す図である。図1の入力支援装置10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、インタフェース装置105、表示装置106、及び入力装置107等を有する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating a hardware configuration example of an input support apparatus according to an embodiment of the present invention. The input support device 10 in FIG. 1 includes a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, a display device 106, an input device 107, and the like that are mutually connected by a bus B.

入力支援装置10での処理を実現するプログラムは、記録媒体101によって提供される。プログラムを記録した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。   A program that realizes processing in the input support apparatus 10 is provided by the recording medium 101. When the recording medium 101 on which the program is recorded is set in the drive device 100, the program is installed from the recording medium 101 to the auxiliary storage device 102 via the drive device 100. However, the program need not be installed from the recording medium 101 and may be downloaded from another computer via a network. The auxiliary storage device 102 stores the installed program and also stores necessary files and data.

メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従って入力支援装置10に係る機能を実現する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。表示装置106はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置107はキーボード及びマウス等であり、様々な操作指示を入力させるために用いられる。   The memory device 103 reads the program from the auxiliary storage device 102 and stores it when there is an instruction to start the program. The CPU 104 realizes functions related to the input support device 10 according to a program stored in the memory device 103. The interface device 105 is used as an interface for connecting to a network. The display device 106 displays a GUI (Graphical User Interface) or the like by a program. The input device 107 is a keyboard, a mouse, or the like, and is used for inputting various operation instructions.

なお、記録媒体101の一例としては、CD−ROM、DVDディスク、又はUSBメモリ等の可搬型の記録媒体が挙げられる。また、補助記憶装置102の一例としては、HDD(Hard Disk Drive)又はフラッシュメモリ等が挙げられる。記録媒体101及び補助記憶装置102のいずれについても、コンピュータ読み取り可能な記録媒体に相当する。   An example of the recording medium 101 is a portable recording medium such as a CD-ROM, a DVD disk, or a USB memory. An example of the auxiliary storage device 102 is an HDD (Hard Disk Drive) or a flash memory. Both the recording medium 101 and the auxiliary storage device 102 correspond to computer-readable recording media.

図2は、本発明の実施の形態における入力支援装置の機能構成例を示す図である。図2において、入力支援装置10は、編集部11、かな漢字変換部12、及び入力支援部13等を有する。これら各部は、入力支援装置10にインストールされたプログラムが、CPU104に実行させる処理により実現される。   FIG. 2 is a diagram illustrating a functional configuration example of the input support apparatus according to the embodiment of the present invention. 2, the input support apparatus 10 includes an editing unit 11, a kana-kanji conversion unit 12, an input support unit 13, and the like. Each of these units is realized by processing executed by the CPU 104 by a program installed in the input support apparatus 10.

編集部11は、入力装置107を介して入力されるユーザの指示に応じて、文書データD1の表示、生成、及び編集等を行う。編集部11は、例えば、ワープロソフト等がCPU104に実行させる処理によって実現される。   The editing unit 11 displays, generates, and edits the document data D1 in accordance with a user instruction input via the input device 107. The editing unit 11 is realized, for example, by processing executed by the CPU 104 by word processing software or the like.

かな漢字変換部12は、文書データD1に入力される文字に関して、かな漢字変換を行う。かな漢字変換部12は、例えば、IME(Input Method Editor)又はFEP(Front End Processor)等と呼ばれる、文字入力用ソフトの一例であるかな漢字変換ソフトがCPU104に実行させる処理によって実現される。   The kana-kanji conversion unit 12 performs kana-kanji conversion on characters input to the document data D1. The kana-kanji conversion unit 12 is realized, for example, by processing executed by the CPU 104 by kana-kanji conversion software, which is an example of character input software called IME (Input Method Editor) or FEP (Front End Processor).

入力支援部13は、文書データD1への文字列の入力の支援を行う。入力支援部13は、読み又は未確定文字列の入力に応じ、入力候補とする文例の一覧を表示する。入力支援部13は、当該一覧の中から選択された文例を文書データD1に入力(又は展開)する。入力支援部13は、また、文例辞書の生成をも行う。文例辞書とは、文例の読みに対応付けて文例や文例の利用回数等が記録されているデータである。本実施の形態において、一つの文例辞書は一つのファイルに格納される。以下、文例辞書を格納するファイルを「辞書ファイル」という。格納する文例辞書が相互に異なる複数の辞書ファイルが生成されうる。   The input support unit 13 supports input of a character string to the document data D1. The input support unit 13 displays a list of sentence examples as input candidates in response to input of a reading or an unconfirmed character string. The input support unit 13 inputs (or develops) a sentence example selected from the list into the document data D1. The input support unit 13 also generates a sentence example dictionary. The sentence example dictionary is data in which the sentence example and the number of times the sentence example is used are recorded in association with the reading of the sentence example. In the present embodiment, one sentence example dictionary is stored in one file. Hereinafter, the file storing the sentence example dictionary is referred to as “dictionary file”. A plurality of dictionary files having different sentence example dictionaries to be stored can be generated.

なお、本実施の形態において、文例とは、単語、又は一以上の文節等、文の構成要素となる文字列や、一以上の文の集合を含む文字列等をいう。   In the present embodiment, a sentence example refers to a character string that is a constituent element of a sentence, such as a word or one or more clauses, or a character string that includes a set of one or more sentences.

図2において、入力支援部13は、文字列取得部131、文字列補正部132、文例抽出部133、文例登録部134、文例一覧表示部135、文例入力部136、使用辞書切替部137、及び文例辞書記憶部141等を有する。   2, the input support unit 13 includes a character string acquisition unit 131, a character string correction unit 132, a sentence example extraction unit 133, a sentence example registration unit 134, a sentence example list display unit 135, a sentence example input unit 136, a use dictionary switching unit 137, and A sentence dictionary storage unit 141 and the like are included.

文字列取得部131は、クリップボードCbに複写された(記憶された)文字列を、文例の抽出元として取得する(読み込む)。クリップボードCbは、複数のプログラム(プロセス)からアクセス可能なメモリ領域の一例である。クリップボードCbには、例えば、文書データD1とは別の画面に表示されている文書データであって、表示装置106に表示されている文書データの一部又は全部の文字列が複写される。したがって、文字列取得部131は、当該一部又は全部の文字列を文例の抽出元として取得する。   The character string acquisition unit 131 acquires (reads) the character string copied (stored) on the clipboard Cb as a sentence example extraction source. The clipboard Cb is an example of a memory area accessible from a plurality of programs (processes). For example, a part or all of a character string of the document data displayed on the screen different from the document data D1 and displayed on the display device 106 is copied to the clipboard Cb. Therefore, the character string acquisition unit 131 acquires the part or all of the character string as a sentence example extraction source.

文字列補正部132は、文字列取得部131によって取得された文字列から、空白(スペース)や制御コードを除去する。制御コードとは、ディスプレイやプリンタの出力を制御する文字コードである。制御コードは例えばタブ、改行コード、エスケープコードなどである。すなわち、例えば、PDF(Portable Document Format)データが表示されている画面からクリップボードCbに複写された文字列には、文の区切りでない箇所(例えば、単語の途中等)に改行コードが含まれている場合がある。また、他のデータに関しても、表示上、改行されて見える箇所にスペース又は制御コードが含まれてクリップボードCbに複写される場合がある。更に、電子メールのように、読み易さ等を考慮して、文の区切りでない箇所で改行が行われている文字列がクリップボードCbに複写されることも考えられる。   The character string correction unit 132 removes blanks (spaces) and control codes from the character string acquired by the character string acquisition unit 131. The control code is a character code that controls the output of the display or printer. The control code is, for example, a tab, a line feed code, an escape code, or the like. That is, for example, a character string copied to the clipboard Cb from a screen on which PDF (Portable Document Format) data is displayed includes a line feed code at a portion that is not a sentence break (for example, in the middle of a word). There is a case. In addition, other data may be copied to the clipboard Cb with a space or control code included in a portion that appears to be a line break on the display. Further, in consideration of readability and the like, it is also possible to copy a character string in which a line break is made at a portion that is not a sentence delimiter, such as an electronic mail, to the clipboard Cb.

文の区切りでない箇所に空白や改行コードを含む文字列から文例が抽出されたとしても、実用性の有る文例辞書が生成される可能性は低い。そこで、文字列補正部132は、文字列取得部131によって取得された文字列から空白及び改行コードを除去し、一行の文字列(以下、「補正文字列」という。)を生成する。   Even if a sentence example is extracted from a character string that includes a space or a line feed code at a portion that is not a sentence delimiter, it is unlikely that a practical sentence example dictionary will be generated. Therefore, the character string correction unit 132 removes blanks and line feed codes from the character string acquired by the character string acquisition unit 131, and generates a one-line character string (hereinafter referred to as “correction character string”).

文例抽出部133は、補正文字列から文例を抽出する。文例登録部134は、抽出された文例を文例辞書に登録(記憶)する。   The sentence example extraction unit 133 extracts a sentence example from the corrected character string. The sentence example registration unit 134 registers (stores) the extracted sentence example in the sentence example dictionary.

文例一覧表示部135は、文字の入力に応じて、当該文字を読みの一部に含む文例の一覧を表示させる。文例入力部136は、表示された文例の一覧の中から選択された文例を、編集部11によって編集対象とされている文書データD1に入力(展開)する。   The sentence example list display unit 135 displays a list of sentence examples including the character as part of the reading in response to the input of the character. The sentence example input unit 136 inputs (expands) the sentence example selected from the displayed list of sentence examples to the document data D1 that is to be edited by the editing unit 11.

使用辞書切替部137は、使用対象の文例辞書を切り替えるための処理を実行する。すなわち、本実施の形態において、ユーザは、任意のタイミングで、使用対象の文例辞書を切り替えることができる。   The use dictionary switching unit 137 executes processing for switching the sentence example dictionary to be used. That is, in the present embodiment, the user can switch the sentence example dictionary to be used at an arbitrary timing.

文例辞書記憶部141は、一以上の辞書ファイルを記憶する。文例辞書記憶部141は、例えば、補助記憶装置102を用いて実現可能である。   The sentence example dictionary storage unit 141 stores one or more dictionary files. The sentence example dictionary storage unit 141 can be realized using the auxiliary storage device 102, for example.

以下、入力支援装置10が実行する処理手順について説明する。図3は、文例辞書の生成処理の処理手順の一例を説明するためのフローチャートである。   Hereinafter, a processing procedure executed by the input support apparatus 10 will be described. FIG. 3 is a flowchart for explaining an example of a processing procedure of sentence example dictionary generation processing.

文字列取得部131は、文例抽出指示の入力を検知すると(S101)、文例抽出画面を表示装置106に表示させる(S102)。文例抽出指示は、例えば、入力支援部13が、表示装置106に表示させている、入力支援部13のアイコン(以下、「入力支援アイコン」という。)が右クリックされることにより表示されるコンテキストメニューを介して入力される。   When the character string acquisition unit 131 detects an input of a sentence example extraction instruction (S101), it displays a sentence example extraction screen on the display device 106 (S102). The sentence example extraction instruction is, for example, a context displayed by right-clicking an icon of the input support unit 13 (hereinafter referred to as “input support icon”) displayed on the display device 106 by the input support unit 13. Input via menu.

文例抽出画面は、文例の抽出元とする文字列の転写(又は貼り付け)を受け付けるための画面である。図4は、文例抽出画面の構成例を示す図である。   The sentence example extraction screen is a screen for accepting transfer (or pasting) of a character string as a sentence example extraction source. FIG. 4 is a diagram illustrating a configuration example of a sentence example extraction screen.

図4において、文例抽出画面510は、コンボボックス511及び転写領域512等を含む。転写領域512は、クリップボードCbに複写されている文字列の転写を受け付けるための領域である。   In FIG. 4, the sentence example extraction screen 510 includes a combo box 511, a transfer area 512, and the like. The transfer area 512 is an area for receiving transfer of a character string copied to the clipboard Cb.

コンボボックス511は、これから抽出される文例の登録先の文例辞書を選択させるための表示部品である。コンボボックス511のテキストボックス511Tには、新規の文例辞書を生成する場合に、当該文例辞書の識別名(辞書名)が入力される。コンボボックス511のリストボックス511Lには、文例辞書記憶部141に既に記憶されている文例辞書(既存の文例辞書)の辞書名の一覧が表示される。   A combo box 511 is a display component for selecting a sentence example dictionary to which a sentence example to be extracted is registered. In the text box 511T of the combo box 511, when a new sentence example dictionary is generated, an identification name (dictionary name) of the sentence example dictionary is input. In the list box 511L of the combo box 511, a list of dictionary names of sentence example dictionaries (existing sentence example dictionaries) already stored in the sentence example dictionary storage unit 141 is displayed.

既存の辞書ファイルの辞書名の一覧は、例えば、文例辞書記憶部141が記憶する辞書名テーブル141Tより取得される。   A list of dictionary names of existing dictionary files is acquired from, for example, a dictionary name table 141T stored in the sentence example dictionary storage unit 141.

図5は、辞書名テーブルの構成例を示す図である。図5において、辞書名テーブル141Tは、文例辞書ごとに、辞書番号、辞書名、及び辞書ファイル名等を記憶する。   FIG. 5 is a diagram illustrating a configuration example of the dictionary name table. In FIG. 5, the dictionary name table 141T stores a dictionary number, a dictionary name, a dictionary file name, and the like for each sentence example dictionary.

辞書番号は、文例辞書の識別番号である。辞書ファイル名は、文例辞書を格納する辞書ファイルのファイル名である。   The dictionary number is an identification number of the sentence example dictionary. The dictionary file name is a file name of a dictionary file that stores a sentence example dictionary.

なお、図5に示されるように、辞書ファイル名から拡張子を除いた文字列が辞書名とされる場合は、必ずしも辞書名テーブル141Tは設けられなくてもよい。すなわち、文例辞書記憶部141に記憶されている辞書ファイル群の各ファイル名から辞書名が抽出されてもよい。   As shown in FIG. 5, when a character string obtained by removing an extension from a dictionary file name is used as the dictionary name, the dictionary name table 141T is not necessarily provided. That is, the dictionary name may be extracted from each file name of the dictionary file group stored in the sentence example dictionary storage unit 141.

また、登録先の辞書ファイルの選択は、文例抽出画面510とは別に表示されるダイアログによって行われてもよい。この場合、当該ダイアログは、ステップS101の後からステップS107の前までのいずれかのタイミングで表示されればよい。   The registration destination dictionary file may be selected by a dialog displayed separately from the sentence example extraction screen 510. In this case, the dialog may be displayed at any timing from after step S101 to before step S107.

続いて、ユーザが、転写領域512に対してクリップボードCbからの貼り付け(転写)を指示すると、文字列取得部131は、転写領域512を介して、クリップボードCbに記憶されている文字列の転写を受け付ける(S103)。   Subsequently, when the user instructs the transfer area 512 to paste (transfer) from the clipboard Cb, the character string acquisition unit 131 transfers the character string stored in the clipboard Cb via the transfer area 512. Is received (S103).

図6は、文例抽出画面への文字列の転写の一例を説明するための図である。図6において、画面520は、例えば、文書データD1以外の文書データD2(例えば、PDF)を表示させているアプリケーションプログラムの画面である。画面520において、文書データD2の一部分である範囲Aが選択され、クリップボードCbへのコピー(複写)が指示されると、範囲Aに含まれる文字列は、クリップボードCbに転送される(S103a)。この際、当該文字列は、画面520に表示されている状態において改行して見える箇所に、例えば、改行コードが含まれてクリップボードCbに転送される。すなわち、当該文字列中には、文の区切りとは関係なく、改行コードが含まれる。なお、図6において、改行コードは、黒い三角「▲」で表現されている。   FIG. 6 is a diagram for explaining an example of the transfer of the character string to the sentence example extraction screen. In FIG. 6, a screen 520 is a screen of an application program that displays document data D2 (for example, PDF) other than the document data D1, for example. When a range A that is a part of the document data D2 is selected on the screen 520 and copying to the clipboard Cb is instructed, the character string included in the range A is transferred to the clipboard Cb (S103a). At this time, the character string is transferred to the clipboard Cb including, for example, a line feed code at a position where a line break appears in the state displayed on the screen 520. That is, the character string includes a line feed code regardless of sentence breaks. In FIG. 6, the line feed code is represented by a black triangle “▲”.

続いて、文例抽出画面510がアクティブ状態(操作対象)とされ、クリップボードCbからの貼り付けが指示されると、クリップボードCbに記憶されている文字列が、転写領域512に転写される(S103b)。転写された文字列は、クリップボードCbに格納されていたときと同じ箇所に改行コードを含む。   Subsequently, when the sentence example extraction screen 510 is in an active state (operation target) and an instruction to paste from the clipboard Cb is given, the character string stored in the clipboard Cb is transferred to the transfer area 512 (S103b). . The transferred character string includes a line feed code at the same location as when it was stored in the clipboard Cb.

続いて、文字列補正部132は、転写領域512に転写された文字列を作業用のメモリ領域に読み込む(S104)。なお、当該文字列は、転写領域512から取得されてもよいし、クリップボードCbから取得されてもよい。   Subsequently, the character string correction unit 132 reads the character string transferred to the transfer area 512 into the work memory area (S104). The character string may be acquired from the transfer area 512 or may be acquired from the clipboard Cb.

続いて、文字列補正部132は、取得された文字列から、空白及び制御コードを除去して、補正文字列を生成する(S105)。続いて、文例抽出部133は、補正文字列から文例を抽出する(S106)。例えば、形態素解析等が用いられて、単語、文節、又は文等が文例として入力文字列より抽出される。なお、補正文字列は、空白や制御コード等が除去されているため、文例の抽出の際に、文の区切りとは無関係な位置が区切りとして認識される可能性は低い。換言すれば、文字列に含まれる文の構成に従って、正しく文例が抽出される可能性が高い。   Subsequently, the character string correction unit 132 generates a corrected character string by removing blanks and control codes from the acquired character string (S105). Subsequently, the sentence example extraction unit 133 extracts a sentence example from the corrected character string (S106). For example, morphological analysis or the like is used, and words, phrases, sentences, or the like are extracted from the input character string as sentence examples. Since the correction character string has blanks, control codes, etc. removed, it is unlikely that a position unrelated to the sentence break will be recognized as a break when extracting the sentence example. In other words, there is a high possibility that a sentence example is correctly extracted according to the structure of the sentence included in the character string.

続いて、文例抽出部133は、抽出された各文例の読みを、各文例からの逆変換(逆読み変換)によって生成する(S107)。文例から読みへの逆変換は、公知技術を用いればよい。抽出された文例及び読みの一覧(以下、「抽出文例一覧」という。)は、例えば、図7に示されるような形式で、メモリ装置103に記憶される。   Subsequently, the sentence example extraction unit 133 generates a reading of each extracted sentence example by reverse conversion (reverse reading conversion) from each sentence example (S107). A known technique may be used for the inverse conversion from the sentence example to the reading. The list of extracted sentence examples and readings (hereinafter referred to as “extracted sentence example list”) is stored in the memory device 103 in a format as shown in FIG.

図7は、抽出文例一覧の一例を示す図である。図7に示されるように、抽出文例一覧は、抽出された各文例に対応付けて、当該文例から逆変換された読みを含む。   FIG. 7 is a diagram illustrating an example of an extracted sentence example list. As illustrated in FIG. 7, the extracted sentence example list includes readings that are inversely converted from the sentence examples in association with the extracted sentence examples.

続いて、文例登録部134は、文例抽出画面510のコンボボックス511において指定された辞書名に対応する辞書ファイル(以下、「対象辞書ファイル」という。)をオープンする(S108)。対象辞書ファイルが既存の辞書ファイルでない場合、新たな辞書ファイルが生成され、当該辞書名及び辞書ファイル名が、辞書名テーブル141Tに登録される。   Subsequently, the sentence example registration unit 134 opens a dictionary file (hereinafter referred to as “target dictionary file”) corresponding to the dictionary name designated in the combo box 511 of the sentence example extraction screen 510 (S108). If the target dictionary file is not an existing dictionary file, a new dictionary file is generated, and the dictionary name and dictionary file name are registered in the dictionary name table 141T.

続いて、文例登録部134は、抽出文例一覧に含まれる一つの文例及び読みを処理対象とする(S109)。続いて、文例登録部134は、当該文例及び読みが、対象辞書ファイルに格納されている文例辞書に既に登録されているか否かを判定する(S110)。当該文例及び読みが、当該文例辞書に登録されていない場合(S110でNo)、文例登録部134は、当該文例及び読みを当該文例辞書に登録する(S111)。   Subsequently, the sentence example registration unit 134 sets one sentence example and reading included in the extracted sentence example list as a processing target (S109). Subsequently, the sentence example registration unit 134 determines whether or not the sentence example and the reading are already registered in the sentence example dictionary stored in the target dictionary file (S110). When the sentence example and the reading are not registered in the sentence example dictionary (No in S110), the sentence example registration unit 134 registers the sentence example and the reading in the sentence example dictionary (S111).

図8は、文例辞書の構成例を示す図である。文例辞書は、文例ごとに、読み、及び利用頻度等を含む。   FIG. 8 is a diagram illustrating a configuration example of a sentence example dictionary. The sentence example dictionary includes reading, usage frequency, and the like for each sentence example.

読みは、文例に対する読みである。利用回数は、文例が利用された(入力対象として選択された)回数である。本実施の形態において、利用回数は、文例が利用された累積回数である。但し、過去所定期間(例えば、過去数日間)において文例が利用された回数であってもよい。   A reading is a reading of a sentence example. The number of uses is the number of times the sentence example has been used (selected as an input target). In the present embodiment, the number of uses is the cumulative number of times the sentence example has been used. However, it may be the number of times the sentence example has been used in the past predetermined period (for example, the past several days).

なお、ステップS111において登録された文例に関する利用回数は、0に初期化される。   Note that the number of uses for the sentence example registered in step S111 is initialized to zero.

一方、処理対象の文例及び読みが、対象辞書ファイルに格納されている文例辞書に既に登録されている場合(S110でYes)、文例登録部134は、当該文例に対して当該文例辞書に記録されている利用回数に1を加算する。   On the other hand, when the sentence example and the reading to be processed are already registered in the sentence example dictionary stored in the target dictionary file (Yes in S110), the sentence example registration unit 134 records the sentence example in the sentence example dictionary. 1 is added to the number of times of use.

ステップS109〜S112が、抽出文例一覧に含まれている全ての文例及び読みに関して実行されると(S113でYes)、使用辞書切替部137は、使用対象の辞書を、対象辞書ファイルに格納されている文例辞書に切り替える(S114)。例えば、使用辞書切替部137は、当該文例辞書の辞書名又は対象辞書ファイルのファイル名等、当該文例辞書の識別情報を、使用対象の文例辞書の識別情報として、メモリ装置103に記憶する。その結果、以降の文例入力において、当該文例辞書が使用される。   When steps S109 to S112 are executed for all sentence examples and readings included in the extracted sentence example list (Yes in S113), the use dictionary switching unit 137 stores the dictionary to be used in the target dictionary file. Is switched to the existing sentence example dictionary (S114). For example, the use dictionary switching unit 137 stores the identification information of the sentence example dictionary such as the dictionary name of the sentence example dictionary or the file name of the target dictionary file in the memory device 103 as the identification information of the sentence example dictionary to be used. As a result, the sentence example dictionary is used in the subsequent sentence example input.

続いて、文書データD1に対する文例の入力時に実行される処理手順の一例について説明する。図9は、文例の入力処理の処理手順の一例を説明するためのフローチャートである。   Next, an example of a processing procedure executed when inputting a sentence example for the document data D1 will be described. FIG. 9 is a flowchart for explaining an example of a processing procedure of sentence example input processing.

文例一覧表示部135は、文書データD1を表示している画面において、文字入力イベントを検知すると(S201でYes)、入力された文字又は文字列を、読み又は未確定文字列として、当該読み又は未確定文字列に対応する文例を文例辞書より検索する(S202)。ここで、検索先とされる文例辞書は、その識別情報が使用対象の識別情報としてメモリ装置103に記憶されている文例辞書である。   When the character example event is detected on the screen displaying the document data D1 (Yes in S201), the sentence list display unit 135 reads the input character or character string as a read or unconfirmed character string. A sentence example corresponding to the unconfirmed character string is retrieved from the sentence example dictionary (S202). Here, the sentence example dictionary as a search destination is a sentence example dictionary whose identification information is stored in the memory device 103 as identification information of a usage target.

読み又は未確定文字列に対応する文例とは、当該文例に対応する読みが、入力された読みに適合する文例、又は当該文例自体が未確定文字列に適合する文例をいう。入力された読みに適合する読みとは、例えば、入力された読みを先頭から含む読みをいう。入力された読みと文例辞書の読みとが完全に一致する場合も含まれるし、文例辞書の読みの先頭の一部分が、入力された読みに一致する場合も含まれる。また、未確定文字列に適合する文例とは、例えば、未確定文字列を先頭から含む文例をいう。未確定文字列と文例とが完全に一致する場合も含まれるし、文例の先頭の一部分が、未確定文字列に一致する場合も含まれる。未確定文字列とは、入力された読みが、かな漢字変換部12によって変換された文字列であって、かつ、入力が確定されていない文字列をいう。   A sentence example corresponding to a reading or an undetermined character string refers to a sentence example in which the reading corresponding to the sentence example matches the input reading or the sentence example itself matches the undetermined character string. The reading that matches the input reading is, for example, a reading that includes the input reading from the beginning. The case where the input reading and the reading of the sentence example dictionary completely match is also included, and the case where the top part of the reading of the sentence example dictionary matches the input reading is also included. Moreover, the sentence example suitable for an undetermined character string is a sentence example including an undetermined character string from the head, for example. The case where the undetermined character string and the sentence example completely match is included, and the case where the first part of the sentence example matches the undetermined character string is also included. The unconfirmed character string is a character string in which the input reading is converted by the kana-kanji conversion unit 12 and the input is not confirmed.

なお、文字入力イベントは、文字の入力に応じて発生するイベントをいう。   A character input event is an event that occurs in response to a character input.

該当する文例が検索された場合(S203でYes)、文例一覧表示部135は、検索された文例の一覧(文例一覧)を表示装置106に表示させる(S204)。   When the corresponding sentence example is searched (Yes in S203), the sentence example list display unit 135 causes the display device 106 to display a list of searched sentence examples (sentence list) (S204).

図10は、文例一覧の表示例を示す図である。図10において、画面530は、編集部11が表示させている、文書データD1の編集用の画面である。図10では、画面530において、「あき」という読みが入力された時点において表示される文例一覧L1が示されている。   FIG. 10 is a diagram illustrating a display example of a sentence example list. In FIG. 10, a screen 530 is a screen for editing the document data D <b> 1 displayed by the editing unit 11. FIG. 10 shows an example sentence list L1 displayed on the screen 530 when the reading “aki” is input.

なお、文例一覧表示部135は、検索された文例を、例えば、利用回数の降順にソートして、文例一覧を表示させる。すなわち、利用回数が相対的に多い文例が上位となるように文例一覧が表示される。   The sentence example list display unit 135 displays the sentence example list by sorting the searched sentence examples, for example, in descending order of the number of times of use. That is, the sentence example list is displayed so that the sentence examples having a relatively large number of uses are ranked higher.

続いて、文例一覧における文例の選択イベントが検知されると(S205でYes)、文例入力部136は、文例一覧の中から選択された文例を、編集部11によって編集対象とされている文書データD1に入力(又は展開)する(S206)。続いて、文例入力部136は、当該文例に対して使用対象の文例辞書に記録されている利用回数に1を加算する(S207)。   Subsequently, when a sentence example selection event is detected in the sentence example list (Yes in S205), the sentence example input unit 136 converts the sentence example selected from the sentence example list into document data that is to be edited by the editing unit 11. Input (or develop) D1 (S206). Subsequently, the sentence example input unit 136 adds 1 to the number of uses recorded in the sentence example dictionary to be used for the sentence example (S207).

続いて、使用対象の文例辞書の切り替え時に実行される処理手順について説明する。図11は、使用対象の文例辞書の切り替え処理の処理手順の一例を説明するためのフローチャートである。   Next, a processing procedure executed when the sentence dictionary to be used is switched will be described. FIG. 11 is a flowchart for explaining an example of the processing procedure of the switching process of the sentence example dictionary to be used.

使用辞書切替部137は、使用対象の文例辞書の切り替え指示の入力を検知すると(S301でYes)、辞書名テーブル141T(図5)に登録されている辞書名の一覧を表示装置106に表示させる(S302)。使用対象の文例辞書の切り替え指示は、例えば、入力支援アイコンが右クリックされることにより表示されるコンテキストメニューを介して入力される。   When the use dictionary switching unit 137 detects an input of an instruction to switch the example sentence dictionary to be used (Yes in S301), the use dictionary switching unit 137 displays a list of dictionary names registered in the dictionary name table 141T (FIG. 5) on the display device 106. (S302). The instruction to switch the sentence example dictionary to be used is input via, for example, a context menu displayed when the input support icon is right-clicked.

当該一覧において、いずれかの辞書名が選択されると(S303でYes)、使用辞書切替部137は、使用対象の文例辞書を、選択された辞書名に係る文例辞書に切り替える(S304)。すなわち、使用辞書切替部137は、当該文例辞書の識別情報を、使用対象の文例辞書の識別情報として、メモリ装置103に記憶する。その結果、以降の文例入力において、当該文例辞書が使用される。   When any dictionary name is selected in the list (Yes in S303), the use dictionary switching unit 137 switches the sentence example dictionary to be used to the sentence example dictionary related to the selected dictionary name (S304). That is, the use dictionary switching unit 137 stores the identification information of the sentence example dictionary in the memory device 103 as the identification information of the sentence example dictionary to be used. As a result, the sentence example dictionary is used in the subsequent sentence example input.

使用対象の文例辞書の切り替えによって、図9の処理の際に表示される文例一覧の内容を、作成対象の文書データの主題又はジャンル等に即した文例に限定することができる。その結果、目的とする文例を探し易くすることができ、文書の作成作業の更なる効率化を期待することができる。   By switching the sentence example dictionary to be used, the contents of the sentence example list displayed in the process of FIG. 9 can be limited to sentence examples that match the subject matter or genre of the document data to be created. As a result, it is possible to make it easy to search for a target sentence example, and further increase in efficiency of document creation work can be expected.

なお、図11の処理は、入力支援装置10を入力支援部13として機能させるプログラムの起動時に実行されてもよい。   Note that the process of FIG. 11 may be executed when a program that causes the input support apparatus 10 to function as the input support unit 13 is started.

上述したように、本実施の形態によれば、他の文書データの一部又は全部の文字列を入力として、新たな文例を含む文例辞書を作成することができる。その結果、例えば、これまで作成したことの無い新たな主題又はジャンル等に関する文書データを作成する場合、当該主題等に関連の深い文書データの一部又は全部の文字列を、文例抽出画面に転写することで、当該主題等に関する文例を含む文例辞書を容易に作成することができる。   As described above, according to the present embodiment, it is possible to create a sentence example dictionary including new sentence examples by inputting a part or all of character strings of other document data. As a result, for example, when creating document data related to a new subject or genre that has never been created, a part or all of the character string of document data closely related to the subject is transferred to the sentence example extraction screen. By doing so, it is possible to easily create a sentence example dictionary including sentence examples related to the subject and the like.

特に、文例抽出画面510では、他の文書データの一部の文字列からの文例辞書の作成を簡単な操作(カット&ペースト)で行うことができる。一つの文書データには、複数の主題等に関する文章が含まれている場合がある。また、共通する主題に沿って作成された文章であっても、数字の羅列部分、図形、又はイメージ等が含まれていたり、文例辞書にとって不要な文字列が続く部分が含まれていたりする場合もある。このような文書データに関しても、その一部分をカット&ペーストすることにより、これから作成する文書データにとって有用な部分に関して、容易に文例辞書を作成することができる。   In particular, in the sentence example extraction screen 510, it is possible to create a sentence example dictionary from a partial character string of other document data by a simple operation (cut and paste). One document data may contain sentences on a plurality of subjects. In addition, even if the sentences are created according to a common theme, they contain enumerated parts of figures, figures, images, etc., or parts that contain unnecessary character strings for the sentence example dictionary There is also. By cutting and pasting a part of such document data, a sentence example dictionary can be easily created for a part useful for the document data to be created.

また、本実施の形態では、文例抽出画面510に転写された文字列に含まれている空白又は制御コード等を除去した後に、文例の抽出が行われる。したがって、クリップボードCbに複写された文字列において、文の区切りでない箇所に空白又は制御コードが含まれている場合であっても、実用性の有る文例が抽出される可能性を高めることができる。   Further, in the present embodiment, the sentence example is extracted after the blank or control code included in the character string transferred to the sentence example extraction screen 510 is removed. Therefore, even if the character string copied to the clipboard Cb includes a space or a control code in a portion that is not a sentence break, it is possible to increase the possibility that a practical sentence example is extracted.

なお、本実施の形態では、各文例辞書がファイル単位で区別される例を説明したが、各文例辞書は、同一のファイルに記憶されてもよい。この場合、例えば、文例ごとに、いずれの文例辞書に属するのかを示す識別情報(例えば、辞書名等)を付与することで、各文例辞書が区別されてもよい。   In the present embodiment, an example in which each sentence example dictionary is distinguished on a file basis has been described, but each sentence example dictionary may be stored in the same file. In this case, for example, each sentence example dictionary may be distinguished by giving identification information (for example, dictionary name or the like) indicating which sentence example dictionary belongs to each sentence example.

また、文例辞書の格納先は、ファイルでなくてもよい。例えば、データベース等、他の情報管理手段に文例辞書が格納されてもよい。   Further, the storage destination of the sentence example dictionary may not be a file. For example, the sentence example dictionary may be stored in other information management means such as a database.

なお、本実施の形態において、入力支援装置10は、文例辞書生成装置の一例である。文字列取得部131は、取得部の一例である。文字列補正部132は、生成部の一例である。文例抽出部133は、抽出部の一例である。文例辞書記憶部141は、記憶部の一例である。   In the present embodiment, the input support device 10 is an example of a sentence example dictionary generation device. The character string acquisition unit 131 is an example of an acquisition unit. The character string correction unit 132 is an example of a generation unit. The sentence example extraction unit 133 is an example of an extraction unit. The sentence example dictionary storage unit 141 is an example of a storage unit.

以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.

10 入力支援装置
11 編集部
12 かな漢字変換部
13 入力支援部
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
106 表示装置
107 入力装置
131 文字列取得部
132 文字列補正部
133 文例抽出部
134 文例登録部
135 文例一覧表示部
136 文例入力部
137 使用辞書切替部
141 文例辞書記憶部
B バス
DESCRIPTION OF SYMBOLS 10 Input support apparatus 11 Editing part 12 Kana-Kanji conversion part 13 Input support part 100 Drive apparatus 101 Recording medium 102 Auxiliary storage apparatus 103 Memory apparatus 104 CPU
105 Interface device 106 Display device 107 Input device 131 Character string acquisition unit 132 Character string correction unit 133 Example sentence extraction unit 134 Example sentence registration unit 135 Example sentence list display unit 136 Example sentence input unit 137 Usage dictionary switching unit 141 Example dictionary storage unit B bus

Claims (5)

複数のプログラムからアクセス可能なメモリ領域に記憶された第一の文字列を取得し、
前記第一の文字列に含まれる空白及び/または制御コードを除去して第二の文字列を生成し、
前記第二の文字列より文例を抽出し、
前記文例を読みに対応付けて記憶部に記憶する処理をコンピュータに実行させる文例辞書生成プログラム。
Get the first string stored in the memory area accessible from multiple programs,
Removing the blank and / or control code contained in the first character string to generate a second character string;
Extract sentence examples from the second character string,
A sentence example dictionary generation program for causing a computer to execute a process of storing the sentence example in a storage unit in association with reading.
前記コンピュータに、
前記メモリ領域に記憶する前記第一の文字列を転写させる第一の画面を表示させ、
前記読み込む処理は、前記第一の画面に転写された前記第一の文字列を読み込む請求項1記載の文例辞書生成プログラム。
In the computer,
Displaying a first screen for transferring the first character string stored in the memory area;
The sentence example dictionary generation program according to claim 1, wherein the reading process reads the first character string transferred to the first screen.
前記読み込む処理は、第二の画面に表示されている文書データの一部分が複写された前記メモリ領域から前記第一の文字列を読み込む請求項1又は2記載の文例辞書生成プログラム。   3. The sentence example dictionary generation program according to claim 1, wherein the reading process reads the first character string from the memory area in which a part of the document data displayed on the second screen is copied. 前記記憶部と該記憶部とは異なる他の記憶部のうち、いずれかを選択する命令を受付け、
選択された前記記憶部または前記他の記憶部に格納された文例を、入力された文字列に対応する入力候補として使用することを特徴とする請求項1ないし請求項3のいずれか一項に記載の文例辞書生成プログラム。
Receiving an instruction to select one of the storage unit and another storage unit different from the storage unit;
4. The sentence example stored in the selected storage unit or the other storage unit is used as an input candidate corresponding to the input character string. 5. The sentence example dictionary generation program described.
複数のプログラムからアクセス可能なメモリ領域に記憶された第一の文字列を取得する取得部と、
前記第一の文字列に含まれる空白及び/または制御コードを除去して第二の文字列を生成する生成部と、
前記第二の文字列より文例を抽出する抽出部と、
前記文例を読みに対応付けて記憶する記憶部とを有する文例辞書生成装置。
An acquisition unit for acquiring a first character string stored in a memory area accessible from a plurality of programs;
A generating unit that generates a second character string by removing blanks and / or control codes included in the first character string;
An extraction unit for extracting a sentence example from the second character string;
A sentence example dictionary generation device comprising: a storage unit that stores the sentence examples in association with readings.
JP2011215676A 2011-09-29 2011-09-29 Sentence example dictionary generation program and sentence example dictionary generation device Pending JP2013077084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011215676A JP2013077084A (en) 2011-09-29 2011-09-29 Sentence example dictionary generation program and sentence example dictionary generation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011215676A JP2013077084A (en) 2011-09-29 2011-09-29 Sentence example dictionary generation program and sentence example dictionary generation device

Publications (1)

Publication Number Publication Date
JP2013077084A true JP2013077084A (en) 2013-04-25

Family

ID=48480518

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011215676A Pending JP2013077084A (en) 2011-09-29 2011-09-29 Sentence example dictionary generation program and sentence example dictionary generation device

Country Status (1)

Country Link
JP (1) JP2013077084A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016194683A (en) * 2015-03-31 2016-11-17 富士通株式会社 Vocabulary learning support system
EP4242871A4 (en) * 2020-12-08 2024-04-03 Helpfeel Inc. Information processing device, information processing method, and program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182218A (en) * 2003-12-17 2005-07-07 Ishikawa Pref Gov Dictionary editing device, and document classifying device and its program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182218A (en) * 2003-12-17 2005-07-07 Ishikawa Pref Gov Dictionary editing device, and document classifying device and its program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSND200900811031; '文字入力を素早く正確にする方法、教えます 日本語入力環境を侮るなかれ' Mac Fan 第18巻第1号, 20091201, 170-177頁, 株式会社毎日コミュニケーションズ *
JPN6014049125; '文字入力を素早く正確にする方法、教えます 日本語入力環境を侮るなかれ' Mac Fan 第18巻第1号, 20091201, 170-177頁, 株式会社毎日コミュニケーションズ *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016194683A (en) * 2015-03-31 2016-11-17 富士通株式会社 Vocabulary learning support system
EP4242871A4 (en) * 2020-12-08 2024-04-03 Helpfeel Inc. Information processing device, information processing method, and program

Similar Documents

Publication Publication Date Title
TW201741908A (en) Method for corresponding element symbols in the specification to the corresponding element terms in claims
JP2005107597A (en) Device and method for searching for similar sentence and program
CN103838876A (en) Method for retrieving document through pinyin and document retrieval system
JP6003263B2 (en) Minutes creation support apparatus, minutes creation support system, minutes creation support method, and program
JP2019179470A (en) Information processing program, information processing method, and information processing device
JP2013077084A (en) Sentence example dictionary generation program and sentence example dictionary generation device
CN113495874A (en) Information processing apparatus and computer readable medium
JP2010092383A (en) Electronic document file search device, electronic document file search method, and computer program
JP2014106707A (en) Word division device, data structure of dictionary for word division, word division method and program
JP2005107931A (en) Image search apparatus
JP4734400B2 (en) Document search apparatus and program
JP6723726B2 (en) Input support device
JP5803481B2 (en) Information processing apparatus and information processing program
JP5609718B2 (en) Input support program, input support device, and input support method
JP5184987B2 (en) Index information creating apparatus, index information creating method and program
JP2009129202A (en) Data processor, data processing method, and program
JP2007018158A (en) Character processor, character processing method, and recording medium
JP2014199476A (en) Machine translation device, machine translation method and program
JP5971069B2 (en) Information processing apparatus, title extraction method, and program
JP5742454B2 (en) Input support program, input support apparatus, and input support method
JP4847210B2 (en) Input conversion learning program, input conversion learning method, and input conversion learning device
JP2020187755A (en) Input assistance device
JP2008176718A (en) Document management system
JP6334084B2 (en) Translation support device, translation support method, and translation support program
JP2004258848A (en) Program preparation supporting method and system and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140603

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141125

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20150324