JP2022139904A - Information processor, method for processing information, and program - Google Patents

Information processor, method for processing information, and program Download PDF

Info

Publication number
JP2022139904A
JP2022139904A JP2021040483A JP2021040483A JP2022139904A JP 2022139904 A JP2022139904 A JP 2022139904A JP 2021040483 A JP2021040483 A JP 2021040483A JP 2021040483 A JP2021040483 A JP 2021040483A JP 2022139904 A JP2022139904 A JP 2022139904A
Authority
JP
Japan
Prior art keywords
dictionary
information
content
search
electronic
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
JP2021040483A
Other languages
Japanese (ja)
Other versions
JP7342903B2 (en
Inventor
良紀 増茂
Yoshinori Masushige
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2021040483A priority Critical patent/JP7342903B2/en
Priority to CN202210119722.3A priority patent/CN115080755A/en
Publication of JP2022139904A publication Critical patent/JP2022139904A/en
Application granted granted Critical
Publication of JP7342903B2 publication Critical patent/JP7342903B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/374Thesaurus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Electrically Operated Instructional Devices (AREA)

Abstract

To provide an information processor that can increase an effect of learning on a child device side according to an instruction from a parent device side.SOLUTION: An information processor according to an embodiment of the present invention includes: a dictionary storage unit for storing a dictionary content in which an entry word and information for the entry word are related to each other; a communication unit for communicating with another device; and a control unit for acquiring search information selected by processing that another device executed through the communication unit, searching for the entry word in the dictionary content by the search information, and displaying the information for the entry word searched from the dictionary content in a display unit.SELECTED DRAWING: Figure 1

Description

本発明は、辞書などのコンテンツを取り扱う情報処理装置、情報処理方法及びプログラムに関する。 The present invention relates to an information processing apparatus, an information processing method, and a program for handling contents such as dictionaries.

近年、電子辞書は多機能化されており、ユーザ操作により入力された検索語と一致する見出し語を検索し、見出し語に対応する説明情報を表示させる辞書機能だけでなく、説明情報に含まれる用例や解説を別画面に表示させたり、説明情報や各種コンテンツのテキスト中に含まれる所望の単語を直接指定して見出し語検索(ジャンプ検索)して説明情報を表示させたり、説明情報において指定した見出し語(単語)などの情報を登録したりすることもできる。 In recent years, electronic dictionaries have become multi-functional, and in addition to the dictionary function of searching for entry words that match a search word entered by a user operation and displaying explanatory information corresponding to the entry word, You can display examples and explanations on a separate screen, directly specify the desired word contained in the text of explanation information and various contents and search for headwords (jump search) to display explanation information. It is also possible to register information such as headwords (words).

電子辞書は、学校での授業や自宅での勉強時に使用されることも多い。電子辞書を利用するユーザは、各種の機能を利用することにより、効率的に学習をすることができる。近年では、複数の電子辞書が相互に通信して、他の電子辞書による処理結果を利用して学習効果の向上を図ることが考えられている(例えば、特許文献1参照)。 Electronic dictionaries are often used in classes at school or at home. A user who uses an electronic dictionary can study efficiently by using various functions. In recent years, it has been considered that a plurality of electronic dictionaries communicate with each other and use the processing results of other electronic dictionaries to improve the learning effect (see, for example, Patent Document 1).

特開2016-62519号公報JP 2016-62519 A

特許文献1に記載された従来の電子辞書では、複数の他の電子辞書による検索履歴を相互に送受信して、他の電子辞書による検索履歴を利用して効率的に検索候補を表示させることで、学習効果の向上を図ることが考えられている。従来の電子辞書では、複数の生徒が使用する複数の電子辞書による検索履歴を利用することができるが、教師が使用する電子辞書(親機)からの指示に応じて、複数の生徒がそれぞれ使用する電子辞書(子機)を利用して学習することを想定していない。 In the conventional electronic dictionary disclosed in Patent Document 1, search histories of a plurality of other electronic dictionaries are mutually transmitted and received, and search candidates are efficiently displayed using the search histories of the other electronic dictionaries. , is considered to improve the learning effect. With conventional electronic dictionaries, it is possible to use search histories from multiple electronic dictionaries used by multiple students, but multiple students can use their own search histories according to instructions from the electronic dictionary (master device) used by the teacher. It is not assumed that you will learn using an electronic dictionary (handset) that supports

本発明は、前記のような課題に考慮してなされたもので、親機側からの指示に応じた、子機側における学習の効果を向上させることが可能な情報処理装置、情報処理方法及びプログラムを提供することを目的とする。 SUMMARY OF THE INVENTION The present invention has been made in consideration of the above problems, and provides an information processing apparatus, an information processing method, and an information processing method capable of improving the effect of learning on the side of a child device according to an instruction from the side of a parent device. The purpose is to provide a program.

上記の課題を解決するために、本発明の実施形態に係る情報処理装置は、見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、他の装置と通信する通信部と、前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させる制御部とを有する。 In order to solve the above problems, an information processing apparatus according to an embodiment of the present invention includes: a dictionary storage unit that stores dictionary contents in which entry words and information corresponding to the entry words are associated; a communication unit that communicates with the communication unit, acquires search information selected by processing executed in the other device through the communication unit, searches for a headword in the dictionary content based on the search information, and searches the dictionary content for a headword. and a control unit that causes a display unit to display information corresponding to the headword.

本発明によれば、親機側からの指示に応じた、子機側における学習の効果を向上させることが可能となる。 According to the present invention, it is possible to improve the effect of learning on the child device side in accordance with instructions from the parent device side.

本発明の実施形態に係る情報処理装置の電子回路の構成を示す機能ブロック図。1 is a functional block diagram showing the configuration of an electronic circuit of an information processing apparatus according to an embodiment of the present invention; FIG. 本実施形態における電子辞書の外観構成を示す正面図。1 is a front view showing the external configuration of an electronic dictionary according to this embodiment; FIG. 本実施形態における生徒用電子辞書において実行される学習設定処理を示すフローチャート。4 is a flowchart showing learning setting processing executed in the student's electronic dictionary according to the present embodiment; 本実施形態における教師用電子辞書及び生徒用電子辞書において実行される学習処理を示すフローチャート。4 is a flow chart showing learning processing executed in the teacher's electronic dictionary and the student's electronic dictionary according to the present embodiment. 本実施形態における生徒用電子辞書において実行される学習検索処理を示すフローチャート。4 is a flowchart showing a learning search process executed in the student's electronic dictionary according to the present embodiment; 本実施形態における学習処理設定画面の一例を示す図。The figure which shows an example of the learning process setting screen in this embodiment. 本実施形態における優先コンテンツ設定画面の一例を示す図。The figure which shows an example of the priority content setting screen in this embodiment. 本実施形態における優先コンテンツ設定画面の一例を示す図。The figure which shows an example of the priority content setting screen in this embodiment. 本実施形態における電子辞書において問題処理を実行している時に表示される画面の内容を示す図。FIG. 10 is a diagram showing the contents of a screen displayed when problem processing is being executed in the electronic dictionary according to the present embodiment; 本実施形態における電子辞書における学習検索処理の結果が表示された画面の内容を示す図。FIG. 10 is a view showing the contents of a screen displaying the result of learning search processing in the electronic dictionary according to the embodiment;

以下、図面により本発明の実施の形態について説明する。 Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明の実施形態に係る情報処理装置の電子回路の構成を示す機能ブロック図である。 FIG. 1 is a functional block diagram showing the configuration of an electronic circuit of an information processing apparatus according to an embodiment of the invention.

本実施形態では、情報処理装置を例えば電子辞書10,10A,10Bとして構成した例について示す。なお、情報処理装置は、電子辞書10,10A,10Bの他、パーソナルコンピュータ、スマートフォン、タブレットPC、ゲーム装置などの各種の電子機器により実現することが可能である。 In this embodiment, an example in which the information processing apparatus is configured as, for example, electronic dictionaries 10, 10A, and 10B will be described. In addition to the electronic dictionaries 10, 10A, and 10B, the information processing device can be realized by various electronic devices such as a personal computer, a smart phone, a tablet PC, and a game device.

電子辞書10,10A,10Bは、同一の構成を有するものとする。電子辞書10,10A,10Bは、教師用電子辞書あるいは生徒用電子辞書として動作させることができる。以下では、電子辞書10を例にして構成について説明する。 Electronic dictionaries 10, 10A, and 10B are assumed to have the same configuration. Electronic dictionaries 10, 10A, and 10B can be operated as electronic dictionaries for teachers or electronic dictionaries for students. The configuration will be described below using the electronic dictionary 10 as an example.

電子辞書10は、複数種類の辞書コンテンツが辞書データとして記録されている。辞書コンテンツでは、複数の見出し語とする単語等のそれぞれと対応づけて、少なくとも1つの語義に関する情報、単漢字/熟語などの情報が登録されている。電子辞書10,10A,10Bに搭載されている辞書コンテンツは、一般に出版社などによって作成され、紙媒体などによっても出版されたものを含んでおり信頼性が高い。従って、信頼性の高い辞書コンテンツを学習に有効利用することで、正しく効果的な学習の効果を期待することができる。 In the electronic dictionary 10, plural types of dictionary contents are recorded as dictionary data. In the dictionary content, at least one piece of information about the meaning of a word, a single kanji character/compound word, etc. is registered in association with each word or the like used as a plurality of headwords. The dictionary contents installed in the electronic dictionaries 10, 10A, and 10B are generally created by publishers and include those published on paper media, etc., and are highly reliable. Therefore, by effectively using highly reliable dictionary contents for learning, a correct and effective learning effect can be expected.

なお、辞書コンテンツは、国語系や英語系などの言語に関する辞書に限らず、各種分野の辞典などのコンテンツなどを含む。 Note that dictionary content is not limited to dictionaries related to languages such as Japanese and English, and includes content such as dictionaries in various fields.

電子辞書10は、各種の記録媒体に記録されたプログラム、又は、伝送されたプログラムを読み込んで、その読み込んだプログラムによって動作が制御されるコンピュータの構成を有し、その電子回路には、CPU(central processing unit)11が備えられる。 The electronic dictionary 10 has a computer configuration in which programs recorded on various recording media or transmitted programs are read, and the operation is controlled by the read programs, and the electronic circuit includes a CPU ( central processing unit) 11 is provided.

CPU11は、電子辞書10の全体を制御する制御部として機能する。CPU11は、メモリ12内に予め記憶された制御プログラム、あるいはROMカードなどの記録媒体13から記録媒体読取部14を介してメモリ12に読み込まれた制御プログラム、あるいはインターネット等のネットワーク(図示せず)を通じて、外部装置(サーバ等)からダウンロードされてメモリ12に読み込まれた制御プログラムに応じて、回路各部の動作を制御する。 The CPU 11 functions as a control section that controls the electronic dictionary 10 as a whole. The CPU 11 receives a control program pre-stored in the memory 12, a control program read from a recording medium 13 such as a ROM card into the memory 12 via a recording medium reading unit 14, or a network such as the Internet (not shown). It controls the operation of each part of the circuit in accordance with a control program downloaded from an external device (server or the like) and read into the memory 12 through.

メモリ12に記憶された制御プログラムは、キー入力部16からのユーザ操作に応じた入力信号、タッチパネル式表示部17からのユーザ操作に応じた入力信号、あるいは記録媒体読取部14を介して接続されるEEPROM(登録商標),RAM,ROMなどの外部記録媒体13との接続通信信号に応じて起動される。 The control program stored in the memory 12 receives an input signal corresponding to a user operation from the key input unit 16, an input signal corresponding to a user operation from the touch panel display unit 17, or connected via the recording medium reading unit 14. It is activated according to a connection communication signal with an external recording medium 13 such as an EEPROM (registered trademark), RAM, or ROM.

CPU11には、メモリ12、記録媒体読取部14、通信部15、キー入力部16、タッチパネル式表示部17などが接続される。 Connected to the CPU 11 are a memory 12, a recording medium reading unit 14, a communication unit 15, a key input unit 16, a touch panel display unit 17, and the like.

メモリ12に記憶される制御プログラムとしては、電子辞書10の全体の動作を司る辞書制御プログラム12a、他の電子機器(電子辞書など)とデータ通信するための通信プログラムが記憶される。さらに、辞書制御プログラム12aには、他の電子辞書10A,10Bと無線通信により接続し、学習処理を実行するための学習処理プログラム12bが含まれる。学習処理プログラム12bは、例えば教師用電子辞書として動作を制御する親機制御機能、生徒用電子辞書として動作を制御する子機制御機能を実現する。親機制御機能では、教師用電子辞書における学習処理を実行し(図4)、子機制御機能では、生徒用電子辞書における学習処理を実行する(図4)。 Control programs stored in the memory 12 include a dictionary control program 12a that controls the overall operation of the electronic dictionary 10, and a communication program for data communication with other electronic devices (such as electronic dictionaries). Further, the dictionary control program 12a includes a learning processing program 12b for connecting to other electronic dictionaries 10A and 10B by wireless communication and executing learning processing. The learning processing program 12b implements, for example, a parent device control function for controlling the operation of an electronic dictionary for teachers and a slave device control function for controlling the operation of an electronic dictionary for students. The parent device control function executes learning processing in the teacher electronic dictionary (FIG. 4), and the child device control function executes learning processing in the student electronic dictionary (FIG. 4).

本実施形態における電子辞書10,10A,10Bでは、学習処理において、例えば問題処理と学習検索処理が実行される。問題処理では、教師用電子辞書の画面に表示された問題用の表示情報(表示データ)を生徒用電子辞書に送信して、生徒用電子辞書において、表示情報をもとに教師用電子辞書の画面と同じ内容の問題の画面を表示させる。学習検索処理は、問題処理中に教師用電子辞書の画面において選択された単語などの検索情報を生徒用電子辞書に送信し、生徒用電子辞書において検索情報をもとに辞書コンテンツに対して検索を実行させる。 In the electronic dictionaries 10, 10A, and 10B of the present embodiment, for example, problem processing and learning search processing are executed in the learning processing. In problem processing, the display information (display data) for the problem displayed on the screen of the teacher's electronic dictionary is sent to the student's electronic dictionary. Display a screen with the same content as the screen. In the learning search process, search information such as words selected on the screen of the teacher's electronic dictionary during problem processing is sent to the student's electronic dictionary, and the dictionary contents are searched based on the search information in the student's electronic dictionary. to run.

また、学習処理プログラム12bは、生徒用電子辞書における学習処理において、優先して使用する辞書コンテンツを管理するための優先コンテンツ情報を設定する学習設定処理を実行する(図3)。学習設定処理は、ユーザ(生徒)の操作に応じて設定する方法(図3)、ユーザによる辞書コンテンツの利用履歴(例えば、辞書毎の利用回数、利用時間、最後に利用された日時など)に基づいて設定する方法を用いることができる。 The learning processing program 12b also executes learning setting processing for setting priority content information for managing dictionary content to be preferentially used in the learning processing in the student electronic dictionary (FIG. 3). The learning setting process depends on a method of setting according to user (student) operation (Fig. 3), usage history of dictionary content by the user (for example, the number of times each dictionary is used, usage time, date and time of last usage, etc.). can be used.

メモリ12には、辞書データ12c、優先コンテンツ情報12d(優先設定データ12d1、優先コンテンツデータ12d2)などが記憶される。 The memory 12 stores dictionary data 12c, priority content information 12d (priority setting data 12d1, priority content data 12d2), and the like.

辞書データ12cには、例えば、英和辞書、和英辞書、英英辞書、英漢辞書、国語辞書などの複数の辞書、複数種類の事典などの辞書コンテンツを集録したデータベースが含まれる。辞書データ12cには、辞書毎に、各見出し語のそれぞれに対応する意味(語義)を説明する語義情報が含まれる。 The dictionary data 12c includes, for example, multiple dictionaries such as an English-Japanese dictionary, a Japanese-English dictionary, an English-English dictionary, an English-Chinese dictionary, and a Japanese dictionary, and a database that collects dictionary contents such as multiple types of encyclopedias. The dictionary data 12c includes word sense information describing the meaning (word sense) corresponding to each entry word for each dictionary.

なお、辞書データ12cは、電子辞書10の本体に内蔵せずに、ネットワークを通じてアクセス可能な外部装置(サーバ等)に記憶されていても良い。 Note that the dictionary data 12c may be stored in an external device (server or the like) that can be accessed through a network, instead of being built in the main body of the electronic dictionary 10. FIG.

優先コンテンツ情報12dは、生徒用電子辞書における学習処理において、優先して使用する辞書コンテンツを管理するための情報である。優先コンテンツ情報12dは、学習設定処理により設定される。優先コンテンツ情報12dには、優先設定データ12d1と、優先コンテンツデータ12d2が含まれる。 The priority content information 12d is information for managing dictionary content to be preferentially used in learning processing in the electronic dictionary for students. The priority content information 12d is set by learning setting processing. The priority content information 12d includes priority setting data 12d1 and priority content data 12d2.

優先設定データ12d1は、教師用電子辞書から受信される検索情報を用いた検索において、優先コンテンツデータ12d2が示す辞書コンテンツを優先して使用するか、あるいは使用しないかを示すデータである。優先コンテンツデータ12d2は、辞書データ12cに含まれる複数の辞書コンテンツのうち、教師用電子辞書から受信される検索情報を用いた検索において優先して使用する辞書コンテンツを示すデータである。 The priority setting data 12d1 is data indicating whether or not the dictionary content indicated by the priority content data 12d2 is preferentially used in a search using search information received from the teacher's electronic dictionary. The priority content data 12d2 is data indicating the dictionary content to be preferentially used in the search using the search information received from the teacher's electronic dictionary, among the plurality of dictionary contents included in the dictionary data 12c.

通信部15は、インターネットやLAN(Local Area Network)などのネットワークを介した、他の情報処理装置と通信する通信制御、あるいは近距離の他の情報処理装置との間で、Bluetooth(登録商標)やWi-Fi(登録商標)などの近距離無線通信をする通信制御を実行する。 The communication unit 15 controls communication with another information processing device via a network such as the Internet or a LAN (Local Area Network), or communicates with another information processing device at a short distance using Bluetooth (registered trademark). , Wi-Fi (registered trademark), or other short-range wireless communication.

図2は、本実施形態における電子辞書10の外観構成を示す正面図である。 FIG. 2 is a front view showing the external configuration of the electronic dictionary 10 according to this embodiment.

図2における電子辞書10の場合、開閉される装置本体の下段側にCPU11、メモリ12、記録媒体読取部14、通信部15が内蔵されると共にキー入力部16が設けられ、上段側にタッチパネル式表示部17が設けられる。 In the case of the electronic dictionary 10 shown in FIG. 2, a CPU 11, a memory 12, a recording medium reading section 14, and a communication section 15 are built in the lower side of the main body that can be opened and closed, and a key input section 16 is provided. A display unit 17 is provided.

キー入力部16には、文字入力キー16a、各種の辞書や各種機能を選択することができる辞書選択キー16b、[訳/決定]キー16c、[戻る]キー16d、カーソルキー(上下左右キー)16e、電源ボタン、その他の各種機能キーなどが備えられる。 The key input unit 16 includes a character input key 16a, a dictionary selection key 16b for selecting various dictionaries and various functions, a [translation/decision] key 16c, a [return] key 16d, and cursor keys (up, down, left, and right keys). 16e, a power button, and other various function keys.

タッチパネル式表示部17には、各種機能の実行に応じて、各種メニューやボタン17aなどが表示される。タッチパネル式表示部17には、例えばペンPを用いて、タッチ操作をすることができる。 Various menus and buttons 17a are displayed on the touch panel display unit 17 according to the execution of various functions. The touch panel type display unit 17 can be touch-operated using a pen P, for example.

電子辞書10は、ユーザによるキー入力部16に対する操作、あるいはタッチパネル式表示部17に表示されたメニューやボタンに対するタッチ操作(ペンPのペン先、あるいは指先による)に応じて、ユーザ操作による指示を入力することができる。 The electronic dictionary 10 responds to a user's operation on the key input unit 16 or a touch operation (using the tip of the pen P or a fingertip) on a menu or button displayed on the touch panel type display unit 17, and gives an instruction by the user's operation. can be entered.

このように構成された電子辞書10は、CPU11が辞書制御プログラム12aに記述された命令に従い回路各部の動作を制御し、ソフトウエアとハードウエアとが協働して動作することにより、以下の動作説明で述べる機能を実現する。

まず、本実施形態における電子辞書10,10A,10Bの使用形態について説明する。
In the electronic dictionary 10 configured as described above, the CPU 11 controls the operation of each circuit part according to the instructions described in the dictionary control program 12a, and the software and hardware operate in cooperation to perform the following operations. Implements the functions described in the description.

First, usage patterns of the electronic dictionaries 10, 10A, and 10B according to the present embodiment will be described.

図1において、電子辞書10は、例えば、学校の授業において教師が教師用電子辞書として使用するものとする。電子辞書10A,10Bは、例えば授業を受けている生徒が生徒用電子辞書として使用するものとする。 In FIG. 1, the electronic dictionary 10 is assumed to be used by a teacher as an electronic dictionary for teachers in class at school, for example. The electronic dictionaries 10A and 10B are assumed to be used as electronic dictionaries for students, for example, by students taking classes.

電子辞書10は、教師の操作による親機として動作する設定に応じて、学習処理プログラム12b(親機制御機能)により教師用の学習処理を実行する。これにより、電子辞書10は、教師用電子辞書として動作する。 The electronic dictionary 10 executes learning processing for the teacher by means of the learning processing program 12b (master device control function) according to the setting to operate as the master device by the operation of the teacher. Thereby, the electronic dictionary 10 operates as an electronic dictionary for teachers.

一方、電子辞書10A,10Bは、生徒の操作による子機として動作する設定に応じて、学習処理プログラム12b(子機制御機能)により生徒用の学習処理を実行する。これにより、電子辞書10A,10Bは、生徒用電子辞書として動作する。 On the other hand, the electronic dictionaries 10A and 10B execute learning processing for students by means of a learning processing program 12b (child device control function) in accordance with the setting to operate as a child device operated by the student. Thus, the electronic dictionaries 10A and 10B operate as electronic dictionaries for students.

教師用電子辞書として動作する電子辞書10は、問題処理によって、画面に表示された問題用の表示情報(表示データ)を生徒用電子辞書に送信する。生徒用電子辞書として動作する電子辞書10A,10Bは、電子辞書10から受信される表示情報をもとに、教師用電子辞書の画面と同じ内容の問題の画面をタッチパネル式表示部17に表示させる。 The electronic dictionary 10, which operates as a teacher's electronic dictionary, transmits display information (display data) for questions displayed on the screen to the student's electronic dictionary by processing the questions. The electronic dictionaries 10A and 10B operating as electronic dictionaries for students display, on the touch panel type display unit 17, screens with the same content as the screen of the teacher's electronic dictionary based on the display information received from the electronic dictionary 10. .

また、電子辞書10は、学習検索処理によって、問題処理中に教師用電子辞書の画面において選択された単語などの検索情報を生徒用電子辞書に送信する。電子辞書10A,10Bは、電子辞書10から受信される検索情報をもとに辞書コンテンツに対して検索を実行する。電子辞書10A,10Bでは、信頼性の高い辞書コンテンツを対象として、教師用電子辞書から指定された検索情報に応じた検索処理を実行することで、正しく効果的な学習の効果を期待できる。 In addition, the electronic dictionary 10 transmits search information such as words selected on the screen of the teacher's electronic dictionary during problem processing to the student's electronic dictionary by the learning search process. Electronic dictionaries 10</b>A and 10</b>B search dictionary contents based on the search information received from electronic dictionary 10 . In the electronic dictionaries 10A and 10B, a correct and effective learning effect can be expected by executing search processing according to search information specified from the teacher's electronic dictionary for highly reliable dictionary contents.

また、電子辞書10A,10Bでは、個別に優先コンテンツ情報12dを設定し、電子辞書10からの検索情報に応じて、優先して検索対象とする辞書コンテンツを設定しておくことができる。すなわち、学習検索処理に使用される辞書コンテンツの選択を生徒毎に自由にできるようにする。これにより、生徒の好みに合った辞書コンテンツを選択する、あるいは生徒のレベルに合った辞書コンテンツを選択するなどして、辞書コンテンツの効果的な利用ができるようにする。 Moreover, in the electronic dictionaries 10A and 10B, priority content information 12d can be individually set, and dictionary content to be preferentially searched can be set in accordance with the search information from the electronic dictionary 10. FIG. In other words, each student can freely select the dictionary contents to be used in the learning search process. As a result, the dictionary content can be effectively used by selecting dictionary content that matches the student's taste or selecting dictionary content that matches the student's level.

次に、本実施形態における電子辞書10の動作について説明する。 Next, the operation of the electronic dictionary 10 according to this embodiment will be described.

図3は、本実施形態における生徒用電子辞書において実行される学習設定処理を示すフローチャートである。図4は、本実施形態における教師用電子辞書及び生徒用電子辞書において実行される学習処理を示すフローチャートである。図5は、本実施形態における生徒用電子辞書において実行される学習検索処理を示すフローチャートである。 FIG. 3 is a flow chart showing learning setting processing executed in the electronic dictionary for students according to the present embodiment. FIG. 4 is a flow chart showing learning processing executed in the teacher's electronic dictionary and the student's electronic dictionary in this embodiment. FIG. 5 is a flow chart showing a learning search process executed in the student's electronic dictionary according to this embodiment.

まず、電子辞書10A,10Bによる優先コンテンツ情報12dを記録する学習設定処理について、図3に示すフローチャートを参照しながら説明する。 First, learning setting processing for recording the priority content information 12d by the electronic dictionaries 10A and 10B will be described with reference to the flowchart shown in FIG.

学習設定処理は、例えば、授業を受ける生徒が使用する電子辞書10A,10Bにおいて実行される。 The learning setting process is executed, for example, in electronic dictionaries 10A and 10B used by students who take classes.

CPU11は、キー入力部16あるいはタッチパネル式表示部17に対する操作に応じて、辞書制御プログラム12aを実行して、各種機能に応じたメニュー画面などをタッチパネル式表示部17において表示させる。CPU11は、メニュー画面から学習設定処理の実行が指示されると、学習処理プログラム12bによって、タッチパネル式表示部17に学習処理設定画面を表示させる(ステップA1)。 The CPU 11 executes the dictionary control program 12a according to the operation on the key input section 16 or the touch panel display section 17, and causes the touch panel display section 17 to display menu screens corresponding to various functions. When execution of the learning setting process is instructed from the menu screen, the CPU 11 causes the touch panel type display section 17 to display the learning process setting screen by the learning process program 12b (step A1).

図6は、本実施形態における学習処理設定画面50の一例を示す図である。図6に示す学習処理設定画面50は、教師用電子辞書と無線通信により接続して学習処理をしている時に、教師用電子辞書から受信される検索情報に対して、優先コンテンツを対象として検索処理(学習検索処理(図5))を実行するか否かを設定するための画面である。すなわち、学習処理設定画面50では、優先コンテンツデータ12d2が示す辞書コンテンツ(優先コンテンツ)を優先して使用するか否かを選択するための画面である。学習処理設定画面50には、図6に示すように、例えば「使用する」ボタン501と「使用しない」ボタン502が設けられている。デフォルトでは、「使用しない」ボタン502が選択された状態にあるものとする。 FIG. 6 is a diagram showing an example of the learning process setting screen 50 in this embodiment. The learning process setting screen 50 shown in FIG. 6 is used to search for priority content in search information received from the teacher's electronic dictionary when the teacher's electronic dictionary is connected by wireless communication and the learning process is performed. This is a screen for setting whether or not to execute processing (learning search processing (FIG. 5)). That is, the learning process setting screen 50 is a screen for selecting whether to preferentially use the dictionary content (priority content) indicated by the priority content data 12d2. As shown in FIG. 6, the learning process setting screen 50 has, for example, a "use" button 501 and a "do not use" button 502. FIG. It is assumed that the "do not use" button 502 is selected by default.

CPU11は、学習処理設定画面50において、「使用しない」ボタン502を選択する操作がされた場合(ステップA2、No)、「使用しない」ボタン502を選択状態を表す表示形態に変更すると共に、優先コンテンツを使用しないことを示す優先設定データ12d1をメモリ12に記憶させる(ステップA6)。 When an operation to select the "do not use" button 502 is performed on the learning process setting screen 50 (step A2, No), the CPU 11 changes the display form of the "do not use" button 502 to indicate the selected state, The priority setting data 12d1 indicating that the content is not used is stored in the memory 12 (step A6).

一方、CPU11は、学習処理設定画面50において、「使用する」ボタン501を選択する操作がされた場合(ステップA2、Yes)、「使用する」ボタン501を選択状態を表す表示形態に変更すると共に、優先コンテンツを使用することを示す優先設定データ12d1をメモリ12に記憶させる(ステップA3)。 On the other hand, when an operation to select the "use" button 501 is performed on the learning process setting screen 50 (step A2, Yes), the CPU 11 changes the display form of the "use" button 501 to indicate the selection state. , the priority setting data 12d1 indicating that the priority content is to be used is stored in the memory 12 (step A3).

この場合、CPU11は、優先コンテンツをユーザ(生徒)に選択させるための優先コンテンツ設定処理を実行する(ステップA4)。CPU11は、優先コンテンツ設定処理によって、優先コンテンツ設定画面をタッチパネル式表示部17に表示させる。CPU11は、優先コンテンツ設定画面に対する操作に応じて、優先コンテンツを示す優先コンテンツデータ12d2をメモリ12に記憶させる(ステップA5)。 In this case, the CPU 11 executes priority content setting processing for allowing the user (student) to select the priority content (step A4). The CPU 11 causes the touch panel display section 17 to display a priority content setting screen by the priority content setting process. The CPU 11 causes the memory 12 to store the priority content data 12d2 indicating the priority content in accordance with the operation on the priority content setting screen (step A5).

図7及び図8は、本実施形態における優先コンテンツ設定画面52,54の一例を示す図である。図7に示す優先コンテンツ設定画面52では、辞書データ12cに含まれる複数の辞書コンテンツの分類毎に、優先コンテンツの設定の対象とする分類を選択するためのボタンが設けられる。例えば、英語系の辞書コンテンツの分類を選択するための「英語系辞書」ボタン521、国語系の辞書コンテンツの分類を選択するための「国語系辞書」ボタン522、その他の辞書コンテンツの分類を選択するための「その他のコンテンツ」ボタン523が設けられている。なお、複数の辞書コンテンツの分類は、前述した以外であっても良い。 7 and 8 are diagrams showing examples of priority content setting screens 52 and 54 in this embodiment. On the priority content setting screen 52 shown in FIG. 7, a button for selecting a category to be set as a priority content is provided for each category of a plurality of dictionary contents included in the dictionary data 12c. For example, an "English dictionary" button 521 for selecting the classification of English dictionary content, a "National language dictionary" button 522 for selecting the classification of Japanese dictionary content, and other dictionary content classifications can be selected. A "more content" button 523 is provided for Note that the classification of the plurality of dictionary contents may be other than those described above.

CPU11は、例えば優先コンテンツ設定画面52において「英語系辞書」ボタン521を選択する操作がされた場合、英語系辞書の分類に含まれる辞書コンテンツを選択するための優先コンテンツ設定画面54をタッチパネル式表示部17に表示させる。 For example, when an operation is performed to select the "English dictionary" button 521 on the priority content setting screen 52, the CPU 11 displays the priority content setting screen 54 for selecting dictionary content included in the category of the English dictionary in a touch panel type. display on the part 17.

図8に示す優先コンテンツ設定画面54は、辞書データ12cに含まれる複数の英語系の辞書コンテンツから何れかを選択するためのボタンが設けられる。例えば、英語系の辞書コンテンツには「辞書A」「辞書B」「辞書C」が含まれており、それぞれに対応する「辞書A」ボタン541、「辞書B」ボタン542、「辞書C」ボタン543が設けられている。 The priority content setting screen 54 shown in FIG. 8 is provided with buttons for selecting any one of a plurality of English dictionary contents included in the dictionary data 12c. For example, the English dictionary content includes "dictionary A", "dictionary B", and "dictionary C", and the corresponding "dictionary A" button 541, "dictionary B" button 542, and "dictionary C" button are displayed. 543 are provided.

CPU11は、例えば優先コンテンツ設定画面54において「辞書A」ボタン541を選択する操作がされた場合、英語系辞書の分類について「辞書A」を優先コンテンツとする優先コンテンツデータ12d2をメモリ12に記憶させる。 For example, when an operation is performed to select the "dictionary A" button 541 on the priority content setting screen 54, the CPU 11 causes the memory 12 to store priority content data 12d2 in which "dictionary A" is the priority content for the classification of English dictionaries. .

同様にして、「国語系辞書」「その他のコンテンツ」の分類毎に、優先コンテンツをユーザ操作に応じて設定することができる。 Similarly, priority content can be set according to the user's operation for each category of "Japanese dictionary" and "other content".

こうして、学習設定処理では、学習処理時に、教師用電子辞書からの検索情報に対して、優先コンテンツを使用する、あるいは使用しないを、ユーザ(生徒)が任意に設定することができる。また、優先コンテンツを使用する場合には、複数の辞書コンテンツから任意の辞書コンテンツを選択して優先コンテンツとして設定しておくことができる。 In this way, in the learning setting process, the user (student) can arbitrarily set whether or not to use the priority content for the retrieval information from the teacher's electronic dictionary during the learning process. Also, when using the priority content, any dictionary content can be selected from a plurality of dictionary contents and set as the priority content.

従って、生徒が学習処理で利用したい特定の辞書コンテンツを設定したり、自分のレベルに合った辞書コンテンツを設定するなどして、辞書コンテンツの効果的な利用が可能となる。 Therefore, it is possible for a student to effectively use dictionary contents by setting specific dictionary contents that the student wants to use in the learning process or by setting dictionary contents that match his/her level.

なお、学習設定処理の実行は、必須ではなく、優先コンテンツの設定が必要な生徒が任意に実行すれば良い。優先コンテンツ(優先コンテンツデータ12d2)の設定がされない場合には、教師用電子辞書からの検索情報に応じて、予め決められた方法によって検索対象とする辞書コンテンツが決定される。 Note that the execution of the learning setting process is not essential, and may be arbitrarily executed by the student who needs to set the priority content. When the priority content (priority content data 12d2) is not set, the dictionary content to be searched is determined by a predetermined method according to the search information from the teacher's electronic dictionary.

なお、学習設定処理は、任意のタイミングでユーザの指示に応じて実行されても良いし、後述する学習処理の実行が指示された場合に、学習処理の前に生徒用電子辞書において実行されても良い。 Note that the learning setting process may be executed in response to an instruction from the user at any timing, or may be executed in the electronic dictionary for students before the learning process when the execution of the learning process, which will be described later, is instructed. Also good.

また、前述した学習設定処理は、ユーザ操作に応じて優先コンテンツの設定をしているが、ユーザによる辞書コンテンツの利用履歴(例えば、辞書毎の利用回数、利用時間、最後に利用された日時など)に基づいて、ユーザ操作をすることなく設定することも可能である。 In the learning setting process described above, priority contents are set in accordance with user operations. ) without any user operation.

この場合、CPU11は、辞書データ12cに含まれる何れかの辞書コンテンツが使用された場合に、その都度、該当する辞書コンテンツの利用履歴を示すデータ、例えば利用回数のデータを更新して、メモリ12に記憶させておく。 In this case, each time any dictionary content included in the dictionary data 12c is used, the CPU 11 updates the data indicating the usage history of the corresponding dictionary content, for example, the data of the number of times of usage, and updates the memory 12. be stored in

CPU11は、利用回数が最も多い辞書コンテンツを優先コンテンツとして特定し、この優先コンテンツを示す優先コンテンツデータ12d2をメモリ12に記憶させる。これにより、使用回数が最も多い、ユーザが通常使用している辞書コンテンツを学習処理に優先して利用することができる。 The CPU 11 specifies the dictionary content that is used most frequently as a priority content, and causes the memory 12 to store priority content data 12d2 indicating this priority content. As a result, it is possible to use the dictionary content that is used most frequently and that is normally used by the user, prior to the learning process.

同様にして、利用時間あるいは最後に利用された日時のデータを、辞書コンテンツが利用された場合に、その都度、更新する。CPU11は、利用時間が最も長い辞書コンテンツを優先コンテンツとする。あるいは、CPU11は、最後に利用された辞書コンテンツを優先コンテンツとする。また、利用回数、利用時間、最後に利用された日時のデータを組み合わせて、優先コンテンツとする辞書コンテンツを特定するようにしても良い。 Similarly, the time of use or the date and time of last use is updated each time the dictionary content is used. The CPU 11 sets the dictionary content with the longest usage time as the priority content. Alternatively, the CPU 11 sets the last used dictionary content as the priority content. Further, the data of the number of times of use, the time of use, and the date and time of last use may be combined to specify the dictionary content to be the priority content.

こうして、ユーザ操作によらず優先コンテンツデータ12d2を設定できるようにすることで、ユーザの負担を増やすことなく、学習処理で利用される好適な辞書コンテンツを特定して、優先コンテンツとして設定することができる。 In this way, by allowing the priority content data 12d2 to be set without depending on the user operation, it is possible to specify the dictionary content suitable for use in the learning process and set it as the priority content without increasing the burden on the user. can.

次に、電子辞書10による学習処理について、図4に示すフローチャートを参照しながら説明する。 Next, learning processing by the electronic dictionary 10 will be described with reference to the flowchart shown in FIG.

まず、教師は、電子辞書10に対して、親機として動作する設定をして辞書制御プログラム12aを実行させる。これにより、CPU11は、辞書制御プログラム12aによる親機制御機能を実行させて、教師用電子辞書による学習処理の動作を開始する(ステップB1)。 First, the teacher sets the electronic dictionary 10 to operate as a parent device and causes the dictionary control program 12a to be executed. As a result, the CPU 11 causes the dictionary control program 12a to execute the parent device control function, and starts the operation of the learning process using the teacher's electronic dictionary (step B1).

一方、電子辞書10A,10Bを使用する生徒は、子機として動作する設定をして学習処理プログラム12bを実行させる。これにより、CPU11は、辞書制御プログラム12aによる子機制御機能を実行させて、生徒用電子辞書による学習処理の動作を開始さする(ステップC1)。 On the other hand, the students who use the electronic dictionaries 10A and 10B execute the learning processing program 12b by setting them to operate as child devices. As a result, the CPU 11 causes the dictionary control program 12a to execute the slave unit control function, and starts the operation of the learning process using the student's electronic dictionary (step C1).

例えば、教師用電子辞書として動作を開始した電子辞書10は、通信部15を通じて、子機(生徒用電子辞書)に対して、学習処理のための通信要求を送信する。一方、生徒用電子辞書として動作を開始した電子辞書10A,10Bは、親機からの通信要求の待受状態となる。電子辞書10からの通信要求が、電子辞書10A,10Bにより受信されると、電子辞書10と、電子辞書10A,10Bのそれぞれとの間で通信リンクが設定される(ステップB2,C2)。 For example, the electronic dictionary 10 that has started operating as a teacher's electronic dictionary transmits a communication request for learning processing to a child device (student's electronic dictionary) through the communication unit 15 . On the other hand, the electronic dictionaries 10A and 10B, which have started operating as electronic dictionaries for students, enter a standby state for communication requests from the parent machine. When the communication request from electronic dictionary 10 is received by electronic dictionaries 10A and 10B, communication links are established between electronic dictionary 10 and electronic dictionaries 10A and 10B, respectively (steps B2 and C2).

電子辞書10は、電子辞書10A,10Bと通信リンクが確立されると問題処理を開始する。すなわち、電子辞書10は、教師による入力操作に応じて、学習用の問題をタッチパネル式表示部17の画面に表示させる(ステップB3)。 The electronic dictionary 10 starts problem processing when a communication link is established with the electronic dictionaries 10A and 10B. In other words, the electronic dictionary 10 displays learning questions on the screen of the touch panel display unit 17 in accordance with the teacher's input operation (step B3).

電子辞書10のCPU11は、タッチパネル式表示部17の画面に表示された問題の内容を示す表示データ(表示情報)を、通信部15を通じて、電子辞書10A,10Bに送信する(ステップB4)。 The CPU 11 of the electronic dictionary 10 transmits display data (display information) indicating the content of the question displayed on the screen of the touch panel display section 17 to the electronic dictionaries 10A and 10B through the communication section 15 (step B4).

電子辞書10A,10Bは、電子辞書10から通信部15を通じて、表示データ(表示情報)が受信されると(ステップC3、Yes)、表示データに応じてタッチパネル式表示部17の画面に問題を表示させる。すなわち、教師用電子辞書の電子辞書10の画面に表示された問題と同じ内容を表示させる。 When the electronic dictionaries 10A and 10B receive the display data (display information) from the electronic dictionary 10 through the communication section 15 (step C3, Yes), the problem is displayed on the screen of the touch panel display section 17 according to the display data. Let That is, the same content as the question displayed on the screen of the electronic dictionary 10 of the teacher's electronic dictionary is displayed.

図9は、電子辞書10,10A,10Bにおいて問題処理を実行している時に表示される画面の内容を示す図である。 FIG. 9 is a diagram showing the contents of the screen displayed when problem processing is being performed in the electronic dictionaries 10, 10A, and 10B.

図9に示すように、教師用電子辞書(電子辞書10)には、問題の画面20として、例えば「大学受験用辞書」の検索画面が表示されている。一方、生徒用電子辞書A,B(電子辞書10A,10B)には、それぞれ問題の画面36,46が表示されている。図9に示すように、電子辞書10A,10Bには、電子辞書10の問題の画面20と同じ内容の問題を表す画面36,46が表示されている。これにより、教師は、画面20,36,46を利用して学習指導をすることができる。 As shown in FIG. 9, the teacher's electronic dictionary (electronic dictionary 10) displays, for example, a search screen for "university entrance examination dictionary" as a question screen 20. FIG. On the other hand, question screens 36 and 46 are displayed on student electronic dictionaries A and B (electronic dictionaries 10A and 10B), respectively. As shown in FIG. 9, electronic dictionaries 10A and 10B display screens 36 and 46 showing the same question content as the question screen 20 of the electronic dictionary 10. FIG. As a result, the teacher can use the screens 20, 36, 46 to give instruction.

教師用電子辞書に表示された問題の画面20(検索画面)には、検索語を入力することができる入力エリア22が設けられている。電子辞書10は、入力エリア22にキー入力部16に対する入力操作に応じて文字が入力されると、入力された文字に応じて「大学受験用辞書」の見出し語を検索し、検索結果とする内容を検索結果表示エリア24に表示させる。すなわち、タッチパネル式表示部17に表示される問題の内容を変更させる(ステップB5、Yes)。 A question screen 20 (search screen) displayed in the teacher's electronic dictionary is provided with an input area 22 in which a search term can be entered. When a character is input to the input area 22 in response to an input operation on the key input unit 16, the electronic dictionary 10 searches for entry words of "university entrance examination dictionary" according to the input character and obtains a search result. The contents are displayed in the search result display area 24 . That is, the content of the question displayed on the touch panel type display unit 17 is changed (step B5, Yes).

教師用電子辞書は、画面20に表示された問題が変更されると(ステップB5、Yes→B3)、前述と同様にして、タッチパネル式表示部17の画面に表示された問題の内容を示す表示データ(表示情報)を、通信部15を通じて、電子辞書10A,10Bに送信する(ステップB4)。 When the question displayed on the screen 20 is changed (step B5, Yes→B3), the teacher's electronic dictionary displays the content of the question displayed on the screen of the touch panel display unit 17 in the same manner as described above. The data (display information) is transmitted to the electronic dictionaries 10A and 10B through the communication section 15 (step B4).

電子辞書10A,10Bは、電子辞書10から通信部15を通じて、表示データ(表示情報)が受信されると(ステップC3、Yes)、表示データに応じてタッチパネル式表示部17の画面に問題を表示させる。 When the electronic dictionaries 10A and 10B receive the display data (display information) from the electronic dictionary 10 through the communication section 15 (step C3, Yes), the problem is displayed on the screen of the touch panel display section 17 according to the display data. Let

こうして、生徒用電子辞書は、教師用電子辞書において表示される問題の画面が更新されるのに合わせて、同期して学習用の画面を更新させることができる。 In this way, the student's electronic dictionary can update the learning screen in synchronization with the update of the problem screen displayed in the teacher's electronic dictionary.

教師用電子辞書(電子辞書10)と生徒用電子辞書(電子辞書10A,10B)において共通する学習用の問題の画面を表示されている時に、教師用電子辞書から生徒用電子辞書に対して、辞書コンテンツを検索するための検索情報を送信することができる。 When the screen of the learning problem common to the teacher's electronic dictionary (electronic dictionary 10) and the student's electronic dictionary (electronic dictionaries 10A and 10B) is displayed, from the teacher's electronic dictionary to the student's electronic dictionary, Search information for searching dictionary content can be sent.

例えば、電子辞書10では、問題の画面20に表示されたテキストから、検索語とする単語を指定することができる。電子辞書10のCPU11は、問題の画面20を表示するタッチパネル式表示部17に対して、ペンPによるタッチ操作を検出した場合、タッチ操作がされた位置に表示された単語を検索語として判別する。 For example, in the electronic dictionary 10, it is possible to designate a word as a search term from the text displayed on the question screen 20. FIG. When the CPU 11 of the electronic dictionary 10 detects a touch operation with the pen P on the touch panel type display unit 17 displaying the screen 20 in question, the word displayed at the position where the touch operation was performed is determined as a search word. .

CPU11は、検索語とする単語が指定されると(ステップB6、Yes)、検索情報とする単語データを、通信部15を通じて、電子辞書10A,10Bに対して送信する(ステップB7)。 When a word to be searched is specified (step B6, Yes), CPU 11 transmits word data to be searched information to electronic dictionaries 10A and 10B through communication section 15 (step B7).

電子辞書10A,10Bは、電子辞書10から検索情報(単語データ)を受信すると(ステップC6、Yes)、検索情報を用いて、辞書データ12cの辞書コンテンツを検索する学習検索処理を実行する(ステップC7)。 When the electronic dictionaries 10A and 10B receive the search information (word data) from the electronic dictionary 10 (step C6, Yes), they use the search information to execute learning search processing for searching the dictionary contents of the dictionary data 12c (step C7).

生徒用電子辞書(電子辞書10)から生徒用電子辞書(電子辞書10A,10B)に対して送信される検索情報には、例えば少なくとも検索語を示す単語データを含む。さらに、検索情報には、生徒用電子辞書における学習検索処理の対象とする辞書コンテンツを特定するためのデータを含めることができる。 The search information transmitted from the student's electronic dictionary (electronic dictionary 10) to the student's electronic dictionaries (electronic dictionaries 10A and 10B) includes, for example, at least word data indicating search words. Further, the search information can include data for specifying dictionary contents to be subjected to learning search processing in the electronic dictionary for students.

例えば、教師用電子辞書の電子辞書10において、検索語とする単語の指定に用いられた辞書コンテンツ(図9に示す例では、画面20に表示された「大学受験用辞書」)を識別する識別データを含む用にしても良い。また、検索情報には、単語の指定に用いられた辞書コンテンツの分類(例えば「英語系」)を示す分類データなどを含むことができる。さらに、電子辞書10において、教師の入力操作によって予め設定された、特定の辞書コンテンツを指定する辞書指定データが含まれていても良い。 For example, in the electronic dictionary 10 of the teacher's electronic dictionary, an identification that identifies the dictionary content used to designate a word as a search word (in the example shown in FIG. 9, "university entrance examination dictionary" displayed on the screen 20). It may be used to contain data. The search information can also include classification data indicating the classification of the dictionary content used to specify the word (for example, "English"). Furthermore, the electronic dictionary 10 may include dictionary designation data that designates specific dictionary content, which is preset by the teacher's input operation.

次に、生徒用電子辞書(電子辞書10A,10B)による学習検索処理について、図5に示すフローチャートを参照しながら説明する。 Next, the learning and retrieval processing by the electronic dictionaries for students (electronic dictionaries 10A and 10B) will be described with reference to the flowchart shown in FIG.

電子辞書10AのCPU11は、通信部15を通じて、電子辞書10から検索情報を受信すると、優先コンテンツ情報12dの優先設定データ12d1を参照して、優先コンテンツを使用するか否かを判別する。 When the CPU 11 of the electronic dictionary 10A receives the search information from the electronic dictionary 10 through the communication unit 15, it refers to the priority setting data 12d1 of the priority content information 12d to determine whether or not to use the priority content.

優先コンテンツを使用することが設定されている場合(ステップD1、Yes)、電子辞書10AのCPU11は、優先コンテンツデータ12d2をもとに、検索対象とする優先コンテンツを特定する(ステップD5)。例えば、CPU11は、検索情報に辞書コンテンツの分類を示す分類データが含まれている場合、分類データが示す分類(例えば「英語系」)に対して設定された優先コンテンツデータ12d2が示す優先コンテンツを特定する。なお、検索情報に含まれる検索語とする単語データ(テキストデータ)をもとに、辞書コンテンツの分類を特定することもできる。 If the priority content is set to be used (step D1, Yes), the CPU 11 of the electronic dictionary 10A identifies the priority content to be searched based on the priority content data 12d2 (step D5). For example, if the search information includes classification data indicating the classification of dictionary content, the CPU 11 selects the priority content indicated by the priority content data 12d2 set for the classification indicated by the classification data (for example, "English"). Identify. Note that it is also possible to specify the classification of dictionary content based on word data (text data) used as a search word included in the search information.

CPU11は、検索対象として特定した優先コンテンツ(辞書コンテンツ)を対象にして、単語データを検索語として検索を実行し(ステップD6)、検索結果をタッチパネル式表示部17において表示させる(ステップD7)。 The CPU 11 searches for the priority content (dictionary content) identified as the search target using the word data as a search term (step D6), and displays the search result on the touch panel display unit 17 (step D7).

生徒用電子辞書の電子辞書10Bは、前述した電子辞書10Aと同様にして、電子辞書10から受信した検索情報(単語データ)をもとに、検索対象とする優先コンテンツを特定して検索を実行する。ただし、電子辞書10Aと異なる優先コンテンツ情報12dが設定されている場合には、電子辞書10Bと異なる辞書コンテンツが優先コンテンツとして特定されて検索が実行される。 Similar to the electronic dictionary 10A described above, the electronic dictionary 10B of the electronic dictionary for students specifies the priority content to be searched based on the search information (word data) received from the electronic dictionary 10 and executes the search. do. However, when the priority content information 12d different from the electronic dictionary 10A is set, the dictionary content different from the electronic dictionary 10B is identified as the priority content and searched.

図10は、電子辞書10において単語が指定された場合の電子辞書10A,10Bにおける学習検索処理の結果が表示された画面の内容を示す図である。 FIG. 10 is a diagram showing the contents of a screen displaying the results of the learning search processing in the electronic dictionaries 10A and 10B when a word is specified in the electronic dictionary 10. As shown in FIG.

図10に示すように、教師用電子辞書(電子辞書10)では、問題の画面20において、ペンPによるタッチ操作によって、例えば「impossible」の単語26が指定されたものとする。電子辞書10は、単語26(「impossible」)の単語データを含む検索情報を電子辞書10A,10Bに送信する。 As shown in FIG. 10, in the teacher's electronic dictionary (electronic dictionary 10), it is assumed that the word 26, for example, "impossible" is specified by a touch operation with the pen P on the screen 20 in question. Electronic dictionary 10 transmits search information including word data of word 26 ("impossible") to electronic dictionaries 10A and 10B.

電子辞書10A(生徒用電子辞書A)では、例えば優先設定データ12d1において優先コンテンツを使用する設定がされ、優先コンテンツデータ12d2により「英漢大辞典(第二版)」が優先コンテンツとして設定されているものとする。電子辞書10Aは、「英漢大辞典(第二版)」を検索対象として、検索語「impossible」をもとに検索を実行して、検索結果とする画面36をタッチパネル式表示部17に表示させる。 In the electronic dictionary 10A (student electronic dictionary A), for example, the priority setting data 12d1 is set to use priority content, and the priority content data 12d2 sets "English-Chinese dictionary (second edition)" as the priority content. shall be The electronic dictionary 10A performs a search on the "Great English-Chinese Dictionary (second edition)" based on the search word "impossible", and displays a screen 36 as the search result on the touch panel display unit 17. .

一方、電子辞書10B(生徒用電子辞書B)では、例えば優先設定データ12d1において優先コンテンツを使用する設定がされ、優先コンテンツデータ12d2により「英漢双解辞典(第九版)」が優先コンテンツとして設定されているものとする。電子辞書10Bは、「英漢双解辞典(第九版)」を検索対象として、検索語「impossible」をもとに検索を実行して、検索結果とする画面46をタッチパネル式表示部17に表示させる。 On the other hand, in the electronic dictionary 10B (student electronic dictionary B), for example, the priority setting data 12d1 is set to use the priority content, and the priority content data 12d2 sets "English-Chinese Dictionary (9th Edition)" as the priority content. It shall be The electronic dictionary 10B performs a search on the "English-Chinese bilingual dictionary (ninth edition)" based on the search word "impossible", and displays a screen 46 as the search result on the touch panel display unit 17. Let

このようにして、電子辞書10A,10Bにおいて、それぞれ優先コンテンツ情報12dに個別に設定された優先コンテンツを対象として、電子辞書10からの検索情報について検索を実行する。従って、電子辞書10A,10Bをそれぞれ使用する生徒の好みに応じた検索結果が表示されるので、辞書コンテンツの効果的な利用が可能となる。 In this way, search information from the electronic dictionary 10 is searched for the priority content individually set in the priority content information 12d in the electronic dictionaries 10A and 10B. Therefore, search results according to the preferences of the students who use the electronic dictionaries 10A and 10B are displayed, so that the dictionary contents can be used effectively.

一方、優先コンテンツを使用しないことが設定されている場合(ステップD1、No)、電子辞書10AのCPU11は、電子辞書10から受信した検索情報をもとに、検索対象とする辞書コンテンツを特定する(ステップD2)。 On the other hand, if it is set not to use the priority content (step D1, No), the CPU 11 of the electronic dictionary 10A identifies the dictionary content to be searched based on the search information received from the electronic dictionary 10. (Step D2).

例えば、CPU11は、検索情報に辞書コンテンツを識別する識別データが含まれる場合、識別データが示す辞書コンテンツを検索対象とする。また、検索情報に辞書コンテンツの分類を示す分類データが含まれる場合、分類データが示す分類(例えば「英語系」)に含まれる複数の辞書コンテンツから予め設定される優先順位に従って特定される辞書コンテンツを検索対象とする。優先順位は、予め決められていても良いし、前述したユーザによる辞書コンテンツの利用履歴(例えば、辞書毎の利用回数、利用時間、最後に利用された日時)などをもとに決定しても良い。 For example, when the search information includes identification data for identifying dictionary content, the CPU 11 searches dictionary content indicated by the identification data. Further, when the search information includes classification data indicating the classification of dictionary content, the dictionary content is identified according to a preset priority order from a plurality of dictionary contents included in the classification (for example, "English") indicated by the classification data. to be searched. The order of priority may be determined in advance, or may be determined based on the usage history of the dictionary content by the user (for example, the number of times each dictionary is used, the time of use, and the last date and time of use). good.

電子辞書10BのCPU11は、検索情報をもとに特定した辞書コンテンツを検索対象として、検索語「impossible」をもとに検索を実行して(ステップD3)、検索結果とする画面をタッチパネル式表示部17に表示させる(ステップD4)。 The CPU 11 of the electronic dictionary 10B executes a search based on the search word "impossible" for the dictionary contents specified based on the search information (step D3), and displays a screen as a search result in a touch panel type. It is displayed on the unit 17 (step D4).

生徒用電子辞書の電子辞書10Bは、前述した電子辞書10Aと同様にして、電子辞書10から受信した検索情報をもとに、検索対象とする優先コンテンツを特定して検索を実行する。 Similar to the electronic dictionary 10A described above, the electronic dictionary 10B of the electronic dictionary for students specifies the priority content to be searched based on the search information received from the electronic dictionary 10 and executes the search.

なお、検索情報に、電子辞書10(教師用電子辞書)を使用する教師によって設定された、特定の辞書コンテンツを指定する辞書指定データが含まれている場合、辞書指定データが示す辞書コンテンツを、優先コンテンツ情報12dの設定や生徒用電子辞書の利用履歴に関係無く検索対象として選択するようにしても良い。すなわち、教師が指定した辞書コンテンツを対象として、電子辞書10A,10B(生徒用電子辞書)において学習検索処理を実行させる。これにより、教師が意図した辞書コンテンツに対する検索結果を、生徒用電子辞書において強制的に表示させることができる。 Note that if the search information includes dictionary designation data that designates specific dictionary content set by a teacher who uses the electronic dictionary 10 (teacher's electronic dictionary), the dictionary content indicated by the dictionary designation data is The search target may be selected regardless of the setting of the priority content information 12d or the usage history of the student's electronic dictionary. That is, the electronic dictionaries 10A and 10B (student electronic dictionaries) are made to execute the learning search process for the dictionary contents specified by the teacher. As a result, it is possible to forcibly display the search results for the dictionary content intended by the teacher in the student's electronic dictionary.

電子辞書10は、学習処理の終了が指示されなければ(ステップB8、No)、任意に問題を変更することができる(ステップB5、Yes)。そして、問題を表示する画面において、電子辞書10A,10Bにおいて学習検索処理において辞書コンテンツに対する検索に用いる単語(検索情報)を任意に指定することができる。 If the electronic dictionary 10 is not instructed to end the learning process (step B8, No), the question can be arbitrarily changed (step B5, Yes). Then, on the screen displaying the question, the user can arbitrarily designate a word (search information) to be used for searching dictionary contents in the learning search process in the electronic dictionaries 10A and 10B.

電子辞書10は、学習処理の終了が指示されると(ステップB8、Yes)、電子辞書10A,10Bとの通信リンクを切断して学習処理を終了する。 When the electronic dictionary 10 is instructed to end the learning process (Yes at step B8), the electronic dictionary 10 disconnects the communication links with the electronic dictionaries 10A and 10B and ends the learning process.

一方、電子辞書10A,10Bは、学習処理の終了が指示されなければ(ステップC8、No)、電子辞書10から受信される表示データに応じて、問題の画面をタッチパネル式表示部17に表示させる。また、検索情報(単語データ)を受信した場合には、検索情報に応じた学習検索処理を実行する(ステップC7)。 On the other hand, electronic dictionaries 10A and 10B cause the touch panel display unit 17 to display the screen in question according to the display data received from the electronic dictionary 10 unless the end of the learning process is instructed (step C8, No). . Also, when the search information (word data) is received, a learning search process corresponding to the search information is executed (step C7).

電子辞書10A,10Bは、学習処理の終了が指示されると(ステップC8、Yes)、電子辞書10との通信リンクを切断して学習処理を終了する。 When electronic dictionaries 10A and 10B are instructed to end the learning process (step C8, Yes), the communication link with electronic dictionary 10 is cut off and the learning process ends.

このようにして、本実施形態における電子辞書10A,10B(生徒用電子辞書)では、学習処理中における教師の指定に応じた電子辞書10(教師用電子辞書)からの検索情報に応じて、辞書データ12cに含まれる辞書コンテンツを有効に利用し、学習検索処理による検索結果を表示させるので、生徒用電子辞書側における学習の効果を向上させることが可能となる。 In this manner, the electronic dictionaries 10A and 10B (electronic dictionaries for students) according to the present embodiment can search the electronic dictionary 10 (electronic dictionaries for teachers) according to the search information specified by the teacher during the learning process. Since the dictionary content included in the data 12c is effectively used and the search results obtained by the learning search processing are displayed, it is possible to improve the effect of learning on the student electronic dictionary side.

なお、実施形態において記載した手法、すなわち図3~図5のフローチャートに示す処理等の各手法は、コンピュータに実行させることができるプログラムとして、メモリカード(ROMカード、RAMカード等)、磁気ディスク(フレキシブルディスク、ハードディスク等)、光ディスク(CD-ROM、DVD等)、半導体メモリ等の記録媒体に格納して配布することができる。そして、コンピュータは、外部記録媒体に記録されたプログラムを読み込み、このプログラムによって動作が制御されることにより、実施形態において説明した機能と同様の処理を実現することができる。 It should be noted that the methods described in the embodiments, that is, each method such as the processing shown in the flowcharts of FIGS. flexible disk, hard disk, etc.), optical disk (CD-ROM, DVD, etc.), semiconductor memory, or other recording medium for distribution. Then, the computer reads the program recorded in the external recording medium, and the operation is controlled by this program, thereby realizing processing similar to the functions described in the embodiments.

また、各手法を実現するためのプログラムのデータは、プログラムコードの形態としてネットワーク(インターネット)上を伝送させることができ、このネットワークに接続されたコンピュータからプログラムデータを取り込み、前述した実施形態と同様の機能を実現することもできる。 In addition, program data for realizing each method can be transmitted over a network (Internet) in the form of program code, and the program data can be captured from a computer connected to this network and processed in the same manner as in the above-described embodiment. function can also be realized.

なお、本願発明は、実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。さらに、実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適宜な組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件から幾つかの構成要件が削除されたり、幾つかの構成要件が組み合わされても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除されたり組み合わされた構成が発明として抽出され得るものである。 It should be noted that the present invention is not limited to the embodiments, and can be variously modified in the implementation stage without departing from the gist of the invention. Furthermore, the embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. For example, even if some components are deleted from all the components shown in the embodiments, or some components are combined, the problems described in the column of problems to be solved by the invention can be solved, and the invention If the effect described in the effect column of 1 above can be obtained, a configuration in which this constituent element is deleted or combined can be extracted as an invention.

以下に、本願出願の当初の特許請求の範囲に記載された発明を付記する。 The invention described in the original claims of the present application is appended below.

[1]
見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部と、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させる制御部と
を有する情報処理装置。
[1]
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
a communication unit that communicates with another device;
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content An information processing apparatus having a control section for displaying information on a display section.

[2]
前記制御部は、
前記他の装置において実行された処理によって前記他の装置の表示部の画面に表示された内容を示す表示情報を、前記通信部を通じて取得し、前記表示情報に基づいて前記他の装置と同じ内容の画面を前記表示部に表示させ、
前記他の装置と同じ内容の画面を表示させている時に、前記検索情報を受信した場合に、前記検索情報により前記辞書コンテンツの見出し語を検索する、[1]記載の情報処理装置。
[2]
The control unit
Display information indicating the content displayed on the screen of the display unit of the other device by the processing executed in the other device is acquired through the communication unit, and the same content as that of the other device based on the display information is displayed on the display unit,
The information processing apparatus according to [1], wherein when the search information is received while a screen having the same content as that of the other apparatus is displayed, the search information is used to search for entry words in the dictionary content.

[3]
前記辞書記憶部には、複数の辞書コンテンツが記憶され、
前記制御部は、
前記他の装置から取得された前記検索情報に応じて、複数の辞書コンテンツから検索対象とした選択した辞書コンテンツの見出し語について検索する、[1]または[2]記載の情報処理装置。
[3]
The dictionary storage unit stores a plurality of dictionary contents,
The control unit
The information processing apparatus according to [1] or [2], wherein a headword of a selected dictionary content as a search target is searched from a plurality of dictionary contents according to the search information acquired from the other device.

[4]
前記検索情報には、検索対象とする辞書コンテンツを示す識別データを含まれ、
前記制御部は、前記識別データが示す辞書コンテンツを対象として、前記検索情報をもとに検索する、[3]記載の情報処理装置。
[4]
The search information includes identification data indicating dictionary content to be searched,
The information processing apparatus according to [3], wherein the control unit searches dictionary contents indicated by the identification data based on the search information.

[5]
前記制御部は、
前記検索情報による検索の対象として優先させる辞書コンテンツを示す優先コンテンツデータを記憶させ、
複数の辞書コンテンツから前記優先コンテンツデータが示す辞書コンテンツを優先して、前記検索情報により検索をする[3]記載の情報処理装置。
[5]
The control unit
storing priority content data indicating dictionary content to be prioritized as a search target based on the search information;
The information processing apparatus according to [3], wherein the dictionary content indicated by the priority content data is preferentially searched from among a plurality of dictionary contents, and the search is performed using the search information.

[6]
見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部とを有する情報処理装置を制御する情報処理方法であって、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させる情報処理方法。
[6]
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
An information processing method for controlling an information processing device having a communication unit that communicates with another device,
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content An information processing method for displaying information on a display unit.

[7]
見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部とを有する情報処理装置を制御するコンピュータを、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させるように機能させるためのプログラム。
[7]
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
A computer that controls an information processing device having a communication unit that communicates with another device,
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content A program that functions to display information on the display unit.

10…電子辞書、11…CPU、12…メモリ、12a…辞書制御処理プログラム、12b…学習処理プログラム、12c…辞書データ、12d…優先コンテンツ情報、12d1…優先設定データ、12d2…優先コンテンツデータ、13…外部記録媒体、14…記録媒体読取部、15…通信部、16…キー入力部、17…タッチパネル式表示部。 10... Electronic dictionary 11... CPU 12... Memory 12a... Dictionary control processing program 12b... Learning processing program 12c... Dictionary data 12d... Priority content information 12d1... Priority setting data 12d2... Priority content data 13 External recording medium 14 Recording medium reading unit 15 Communication unit 16 Key input unit 17 Touch panel type display unit.

Claims (7)

見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部と、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させる制御部と
を有する情報処理装置。
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
a communication unit that communicates with another device;
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content An information processing apparatus having a control section for displaying information on a display section.
前記制御部は、
前記他の装置において実行された処理によって前記他の装置の表示部の画面に表示された内容を示す表示情報を、前記通信部を通じて取得し、前記表示情報に基づいて前記他の装置と同じ内容の画面を前記表示部に表示させ、
前記他の装置と同じ内容の画面を表示させている時に、前記検索情報を受信した場合に、前記検索情報により前記辞書コンテンツの見出し語を検索する、請求項1記載の情報処理装置。
The control unit
Display information indicating the content displayed on the screen of the display unit of the other device by the processing executed in the other device is acquired through the communication unit, and the same content as the other device based on the display information is displayed on the display unit,
2. The information processing apparatus according to claim 1, wherein when said search information is received while a screen having the same content as that of said other apparatus is displayed, said search information is used to search for entry words in said dictionary contents.
前記辞書記憶部には、複数の辞書コンテンツが記憶され、
前記制御部は、
前記他の装置から取得された前記検索情報に応じて、複数の辞書コンテンツから検索対象とした選択した辞書コンテンツの見出し語について検索する、請求項1または請求項2記載の情報処理装置。
The dictionary storage unit stores a plurality of dictionary contents,
The control unit
3. The information processing apparatus according to claim 1, wherein, according to the search information acquired from the other apparatus, a headword of a selected dictionary content as a search target is searched from a plurality of dictionary contents.
前記検索情報には、検索対象とする辞書コンテンツを示す識別データを含まれ、
前記制御部は、前記識別データが示す辞書コンテンツを対象として、前記検索情報をもとに検索する、請求項3記載の情報処理装置。
The search information includes identification data indicating dictionary content to be searched,
4. The information processing apparatus according to claim 3, wherein said control unit searches dictionary contents indicated by said identification data based on said search information.
前記制御部は、
前記検索情報による検索の対象として優先させる辞書コンテンツを示す優先コンテンツデータを記憶させ、
複数の辞書コンテンツから前記優先コンテンツデータが示す辞書コンテンツを優先して、前記検索情報により検索をする請求項3記載の情報処理装置。
The control unit
storing priority content data indicating dictionary content to be prioritized as a search target based on the search information;
4. The information processing apparatus according to claim 3, wherein a dictionary content indicated by said priority content data is preferentially searched from a plurality of dictionary contents by said search information.
見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部とを有する情報処理装置を制御する情報処理方法であって、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させる情報処理方法。
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
An information processing method for controlling an information processing device having a communication unit that communicates with another device,
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content An information processing method for displaying information on a display unit.
見出し語と前記見出し語に対応する情報が対応づけられた辞書コンテンツを記憶する辞書記憶部と、
他の装置と通信する通信部とを有する情報処理装置を制御するコンピュータを、
前記通信部を通じて、前記他の装置において実行された処理により選択された検索情報を取得し、前記検索情報により前記辞書コンテンツの見出し語を検索し、前記辞書コンテンツから検索された見出し語に対応する情報を、表示部に表示させるように機能させるためのプログラム。
a dictionary storage unit that stores dictionary contents in which headwords and information corresponding to the headwords are associated;
A computer that controls an information processing device having a communication unit that communicates with another device,
Acquiring search information selected by processing executed in the other device through the communication unit, searching for headwords in the dictionary content based on the search information, and corresponding to headwords retrieved from the dictionary content A program that functions to display information on the display unit.
JP2021040483A 2021-03-12 2021-03-12 Information processing device, information processing method and program Active JP7342903B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2021040483A JP7342903B2 (en) 2021-03-12 2021-03-12 Information processing device, information processing method and program
CN202210119722.3A CN115080755A (en) 2021-03-12 2022-02-08 Information processing apparatus, information processing method, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021040483A JP7342903B2 (en) 2021-03-12 2021-03-12 Information processing device, information processing method and program

Publications (2)

Publication Number Publication Date
JP2022139904A true JP2022139904A (en) 2022-09-26
JP7342903B2 JP7342903B2 (en) 2023-09-12

Family

ID=83245527

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021040483A Active JP7342903B2 (en) 2021-03-12 2021-03-12 Information processing device, information processing method and program

Country Status (2)

Country Link
JP (1) JP7342903B2 (en)
CN (1) CN115080755A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09190151A (en) * 1996-01-10 1997-07-22 Fujitsu Ltd Remote education system and processor for remote education
JP2005293233A (en) * 2004-03-31 2005-10-20 Casio Comput Co Ltd Information display controller, server, and program
US20070048719A1 (en) * 2003-07-08 2007-03-01 Dahua He Methods and systems for presenting and recording class sessions in virtual classroom
JP2009059053A (en) * 2007-08-30 2009-03-19 Seiko Instruments Inc Dictionary retrieving device, dictionary retrieving method, and dictionary retrieving program
JP2011259156A (en) * 2010-06-08 2011-12-22 Sharp Corp Content playback device, content playback device controlling method, control program, and recording medium
JP2017054167A (en) * 2015-09-07 2017-03-16 カシオ計算機株式会社 Information terminal device and program
JP2017059068A (en) * 2015-09-18 2017-03-23 カシオ計算機株式会社 Information acquisition device and program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09190151A (en) * 1996-01-10 1997-07-22 Fujitsu Ltd Remote education system and processor for remote education
US20070048719A1 (en) * 2003-07-08 2007-03-01 Dahua He Methods and systems for presenting and recording class sessions in virtual classroom
JP2005293233A (en) * 2004-03-31 2005-10-20 Casio Comput Co Ltd Information display controller, server, and program
JP2009059053A (en) * 2007-08-30 2009-03-19 Seiko Instruments Inc Dictionary retrieving device, dictionary retrieving method, and dictionary retrieving program
JP2011259156A (en) * 2010-06-08 2011-12-22 Sharp Corp Content playback device, content playback device controlling method, control program, and recording medium
JP2017054167A (en) * 2015-09-07 2017-03-16 カシオ計算機株式会社 Information terminal device and program
JP2017059068A (en) * 2015-09-18 2017-03-23 カシオ計算機株式会社 Information acquisition device and program

Also Published As

Publication number Publication date
CN115080755A (en) 2022-09-20
JP7342903B2 (en) 2023-09-12

Similar Documents

Publication Publication Date Title
JP7477006B2 (en) Electronic dictionary device, search support method and program
US8489389B2 (en) Electronic apparatus with dictionary function and computer-readable medium
JP3793878B2 (en) Information display control device and program
JP6965535B2 (en) Learning support device, learning support method and program
JP7342903B2 (en) Information processing device, information processing method and program
JP5482516B2 (en) Electronic device and program with dictionary function
JP4608928B2 (en) Information display control device and program
JP2004213237A (en) Information display control unit and program
CN112541071A (en) Electronic dictionary, learning word judgment method, and recording medium
JP7379839B2 (en) Sentence search device, sentence search program
CN112487040A (en) Information processing apparatus, information processing method, and storage medium
JP4281748B2 (en) Information display control device and program
JP2017016472A (en) Electronic apparatus and program
JP7476577B2 (en) Learning equipment, learning methods and programs
JP7439429B2 (en) Search device, search method, search program
JP7293782B2 (en) ELECTRONIC DEVICE, TEXT DISPLAY METHOD AND PROGRAM
JP2022139893A (en) Information processor, method for processing information, and program
JP4114695B2 (en) Information display control device and program
JP3927296B2 (en) Machine translation device and recording medium recording program applied to machine translation device
JP4483379B2 (en) Information display control device and program
JP2022051325A (en) Electronic apparatus, information storage method, and program
JP5130687B2 (en) Information display control device and information display control program
JP5843029B2 (en) Electronic device having communication function with dictionary terminal equipped with dictionary and recording medium recording electronic device control program
CN115859952A (en) Information processing apparatus, information processing method, and recording medium
JP2005293318A (en) Information display controller, server and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220105

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20230104

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230202

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230322

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230413

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230801

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230814

R150 Certificate of patent or registration of utility model

Ref document number: 7342903

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150