JP2006065651A - Program, apparatus and method for retrieving trademark name - Google Patents

Program, apparatus and method for retrieving trademark name Download PDF

Info

Publication number
JP2006065651A
JP2006065651A JP2004248642A JP2004248642A JP2006065651A JP 2006065651 A JP2006065651 A JP 2006065651A JP 2004248642 A JP2004248642 A JP 2004248642A JP 2004248642 A JP2004248642 A JP 2004248642A JP 2006065651 A JP2006065651 A JP 2006065651A
Authority
JP
Japan
Prior art keywords
name
trademark
database
storage device
search
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.)
Withdrawn
Application number
JP2004248642A
Other languages
Japanese (ja)
Inventor
Hiroyuki Nakajima
博之 中島
Kenichi Sakamoto
賢一 坂本
Norihiro Matsumoto
憲裕 松本
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.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2004248642A priority Critical patent/JP2006065651A/en
Publication of JP2006065651A publication Critical patent/JP2006065651A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enable a user having no expert knowledge to easily inspect trademarks. <P>SOLUTION: A trademark name retrieving apparatus is provided with: a voice recognition part 21 for inputting the name of a trademark to be retrieved and a commodity service name as voice signals and converting the voice signals into the phonemes of the trademark name and the commodity service name; a similar group retrieving processing part 22 for converting the phonemes of the commodity service name into a character code, extracting the notation of a commodity service name in the international classification table which is related to the commodity service name and extracting a similar group code related to the extracted notation of the commodity service name in the international classification table; a trademark name retrieving processing part 23 for retrieving a record to which the phonemes of the name of trademark to be retrieved which is converted by the voice recognition part 21 and the similar group code extracted by the similar group retrieving processing part 22 are related; and a retrieved result output part 25 for outputting the retrieved result obtained by the trademark name retrieving processing part 23. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、商標の検索対象物の称呼及び商品役務名から、検索対象物に関する商標出願を検索する商標称呼検索プログラム、商標称呼検索装置及び商標称呼検索方法に関する。   The present invention relates to a trademark name retrieval program, a trademark name retrieval device, and a trademark name retrieval method for retrieving a trademark application relating to a retrieval object from the designation of the trademark retrieval object and the product service name.

ビジネスにおいて、会社名、製品名、サービス名などの独自のブランド名を高めるために、商標を出願し、商標権を得ることが頻繁に行われている。   In business, in order to increase unique brand names such as company names, product names, and service names, it is frequently performed to apply for trademarks and obtain trademark rights.

商標権を得るためには、商標調査をした後、特許庁に対して、商標、その商標を発音したときの音である称呼、その商標を使用する商品又はサービス(役務)及びその商品又はサービス(役務)が属する区分である類似群を指定して、商標が出願される。その後、特許庁審査官による審査を通過して商標登録され、商標権が付与される。特許庁審査官によって、識別力がない商標であるか否か、先願先登録商標と同一又は類似する商標で指定商品(役務)も同一又は類似する商標であるか否かなどが審査される。このとき、類否判断と呼ばれる商標が互いに類似していると判断される基準に基づいて、類似するか否かが判断される。   In order to obtain a trademark right, after conducting a trademark search, the Patent Office shall be contacted with the trademark, the name when the trademark is pronounced, the goods or services (services) that use the trademark, and the goods or services A trademark is filed by designating a similar group to which (service) belongs. Thereafter, the trademark is registered after passing through examination by an examiner of the Patent Office, and a trademark right is granted. The JPO examiner examines whether the trademark has no discriminating power, whether the designated product (service) is the same or similar to the trademark registered in the earlier application, and the same or similar. . At this time, it is determined whether or not the trademarks referred to as similarity determination are similar based on a criterion for determining that the trademarks are similar to each other.

この商標の出願においては、専門的な知識が要される。具体的には、商品又はサービスが属する類似群を調査するためには、予め国際分類表上の表記を把握している必要がある。更に、類否判断においては様々な基準が設けられている。このように専門的な知識が要されるため、専門知識を有さないユーザが容易に商標調査を行うことが困難であった。   Application of this trademark requires specialized knowledge. Specifically, in order to investigate a similar group to which a product or service belongs, it is necessary to grasp the notation on the international classification table in advance. Furthermore, various criteria are provided for determining similarity. Since specialized knowledge is required in this way, it is difficult for a user who does not have specialized knowledge to easily conduct a trademark search.

商標等の類否判断を容易にするためのニューラルネットワークを用いた類否判断方法がある(例えば、特許文献1)。この特許文献1に記載の方法においては、入力層に、対比する二つの対象物から抽出した特徴を与える一方、出力層に、その対比する二つの対象物の類似度を与える学習用パターン情報を複数学習させてニューラルネットワークを構築する。更に、構築されたニューラルネットワークの入力層に、類否判断しようとする二つの対象物から抽出した特徴に基づく入力層パターン情報を入力して、出力層の出力によってこの対比する二つの対象物の類似度を判断する。
特開2002−334318号公報
There is a similarity determination method using a neural network for facilitating similarity determination of a trademark or the like (for example, Patent Document 1). In the method described in Patent Document 1, a feature extracted from two objects to be compared is given to the input layer, while learning pattern information to give the similarity between the two objects to be compared is given to the output layer. Build a neural network by learning more than one. Furthermore, input layer pattern information based on the features extracted from the two objects to be judged is input to the input layer of the constructed neural network, and the two objects to be compared are output by the output of the output layer. Judge similarity.
JP 2002-334318 A

しかし、特許文献1に記載された方法においては、商標同士の称呼の類否判断が容易に行われるが、専門知識を有さないユーザが容易に商標調査を行えるものではない。   However, in the method described in Patent Document 1, it is easy to determine the similarity of names between trademarks, but a user who does not have specialized knowledge cannot easily conduct a trademark search.

又、一般的な商標調査は、ユーザが商標、称呼、類似コードなどをキーボードなどの文字で入力され、文字データベースで検索される。しかし、文字で入力する場合には、ユーザがキーボードに向かわなければならないなど、ある程度の制約が生じてしまう問題がある。   In a general trademark search, a user inputs a trademark, a title, a similar code, and the like using characters such as a keyboard, and is searched in a character database. However, when inputting characters, there is a problem that a certain degree of restriction occurs, such as the user having to face the keyboard.

このような状況に鑑み、専門知識を有さないユーザが容易に商標調査を行える方法の提案が要望されている。   In view of such a situation, there is a demand for a proposal of a method by which a user who does not have specialized knowledge can easily conduct a trademark search.

従って本発明の目的は、容易に商標調査を行える商標称呼検索プログラム、商標称呼検索装置及び商標称呼検索方法を提供することである。   SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a trademark name search program, a trademark name search device, and a trademark name search method capable of easily searching for a trademark.

上記課題を解決するために、本発明の特徴は、文字コードで表記された文言と、文言の分類表における商品役務名の表記とが関連づけられた商品役務名データベースを記憶装置に記憶する手段と、分類表の商品役務名と、類似群コードが関連づけられた国際分類データベースを記憶装置に記憶する手段と、商標出願された称呼の音韻と、類似群コードとが関連づけられた商標称呼音声データベースを記憶装置に記憶する手段と、商標の検索対象物の称呼及び商品役務名が音声信号として入力されると、音声信号から称呼及び商品役務名の音韻に変換する音声認識手段と、音声認識手段で変換された商品役務名の音韻を文字コードに変換し、記憶装置から商品役務名データベースを読み出して、商品役務名に関連づけられた分類表の商品役務名の表記を抽出するとともに、記憶装置から国際分類データベースを読み出して、抽出された分類表の商品役務名の表記に関連づけられた類似群コードを抽出する類似群検索処理手段と、記憶装置から商標称呼音声データベースを読み出して、商標称呼音声データベースから、音声認識手段で変換された検索対象物の称呼の音韻と類似群検索処理手段で抽出された類似群コードが関連づけられたレコードを検索する商標称呼検索処理手段と、商標称呼検索処理手段における検索結果を出力する検索結果出力手段とをコンピュータで実現させる。   In order to solve the above-mentioned problems, the present invention is characterized in that a product / service name database in which a word written in a character code and a product / service name notation in a word classification table are associated is stored in a storage device. Means for storing in the storage device an international classification database in which the commodity service name of the classification table and the similar group code are associated with each other, and a trademark name speech database in which the phoneme of the trademark application and the similar group code are associated with each other. A means for storing in a storage device, a speech recognition means for converting a speech signal into a phoneme of a name and a product service name when the name and product service name of a trademark search object are input as speech signals; Converts the phoneme of the converted product service name into a character code, reads the product service name database from the storage device, and stores the product service name in the classification table associated with the product service name Similar group retrieval processing means for extracting the similar group code associated with the notation of the commodity service name in the extracted classification table by reading out the international classification database from the storage device, and the trademark name calling speech from the storage device Trademark name search processing that reads a database and searches a record in which a similar group code extracted by the similar group search processing means is associated with the phoneme of the name of the search object converted by the speech recognition means from the trademark name speech database. And a search result output means for outputting a search result in the trademark name search processing means is realized by a computer.

このような本発明によれば、区分、類似群コード、商標称呼などの商標称呼の検索に必要な入力項目を音声にて入力できる。更に、ユーザが区分、類似群コードを知らなくても、任意の商品名又は役務名が入力されることにより、本発明の特徴に係る商標称呼検索装置は、国際分類上の区分、類似群コードを検索することができる。   According to the present invention as described above, it is possible to input by voice input items necessary for searching for a trademark name such as a category, a similar group code, and a trademark name. Furthermore, even if the user does not know the category / similar group code, by inputting an arbitrary product name or service name, the trademark name search device according to the feature of the present invention is able to obtain the category / similar group code in the international classification. Can be searched.

本発明によれば、容易に商標調査を行える商標称呼検索プログラム、商標称呼検索装置及び商標称呼検索方法を提供することができる。   According to the present invention, it is possible to provide a trademark name search program, a trademark name search device, and a trademark name search method that can easily perform a trademark search.

次に、図面を参照して、本発明の実施の形態を説明する。以下の図面の記載において、同一又は類似の部分には同一又は類似の符号を付している。   Next, embodiments of the present invention will be described with reference to the drawings. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals.

(最良の実施の形態)
本発明の最良の実施の形態に係る商標称呼検索装置1は、図1に示すように情報端末3から音声入力された商品や商品の分類に基づいて、容易に商標調査を行える装置である。
(Best Embodiment)
The trademark name search device 1 according to the preferred embodiment of the present invention is a device that can easily conduct a trademark search based on a product or a classification of a product inputted by voice from the information terminal 3 as shown in FIG.

情報端末3は、音声入力装置31と出力装置32を備える。音声入力装置は、検索対象物である商標を検索するための条件である称呼と、検索対象物が属する区分を音声で入力し、入力された音声を音声信号を変換し、音声信号を商標称呼検索装置1に送信する。このとき入力される検索対象物が属する区分は、国際分類である必要はなく、ユーザが思いついた名称で良い。出力装置32は、音声入力装置31によって入力された条件に従って、商標称呼検索装置1で検索された結果を表示し、具体的には、ディスプレイやプリンタなどである。商標称呼検索装置1と情報端末3は、インターネットやLANなどの通信ネットワークで接続されており、互いに通信可能である。   The information terminal 3 includes a voice input device 31 and an output device 32. The voice input device inputs a name that is a condition for searching for a trademark that is a search target and a classification to which the search target belongs by voice, converts the input voice to a voice signal, and calls the voice signal a trademark. It transmits to the search device 1. The classification to which the search object input at this time belongs does not need to be an international classification, but may be a name that the user has come up with. The output device 32 displays the result retrieved by the trademark name retrieval device 1 according to the conditions input by the voice input device 31, and is specifically a display or a printer. The trademark name search device 1 and the information terminal 3 are connected via a communication network such as the Internet or a LAN, and can communicate with each other.

図2に示すように、本発明の最良の実施の形態に係る商標称呼検索装置1は、中央処理制御装置101、ROM(Read Only Memory)102、RAM(Random Access Memory)103及び入出力インタフェース109が、バス110を介して接続されている。入出力インタフェース109には、入力装置104、表示装置105、通信制御装置106、記憶装置107及びリムーバブルディスク108が接続されている。   As shown in FIG. 2, the trademark name search device 1 according to the preferred embodiment of the present invention includes a central processing control device 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, and an input / output interface 109. Are connected via the bus 110. An input device 104, a display device 105, a communication control device 106, a storage device 107, and a removable disk 108 are connected to the input / output interface 109.

中央処理制御装置101は、入力装置104からの入力信号に基づいてROM102から商標称呼検索装置1を起動するためのブートプログラムを読み出して実行し、更に記憶装置107に記憶されたオペレーティングシステムを読み出す。更に中央処理制御装置101は、入力装置104や通信制御装置106などの入力信号に基づいて、各種装置の制御を行ったり、RAM103や記憶装置107などに記憶されたプログラム及びデータを読み出してRAM103にロードするとともに、RAM103から読み出されたプログラムのコマンドに基づいて、データの計算又は加工など、後述する一連の処理を実現する処理装置である。   The central processing control device 101 reads out and executes a boot program for starting the trademark name retrieval device 1 from the ROM 102 based on an input signal from the input device 104, and further reads an operating system stored in the storage device 107. Further, the central processing control device 101 controls various devices based on input signals from the input device 104, the communication control device 106, etc., and reads programs and data stored in the RAM 103, the storage device 107, etc. into the RAM 103. A processing device that loads and implements a series of processes to be described later, such as data calculation or processing, based on a program command read from the RAM 103.

入力装置104は、操作者が各種の操作を入力するキーボード、マウスなどの入力デバイスにより構成されており、操作者の操作に基づいて入力信号を作成し、入出力インタフェース109及びバス110を介して中央処理制御装置101に送信される。表示装置105は、CRT(Cathode Ray Tube)ディスプレイや液晶ディスプレイなどであり、中央処理制御装置101からバス110及び入出力インタフェース109を介して表示装置105において表示させる出力信号を受信し、例えば中央処理制御装置101の処理結果などを表示する装置である。通信制御装置106は、LANカードやモデムなどの装置であり、商標称呼検索装置1をインターネットやLANなどの通信ネットワークに接続する装置である。通信制御装置106を介して通信ネットワークと送受信したデータは入力信号又は出力信号として、入出力インタフェース及びバス110を介して中央処理制御装置101に送受信される。   The input device 104 includes input devices such as a keyboard and a mouse through which an operator inputs various operations. The input device 104 generates an input signal based on the operation of the operator, and inputs via the input / output interface 109 and the bus 110. It is transmitted to the central processing control apparatus 101. The display device 105 is a CRT (Cathode Ray Tube) display, a liquid crystal display, or the like. The display device 105 receives an output signal to be displayed on the display device 105 from the central processing control device 101 via the bus 110 and the input / output interface 109. It is a device that displays the processing result of the control device 101 and the like. The communication control device 106 is a device such as a LAN card or a modem, and is a device that connects the trademark name search device 1 to a communication network such as the Internet or a LAN. Data transmitted / received to / from the communication network via the communication control device 106 is transmitted / received to / from the central processing control device 101 via the input / output interface and bus 110 as an input signal or an output signal.

記憶装置107は半導体記憶装置や磁気ディスク装置であって、中央処理制御装置101で実行されるプログラムやデータが記憶されている。リムーバブルディスク108は、光ディスクやフレキシブルディスクのことであり、ディスクドライブによって読み書きされた信号は、入出力インタフェース109及びバス110を介して中央処理制御装置101に送受信される。   The storage device 107 is a semiconductor storage device or a magnetic disk device, and stores programs and data executed by the central processing control device 101. The removable disk 108 is an optical disk or a flexible disk, and signals read / written by the disk drive are transmitted / received to / from the central processing control apparatus 101 via the input / output interface 109 and the bus 110.

本発明の最良の実施の形態に係る商標称呼検索装置1の記憶装置107には、商標称呼検索プログラムが記憶されるとともに、商品役務名データベース11、国際分類データベース12、商標称呼音声データベース13、類否判断データベース14が記憶されている。又、商標称呼検索プログラムが商標称呼検索装置1の中央処理制御装置101に読み込まれ実行されることによって、音声認識部21、類似群検索処理部22、商標称呼検索処理部23、類否判断部24、検索結果出力部25が商標称呼検索装置1に実装される。   The storage device 107 of the trademark name search device 1 according to the preferred embodiment of the present invention stores a trademark name search program, a product service name database 11, an international classification database 12, a trademark name call voice database 13, and the like. A rejection database 14 is stored. Further, the trademark name retrieval program is read and executed by the central processing control device 101 of the trademark name retrieval device 1, so that the voice recognition unit 21, the similar group retrieval processing unit 22, the trademark name retrieval processing unit 23, and the similarity determination unit. 24. A search result output unit 25 is installed in the trademark name search device 1.

商品役務名データベース11には、文字コードで表記された文言と、文言の国際分類表(分類表)における商品役務名の表記とが関連づけられて記憶装置107に記憶されている。商品役務名データベース11は、図3に示すようなデータ構造とデータの一例を備える。具体的には、一般的な文言である「お手伝い」が、国際分類表上の表記である「家政婦」と関連づけられている。   In the merchandise / service name database 11, the wording expressed in character codes and the notation of the merchandise / service name in the international classification table (classification table) of the wording are associated and stored in the storage device 107. The product service name database 11 has an example of a data structure and data as shown in FIG. Specifically, “help”, which is a general wording, is associated with “housekeeper”, which is a notation on the international classification table.

国際分類データベース12は、国際分類表の商品役務名と、類似群コードが関連づけられて記憶装置107に記憶されている。国際分類データベース12は、図4に示すようなデータ構造とデータの一例を備える。具体的には、国際分類表上の商品役務名から商標出願における商品及び役務の区分、類似群コードが関連づけられている。具体的には、「医師・看護師・介護人・家政婦のあっせん」が、区分「35」及び類似群コード「35D01」に関連づけられている。この国際分類データベース12は、国際分類表上の商品/役務名から区分及び類似群コードが検索できればどのようなデータ構造を備えても良い。   In the international classification database 12, the commodity service name of the international classification table and the similar group code are associated and stored in the storage device 107. The international classification database 12 has an example of a data structure and data as shown in FIG. Specifically, the product / service classification in the trademark application and the similar group code are associated with the product / service name on the international classification table. Specifically, “doctor / nurse / caregiver / homemaker's mediation” is associated with the classification “35” and the similar group code “35D01”. The international classification database 12 may have any data structure as long as the category and similar group codes can be searched from the product / service names on the international classification table.

商標称呼音声データベース13は、既に商標出願された称呼の音韻と、類似群コードとが関連づけられて記憶装置107に記憶されている。商標称呼音声データベースは、図5に示すようなデータ構造とデータの一例を備える。具体的には、商標出願された出願番号と、その区分、類似群コード、商標称呼、商標称呼の音韻に基づく音声信号が関連づけられている。音声信号は、情報端末3の出力装置32によって再生可能なデータ形式で記憶されている。商標称呼音声データベース13は、音声信号が登録されているオブジェクトデータベースであっても良いし、単に音声信号が記憶されたファイルの識別子が関連づけられ、商標称呼検索装置1の所定のディレクトリに当該ファイルが記憶されていても良い。   In the trademark name speech database 13, the phoneme of the name already applied for trademark and the similar group code are stored in the storage device 107 in association with each other. The trade name call voice database has an example of a data structure and data as shown in FIG. Specifically, the application number of the trademark application is associated with the classification, the similar group code, the trademark name, and the speech signal based on the phoneme of the trademark name. The audio signal is stored in a data format that can be reproduced by the output device 32 of the information terminal 3. The trade name call voice database 13 may be an object database in which a voice signal is registered, or simply associated with an identifier of a file in which the voice signal is stored, and the file is stored in a predetermined directory of the trade name call search apparatus 1. It may be remembered.

類否判断データベース14は、商標の称呼と、称呼と類否判断される文言とが関連づけられて記憶装置107に記憶されている。類否判断データベースは、図6に示すようなデータ構造とデータの一例を備える。図6に示す例では、入力された呼称と、商標の類否判断で類似と判断されるデータベース上の呼称とが関連づけられており、具体的には、「ア」という呼称は、「ヤ」や「ワ」であっても類似と判断される。   The similarity determination database 14 is stored in the storage device 107 in association with the designation of the trademark and the word / phrase determined to be similar. The similarity determination database has an example of a data structure and data as shown in FIG. In the example shown in FIG. 6, the input name is associated with the name on the database that is determined to be similar in the trademark similarity determination. Specifically, the name “A” is “Y”. Even “wa” is judged to be similar.

この類否判断データベース14は、商標において類似と判断されるあらゆるパターンが登録されていることが好ましい。   In this similarity determination database 14, it is preferable that all patterns determined to be similar in the trademark are registered.

音声認識部21は、商標の検索対象物の称呼及び商品役務名が音声信号として入力されると、音声信号から称呼及び商品役務名の音韻に変換する。各音韻はひらがな一文字に相当する。本発明の最良の実施の形態に係る商標称呼検索装置1によれば、ユーザに音声で入力させることができるので、ユーザに容易に入力させることのできるインタフェースを提供することができる。音声信号は周波数等で示され、周波数変換によりスペクトルを求め、その時間変化のパターンから発声された音韻を識別する。   When the name of the trademark search object and the product service name are input as a speech signal, the speech recognition unit 21 converts the speech signal into a phoneme of the name and product service name. Each phoneme corresponds to a single hiragana character. According to the trademark name search device 1 according to the preferred embodiment of the present invention, since the user can input by voice, an interface that can be easily input by the user can be provided. The audio signal is indicated by a frequency or the like, a spectrum is obtained by frequency conversion, and a phoneme uttered is identified from the temporal change pattern.

類似群検索処理部22は、音声認識部21で変換された商品役務名の音韻を文字コードに変換し、記憶装置107から商品役務名データベース11を読み出して、商品役務名に関連づけられた国際分類表の商品役務名の表記を抽出する。更に、類似群検索処理部22は、記憶装置107から国際分類データベース12を読み出して、抽出された国際分類表の商品役務名の表記に関連づけられた区分や類似群コードを抽出する。例えば、ユーザが国際分類表上で登録されている表記を知らない場合でも、ユーザが相当しうる検索対象の商品役務名が入力されると、国際分類表上の表記に変換することができる。更に、国際分類表上の表記から国際分類における類似群コードを抽出することができるので、ユーザは、国際分類表上の表記や類似群コードを意識することなく、容易に商標を検索することができる。   The similar group search processing unit 22 converts the phoneme of the product / service name converted by the speech recognition unit 21 into a character code, reads the product / service name database 11 from the storage device 107, and performs an international classification associated with the product / service name. Extract the notation of product service name in the table. Further, the similar group search processing unit 22 reads the international classification database 12 from the storage device 107, and extracts a category and a similar group code associated with the notation of the product service name in the extracted international classification table. For example, even if the user does not know the notation registered on the international classification table, when the merchandise service name to be searched that the user can correspond to is input, it can be converted into the notation on the international classification table. Furthermore, since the similar group codes in the international classification can be extracted from the notation on the international classification table, the user can easily search for the trademark without being aware of the notation on the international classification table and the similar group code. it can.

商標称呼検索処理部23は、記憶装置107から商標称呼音声データベース13を読み出して、商標称呼音声データベース13から、音声認識部21で変換された検索対象物の称呼の音韻と類似群検索処理部22で抽出された区分や類似群コードが関連づけられた出願番号を含むレコードを検索する。   The trademark name search processing unit 23 reads the trademark name speech database 13 from the storage device 107, and from the trademark name speech database 13, the phoneme and similar group search processing unit 22 of the name of the search target converted by the speech recognition unit 21. The record including the application number associated with the category and the similar group code extracted in is retrieved.

このとき、ユーザにより容易に商標検索をさせる場合、類否判断が行われても良い。具体的には、類否判断部24は、記憶装置107から類否判断データベース14を読み出して、音声認識部21で変換された検索対象物の称呼の音韻から類否判断される検索キーの音韻を出力する。このとき商標称呼検索処理部23は、記憶装置107から商標称呼音声データベース13を読み出して、商標称呼音声データベース13から、類否判断部24で出力された検索キーの音韻と類似群検索処理部22で抽出された類似群コードが関連づけられた出願番号を含むレコードを検索する。   At this time, when the trademark is easily searched by the user, the similarity determination may be performed. Specifically, the similarity determination unit 24 reads out the similarity determination database 14 from the storage device 107, and searches the phoneme of the search key that is determined from the phoneme of the name of the search target converted by the speech recognition unit 21. Is output. At this time, the trademark name retrieval processing unit 23 reads the trademark name speech database 13 from the storage device 107, and retrieves the phoneme and similar group retrieval processing unit 22 of the search key output by the similarity determination unit 24 from the trademark name speech database 13. The record including the application number associated with the similar group code extracted in is searched.

具体的には、例えば、類否判断部24は、検索対象物と同数音の称呼からなり、相違する1音が母音を共通にする文言、検索対象物と同数音の称呼からなり、相違する1音が音図の同行に属する文言、検索対象物と同数音の称呼からなり、相違する1音が清音、濁音、半濁音の差にすぎない文言、検索対象物と相違する1音がともに弱音であるか、又は弱音の有無の差にすぎない文言などは、類似していると判断する。具体的には、検索対象物が「スチッパー」である場合、類否判断部24は、同音数の称呼からなり、相違する一音が母音を共通にする「スキッパー」を検索キーとして出力する。このとき、類否判断データベース14には、「キ」と「チ」が関連づけられて登録されている。このように類否判断部24は、類否判断データベース14を検索して、検索対象物と類似している検索キーを出力する。   Specifically, for example, the similarity determination unit 24 is composed of the same number of sounds as the search object, and the different sound is composed of the same vowel as the search object and the same number of sounds as the search object. A note consists of the same number of words as the search object and the same number of sounds as the search object. A different sound is only a difference between a clear sound, a muddy sound, and a semi-voice sound, and a different sound from the search object. It is determined that words that are weak sounds or are merely similar in the presence or absence of weak sounds are similar. Specifically, when the search object is “sipper”, the similarity determination unit 24 outputs “skipper” having the same number of sounds and having different vowels in common as search keys. At this time, “ki” and “chi” are associated and registered in the similarity determination database 14. As described above, the similarity determination unit 24 searches the similarity determination database 14 and outputs a search key similar to the search object.

検索結果出力部25は、商標称呼検索処理部23における検索結果を出力する。このとき、検索結果は、文字コードとして出力され、情報端末3の出力装置32によって印字される。検索結果はまた、音声信号として出力されても良い。この場合、情報端末3の出力装置32は、音声信号を再生可能な装置である。   The search result output unit 25 outputs the search result in the trademark name search processing unit 23. At this time, the search result is output as a character code and printed by the output device 32 of the information terminal 3. The search result may also be output as an audio signal. In this case, the output device 32 of the information terminal 3 is a device that can reproduce an audio signal.

次に、図7を参照して、類似群検索処理部22の処理について説明する。
まず、ステップS101において、音声認識部21で入力された商品役務名の音声信号が文字コードに変換される。
次に、ステップS102において、ステップS101において文字コード化された商品役務名をキーとして国際分類データベース12を検索し、国際分類表での表記を抽出する。更に、ステップS103において、国際分類データベース12を検索して、ステップS102で抽出された国際分類表での表記から区分及び類似群コードを抽出する。
最後に、ステップS104において、ステップS103で出力された区分及び類似群コードを出力する。
Next, processing of the similar group search processing unit 22 will be described with reference to FIG.
First, in step S101, the voice signal of the product / service name input by the voice recognition unit 21 is converted into a character code.
Next, in step S102, the international classification database 12 is searched using the product / service name character-coded in step S101 as a key, and the notation in the international classification table is extracted. Further, in step S103, the international classification database 12 is searched, and the category and similar group code are extracted from the notation in the international classification table extracted in step S102.
Finally, in step S104, the category and similar group code output in step S103 is output.

次に、図8を参照して、商標称呼検索処理部23の処理について説明する。
まず、ステップS201において、音声認識部21によって出力された商標称呼の音韻と、類似群検索処理部22で出力された区分及び類似コードとを入力する。ステップS202において、類否判断部24によって、ステップS201で入力された商標称呼から類否判断される検索キーを検索する。例えば、検索対象物が「スキッパー」であった場合、「スチッパー」などが検索キーとして検索される。
Next, with reference to FIG. 8, the processing of the trademark name search processing unit 23 will be described.
First, in step S201, the phoneme of the trademark name output by the speech recognition unit 21 and the classification and similar code output by the similar group search processing unit 22 are input. In step S202, the similarity determination unit 24 searches for a search key that is determined to be similar from the trademark name input in step S201. For example, when the search object is “skipper”, “sipper” or the like is searched as a search key.

次に、ステップS203において、ステップS202で検索された検索キー、ステップS201で入力された区分及び類似群コードを指定して、該当するレコードを検索する。このとき、検索キー、区分、類似群コードが複数ある場合、検索キー、区分、類似群コードの全ての組み合わせが検索される。   Next, in step S203, the search key searched in step S202, the category input in step S201, and the similar group code are specified, and the corresponding record is searched. At this time, when there are a plurality of search keys, sections, and similar group codes, all combinations of the search keys, sections, and similar group codes are searched.

このような本発明の最良の実施の形態に係る商標称呼検索装置1によれば、区分、類似群コード、商標称呼などの商標称呼の検索に必要な入力項目を音声にて入力できる。更に、ユーザが区分、類似群コードを知らなくても、任意の商品名又は役務名が入力されることにより、商標称呼検索装置1は、国際分類上の区分、類似群コードを検索することができる。更に、入力された商標称呼は商標称呼に特有の類否判断によって新たな検索キーが生成され、出願された商標が検索される。   According to the trademark name retrieval apparatus 1 according to the preferred embodiment of the present invention, input items necessary for retrieving a trademark name such as a category, a similar group code, and a trademark name can be input by voice. Furthermore, even if the user does not know the category / similar group code, by inputting an arbitrary product name or service name, the trademark name retrieval device 1 can retrieve the category / similar group code in the international classification. it can. Further, a new search key is generated for the inputted trademark name by the similarity determination peculiar to the trademark name, and the applied trademark is searched.

これにより、本発明の最良の実施の形態に係る商標称呼検索装置1によれば、ユーザが容易に商標を検索することができる。   Thereby, according to the trademark name search device 1 according to the preferred embodiment of the present invention, a user can easily search for a trademark.

(その他の実施の形態)
上記のように、本発明の最良の実施の形態によって記載したが、この開示の一部をなす論述及び図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなる。
(Other embodiments)
As described above, the present invention has been described according to the best mode for carrying out the invention. However, it should not be understood that the description and drawings constituting a part of this disclosure limit the present invention. From this disclosure, various alternative embodiments, examples, and operational techniques will be apparent to those skilled in the art.

例えば、本発明の最良の実施の形態に記載した商標称呼検索装置は、図1に示すように一つのハードウェア上に構成されても良いし、その機能や処理数に応じて複数のハードウェア上に構成されても良い。   For example, the trademark name search device described in the best mode of the present invention may be configured on a single piece of hardware as shown in FIG. 1, or a plurality of pieces of hardware may be used depending on the functions and the number of processes. It may be configured above.

本発明はここでは記載していない様々な実施の形態等を含むことは勿論である。従って、本発明の技術的範囲は上記の説明から妥当な特許請求の範囲に係る発明特定事項によってのみ定められるものである。   It goes without saying that the present invention includes various embodiments not described herein. Therefore, the technical scope of the present invention is defined only by the invention specifying matters according to the scope of claims reasonable from the above description.

本発明の最良の実施の形態に係る商標称呼検索装置と情報端末の機能ブロック図である。It is a functional block diagram of a trademark name search device and an information terminal according to the preferred embodiment of the present invention. 本発明の最良の実施の形態に係る商標称呼検索装置のハードウェア構成図である。It is a hardware block diagram of the trademark name search apparatus based on the best embodiment of this invention. 本発明の最良の実施の形態に係る商品役務名データベースのデータ構造とデータの一例を説明する図である。It is a figure explaining an example of the data structure and data of the goods service name database which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係る国際分類データベースのデータ構造とデータの一例を説明する図である。It is a figure explaining an example of the data structure and data of the international classification database which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係る商標称呼音声データベースのデータ構造とデータの一例を説明する図である。It is a figure explaining an example of the data structure and data of the brand name voice database which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係る類否判断データベースのデータ構造とデータの一例を説明する図である。It is a figure explaining an example of the data structure and data of the similarity determination database which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係る類似群検索処理のフローチャートである。It is a flowchart of the similar group search process which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係る商標称呼検索処理のフローチャートである。It is a flowchart of the trademark name search process based on the best embodiment of this invention.

符号の説明Explanation of symbols

1…商標称呼検索装置
3…情報端末
11…商品役務データベース
11…商品役務名データベース
12…国際分類データベース
13…商標称呼音声データベース
14…類否判断データベース
21…音声認識部
22…類似群検索処理部
23…商標称呼検索処理部
24…類否判断部
25…検索結果出力部
31…音声入力装置
32…出力装置
101…中央処理制御装置
102…ROM
103…RAM
104…入力装置
105…表示装置
106…通信制御装置
107…記憶装置
108…リムーバブルディスク
109…入出力インタフェース
110…バス
DESCRIPTION OF SYMBOLS 1 ... Trademark name search apparatus 3 ... Information terminal 11 ... Merchandise service database 11 ... Merchandise service name database 12 ... International classification database 13 ... Trademark name speech database 14 ... Similarity judgment database 21 ... Speech recognition part 22 ... Similarity group search processing part DESCRIPTION OF SYMBOLS 23 ... Trademark name search processing part 24 ... Similarity judgment part 25 ... Search result output part 31 ... Voice input device 32 ... Output device 101 ... Central processing control device 102 ... ROM
103 ... RAM
104 ... Input device 105 ... Display device 106 ... Communication control device 107 ... Storage device 108 ... Removable disk 109 ... Input / output interface 110 ... Bus

Claims (5)

文字コードで表記された文言と、前記文言の分類表における商品役務名の表記とが関連づけられた商品役務名データベースを記憶装置に記憶する手段と、
前記分類表の商品役務名と、類似群コードが関連づけられた国際分類データベースを前記記憶装置に記憶する手段と、
商標出願された称呼の音韻と、前記類似群コードとが関連づけられた商標称呼音声データベースを前記記憶装置に記憶する手段と、
商標の検索対象物の称呼及び商品役務名が音声信号として入力されると、前記音声信号から前記称呼及び前記商品役務名の音韻に変換する音声認識手段と、
前記音声認識手段で変換された前記商品役務名の音韻を文字コードに変換し、前記記憶装置から前記商品役務名データベースを読み出して、前記商品役務名に関連づけられた前記分類表の商品役務名の表記を抽出するとともに、前記記憶装置から前記国際分類データベースを読み出して、抽出された前記分類表の商品役務名の表記に関連づけられた類似群コードを抽出する類似群検索処理手段と、
前記記憶装置から前記商標称呼音声データベースを読み出して、前記商標称呼音声データベースから、前記音声認識手段で変換された前記検索対象物の称呼の音韻と前記類似群検索処理手段で抽出された前記類似群コードが関連づけられたレコードを検索する商標称呼検索処理手段と、
前記商標称呼検索処理手段における検索結果を出力する検索結果出力手段
とをコンピュータで実現させることを特徴とする商標称呼検索プログラム。
Means for storing in a storage device a product / service name database in which a word expressed in character code and a description of a product / service name in the classification table of the word are associated;
Means for storing in the storage device an international classification database in which a commodity service name of the classification table and a similar group code are associated;
Means for storing, in the storage device, a trademark name speech database in which a phoneme of a trademark applied for a trademark and the similar group code are associated with each other;
A speech recognition means for converting the speech signal into a phoneme of the name and the product service name when the name and product service name of the trademark search object are input as speech signals;
The phoneme of the product service name converted by the speech recognition means is converted into a character code, the product service name database is read from the storage device, and the product service name of the classification table associated with the product service name A similar group search processing means for extracting the similar group code associated with the notation of the product service name of the extracted classification table by reading out the international classification database from the storage device and extracting the notation;
The trademark name speech database is read from the storage device, and the phoneme of the search object converted by the speech recognition means and the similarity group extracted by the similarity group search processing means are extracted from the trademark name speech database. Trademark name search processing means for searching for a record associated with a code;
What is claimed is: 1. A trademark name search program comprising: a search result output means for outputting a search result in the trademark name search processing means;
前記商標の前記称呼と、前記称呼と類否判断される文言とが関連づけられた類否判断データベースを前記記憶装置に記憶する手段と、
前記記憶装置から前記類否判断データベースを読み出して、前記音声認識部で変換された前記検索対象物の称呼の音韻から類否判断される検索キーの音韻を出力する類否判断手段を備え、
前記商標称呼検索処理部は、前記記憶装置から前記商標称呼音声データベースを読み出して、前記商標称呼音声データベースから、前記類否判断部で出力された前記検索キーの音韻と前記類似群検索処理部で抽出された前記類似群コードが関連づけられたレコードを検索する
ことを特徴とする請求項1に記載の商標称呼検索プログラム。
Means for storing in the storage device a similarity determination database in which the name of the trademark is associated with a word to be determined and similar;
A similarity determination unit that reads out the similarity determination database from the storage device and outputs a phoneme of a search key determined by similarity from a phoneme of a name of the search object converted by the speech recognition unit,
The trademark name retrieval processing unit reads the trademark name speech database from the storage device, and from the trademark name speech database, the phoneme of the search key output by the similarity determination unit and the similar group retrieval processing unit The trademark name retrieval program according to claim 1, wherein a record associated with the extracted similar group code is retrieved.
文字コードで表記された文言と、前記文言の分類表における商品役務名の表記とが関連づけられて記憶装置に記憶されている商品役務名データベースと、
前記分類表の商品役務名と、類似群コードが関連づけられて前記記憶装置に記憶されている国際分類データベースと、
商標出願された称呼の音韻と、前記類似群コードとが関連づけられて前記記憶装置に記憶されている商標称呼音声データベースと、
商標の検索対象物の称呼及び商品役務名が音声信号として入力されると、前記音声信号から前記称呼及び前記商品役務名の音韻に変換する音声認識部と、
前記音声認識部で変換された前記商品役務名の音韻を文字コードに変換し、前記記憶装置から前記商品役務名データベースを読み出して、前記商品役務名に関連づけられた前記分類表の商品役務名の表記を抽出するとともに、前記記憶装置から前記国際分類データベースを読み出して、抽出された前記分類表の商品役務名の表記に関連づけられた類似群コードを抽出する類似群検索処理部と、
前記記憶装置から前記商標称呼音声データベースを読み出して、前記商標称呼音声データベースから、前記音声認識部で変換された前記検索対象物の称呼の音韻と前記類似群検索処理部で抽出された前記類似群コードが関連づけられたレコードを検索する商標称呼検索処理部と、
前記商標称呼検索処理部における検索結果を出力する検索結果出力部
とを備えることを特徴とする商標称呼検索装置。
A merchandise service name database stored in a storage device in association with the wording represented by the character code and the notation of the product service name in the classification table of the wording;
A product service name of the classification table and an international classification database stored in the storage device in association with a similar group code;
A trademark name speech database in which the phoneme of the name of the trademark applied for the trademark and the similar group code are associated and stored in the storage device;
When the name of the trademark search object and the product service name are input as a speech signal, the speech recognition unit converts the speech signal into the phoneme of the name and the product service name;
The phoneme of the product service name converted by the speech recognition unit is converted into a character code, the product service name database is read from the storage device, and the product service name of the classification table associated with the product service name A similar group search processing unit for extracting a similar group code associated with the notation of the product service name of the extracted classification table by reading out the international classification database from the storage device and extracting the notation;
The trademark name speech database is read from the storage device, and the similar group extracted from the trademark name phonetic database by the similarity group search processing unit and the phoneme of the name of the search object converted by the speech recognition unit A trademark name search processing unit for searching for a record associated with a code;
A trademark name search device, comprising: a search result output unit that outputs a search result in the trademark name search processing unit.
前記商標の前記称呼と、前記称呼と類否判断される文言とが関連づけられて前記記憶装置に記憶された類否判断データベースと、
前記記憶装置から前記類否判断データベースを読み出して、前記音声認識部で変換された前記検索対象物の称呼の音韻から類否判断される検索キーの音韻を出力する類否判断部を備え、
前記商標称呼検索処理部は、前記記憶装置から前記商標称呼音声データベースを読み出して、前記商標称呼音声データベースから、前記類否判断部で出力された前記検索キーの音韻と前記類似群検索処理部で抽出された前記類似群コードが関連づけられたレコードを検索する
ことを特徴とする請求項3に記載の商標称呼検索装置。
A similarity determination database stored in the storage device in association with the designation of the trademark and the word to be determined similar to the designation;
A similarity determination unit that reads out the similarity determination database from the storage device and outputs a phoneme of a search key determined by similarity from a phoneme of a name of the search object converted by the speech recognition unit;
The trademark name retrieval processing unit reads the trademark name speech database from the storage device, and from the trademark name speech database, the phoneme of the search key output by the similarity determination unit and the similar group retrieval processing unit The trademark name retrieval apparatus according to claim 3, wherein a record associated with the extracted similar group code is retrieved.
文字コードで表記された文言と、前記文言の分類表における商品役務名の表記とが関連づけられた商品役務名データベースを記憶装置に記憶する手段と、
前記分類表の商品役務名と、類似群コードが関連づけられた国際分類データベースを前記記憶装置に記憶するステップと、
商標出願された称呼の音韻と、前記類似群コードとが関連づけられた商標称呼音声データベースを前記記憶装置に記憶するステップと、
商標の検索対象物の称呼及び商品役務名が音声信号として入力されると、前記音声信号から前記称呼及び前記商品役務名の音韻に変換するステップと、
前記音韻に変換するステップで変換された前記商品役務名の音韻を文字コードに変換し、前記記憶装置から前記商品役務名データベースを読み出して、前記商品役務名に関連づけられた前記分類表の商品役務名の表記を抽出するとともに、前記記憶装置から前記国際分類データベースを読み出して、抽出された前記分類表の商品役務名の表記に関連づけられた類似群コードを抽出するステップと、
前記記憶装置から前記商標称呼音声データベースを読み出して、前記商標称呼音声データベースから、前記音韻に変換するステップで変換された前記検索対象物の称呼の音韻と前記類似群コードを抽出するステップで抽出された前記類似群コードが関連づけられたレコードを検索するステップと、
前記レコードを検索するステップにおける検索結果を出力するステップ
とを備えることを特徴とする商標称呼検索方法。
Means for storing in a storage device a product / service name database in which a word expressed in character code and a description of a product / service name in the classification table of the word are associated;
Storing in the storage device an international classification database in which a commodity service name of the classification table and a similar group code are associated;
Storing, in the storage device, a trademark name speech database in which a phoneme of a trademark applied for a trademark and the similar group code are associated with each other;
When the name of the trademark search object and the product service name are input as a speech signal, the speech signal is converted into a phoneme of the name and the product service name;
Converting the phoneme of the product / service name converted in the step of converting to the phoneme into a character code, reading the product / service name database from the storage device, and storing the product service of the classification table associated with the product / service name Extracting a notation of a name, reading the international classification database from the storage device, and extracting a similar group code associated with the notation of a commodity service name of the extracted classification table;
The trademark name speech database is read from the storage device, and extracted from the trademark name speech database in the step of extracting the phoneme of the search object and the similar group code converted in the step of converting to the phoneme. Searching for a record associated with the similar group code;
And a step of outputting a search result in the step of searching for the record.
JP2004248642A 2004-08-27 2004-08-27 Program, apparatus and method for retrieving trademark name Withdrawn JP2006065651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004248642A JP2006065651A (en) 2004-08-27 2004-08-27 Program, apparatus and method for retrieving trademark name

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004248642A JP2006065651A (en) 2004-08-27 2004-08-27 Program, apparatus and method for retrieving trademark name

Publications (1)

Publication Number Publication Date
JP2006065651A true JP2006065651A (en) 2006-03-09

Family

ID=36112090

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004248642A Withdrawn JP2006065651A (en) 2004-08-27 2004-08-27 Program, apparatus and method for retrieving trademark name

Country Status (1)

Country Link
JP (1) JP2006065651A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104520A (en) * 2007-10-25 2009-05-14 Info Sonar Kk Trademark retrieval system and trademark retrieval server
WO2012147840A1 (en) * 2011-04-28 2012-11-01 有限会社アイ・アール・ディー Database construction device, trademark infringement detection device, database construction method, and trademark infringement detection method
JP2012238296A (en) * 2011-04-28 2012-12-06 Ird:Kk Database construction device, trademark infringement detection device, database construction method, and program
JP5246459B1 (en) * 2013-01-04 2013-07-24 株式会社将星 Trademark support system
CN109885646A (en) * 2018-12-20 2019-06-14 广州企图腾科技有限公司 A kind of word tone recognition methods, electronic equipment and storage medium
CN110580301A (en) * 2018-06-08 2019-12-17 成都市卓睿科技有限公司 efficient trademark retrieval method, system and platform

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104520A (en) * 2007-10-25 2009-05-14 Info Sonar Kk Trademark retrieval system and trademark retrieval server
WO2012147840A1 (en) * 2011-04-28 2012-11-01 有限会社アイ・アール・ディー Database construction device, trademark infringement detection device, database construction method, and trademark infringement detection method
JP2012238296A (en) * 2011-04-28 2012-12-06 Ird:Kk Database construction device, trademark infringement detection device, database construction method, and program
JP2013152692A (en) * 2011-04-28 2013-08-08 Ird:Kk Database construction device, database construction method, and program
JP2013191243A (en) * 2011-04-28 2013-09-26 Ird:Kk Trademark infringement detection device, trademark infringement detection method and program
JP2014132479A (en) * 2011-04-28 2014-07-17 Ird Corp Database construction device, trademark infringement detection device, database construction method and program
JP5246459B1 (en) * 2013-01-04 2013-07-24 株式会社将星 Trademark support system
CN110580301A (en) * 2018-06-08 2019-12-17 成都市卓睿科技有限公司 efficient trademark retrieval method, system and platform
CN109885646A (en) * 2018-12-20 2019-06-14 广州企图腾科技有限公司 A kind of word tone recognition methods, electronic equipment and storage medium
CN109885646B (en) * 2018-12-20 2023-09-26 广州企图腾科技有限公司 Word sound recognition method, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
JP5087273B2 (en) Configurable information identification system and method
RU2571608C2 (en) Creating notes using voice stream
US8538743B2 (en) Disambiguating text that is to be converted to speech using configurable lexeme based rules
CN102483883B (en) Electronic reading device
CN1971554A (en) Apparatus, method and for translating speech input using example
CN102549652A (en) Information retrieving apparatus, information retrieving method and navigation system
JP4930379B2 (en) Similar sentence search method, similar sentence search system, and similar sentence search program
JP5239863B2 (en) Natural language processing system and dictionary registration system
JP2020077159A (en) Interactive system, interactive device, interactive method, and program
JP2006301446A (en) Reading generation device and method, and computer program
JP2018045639A (en) Dialog log analyzer, dialog log analysis method, and program
JP2006065651A (en) Program, apparatus and method for retrieving trademark name
KR20230015489A (en) Apparatus for managing minutes and method thereof
JP4622861B2 (en) Voice input system, voice input method, and voice input program
US20060031072A1 (en) Electronic dictionary apparatus and its control method
JP2009282835A (en) Method and device for voice search
JP2009237386A (en) Voice-character converter, voice-character conversion method and voice-character conversion program
JP2008225774A (en) Information processor, hierarchy menu display method for this device and hierarchy menu display program
JPH07134720A (en) Method and device for presenting relative information in sentence preparing system
JP2002156996A (en) Voice recognition device, recognition result correcting method, and recording medium
JP2002014751A (en) On-line help system
JPS6049931B2 (en) Information search method
CN102479240A (en) System and method for providing example sentences according to input types
JP2006309469A (en) Retrieval device, retrieval method, program, and computer-readable recording medium
JP2010066365A (en) Speech recognition apparatus, method, and program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20071106