JP5577809B2 - Facility search apparatus and program - Google Patents

Facility search apparatus and program Download PDF

Info

Publication number
JP5577809B2
JP5577809B2 JP2010093127A JP2010093127A JP5577809B2 JP 5577809 B2 JP5577809 B2 JP 5577809B2 JP 2010093127 A JP2010093127 A JP 2010093127A JP 2010093127 A JP2010093127 A JP 2010093127A JP 5577809 B2 JP5577809 B2 JP 5577809B2
Authority
JP
Japan
Prior art keywords
character
stored
facility name
search
facility
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.)
Expired - Fee Related
Application number
JP2010093127A
Other languages
Japanese (ja)
Other versions
JP2011221951A (en
Inventor
裕司 河内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisin AW Co Ltd
Original Assignee
Aisin AW 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 Aisin AW Co Ltd filed Critical Aisin AW Co Ltd
Priority to JP2010093127A priority Critical patent/JP5577809B2/en
Publication of JP2011221951A publication Critical patent/JP2011221951A/en
Application granted granted Critical
Publication of JP5577809B2 publication Critical patent/JP5577809B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、入力された検索語に基づいて施設情報を検索する施設検索装置及びプログラムに関するものである。   The present invention relates to a facility search apparatus and program for searching facility information based on an input search word.

従来より、入力された検索語に基づいて施設情報を検索する技術に関し種々提案されている。
例えば、目的地を表す施設名を単語分割し、分割した単語の順番を入れ替えた全名称を読み順にソートして当該施設名として登録した名称リストを作成しておき、入力された検索語と前方一致する名称を検索して、当該名称に該当する施設名を抽出して、表示手段に候補地点名として表示する車両用ナビゲーション装置がある(例えば、特許文献1参照。)。
Conventionally, various techniques for searching facility information based on an input search word have been proposed.
For example, the facility name representing the destination is divided into words, and all names obtained by changing the order of the divided words are sorted in reading order to create a name list registered as the facility name, and the input search word and the front There is a vehicle navigation device that searches for a matching name, extracts a facility name corresponding to the name, and displays it on a display unit as a candidate spot name (see, for example, Patent Document 1).

特開平9−97266号公報JP-A-9-97266

前記した特許文献1に記載された車両用ナビゲーション装置によれば、入力された検索語と前方一致する名称を検索することによって該当する施設名を高速で検索することが可能となる。
しかしながら、各施設毎に複数の名称を作成して記憶しておく必要があるため、名称リストのデータ容量が増大するが、メモリ上に施設検索用のアプリケーションプログラムを展開した場合には、名称リストを展開するメモリ容量に限界が生じ、大量のデータから抽出することが難しいという問題がある。
According to the vehicle navigation device described in Patent Literature 1 described above, it is possible to search for a corresponding facility name at a high speed by searching for a name that matches the input search word in front.
However, since it is necessary to create and store a plurality of names for each facility, the data capacity of the name list increases. However, when an application program for facility search is developed on the memory, the name list There is a problem in that it is difficult to extract from a large amount of data due to a limit in the memory capacity for deploying.

また、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力された場合には、入力された1番目の検索語と前方一致する施設名の数が多くなり、2番目以降の検索語と前方一致する読みが名称中に含まれるか否かを全ての施設名について行う必要が生じるため、検索時間が増大し、応答性能が低下するという問題がある。   In addition, when a plurality of search terms having a small number of characters (for example, one character or two characters) are input, the number of facility names that coincide with the first input search term increases. Since it is necessary for all facility names to determine whether or not a reading that coincides with the search word after the first search word is included in the name, there is a problem that the search time increases and the response performance decreases.

そこで、本発明は、上述した問題点を解決するためになされたものであり、名称リストを展開するメモリ容量の増大を抑止することができると共に、文字数の少ない複数の検索語に対して検索を高速で行い、応答性の低下を防止することが可能となる施設検索装置及びプログラムを提供することを目的とする。   Therefore, the present invention has been made to solve the above-described problems, and can suppress an increase in the memory capacity for expanding the name list, and can search a plurality of search words with a small number of characters. An object of the present invention is to provide a facility search apparatus and a program that can be performed at high speed and prevent deterioration of responsiveness.

前記目的を達成するため請求項1に係る施設検索装置は、検索対象となる複数の施設名をそれぞれ複数のキーワードに区切って、各施設名を各キーワードと前方一致する所定文字数の分割文字列に関連付けて記憶する施設名記憶手段と、前記所定文字数の分割文字列に関連付けられた各施設名について、互いに異なる1文字から構成されて所定順序を付与された複数の区分文字が所定個数ずつ属する複数の区分別に、各区分に属する区分文字と一致する各キーワードの先頭文字をカウントした区分毎のカウント情報を、該所定文字数の分割文字列に関連付けて記憶するキーワード先頭文字情報記憶手段と、検索語を入力する入力手段と、前記キーワード先頭文字情報記憶手段において、前記入力手段を介して入力された各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する前記分割文字列を取得する分割文字列取得手段と、前記施設名記憶手段において、前記分割文字列取得手段を介して取得した前記分割文字列に関連付けて記憶されている施設名から前記入力手段によって入力された検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する検索手段と、を備えたことを特徴とする。 In order to achieve the above object, the facility search apparatus according to claim 1 divides a plurality of facility names to be searched into a plurality of keywords, and divides each facility name into a divided character string having a predetermined number of characters that matches each keyword in front. A plurality of divisional characters, each consisting of a different character and assigned a predetermined order, to each of the facility names associated with the facility name storage means for storing and associated with the predetermined number of divided character strings A keyword head character information storage means for storing count information for each section obtained by counting the first character of each keyword that matches a section character belonging to each section in association with the divided character string of the predetermined number of characters, and a search word And an input means for inputting the first character of each search word input via the input means in the keyword first character information storage means. The divided character string acquisition means for acquiring the divided character string corresponding to each search word based on the count information corresponding to the classification to be performed, and the facility name storage means, the acquired through the divided character string acquisition means Each search word input by the input means from the facility name stored in association with the divided character string and the search word set in the descending order of the number of characters in each search word , or the search order set in the input order when the number of characters is the same And a search unit that acquires a facility name having a matching keyword as a candidate facility name.

また、請求項2に係る施設検索装置は、請求項1に記載の施設検索装置において、前記区分毎のカウント情報は、前記所定文字数の分割文字列に関連付けられた各施設名について、前記複数の区分別に、各区分に属する前記区分文字と一致する各キーワードの先頭文字をカウントした最大カウント値であり、前記分割文字列取得手段は、前記入力手段を介して入力された各検索語の先頭文字の属する区分の前記最大カウント値の全てが、当該各検索語の先頭文字の属する区分毎の該先頭文字のカウント値以上であるカウント情報に関連付けられた前記分割文字列を取得することを特徴とする。   Moreover, the facility search apparatus according to claim 2 is the facility search apparatus according to claim 1, wherein the count information for each of the categories is the plurality of facility names associated with the predetermined character string divided character string. The maximum count value obtained by counting the first characters of each keyword that matches the classified characters belonging to each category for each category, and the divided character string acquisition means is the first character of each search word input via the input means All of the maximum count values of the category to which the first character of each search word belongs are acquired with the divided character string associated with the count information that is equal to or greater than the count value of the first character for each category to which the first character belongs. To do.

また、請求項3に係る施設検索装置は、請求項1に記載の施設検索装置において、前記区分毎のカウント情報は、前記所定文字数の分割文字列に関連付けられた各施設名について、前記複数の区分別に、各区分に属する前記区分文字と一致する各キーワードの先頭文字をカウントしたカウント値があるか否かを表す有無情報であり、前記分割文字列取得手段は、前記入力手段を介して入力された各検索語の先頭文字の属する区分毎の前記有無情報が全てカウント値がある旨を表すカウント情報に関連付けられた前記分割文字列を取得することを特徴とする。   Moreover, the facility search device according to claim 3 is the facility search device according to claim 1, wherein the count information for each of the divisions includes the plurality of facility names associated with the predetermined character string divided character strings. It is presence / absence information indicating whether or not there is a count value obtained by counting the first character of each keyword that matches the classification character belonging to each classification, and the divided character string acquisition means is input via the input means The divided character string associated with the count information indicating that all the presence / absence information for each section to which the first character of each search word belongs has a count value is acquired.

また、請求項4に係る施設検索装置は、請求項1乃至請求項3のいずれかに記載の施設検索装置において、前記区分文字は、50音仮名であって、前記区分は、50音の行別に区分されていることを特徴とする。ここで、50音仮名は、平仮名や片仮名を含む。   The facility search apparatus according to claim 4 is the facility search apparatus according to any one of claims 1 to 3, wherein the segment character is a 50-sound kana and the segment is a line of 50 sounds. It is characterized by being divided separately. Here, the Japanese syllabary kana includes hiragana and katakana.

また、請求項1乃至請求項3のいずれかに記載の施設検索装置において、前記区分文字は、アルファベット、数字、所定の記号(例えば、算術記号や矢印等である。)等でもよい。また、前記区分文字がアルファベットの場合には、前記複数の区分は、アルファベットがアルファベット順に所定個数ずつ属するように区分してもよい。また、前記分割文字列は、所定文字数のアルファベットとするようにしてもよい。   Further, in the facility search apparatus according to any one of claims 1 to 3, the division character may be an alphabet, a number, a predetermined symbol (for example, an arithmetic symbol, an arrow, or the like). In addition, when the division character is an alphabet, the plurality of divisions may be divided so that a predetermined number of alphabets belong to the alphabetical order. The divided character string may be an alphabet having a predetermined number of characters.

更に、請求項5に係るプログラムは、検索対象となる複数の施設名をそれぞれ複数のキーワードに区切って、各施設名を各キーワードと前方一致する所定文字数の分割文字列に関連付けて記憶する施設名記憶手段と、前記所定文字数の分割文字列に関連付けられた各施設名について、互いに異なる1文字から構成されて所定順序を付与された複数の区分文字が所定個数ずつ属する複数の区分別に、各区分に属する区分文字と一致する各キーワードの先頭文字をカウントした区分毎のカウント情報を、該所定文字数の分割文字列に関連付けて記憶するキーワード先頭文字情報記憶手段と、を備えたコンピュータに、検索語を入力する入力工程と、前記キーワード先頭文字情報記憶手段において、前記入力工程で入力された各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する前記分割文字列を取得する分割文字列取得工程と、前記施設名記憶手段において、前記分割文字列取得工程で取得した前記分割文字列に関連付けて記憶されている施設名から前記入力工程で入力された検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する検索工程と、を実行させるためのプログラムである。 Furthermore, the program according to claim 5 divides a plurality of facility names to be searched into a plurality of keywords, respectively, and stores each facility name in association with a predetermined number of divided character strings that match each keyword in front. For each facility name associated with the storage means and each facility name associated with the predetermined number of divided character strings, each category is divided into a plurality of categories to which a predetermined number of segment characters each composed of a different character and assigned a predetermined order belong. In a computer provided with keyword head character information storage means for storing count information for each section that counts the first character of each keyword that matches a section character belonging to, in association with the divided character string of the predetermined number of characters. And in the keyword head character information storage means, the first character of each search word input in the input step A divided character string obtaining step for obtaining the divided character string corresponding to each search word based on count information corresponding to the classification to be performed, and the divided character obtained in the divided character string obtaining step in the facility name storage means Each search word input in the input step from the facility name stored in association with the column and the search word in the order of the number of characters in each search word , or the search order set in the input order when the number of characters is the same. And a search step for acquiring a facility name having a keyword as a candidate facility name.

前記構成を有する請求項1に係る施設検索装置では、複数の施設名をそれぞれ複数のキーワードに区切って、各施設名を各キーワードと前方一致する所定文字数の分割文字列に関連付けて施設名記憶手段に記憶している。これにより、各分割文字列に関連付けられた目的地を表す施設名は、1個だけ記憶されるため、重複記憶される施設名を減少させて、名称リストのデータ容量の削減化を図り、名称リストを展開するメモリ容量の増大を抑止することが可能となる。   In the facility search apparatus according to claim 1 having the above-described configuration, a facility name storage unit that divides a plurality of facility names into a plurality of keywords, and associates each facility name with a predetermined number of character strings that are forward-matched with each keyword. I remember it. As a result, since only one facility name representing the destination associated with each divided character string is stored, the number of facility names stored in duplicate is reduced to reduce the data capacity of the name list. An increase in the memory capacity for expanding the list can be suppressed.

また、キーワード先頭文字情報記憶手段において、入力された一の検索語と前方一致する分割文字列に関連付けて記憶されている区分毎のカウント情報から、各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する分割文字列を取得する。そして、この取得された分割文字列を施設名記憶手段の分割文字列として、該分割文字列に関連付けられた施設名から検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する。 In addition, the keyword head character information storage means corresponds to the section to which the head character of each search word belongs, based on the count information for each section stored in association with the divided character string that matches the input one search word. A divided character string corresponding to each search word is acquired based on the count information. Then, the obtained divided character string is used as a divided character string of the facility name storage means, and from the facility name associated with the divided character string, each search word and each search word have the same number of characters or the same number of characters. In this case , a facility name having a keyword that matches forward in the search order set in the input order is acquired as a candidate facility name.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、各検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された分割文字列だけをキーワード先頭文字情報記憶手段から抽出することが可能となる。従って、この抽出された分割文字列に関連付けられて施設名記憶手段に格納された施設名から候補施設名を検索するため、検索対象となる施設名を少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   As a result, even if a plurality of search terms having a small number of characters (for example, one or two characters) are input, the divided characters in which the facility names having the first character of each search word as the first character of each keyword are stored. Only the column can be extracted from the keyword head character information storage means. Accordingly, since the candidate facility names are searched from the facility names stored in the facility name storage means in association with the extracted divided character string, the facility names to be searched can be reduced, and the search can be performed at high speed. Thus, it becomes possible to prevent a decrease in responsiveness.

また、請求項2に係る施設検索装置では、キーワード先頭文字情報記憶手段において、入力された一の検索語と前方一致する分割文字列から、各検索語の先頭文字の属する区分毎の各最大カウント値の全てが、当該各検索語の先頭文字の属する区分毎の該先頭文字のカウント値以上であるカウント情報に関連付けられた分割文字列を取得する。そして、この取得された分割文字列を施設名記憶手段の分割文字列として、該分割文字列に関連付けられた施設名から検索語と前方一致するキーワードを有する施設名を候補施設名として取得する。   Further, in the facility search device according to claim 2, each maximum count for each category to which the first character of each search word belongs is determined from the divided character string that matches the input one search word in the keyword first character information storage means. A divided character string associated with count information in which all values are equal to or greater than the count value of the first character for each category to which the first character of each search word belongs is acquired. Then, the acquired divided character string is used as a divided character string in the facility name storage means, and a facility name having a keyword that matches the search word in front from the facility name associated with the divided character string is acquired as a candidate facility name.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、各検索語の先頭文字を各キーワードの先頭文字に有する施設名が関連付けられた分割文字列だけをキーワード先頭文字情報記憶手段から確実に抽出することが可能となる。従って、この抽出された分割文字列に関連付けられて施設名記憶手段に格納された施設名から候補施設名を検索するため、検索対象となる施設名を少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Thereby, even if a plurality of search terms with a small number of characters (for example, one character or two characters) are input, the divided characters associated with the facility name having the first character of each search word as the first character of each keyword. Only the column can be reliably extracted from the keyword head character information storage means. Accordingly, since the candidate facility names are searched from the facility names stored in the facility name storage means in association with the extracted divided character string, the facility names to be searched can be reduced, and the search can be performed at high speed. Thus, it becomes possible to prevent a decrease in responsiveness.

また、先頭文字が同じ複数の検索語が入力された場合には、この複数の検索語の先頭文字の属する区分の各最大カウント値が、当該検索語の個数以上のカウント情報に関連付けられた分割文字列だけを取得することが可能となる。これにより、抽出される分割文字列を少なくすることが可能となるため、検索対象となる施設名を更に少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   In addition, when a plurality of search terms having the same first character are input, each maximum count value of the category to which the first character of the plurality of search terms belongs is divided into count information more than the number of the search terms. Only character strings can be acquired. As a result, it is possible to reduce the number of divided character strings to be extracted, so that it is possible to further reduce the names of facilities to be searched, perform searches at high speed, and prevent a decrease in responsiveness. Become.

また、請求項3に係る施設検索装置では、キーワード先頭文字情報記憶手段において、入力された一の検索語と前方一致する分割文字列から、各検索語の先頭文字の属する区分毎の有無情報が全てカウント値がある旨を表すカウント情報に関連付けられた分割文字列を取得する。そして、この取得された分割文字列を施設名記憶手段の分割文字列として、該分割文字列に関連付けられた施設名から検索語と前方一致するキーワードを有する施設名を候補施設名として取得する。   Further, in the facility search device according to claim 3, in the keyword head character information storage means, presence / absence information for each section to which the head character of each search word belongs is obtained from the divided character string that matches the input one search word. A divided character string associated with count information indicating that all count values are present is acquired. Then, the acquired divided character string is used as a divided character string in the facility name storage means, and a facility name having a keyword that matches the search word in front from the facility name associated with the divided character string is acquired as a candidate facility name.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、各検索語の先頭文字を各キーワードの先頭文字に有する施設名が関連付けられた分割文字列だけをキーワード先頭文字情報記憶手段から確実に抽出することが可能となる。従って、この抽出された分割文字列に関連付けられて施設名記憶手段に格納された施設名から候補施設名を検索するため、検索対象となる施設名を少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Thereby, even if a plurality of search terms with a small number of characters (for example, one character or two characters) are input, the divided characters associated with the facility name having the first character of each search word as the first character of each keyword. Only the column can be reliably extracted from the keyword head character information storage means. Accordingly, since the candidate facility names are searched from the facility names stored in the facility name storage means in association with the extracted divided character string, the facility names to be searched can be reduced, and the search can be performed at high speed. Thus, it becomes possible to prevent a decrease in responsiveness.

また、請求項4に係る施設検索装置では、キーワード先頭文字情報記憶手段において、50音の行別に、各行に属する50音仮名(平仮名又は片仮名である。)と一致する各キーワードの先頭文字をカウントした行毎のカウント情報を、所定文字数の分割文字列に関連付けて記憶する。これにより、所定文字数の分割文字列に関連付けて記憶するカウント情報の区分を10個に限定して、少なくすることができ、検索語に対応する分割文字列を更に迅速に抽出することが可能となる。   In the facility search apparatus according to claim 4, the keyword first character information storage means counts the first character of each keyword that matches the 50-sound kana (hiragana or katakana) belonging to each row for each 50-sound row. The count information for each line is stored in association with a predetermined number of divided character strings. Thereby, it is possible to limit the number of count information stored in association with a predetermined number of divided character strings to 10 and reduce the number of divided pieces, and it is possible to more quickly extract a divided character string corresponding to a search word. Become.

また、請求項5に係るプログラムでは、コンピュータは当該プログラムを読み込むことによって、キーワード先頭文字情報記憶手段において、入力された一の検索語と前方一致する分割文字列に関連付けて記憶されている区分毎のカウント情報から、各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する分割文字列を取得する。そして、コンピュータは、この取得した分割文字列を施設名記憶手段の分割文字列として、該分割文字列に関連付けられた施設名から検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する。 In the program according to claim 5, the computer reads the program so that the keyword head character information storage means stores each category stored in association with the divided character string that matches the input one search word. From the count information, a divided character string corresponding to each search word is acquired based on the count information corresponding to the section to which the first character of each search word belongs. Then, the computer uses the acquired divided character string as the divided character string of the facility name storage means, and from the facility name associated with the divided character string, each search word and the order of the number of characters of each search word , or the number of characters Are the same, the name of the facility having the keyword that matches forward in the search order set in the input order is acquired as the candidate facility name.

これにより、コンピュータは文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、各検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された分割文字列だけをキーワード先頭文字情報記憶手段から抽出することが可能となる。従って、コンピュータは、この抽出した分割文字列に関連付けられて施設名記憶手段に格納された施設名から候補施設名を検索するため、検索対象となる施設名を少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   As a result, the computer stores the name of the facility having the first character of each search word as the first character of each keyword even if a plurality of search words having a small number of characters (for example, one or two characters) are input. Only the divided character string can be extracted from the keyword head character information storage means. Therefore, since the computer searches for the candidate facility names from the facility names stored in the facility name storage means in association with the extracted divided character string, the number of facility names to be searched can be reduced, and the search can be performed at high speed. It is possible to prevent a decrease in responsiveness.

実施例1に係るナビゲーション装置を示したブロック図である。1 is a block diagram illustrating a navigation device according to Embodiment 1. FIG. 施設名DBに格納された施設名データテーブルの一例を示す図である。It is a figure which shows an example of the facility name data table stored in facility name DB. 施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB. 入力された検索語に基づいて施設情報を検索してリスト表示する「施設情報表示処理」を示すフローチャートである。It is a flowchart which shows "facility information display process" which searches facility information based on the input search term, and displays it as a list. 図3の「候補施設名抽出処理」のサブ処理を示すサブフローチャートである。4 is a sub-flowchart showing a sub-process of “candidate facility name extraction process” in FIG. 3. 検索語を入力する検索語入力画面の一例を示す図である。It is a figure which shows an example of the search word input screen which inputs a search word. 抽出した施設名をリスト表示した検索結果表示画面の一例を示す図である。It is a figure which shows an example of the search result display screen which displayed the list of the extracted facility name. 実施例2に係る施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB which concerns on Example 2. FIG. 実施例3に係る施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB which concerns on Example 3. FIG. 実施例4に係る施設名DBに格納された施設名データテーブルの一例を示す図である。It is a figure which shows an example of the facility name data table stored in facility name DB which concerns on Example 4. FIG. 実施例4に係る施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB which concerns on Example 4. FIG. 実施例5に係る施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB which concerns on Example 5. FIG. 実施例6に係る施設名DBに格納された先頭文字情報データテーブルの一例を示す図である。It is a figure which shows an example of the head character information data table stored in facility name DB which concerns on Example 6. FIG.

以下、本発明に係る施設検索装置及びプログラムをナビゲーション装置について具体化した実施例1乃至実施例6に基づき図面を参照しつつ詳細に説明する。   Hereinafter, the facility search device and the program according to the present invention will be described in detail with reference to the drawings based on the first to sixth embodiments in which the navigation device is embodied.

[ナビゲーション装置の概略構成]
先ず、実施例1に係るナビゲーション装置の概略構成について図1に基づいて説明する。図1は実施例1に係るナビゲーション装置1を示したブロック図である。
図1に示すように、実施例1に係るナビゲーション装置1は、自車の現在位置(以下、「自車位置」という。)等を検出する現在地検出処理部11と、各種のデータが記録されたデータ記録部12と、入力された情報に基づいて、各種の演算処理を行うナビゲーション制御部13と、操作者からの操作を受け付ける操作部14と、操作者に対して地図等の情報を表示する液晶ディスプレイ15と、経路案内等に関する音声ガイダンスを出力するスピーカ16と、不図示の道路交通情報センタや地図情報配信センタ等との間で携帯電話網等を介して通信を行う通信装置17と、液晶ディスプレイ15の表面に装着されたタッチパネル18とから構成されている。また、ナビゲーション制御部13には自車の走行速度を検出する車速センサ21が接続されている。
[Schematic configuration of navigation device]
First, a schematic configuration of the navigation device according to the first embodiment will be described with reference to FIG. FIG. 1 is a block diagram illustrating a navigation device 1 according to the first embodiment.
As shown in FIG. 1, the navigation apparatus 1 according to the first embodiment records a current position detection processing unit 11 that detects a current position of the own vehicle (hereinafter referred to as “own vehicle position”) and the like, and various data. The data recording unit 12, the navigation control unit 13 for performing various arithmetic processes based on the input information, the operation unit 14 for receiving operations from the operator, and displaying information such as a map to the operator A liquid crystal display 15, a speaker 16 for outputting voice guidance regarding route guidance, etc., and a communication device 17 for communicating with a road traffic information center, a map information distribution center, etc. (not shown) via a mobile phone network, etc. The touch panel 18 is mounted on the surface of the liquid crystal display 15. The navigation control unit 13 is connected to a vehicle speed sensor 21 that detects the traveling speed of the vehicle.

以下に、ナビゲーション装置1を構成する各構成要素について説明すると、現在地検出処理部11は、GPS31、方位センサ32、距離センサ33等からなり、自車位置、自車の向きを表す自車方位、走行距離等を検出することが可能となっている。   Hereinafter, each component constituting the navigation device 1 will be described. The current position detection processing unit 11 includes a GPS 31, a direction sensor 32, a distance sensor 33, and the like. It is possible to detect a travel distance and the like.

また、データ記録部12は、外部記憶装置及び記録媒体としてのハードディスク(図示せず)と、ハードディスクに記憶された地図情報データベース(地図情報DB)25、施設名データベース(施設名DB)27及び所定のプログラム等を読み出すとともにハードディスクに所定のデータを書き込む為のドライバを備えている。   The data recording unit 12 includes an external storage device and a hard disk (not shown) as a recording medium, a map information database (map information DB) 25, a facility name database (facility name DB) 27 stored in the hard disk, and a predetermined number. And a driver for writing predetermined data to the hard disk.

また、地図情報DB25には、ナビゲーション装置1の走行案内や経路探索に使用されるナビ地図情報26が格納されている。ここで、ナビ地図情報26には、経路案内及び地図表示に必要な各種情報から構成されており、例えば、各新設道路を特定するための新設道路情報、地図を表示するための地図表示データ、各交差点に関する交差点データ、ノード点に関するノードデータ、施設の一種である道路(リンク)に関するリンクデータ、経路を探索するための探索データ、施設の一種である店舗等のPOI(Point of Interest)に関する店舗データ、地点を検索するための検索データ等から構成されている。   The map information DB 25 stores navigation map information 26 used for travel guidance and route search of the navigation device 1. Here, the navigation map information 26 includes various information necessary for route guidance and map display. For example, new road information for identifying each new road, map display data for displaying a map, Intersection data related to each intersection, node data related to node points, link data related to roads (links) as a type of facility, search data for searching for routes, stores related to POI (Point of Interest) such as stores as a type of facility It is composed of data, search data for searching points, and the like.

尚、店舗データには、各地域のホテル、病院、ガソリンスタンド、駐車場、駅、空港、フェリー乗り場等のPOIに関する名称や住所、電話番号等に加えて、後述の検索結果表示画面71(図7参照)にリスト表示する表示優先度のデータをPOIを特定するIDとともに記憶するようにしてもよい。例えば、表示優先度は、「88」や「256」等の数値で表され、数値の大きいものほど優先度が高くなる。また、地図情報DB25の内容は、不図示の地図情報配信センタから通信装置17を介して配信された更新情報をダウンロードすることによって更新される。   The store data includes a search result display screen 71 (FIG. 5) described later in addition to the name, address, telephone number, etc. regarding POIs such as hotels, hospitals, gas stations, parking lots, stations, airports, and ferry platforms in each region. 7) may be stored together with the ID for specifying the POI. For example, the display priority is represented by a numerical value such as “88” or “256”, and the higher the numerical value, the higher the priority. The contents of the map information DB 25 are updated by downloading update information distributed from the map information distribution center (not shown) via the communication device 17.

また、施設名DB27には、後述の施設名及び該施設名の読みを所定文字数(実施例1では、1文字又は2文字である。)の分割文字列に関連付けて分割単位毎に記憶する施設名データテーブル51(図2参照)が格納されている。また、施設名DB27には、後述の施設名の読みを構成する各キーワードの先頭文字が属する50音の行を表す「キーワードの先頭文字情報」を所定文字数(実施例1では、1文字又は2文字である。)の分割文字列に関連付けて分割単位毎に記憶する先頭文字情報データテーブル52(図3参照)が格納されている。   In addition, the facility name DB 27 stores a facility name described later and a reading of the facility name in association with a divided character string of a predetermined number of characters (in the first embodiment, 1 character or 2 characters) for each division unit. A name data table 51 (see FIG. 2) is stored. In the facility name DB 27, “keyword first character information” representing a line of 50 sounds to which the first character of each keyword constituting a facility name reading described later belongs is stored in a predetermined number of characters (in the first embodiment, one character or two characters). The first character information data table 52 (see FIG. 3) stored for each division unit is stored in association with the divided character string.

また、図1に示すように、ナビゲーション装置1を構成するナビゲーション制御部13は、ナビゲーション装置1の全体の制御を行う演算装置及び制御装置としてのCPU41、並びにCPU41が各種の演算処理を行うに当たってワーキングメモリとして使用されるとともに、経路が探索されたときの経路データ等が記憶されるRAM42、制御用のプログラム等が記憶されたROM43、ROM43から読み出したプログラムを記憶するフラッシュメモリ44等の内部記憶装置や、時間を計測するタイマ45等を備えている。   As shown in FIG. 1, the navigation control unit 13 constituting the navigation device 1 is a working device that controls the entire navigation device 1, the CPU 41 as the control device, and the CPU 41 performs various types of arithmetic processing. An internal storage device such as a RAM 42 that is used as a memory and stores route data when a route is searched, a ROM 43 that stores a control program, and a flash memory 44 that stores a program read from the ROM 43 In addition, a timer 45 for measuring time is provided.

また、ROM43には、後述の50音キー62から入力された検索語に基づいて地点情報を検索してリスト表示する施設情報表示処理のプログラム(図3参照)等が記憶されている。
更に、前記ナビゲーション制御部13には、操作部14、液晶ディスプレイ15、スピーカ16、通信装置17、タッチパネル18の各周辺装置(アクチュエータ)が電気的に接続されている。
Further, the ROM 43 stores a facility information display processing program (see FIG. 3) for searching for spot information based on a search word input from a later-described 50-sound key 62 and displaying the list.
Furthermore, the navigation control unit 13 is electrically connected to peripheral devices (actuators) of the operation unit 14, the liquid crystal display 15, the speaker 16, the communication device 17, and the touch panel 18.

この操作部14は、走行開始時の現在地を修正し、案内開始地点としての出発地及び案内終了地点としての目的地を入力する際や施設に関する情報の検索を行う場合等に操作され、各種のキーや複数の操作スイッチから構成される。そして、ナビゲーション制御部13は、各スイッチの押下等により出力されるスイッチ信号に基づき、対応する各種の動作を実行すべく制御を行う。   The operation unit 14 is operated when correcting the current location at the start of traveling, inputting a departure point as a guidance start point and a destination as a guidance end point, or searching for information about facilities, etc. Consists of keys and multiple operation switches. The navigation control unit 13 performs control to execute various corresponding operations based on switch signals output by pressing the switches.

また、液晶ディスプレイ15には、現在走行中の地図情報、後述の検索語入力画面61(図6参照)、検索した施設の名称をリスト表示する検索結果表示画面71、操作案内、操作メニュー、キーの案内、現在地から目的地までの推奨経路、推奨経路に沿った案内情報、交通情報、ニュース、天気予報、時刻、メール、テレビ番組等が表示される。   Further, the liquid crystal display 15 includes map information currently being traveled, a search word input screen 61 (see FIG. 6) described later, a search result display screen 71 for displaying a list of names of the searched facilities, operation guidance, operation menus, keys. Guidance, recommended route from the current location to the destination, guidance information along the recommended route, traffic information, news, weather forecast, time, email, TV program, and the like are displayed.

また、スピーカ16は、ナビゲーション制御部13からの指示に基づいて、推奨経路に沿った走行を案内する音声ガイダンス等を出力する。ここで、案内される音声ガイダンスとしては、例えば、「200m先、○○交差点を右方向です。」等がある。   In addition, the speaker 16 outputs voice guidance or the like for guiding traveling along the recommended route based on an instruction from the navigation control unit 13. Here, the voice guidance to be guided includes, for example, “200m ahead, turn right at XX intersection”.

また、通信装置17は、地図情報配信センタと通信を行う携帯電話網等による通信手段であり、地図情報配信センタとの間で最もバージョンの新しい更新地図情報等の送受信を行う。また、通信装置17は地図情報配信センタに加えて、道路交通情報センタ等から送信された渋滞情報やサービスエリアの混雑状況等の各情報から成る交通情報を受信する。   The communication device 17 is a communication means such as a mobile phone network that communicates with the map information distribution center, and transmits / receives the latest version of updated map information and the like to / from the map information distribution center. Further, in addition to the map information distribution center, the communication device 17 receives traffic information composed of information such as traffic congestion information transmitted from the road traffic information center and the like and congestion status of the service area.

また、タッチパネル18は、液晶ディスプレイ15の表面部に装着された透明なパネル状のタッチスイッチであり、液晶ディスプレイ15の画面に表示されたボタンや地図上を押下することによって各種指示コマンドを入力することが可能に構成されている。尚、タッチパネル18は、液晶ディスプレイ15の画面を直接押下する光センサ液晶方式等で構成してもよい。   The touch panel 18 is a transparent panel-like touch switch mounted on the surface portion of the liquid crystal display 15, and inputs various instruction commands by pressing buttons or a map displayed on the screen of the liquid crystal display 15. It is configured to be possible. Note that the touch panel 18 may be configured by an optical sensor liquid crystal method or the like that directly presses the screen of the liquid crystal display 15.

ここで、施設名DB27に格納される施設名データテーブル51について図2に基づいて説明する。
図2に示すように、施設名データテーブル51は、「分割単位」と、施設名の読みを記憶する「読み」と、「施設名」とから構成されている。この「分割単位」には、施設名の読みを構成するキーワードと前方一致する平仮名が、50音順に1文字又は2文字ずつ記憶されている。ここで、キーワードは、意味を成す単位で構成された読みの文字列である。
Here, the facility name data table 51 stored in the facility name DB 27 will be described with reference to FIG.
As illustrated in FIG. 2, the facility name data table 51 includes “division units”, “reading” that stores the reading of the facility name, and “facility name”. In this “division unit”, hiragana characters that match the keywords that make up the reading of the facility name are stored one by one or two characters in the order of 50 tones. Here, the keyword is a character string of reading composed of units that make sense.

尚、「分割単位」には、例えば、「あああ」、「ああい」、「ああう」・・・等、50音順に3文字以上ずつ記憶するようにしてもよい。また、「分割単位」の一部区間だけ、例えば、・・・「お」、「かあ」、「かい」、・・・「かん」、「き」、「く」・・等、50音順に2文字以上ずつ記憶するようにしてもよい。   In the “division unit”, for example, “ah”, “ah”, “ah”, etc., three or more characters may be stored in the order of 50 tones. In addition, only a part of the “division unit”, for example, “O”, “ka”, “ka”, “kan”, “ki”, “ku”, etc., 50 sounds Two or more characters may be stored in order.

また、「読み」には、各「分割単位」に記憶される平仮名と前方一致するキーワードを含む施設名の読みが記憶されている。また、施設名の読みは、キーワード毎に区切り文字(例えば「/」である。)で区切られて記憶されている。また、施設名の読みは、分割単位に記憶されている平仮名と前方一致するキーワードが先頭になるように、各キーワードの順序が当該施設名の読みの順番に従って循環するように並べ替えられて記憶されている。   Further, “reading” stores a reading of a facility name including a keyword that matches the hiragana stored in each “division unit”. In addition, the reading of the facility name is stored by being separated by a delimiter (for example, “/”) for each keyword. The facility name readings are rearranged so that the keyword order circulates in accordance with the reading order of the facility name so that the first keyword matching the hiragana stored in the division unit is first. Has been.

例えば、施設名の読みが「せいと/どーむ」では、「せいと」、「どーむ」が、施設名の読みのキーワードとして「読み」に記憶されている。また、施設名の読みの「せいと/どーむ」は、施設名データテーブル51の「分割単位」の各平仮名「せい」、「とお」に対応する「読み」にそれぞれ記憶される。   For example, when the reading of the facility name is “Sei / Doom”, “Sei” and “Domu” are stored in “Reading” as keywords for reading the facility name. The facility name reading “Sei / Dom” is stored in the “reading” corresponding to each hiragana “sei” and “too” of the “division unit” in the facility name data table 51.

尚、施設名の読みに含まれる「が」、「ぱ」等の濁音・半濁音は「か」、「は」等の清音に、「ゃ」、「っ」等の小文字仮名(拗音・促音)は「や」、「つ」等の大文字仮名に、長音は対応する母音等のように、仮名の基本文字に変換して記憶される。例えば、「せいと/どーむ」は、実際には「せいと/とおむ」と記憶されるが、本実施形態においては説明を簡単にするために施設名と読みとを一致させ「せいと/どーむ」として説明する。   In addition, “g”, “pa”, and other muffled / semi-acoustic sounds included in the facility name readings are “ka”, “ha”, etc., as well as lower-case kana characters such as “nya”, “tsu”, etc. ) Is converted into kana basic characters such as “ya” and “tsu”, and long tones are converted into kana basic characters and stored, such as corresponding vowels. For example, “Sei / Dom” is actually stored as “Sei / Toom”, but in this embodiment, the facility name and the reading are matched to simplify the explanation. / Doom ".

そして、平仮名「せい」が記憶されている「分割単位」に対応する施設名の「読み」には、キーワード「せいと」が先頭になるように「せいと/どーむ」が記憶されている。また、平仮名「とお」が記憶されている「分割単位」に対応する施設名の「読み」には、キーワード「どーむ」が先頭になるように「どーむ/せいと」が記憶されている。   In the “reading” of the facility name corresponding to the “division unit” in which the hiragana “sei” is stored, “sei / doom” is stored so that the keyword “seito” comes first. . In addition, in the “reading” of the facility name corresponding to the “division unit” in which the hiragana “too” is stored, “doom / seito” is stored so that the keyword “dom” comes first. .

また、「施設名」には、検索対象となる目的地を表す施設名が、「読み」に記憶された施設名の読みに対応して記憶されている。例えば、施設名「西都ドーム」が、施設名の読みの「せいと/どーむ」に対応して記憶されている。従って、施設名「西都ドーム」は、施設名データテーブル51の「分割単位」の各平仮名「せい」、「とお」内の「読み」の「せいと/どーむ」、「どーむ/せいと」のそれぞれに対応する「施設名」に記憶されている。   Further, in “facility name”, a facility name representing a destination to be searched is stored corresponding to the reading of the facility name stored in “reading”. For example, the facility name “Nishito Dome” is stored corresponding to the reading of the facility name “Sei / Dom”. Therefore, the facility name “Nishito Dome” is “Hirai” or “Domu” or “Domu” of “Read” in “Hi” in “Division unit” of the Facility name data table 51. And “facility name” corresponding to each of “and”.

これにより、施設名データテーブル51の「分割単位」間では「施設名」に記憶された施設名の重複はあるが、各「分割単位」内においては、「施設名」に記憶された施設名の重複は無く、1つの施設名だけが記憶されている。従って、施設名データテーブル51の「分割単位」間では「読み」に記憶された施設名の読みの重複はあるが、各「分割単位」内においては、「読み」に記憶された施設名の読みの重複は無く、1つの施設名の読みだけが記憶されている。また、各「分割単位」毎の「読み」と「施設名」との合計データ容量を所定データ容量以下(例えば、1メガバイト〜10メガバイト以下である。)に設定することが可能となる。   As a result, there is an overlap of the facility name stored in the “facility name” among the “division units” in the facility name data table 51, but the facility name stored in the “facility name” within each “division unit”. There is no duplication, and only one facility name is stored. Accordingly, there is an overlap in the reading of the facility name stored in the “reading” among the “division units” in the facility name data table 51, but in each “division unit”, the facility name stored in the “reading” is stored. There is no duplication of readings, and only readings of one facility name are stored. In addition, the total data capacity of “reading” and “facility name” for each “division unit” can be set to a predetermined data capacity or less (for example, 1 megabyte to 10 megabyte or less).

次に、施設名DB27に格納される先頭文字情報データテーブル52について図3に基づいて説明する。
図3に示すように、先頭文字情報データテーブル52は、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。また、「キーワードの先頭文字情報」は、「あ行」〜「わ行」の50音の行別に区分されている。
Next, the first character information data table 52 stored in the facility name DB 27 will be described with reference to FIG.
As shown in FIG. 3, the head character information data table 52 is composed of “division unit”, “keyword head character information”, and “reading”. Further, “keyword first character information” is divided into 50 sound lines from “A line” to “Wa line”.

この「分割単位」は、施設名データテーブル51の「分割単位」に対応するものであり、施設名の読みを構成するキーワードと前方一致する平仮名が、50音順に1文字又は2文字ずつ記憶されている。従って、上記施設名データテーブル51の「分割単位」に、例えば、「あ」、「ああ」、「あい」、・・・等と1文字又は2文字の平仮名を記憶した場合には、先頭文字情報データテーブル52も同様に、「分割単位」に「あ」、「ああ」、「あい」、・・・等と1文字又は2文字の平仮名を記憶する。   This “division unit” corresponds to the “division unit” of the facility name data table 51, and hiragana characters that match the keywords that make up the reading of the facility name are stored one by one or two characters in the order of 50 characters. ing. Therefore, when the “division unit” of the facility name data table 51 stores, for example, “a”, “ah”, “ai”,. Similarly, the information data table 52 stores “a”, “ah”, “ai”,.

また、各「分割単位」に対応する「読み」には、施設名データテーブル51の各「分割単位」内の「読み」に記憶された施設名の読みがそれぞれ格納されている。例えば、平仮名「せい」が記憶された「分割単位」に対応する「読み」には、施設名データテーブル51の平仮名「せい」が記憶された「分割単位」内の「読み」に記憶されている施設名の読み「せいと/どーむ」、「せいと/ひゃっかてん」、「せいげん/そめや」、「せいとか/としょかん」が、区切り文字「;」で区切られて記憶されている。   The “reading” corresponding to each “division unit” stores the reading of the facility name stored in “reading” in each “division unit” of the facility name data table 51. For example, the “reading” corresponding to the “division unit” in which the hiragana “sei” is stored is stored in the “reading” in the “division unit” in which the hiragana “sei” in the facility name data table 51 is stored. The readings of the names of the facilities are “Sei / Domu”, “Sei / Hyukaten”, “Seigen / Someya”, “Seito / Sotoya” are separated by the delimiter “;”. Is remembered.

また、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字が属する50音の行を行別にカウントし、各50音の行別のカウント値のうちの各施設名の読みの間の最大カウント値をそれぞれ抽出して、「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の行別に区分して記憶されている。   In addition, in the “keyword first character information” corresponding to each “division unit”, the first character of each keyword belongs for each reading of each facility name stored in “reading” corresponding to the same “division unit”. The 50-sound line is counted by line, and the maximum count value between readings of each facility name is extracted from each 50-sound line-by-line count value. ”To“ Wa ”are stored separately for each of the 50 sound lines.

例えば、図3に示すように、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「せいげん/そめや」の各キーワード「せいげん」、「そめや」の先頭文字が属する「さ行」のカウント値「2」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。   For example, as shown in FIG. 3, in the “keyword first character information” corresponding to the “division unit” in which hiragana “sei” is stored, each of the keywords “seisei” of the facility name reading “seigen / someya” is displayed. The count value “2” of “Sa line” to which the first character of “Gen” and “Someya” belongs is stored as the maximum count value obtained by counting the line of 50 sounds to which the first character of each keyword belongs.

また同様に、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、各施設名の読み「せいと/どーむ」、「せいとか/としょかん」の各キーワード「どーむ」、「としょかん」の先頭文字が属する「た行」の各カウント値「1」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored, each facility name reading “seito / doom”, “seika / toshokan” Each count value “1” of the “ta line” to which the first character of each of the keywords “Dom” and “Toshokan” belongs is the maximum count value obtained by counting the 50-sound row to which the first character of each keyword belongs. Is remembered as

また同様に、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「せいと/ひゃっかてん」のキーワード「ひゃっかてん」の先頭文字が属する「は行」のカウント値「1」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。また、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」、「か行」、「な行」、「ま行」〜「わ行」には、施設名の読みの各キーワードの先頭文字が属していない旨を表す「0」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “seika” is stored, the keyword “hyacca” of the facility name reading “seito / hyakten” The count value “1” of “ha line” to which the first character of “ten” belongs is stored as the maximum count value obtained by counting the 50-sound row to which the first character of each keyword belongs by line. In addition, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored, “a line”, “ka line”, “na line”, “ma line” to “wa line” Stores “0” indicating that the first character of each keyword of the facility name reading does not belong.

従って、先頭文字情報データテーブル52の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の行別に区分して記憶されたカウント値によって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字が属する50音の行の有・無を判別することが可能となる。   Therefore, according to the count values stored separately for each of the 50 sound lines of “A line” to “Wa line” of “Key word first character information” corresponding to each “Division unit” of the first character information data table 52, It is possible to determine the presence / absence of a line of 50 sounds to which the first character of each keyword reading of the facility name stored in each “division unit” belongs.

[施設情報表示処理]
次に、上記のように構成されたナビゲーション装置1のCPU41が実行する処理であって、50音キー62から入力された検索語に基づいて施設情報を検索してリスト表示する「施設情報表示処理」について図4乃至図7に基づいて説明する。
[Facility information display processing]
Next, a process executed by the CPU 41 of the navigation device 1 configured as described above, which searches for facility information based on a search word input from the 50-sound key 62 and displays a list of the facility information display process. Will be described with reference to FIGS.

図4はCPU41が実行する処理であって、入力された検索語に基づいて施設情報を検索してリスト表示する「施設情報表示処理」を示すフローチャートである。尚、図4にフローチャートで示されるプログラムは、操作部14の不図示の目的地設定ボタンが押下された場合に、CPU41により実行される。   FIG. 4 is a flowchart showing a “facility information display process” which is a process executed by the CPU 41 and which searches for facility information based on an input search word and displays the list. Note that the program shown in the flowchart of FIG. 4 is executed by the CPU 41 when a destination setting button (not shown) of the operation unit 14 is pressed.

図4に示すように、先ず、ステップ(以下、Sと略記する)11において、CPU41は、液晶ディスプレイ15の画面に、施設情報として目的地の住所や施設に関する名称等を検索するための検索語を入力する検索語入力画面61を表示する。
ここで、検索語入力画面61の一例について図6に基づいて説明する。図6に示すように、検索語入力画面61には、50音キー62、入力文字表示部63、検索語表示部64、修正ボタン65、戻るボタン66、次ワードボタン67、完了ボタン68、件数表示部69が表示される。
As shown in FIG. 4, first, in step (hereinafter abbreviated as S) 11, the CPU 41 searches the screen of the liquid crystal display 15 for a destination address, a name related to the facility, etc. as facility information. A search word input screen 61 for inputting is displayed.
Here, an example of the search word input screen 61 will be described with reference to FIG. As shown in FIG. 6, the search word input screen 61 includes a 50-sound key 62, an input character display unit 63, a search word display unit 64, a correction button 65, a return button 66, a next word button 67, a completion button 68, and the number of cases. A display unit 69 is displayed.

この入力文字表示部63には、50音キー62によって入力された入力文字が表示される。そして、次ワードボタン67が押下された場合には、入力文字表示部63に表示されている文字列が検索語として検索語表示部64に確定表示されるとともに、次の文字列を入力することが可能となる。また、修正ボタン65を押下する毎に、入力文字表示部63に表示されている文字列の最終入力文字を1文字ずつ削除することができる。   In the input character display portion 63, the input character input by the 50 sound key 62 is displayed. When the next word button 67 is pressed, the character string displayed on the input character display unit 63 is fixedly displayed on the search word display unit 64 as a search word, and the next character string is input. Is possible. Further, every time the correction button 65 is pressed, the last input characters of the character string displayed on the input character display unit 63 can be deleted one by one.

また、戻るボタン66を押下することによって、検索語入力画面61の前の画面に戻ることができる。更に、完了ボタン68を押下することによって、検索語表示部64に表示されている各文字列と入力文字表示部63に表示されている文字列を検索語として、施設情報としての施設に関する名称等を検索してリスト表示するように指示することができる。また、件数表示部69には、入力文字表示部63に表示されている文字列と検索語表示部64に表示されている各文字列によって検索された施設名の件数が表示される。   In addition, by pressing the return button 66, it is possible to return to the screen before the search word input screen 61. Furthermore, when the completion button 68 is pressed, each character string displayed on the search word display unit 64 and the character string displayed on the input character display unit 63 are used as search words, and the name of the facility as facility information, etc. Can be instructed to search and display a list. The number display unit 69 displays the number of facility names searched by the character string displayed on the input character display unit 63 and each character string displayed on the search word display unit 64.

続いて、図4に示すように、S12において、CPU41は、50音キー62が押下されたか否か、つまり、50音キー62から検索語が入力されたか否かを判定する判定処理を実行する。そして、50音キー62が押下されたと判定した場合には(S12:YES)、CPU41は、50音キー62から入力された入力文字を入力文字表示部63に表示すると共に、入力文字表示部63に表示している文字列を検索語としてRAM42に記憶後、S13の処理に移行する。   Subsequently, as shown in FIG. 4, in S <b> 12, the CPU 41 executes a determination process for determining whether or not the 50 sound key 62 is pressed, that is, whether or not a search word is input from the 50 sound key 62. . If it is determined that the 50-sound key 62 has been pressed (S12: YES), the CPU 41 displays the input characters input from the 50-sound key 62 on the input character display unit 63 and the input character display unit 63. Is stored in the RAM 42 as a search term, and the process proceeds to S13.

S13において、CPU41は、検索語表示部64に表示されている各文字列と入力文字表示部63に表示されている文字列を検索語として、施設名データテーブル51に記憶された施設名から目的地候補である候補施設名を抽出する後述の「候補施設名抽出処理」のサブ処理(図5参照)を実行後、再度、S12以降の処理を実行する。   In S13, the CPU 41 uses each character string displayed on the search word display unit 64 and the character string displayed on the input character display unit 63 as a search word from the facility name stored in the facility name data table 51. After executing a sub-process (see FIG. 5) of “candidate facility name extraction process” described later for extracting candidate facility names that are site candidates, the processes after S12 are executed again.

一方、50音キー62が押下されていないと判定した場合には(S12:NO)、CPU41は、S14の処理に移行する。S14において、CPU41は、次ワードボタン67が押下されたか否かを判定する判定処理を実行する。そして、次ワードボタン67が押下されたと判定した場合には(S14:YES)、CPU41は、S15の処理に移行する。   On the other hand, if it is determined that the 50 sound key 62 has not been pressed (S12: NO), the CPU 41 proceeds to the process of S14. In S14, the CPU 41 executes a determination process for determining whether or not the next word button 67 has been pressed. If it is determined that the next word button 67 has been pressed (S14: YES), the CPU 41 proceeds to the process of S15.

S15において、CPU41は、入力文字表示部63に表示されている文字列を検索語として検索語表示部64に確定表示すると共に、この文字列を確定検索語としてRAM42に時系列的に記憶する。また、CPU41は、入力文字表示部63に表示されている文字列をクリアして、50音キー62から新たな文字列を入力できるように設定した後、再度、S12以降の処理を実行する。   In S15, the CPU 41 displays the character string displayed on the input character display unit 63 as a search word on the search word display unit 64 and stores the character string in the RAM 42 in time series as a fixed search word. Further, the CPU 41 clears the character string displayed on the input character display unit 63 and sets it so that a new character string can be input from the 50-sound key 62, and then executes the processes after S12 again.

一方、次ワードボタン67が押下されていないと判定した場合には(S14:NO)、CPU41は、S16の処理に移行する。S16において、CPU41は、完了ボタン68が押下されたか否かを判定する判定処理を実行する。そして、完了ボタン68が押下されていないと判定した場合には(S16:NO)、CPU41は、S17の処理に移行する。   On the other hand, if it is determined that the next word button 67 has not been pressed (S14: NO), the CPU 41 proceeds to the process of S16. In S16, the CPU 41 executes determination processing for determining whether or not the completion button 68 has been pressed. If it is determined that the completion button 68 has not been pressed (S16: NO), the CPU 41 proceeds to the process of S17.

S17において、CPU41は、修正ボタン65又は戻るボタン66が押下されたか否かを判定する判定処理を実行する。そして、修正ボタン65が押下されたと判定した場合には、CPU41は、入力文字表示部63に表示されている文字列の最終入力文字を1文字削除した後、再度、S12以降の処理を実行する。   In S17, the CPU 41 executes a determination process for determining whether the correction button 65 or the return button 66 has been pressed. If it is determined that the correction button 65 has been pressed, the CPU 41 deletes one character of the last input character of the character string displayed on the input character display unit 63, and then executes the processes after S12 again. .

また、戻るボタン66が押下されたと判定した場合には、CPU41は、図3に示す当該処理を終了し、検索語入力画面61の前の画面に戻る。更に、修正ボタン65及び戻るボタン66が押下されなかった場合には、CPU41は、再度、S12以降の処理を実行する。   If it is determined that the return button 66 has been pressed, the CPU 41 ends the processing shown in FIG. 3 and returns to the screen before the search word input screen 61. Further, when the correction button 65 and the return button 66 are not pressed, the CPU 41 executes the processes after S12 again.

一方、完了ボタン68が押下されたと判定した場合には(S16:YES)、CPU41は、S18の処理に移行する。S18において、CPU41は、上記S13で抽出された全候補施設名をリスト表示後(図7参照)、当該処理を終了する。   On the other hand, if it is determined that the completion button 68 has been pressed (S16: YES), the CPU 41 proceeds to the process of S18. In S18, the CPU 41 displays a list of all candidate facility names extracted in S13 (see FIG. 7), and ends the process.

[候補施設名抽出処理]
次に、上記S13で実行する「候補施設名抽出処理」のサブ処理について図5に基づいて説明する。
図5に示すように、S111において、CPU41は、入力文字表示部63に表示されている検索語と各検索語表示部64に表示されている確定検索語とをRAM42から読み出す。
[Candidate facility name extraction process]
Next, the sub-process of the “candidate facility name extraction process” executed in S13 will be described with reference to FIG.
As shown in FIG. 5, in S <b> 111, the CPU 41 reads the search word displayed on the input character display unit 63 and the confirmed search word displayed on each search word display unit 64 from the RAM 42.

そして、S112において、CPU41は、このRAM42から読み出した各検索語の包含関係に従って検索語の検索順を設定し、この検索順に検索語をRAM42に記憶する。   In S112, the CPU 41 sets the search word search order according to the inclusion relation of the search words read from the RAM 42, and stores the search words in the RAM 42 in the search order.

具体的には、CPU41は、RAM42から読み出した各検索語の文字数の多い順に検索語の検索順を設定し、この検索順に検索語をRAM42に記憶する。また、CPU41は、RAM42から読み出した各検索語の文字数が同じ場合には、時系列的に早くRAM42に記憶した順に検索語の検索順を設定し、この検索順に検索語をRAM42に記憶する。   Specifically, the CPU 41 sets the search word search order in descending order of the number of characters of each search word read from the RAM 42, and stores the search words in the RAM 42 in this search order. Further, when the number of characters of each search word read from the RAM 42 is the same, the CPU 41 sets the search word search order in the order stored in the RAM 42 earlier in time series, and stores the search words in the RAM 42 in this search order.

例えば、CPU41は、RAM42から読み出した各検索語が、図6に示すように、「せ」、「と」の場合には、検索語「せ」の検索順を1番目に設定し、検索語「と」の検索順を2番目に設定する。そして、CPU41は、この検索順に各検索語「せ」、「と」をRAM42に記憶する。   For example, when each search word read from the RAM 42 is “se” and “to” as shown in FIG. 6, the CPU 41 sets the search order of the search word “se” to the first, Set the search order of “and” to the second. Then, the CPU 41 stores the search terms “SE” and “TO” in the RAM 42 in the search order.

続いて、S113において、CPU41は、先頭文字情報データテーブル52の1番目の「分割単位」に記憶されている平仮名を読み出す。そして、CPU41は、当該「分割単位」に記憶されている平仮名が、検索順が1番目の検索語と前方一致するか否かを判定する判定処理を実行する。   Subsequently, in S <b> 113, the CPU 41 reads the hiragana stored in the first “division unit” of the first character information data table 52. Then, the CPU 41 executes a determination process for determining whether or not the hiragana stored in the “division unit” matches the first search word in the search order.

そして、当該「分割単位」に記憶されている平仮名が、検索順が1番目の検索語と前方一致しないと判定した場合には(S113:NO)、CPU41は、先頭文字情報データテーブル52に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル52に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル52の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル52に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   If it is determined that the hiragana stored in the “division unit” does not match the first search word in the search order (S113: NO), the CPU 41 stores the next character in the first character information data table 52. The determination process for determining whether or not the “division unit” is stored is executed. If it is determined that the next “division unit” is stored in the first character information data table 52, the CPU 41 determines the hiragana stored in the next “division unit” in the first character information data table 52. Read, and the loop after S113 is executed again. On the other hand, when it is determined that the next “division unit” is not stored in the first character information data table 52, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S113で当該「分割単位」に記憶されている平仮名が、検索順が1番目の検索語と前方一致すると判定した場合には(S113:YES)、CPU41は、S114の処理に移行する。S114において、CPU41は、全検索語をRAM42から読み出し、全検索語の各先頭文字の属する50音の行を行別にカウントする。   On the other hand, if it is determined in S113 that the hiragana stored in the “division unit” matches the first search word in the search order (S113: YES), the CPU 41 proceeds to the process of S114. In S114, the CPU 41 reads all the search words from the RAM 42, and counts the lines of 50 sounds to which the first characters of all the search words belong by line.

そして、CPU41は、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている各カウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の行に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル51の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。   Then, the CPU 41 determines that each count value stored in the line of the 50-sound row to which each head character of all the search words of the “keyword head character information” of the “division unit” belongs is the head of each search word. A determination process is performed to determine whether or not the count value of each line of the 50-sound line to which the character belongs is equal to or greater. That is, the reading of the name of the facility to which the first character of each keyword belongs to the line of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 51 corresponding to the “division unit”. A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値より少ない50音の行の区分やカウント値が「0」の50音の行の区分が1つでもあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル52に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, the count value stored in the line of 50 sound lines to which the first characters of all the search words of the “keyword first character information” of the “division unit” belong is 50 to which the first characters of all the search words belong. When it is determined that there is at least one 50-sound line classification or a 50-sound line classification with a count value of “0” (S114: NO), the CPU 41 determines that there is less than the count value for each sound line. Then, a determination process for determining whether or not the next “division unit” is stored in the first character information data table 52 is executed.

そして、先頭文字情報データテーブル52に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル52の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル52に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   If it is determined that the next “division unit” is stored in the first character information data table 52, the CPU 41 determines the hiragana stored in the next “division unit” in the first character information data table 52. Read, and the loop after S113 is executed again. On the other hand, when it is determined that the next “division unit” is not stored in the first character information data table 52, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, the count value stored in the line of the 50-sound row to which each first character of all the search words of “keyword first character information” of the “division unit” belongs is the value of each first character of all the search words. If it is determined that the count value is greater than or equal to the count value for each line of the 50 sound lines to which it belongs (S114: YES), the CPU 41 proceeds to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 51.

続いて、CPU41は、先頭文字情報データテーブル52に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル52に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル52の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル52に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   Subsequently, the CPU 41 executes determination processing for determining whether or not the next “division unit” is stored in the first character information data table 52. If it is determined that the next “division unit” is stored in the first character information data table 52, the CPU 41 determines the hiragana stored in the next “division unit” in the first character information data table 52. Read, and the loop after S113 is executed again. On the other hand, when it is determined that the next “division unit” is not stored in the first character information data table 52, the CPU 41 ends the loop and proceeds to the processing of S116.

例えば、図3に示すように、上記S112で1番目の検索順に設定された検索語が「せ」で、2番目の検索順に設定された検索語が「と」の場合には、CPU41は、当該検索語の先頭文字「せ」と前方一致する各平仮名「せ」、「せあ」、「せい」、「せう」、・・・「せん」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 3, when the search term set in the first search order in S112 is “SE” and the search term set in the second search order is “TO”, the CPU 41 For each “division unit” in which each hiragana “se”, “sea”, “sei”, “seu”,... “Sen” stored in front of the first character “se” of the search term is stored, The process of S114 is executed.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「せ」、「と」の各先頭文字「せ」、「と」の属する50音の「さ行」、「た行」の区分に記憶されている各カウント値が、「1」以上である各平仮名「せい」、「せん」が記憶された「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 classifies all search words “SE”, “TO” of the “keyword first character information”, “SE”, “SO”, and “TA” of 50 sounds to which “TO” belongs. The “division unit” for searching the candidate name of the facility name data table 51 for the “division unit” in which each hiragana “sei” and “sen” is stored is “1” or more. Is stored in the RAM 42.

そして、図5に示すように、S116において、CPU41は、RAM42から上記S115で記憶した施設名データテーブル51の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、この読み出した各施設名の読みを構成するキーワードの中に、上記S112で検索順を設定した各検索語と前方一致するキーワードがあるか否かを判定する判定処理を実行する、つまり、読み出した全施設名の「読み」について各検索語の全文検索を行う。   Then, as shown in FIG. 5, in S <b> 116, the CPU 41 sequentially reads out the corresponding “division unit” for searching for the candidate facility name in the facility name data table 51 stored in S <b> 115 from the RAM 42, and stores in the facility name data table 51. Read “reading” of all facility names in the “division unit” in turn. Then, the CPU 41 executes a determination process for determining whether or not there is a keyword that matches forward with each search word for which the search order is set in S112, among the keywords that constitute the reading of each read facility name. That is, the full text search of each search word is performed for “read” of all the facility names that have been read.

そして、CPU41は、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に順番に記憶後、S117の処理に移行する。   Then, when there is a keyword that matches each search word in the keywords constituting the reading of the read facility name, the CPU 41 sets the “facility name” corresponding to the reading of the facility name to the facility name data table 51. Are stored in the RAM 42 in order as candidate facility names which are destination candidates, and the process proceeds to S117.

尚、CPU41は、検索語と前方一致する施設名の読みのキーワードが、この検索語よりも短い文字列の場合には、更に、検索語のキーワードと一致していない残りの文字列と前方一致するキーワードが、当該施設名の読みを構成するキーワードの中にあるか否かを判定する判定処理を実行する。   When the reading keyword of the facility name that matches the search word in front is a character string shorter than the search word, the CPU 41 further matches the remaining character string that does not match the keyword of the search word. A determination process for determining whether or not the keyword to be included is among the keywords constituting the reading of the facility name is executed.

そして、CPU41は、検索語のキーワードと一致していない残りの文字列と前方一致するキーワードが、当該施設名の読みを構成するキーワードの中にある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Then, the CPU 41 responds to the reading of the facility name when the keyword that matches the remaining character string that does not match the keyword of the search word is among the keywords constituting the reading of the facility name. The “facility name” is read from the facility name data table 51 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

例えば、各平仮名「せい」、「せん」が記憶された「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶した場合には、CPU41は、施設名データテーブル51の各平仮名「せい」、「せん」が記憶された「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。   For example, when the “division unit” in which the hiragana characters “sei” and “sen” are stored in the RAM 42 as the corresponding “division unit” for searching the candidate facility name in the facility name data table 51, the CPU 41 The “reading” of all the facility names in the “division unit” in which the hiragana characters “sei” and “sen” in the name data table 51 are stored is read in order.

そして、図2に示すように、CPU41は、この読み出した各施設名の読みを構成するキーワードの中に、各検索語「せ」、「と」と前方一致するキーワードがある各施設名の読み「せいと/どーむ」、「せいとか/としょかん」、「せんけ/とけい」に対応する各施設名「西都ドーム」、「西都科図書館」、「千家時計」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に順番に記憶する。   Then, as shown in FIG. 2, the CPU 41 reads the name of each facility having a keyword that matches the search terms “SE” and “TO” among the keywords that constitute the reading of each facility name that has been read. Facility name data for each facility name “Nishito Dome”, “Nishito Departmental Library”, “Senjyo Clock” corresponding to “Seito / Domu”, “Seitoka / Toyokan”, “Senkei / Tokei” The data is read from the table 51 and stored in the RAM 42 in order as candidate facility names that are destination candidates.

続いて、図5に示すように、S117において、CPU41は、候補施設名をRAM42から順番に読み出してカウントし、入力された検索語によって検索可能な候補施設名の件数としてRAM42に記憶する。例えば、候補施設名が各施設名「西都ドーム」、「西都科図書館」、「千家時計」の場合には、件数として「3件」をRAM42に記憶する。   Subsequently, as shown in FIG. 5, in S117, the CPU 41 sequentially reads out the candidate facility names from the RAM 42, counts them, and stores them in the RAM 42 as the number of candidate facility names that can be searched by the input search word. For example, if the candidate facility name is each facility name “Nishito Dome”, “Nishito Department Library”, or “Senji Clock”, “3 cases” is stored in the RAM 42 as the number of cases.

尚、検索語に含まれる濁音、半濁音、拗音、促音、長音等の特殊文字はそれぞれ基本文字に変換して処理される。例えば、「とうきょう」は「とうきよう」、「らんど」は「らんと」として検索される。前述したように、施設名データテーブル51に記憶されている施設名の読みに含まれる特殊文字も基本文字に変換して記憶されているため、結果的には特殊文字を無視した検索を行うことになる。   Note that special characters such as muddy sound, semi-voiced sound, stuttering sound, prompt sound, and long sound included in the search word are converted into basic characters and processed. For example, “Tokyo” is searched as “Tokyo”, and “Land” is searched as “Land”. As described above, since the special characters included in the facility name reading stored in the facility name data table 51 are also converted into basic characters and stored, as a result, a search that ignores the special characters is performed. become.

そして、S118において、CPU41は、RAM42から件数を読み出し、検索語入力画面61の件数表示部69に表示後、当該サブ処理を終了してメインフローチャートに戻り、S12以降の処理を実行する。例えば、RAM42から読み出した件数が「3件」の場合には、図6に示すように、件数表示部69に「3件」と表示後、当該サブ処理を終了してメインフローチャートに戻り、S12以降の処理を実行する。   In S118, the CPU 41 reads the number of cases from the RAM 42, displays the number of cases on the number of words display section 69 of the search word input screen 61, ends the sub-process, returns to the main flowchart, and executes the processes after S12. For example, if the number read from the RAM 42 is “3”, as shown in FIG. 6, after displaying “3” in the number display section 69, the sub-process is terminated and the process returns to the main flowchart. The subsequent processing is executed.

ここで、図6に示すように、50音キー62から各検索語「せ」、「と」を入力して、完了ボタン68を押下した場合の、抽出した施設名をリスト表示した検索結果表示画面71の一例を図7に基づいて説明する。尚、各検索語「せ」、「と」によって、候補施設名として各施設名「西都ドーム」、「西都科図書館」、「千家時計」が抽出されているとする。   Here, as shown in FIG. 6, when the search words “se” and “to” are input from the 50 sound key 62 and the completion button 68 is pressed, a search result display that displays the extracted facility names as a list is displayed. An example of the screen 71 will be described with reference to FIG. It is assumed that the facility names “Nishito Dome”, “Nishito Kagaku Library”, and “Senji Clock” are extracted as candidate facility names by the search terms “se” and “to”.

図7に示すように、PU41は、液晶ディスプレイ15に検索結果表示画面71を表示し、候補施設名として各施設名「西都ドーム」、「西都科図書館」、「千家時計」をRAM42から読み出し、一番上の検索結果表示欄72から順番に表示する。また、CPU41は、件数「3件」をRAM42から読み出し、検索結果表示画面71の上部に設けられた件数表示部73に表示する。   As shown in FIG. 7, the PU 41 displays a search result display screen 71 on the liquid crystal display 15, and names each facility name “Western Dome”, “Western Department Library”, and “Senji Clock” from the RAM 42 as candidate facility names. Read and display in order from the search result display column 72 at the top. Further, the CPU 41 reads the number “3” from the RAM 42 and displays it on the number display unit 73 provided at the top of the search result display screen 71.

ここで、ユーザが、各検索結果表示欄72の施設情報を押下して選択すると、CPU41は、当該施設を目的地に設定して経路探索を行い、推奨経路を地図上に表示する。また、当該施設に関する施設情報(例えば、営業時間、料金等である。)を表示する。
また、各検索結果表示欄72の左側には、検索結果表示欄72の施設の名称を1件ずつスクロールダウン、スクロールアップするための前ボタン74、次ボタン75と、検索結果表示欄72の施設の名称を5件ずつスクロールダウン、スクロールアップするための各頁ボタン76、77とが表示されている。
Here, when the user presses and selects the facility information in each search result display column 72, the CPU 41 sets the facility as a destination, performs a route search, and displays a recommended route on the map. In addition, facility information about the facility (for example, business hours, fees, etc.) is displayed.
Further, on the left side of each search result display column 72, the names of the facilities in the search result display column 72 are scrolled down one by one, the previous button 74 and the next button 75 for scrolling up, and the facility in the search result display column 72 Each page button 76, 77 for scrolling down and scrolling up the name of each is displayed.

以上詳細に説明した通り、実施例1に係るナビゲーション装置1では、CPU41は、先頭文字情報データテーブル52の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、各「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上のものだけを、施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 1 according to the first embodiment, the CPU 41 stores the hiragana that matches the first search word in the search order among the “division units” in the first character information data table 52. Extracted “division unit” is extracted. Then, the CPU 41 stores each of the extracted “division units” in the division of 50 sound lines to which the first characters of all search words of “keyword first character information” of each “division unit” belong. Only those whose count value is equal to or greater than the count value for each line of 50 sound lines to which the first characters of all search words belong are stored in the RAM 42 as corresponding “division units” for searching for the candidate facility names in the facility name data table 51. To do.

続いて、CPU41は、施設名データテーブル51の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 51, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 51. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 51 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル52から抽出することが可能となる。従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル52から抽出して、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   As a result, even if a plurality of search terms having a small number of characters (for example, one character or two characters) are input, the CPU 41 stores “hiragana” in which the hiragana whose search order matches the first search term is stored. Of the “units”, it is possible to extract from the first character information data table 52 only “division units” in which the facility names having the first characters of all search terms as the first characters of each keyword are stored. Accordingly, the CPU 41 extracts from the first character information data table 52 only the “division unit” in which the facility name having the first character of all search terms as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

また、施設名データテーブル51の「分割単位」間では「施設名」に記憶された施設名の重複はあるが、各「分割単位」内においては、「施設名」に記憶された施設名の重複は無く、1つの施設名だけが記憶されている。従って、施設名データテーブル51の「分割単位」間では「読み」に記憶された施設名の読みの重複はあるが、各「分割単位」内においては、「読み」に記憶された施設名の読みの重複は無く、1つの施設名の読みだけが記憶されている。これにより、各「分割単位」の「施設名」に記憶された施設名は、1個だけ記憶されるため、重複記憶される施設名を減少させて、名称リストのデータ容量の削減化を図り、名称リストを展開するメモリ容量の増大を抑止することが可能となる。   In addition, although there is a duplication of the facility name stored in the “facility name” among the “division units” in the facility name data table 51, the facility name stored in the “facility name” is stored in each “division unit”. There is no duplication and only one facility name is stored. Accordingly, there is an overlap in the reading of the facility name stored in the “reading” among the “division units” in the facility name data table 51, but in each “division unit”, the facility name stored in the “reading” is stored. There is no duplication of readings, and only readings of one facility name are stored. As a result, only one facility name stored in the “facility name” of each “division unit” is stored, so the number of facility names stored in duplicate is reduced and the data capacity of the name list is reduced. It is possible to suppress an increase in memory capacity for expanding the name list.

次に、実施例2に係るナビゲーション装置81について図8に基づいて説明する。尚、以下の説明において上記図1乃至図7の実施例1に係るナビゲーション装置1の構成と同一符号は、前記実施例1に係るナビゲーション装置1の構成と同一あるいは相当部分を示すものである。   Next, a navigation device 81 according to the second embodiment will be described with reference to FIG. In the following description, the same reference numerals as those of the navigation device 1 according to the first embodiment shown in FIGS. 1 to 7 indicate the same or corresponding parts as those of the navigation device 1 according to the first embodiment.

この実施例2に係るナビゲーション装置81の概略構成は、実施例1に係るナビゲーション装置1とほぼ同じ構成である。また、各種制御処理も実施例1に係るナビゲーション装置1とほぼ同じ制御処理である。
但し、ナビゲーション装置81は、先頭文字情報データテーブル52に替えて、図8に示す先頭文字情報データテーブル82を施設名DB27に格納している点で異なっている。このため、後述のように、上記S114における処理も異なっている。
The schematic configuration of the navigation device 81 according to the second embodiment is substantially the same as that of the navigation device 1 according to the first embodiment. Various control processes are also substantially the same as the navigation apparatus 1 according to the first embodiment.
However, the navigation device 81 is different in that the first character information data table 82 shown in FIG. 8 is stored in the facility name DB 27 instead of the first character information data table 52. For this reason, as described later, the processing in S114 is also different.

ここで、先頭文字情報データテーブル82について図8に基づいて説明する。
図8に示すように、実施例2に係る先頭文字情報データテーブル82は、上記先頭文字情報データテーブル52と同様に、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。また、「キーワードの先頭文字情報」は、「あ行」〜「わ行」の50音の行別に区分されている。
Here, the head character information data table 82 will be described with reference to FIG.
As shown in FIG. 8, the first character information data table 82 according to the second embodiment is similar to the first character information data table 52 in that “dividing unit”, “first character information of keyword”, “reading”, It is composed of Further, “keyword first character information” is divided into 50 sound lines from “A line” to “Wa line”.

但し、図8に示すように、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字が属する50音の行を行別にカウントし、カウント値が「1」以上の50音の行別の区分には、「1」を代入して記憶し、カウント値が「0」の50音の行別の区分には、「0」を代入して記憶する。つまり、各キーワードの先頭文字が属する50音の行の区分には「1」が記憶され、それ以外の50音の行の区分には「0」が記憶されている。   However, as shown in FIG. 8, the “keyword first character information” corresponding to each “division unit” includes, for each reading of each facility name stored in “reading” corresponding to the same “division unit”, The 50-sound line to which the first character of each keyword belongs is counted for each line, and “1” is assigned to and stored in the line-by-line classification of 50 sounds whose count value is “1” or more, and the count value is “0”. "0" is substituted and stored in the line-by-line classification of "". That is, “1” is stored in the 50-sound line classification to which the first character of each keyword belongs, and “0” is stored in the other 50-sound line classifications.

例えば、図8に示すように、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「せいげん/そめや」の各キーワード「せいげん」、「そめや」の先頭文字が属する「さ行」のカウント値は「2」であるため(図3参照)、当該「キーワードの先頭文字情報」の「さ行」には、「1」が記憶されている。   For example, as shown in FIG. 8, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored, the keyword “seisei” of the facility name reading “seigen / someya” is displayed. Since the count value of “Sa line” to which the first characters of “Gen” and “Someya” belong is “2” (see FIG. 3), “1” is included in “Sa line” of the “Key word first character information”. Is stored.

また同様に、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、各施設名の読み「せいと/どーむ」、「せいとか/としょかん」の各キーワード「どーむ」、「としょかん」の先頭文字が属する「た行」の各カウント値は「1」であるため(図3参照)、当該「キーワードの先頭文字情報」の「た行」には、「1」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored, each facility name reading “seito / doom”, “seika / toshokan” Since each count value of “Ta line” to which the first character of each of the keywords “Dom” and “Toshokan” belongs is “1” (see FIG. 3), In the “row”, “1” is stored.

また同様に、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「せいと/ひゃっかてん」のキーワード「ひゃっかてん」の先頭文字が属する「は行」のカウント値は「1」であるため(図3参照)、当該「キーワードの先頭文字情報」の「は行」には、「1」が記憶されている。また、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」、「か行」、「な行」、「ま行」〜「わ行」には、施設名の読みの各キーワードの先頭文字が属していない旨を表す「0」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “seika” is stored, the keyword “hyacca” of the facility name reading “seito / hyakten” Since the count value of “ha line” to which the first character of “Ten” belongs is “1” (see FIG. 3), “1” is stored in “ha line” of the “key character first character information”. Yes. In addition, in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored, “a line”, “ka line”, “na line”, “ma line” to “wa line” Stores “0” indicating that the first character of each keyword of the facility name reading does not belong.

従って、先頭文字情報データテーブル82の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の各行に記憶された値が「1」か否かによって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字が属する50音の行の有・無を判別することが可能となる。   Accordingly, whether or not the value stored in each line of 50 sounds of “A line” to “Wa line” of “Key word first character information” corresponding to each “Division unit” of the first character information data table 82 is “1”. Thus, it is possible to determine the presence / absence of the 50-sound line to which the first character of each keyword reading of the facility name stored in each “division unit” belongs.

次に、実施例2に係るナビゲーション装置81のCPU41が実行するS114の処理について説明する。
S114において、CPU41は、全検索語をRAM42から読み出し、上記S113で特定した「分割単位」に対応する「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている値が、全て「1」か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の行に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル51の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。
Next, the process of S114 executed by the CPU 41 of the navigation device 81 according to the second embodiment will be described.
In S114, the CPU 41 reads out all the search words from the RAM 42, and classifies them into 50 sound lines to which the first characters of all the search words of the “keyword first character information” corresponding to the “division unit” specified in S113 belong. A determination process for determining whether or not all stored values are “1” is executed. That is, the reading of the name of the facility to which the first character of each keyword belongs to the line of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 51 corresponding to the “division unit”. A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の50音の行の区分に記憶されている値が、全て「1」でない、つまり、値の「0」のものがあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル82に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, it is determined that the values stored in the 50-sound line classification of the “keyword first character information” of the “division unit” are not all “1”, that is, the value “0” exists. In this case (S114: NO), the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 82.

そして、先頭文字情報データテーブル82に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル82の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル82に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了して上記S116の処理に移行する。   If it is determined that the next “division unit” is stored in the first character information data table 82, the CPU 41 determines the hiragana stored in the next “division unit” in the first character information data table 82. Read, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 82, the CPU 41 ends the loop and proceeds to the process of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全て「1」であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, it is determined that all the count values stored in the section of the 50-sound row to which each head character of all the search words of “keyword head character information” of the “division unit” belongs are “1”. If it has been (S114: YES), the CPU 41 proceeds to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 51.

続いて、CPU41は、先頭文字情報データテーブル82に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル82に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル82の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル82に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了して上記S116の処理に移行する。   Subsequently, the CPU 41 executes determination processing for determining whether or not the next “division unit” is stored in the first character information data table 82. If it is determined that the next “division unit” is stored in the first character information data table 82, the CPU 41 determines the hiragana stored in the next “division unit” in the first character information data table 82. Read, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 82, the CPU 41 ends the loop and proceeds to the process of S116.

例えば、図8に示すように、上記S112で1番目の検索順に設定された検索語が「せ」で、2番目の検索順に設定された検索語が「と」の場合には、CPU41は、当該検索語の先頭文字「せ」と前方一致する各平仮名「せ」、「せあ」、「せい」、「せう」、・・・「せん」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 8, when the search term set in the first search order in S112 is “SE” and the search term set in the second search order is “TO”, the CPU 41 For each “division unit” in which each hiragana “se”, “sea”, “sei”, “seu”,... “Sen” stored in front of the first character “se” of the search term is stored, The process of S114 is executed.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「せ」、「と」の各先頭文字「せ」、「と」の属する50音の「さ行」、「た行」に記憶されている値が、全て「1」である各平仮名「せい」、「せん」が記憶された「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 stores all search words “se” and “to” in the “keyword first character information” in the first characters “se” and “sa line” and “ta line” of 50 sounds to which “to” belongs. The “divided unit” in which each hiragana “sei” and “sen” is stored in the RAM 42 as the corresponding “divided unit” for searching the candidate facility name in the facility name data table 51. Remember.

以上詳細に説明した通り、実施例2に係るナビゲーション装置81では、CPU41は、先頭文字情報データテーブル82の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、各「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている値が、全て「1」のものだけを、施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 81 according to the second embodiment, the CPU 41 stores a hiragana whose search order matches the first search word in the “division unit” of the first character information data table 82. Extracted “division unit” is extracted. Then, the CPU 41 stores each of the extracted “division units” in the division of 50 sound lines to which the first characters of all search words of “keyword first character information” of each “division unit” belong. Only values having a value of “1” are stored in the RAM 42 as corresponding “division units” for searching for candidate facility names in the facility name data table 51.

続いて、CPU41は、施設名データテーブル51の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 51, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 51. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 51 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル82から抽出することが可能となる。   As a result, even if a plurality of search terms having a small number of characters (for example, one character or two characters) are input, the CPU 41 stores “hiragana” in which the hiragana whose search order matches the first search term is stored. Of the “units”, it is possible to extract from the first character information data table 82 only “division units” in which the facility names having the first characters of all the search words as the first characters of each keyword are stored.

従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル82から抽出して、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Therefore, the CPU 41 extracts from the first character information data table 82 only the “division unit” in which the facility name having the first character of all search terms as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

次に、実施例3に係るナビゲーション装置85について図9に基づいて説明する。尚、以下の説明において上記図1乃至図7の実施例1に係るナビゲーション装置1の構成と同一符号は、前記実施例1に係るナビゲーション装置1の構成と同一あるいは相当部分を示すものである。   Next, a navigation device 85 according to the third embodiment will be described with reference to FIG. In the following description, the same reference numerals as those of the navigation device 1 according to the first embodiment shown in FIGS. 1 to 7 indicate the same or corresponding parts as those of the navigation device 1 according to the first embodiment.

この実施例3に係るナビゲーション装置85の概略構成は、実施例1に係るナビゲーション装置1とほぼ同じ構成である。また、各種制御処理も実施例1に係るナビゲーション装置1とほぼ同じ制御処理である。
但し、ナビゲーション装置85は、先頭文字情報データテーブル52に替えて、図9に示す先頭文字情報データテーブル86を施設名DB27に格納している点で異なっている。このため、後述のように、上記S114における処理も異なっている。
The schematic configuration of the navigation device 85 according to the third embodiment is substantially the same as that of the navigation device 1 according to the first embodiment. Various control processes are also substantially the same as the navigation apparatus 1 according to the first embodiment.
However, the navigation device 85 is different in that the first character information data table 86 shown in FIG. 9 is stored in the facility name DB 27 instead of the first character information data table 52. For this reason, as described later, the processing in S114 is also different.

ここで、先頭文字情報データテーブル86について図9に基づいて説明する。
図9に示すように、実施例3に係る先頭文字情報データテーブル86は、上記先頭文字情報データテーブル52と同様に、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。但し、「キーワードの先頭文字情報」は、平仮名が50音順に1文字ずつ属するように区分されている。
Here, the head character information data table 86 will be described with reference to FIG.
As shown in FIG. 9, the first character information data table 86 according to the third embodiment is similar to the first character information data table 52 in that “dividing unit”, “keyword first character information”, “reading”, and the like. It is composed of However, the “keyword first character information” is divided so that hiragana characters belong to one character at a time in the order of the Japanese syllabary.

また、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字を50音別にそれぞれカウントし、各50音別のカウント値のうちの各施設名の読みの間の最大カウント値をそれぞれ抽出して、「キーワードの先頭文字情報」の各キーワードの先頭文字が属する「あ」〜「ん」の区分に記憶されている。   In addition, in the “keyword first character information” corresponding to each “division unit”, the first character of each keyword is read for each reading of each facility name stored in “reading” corresponding to the same “division unit”. It counts for each sound, extracts the maximum count value between readings of each facility name from the count values for each of the 50 sounds, and “a” to which the first character of each keyword of “keyword first character information” belongs. ~ It is stored in the category of “n”.

例えば、図9に示すように、平仮名「せい」が記憶された「分割単位」に対応する各施設名の読みには、「せいと/どーむ」、「せいと/ひゃっかてん」、「せいげん/そめや」、「せいとか/としょかん」が記憶されている。このため、施設名の読み「せいと/どーむ」の各キーワード「せいと」、「どーむ」の先頭文字のカウント値は、「せ」が「1」、「と」が「1」である。また、施設名の読み「せいと/ひゃっかてん」の各キーワード「せいと」、「ひゃっかてん」の先頭文字のカウント値は、「せ」が「1」、「ひ」が「1」である。   For example, as shown in FIG. 9, the name of each facility corresponding to the “division unit” in which the hiragana “sei” is stored is “seito / doom”, “seito / hyakten” , “Seigen / Someya”, “Seiyoka / Toshokan” are stored. For this reason, the count values of the first characters of the keywords “Sei” and “Domu” in the facility name reading “Sei / Domu” are “1” for “Se” and “1” for “To”. is there. In addition, the count values of the first characters of the keywords “Sei” and “Hyka Ten” in the facility name reading “Sei / Hykaten” are “1” and “hi”. Is “1”.

また、施設名の読み「せいげん/そめや」の各キーワード「せいげん」、「そめや」の先頭文字のカウント値は、「せ」が「1」、「そ」が「1」である。また、施設名の読み「せいとか/としょかん」の各キーワード「せいとか」、「としょかん」の先頭文字のカウント値は、「せ」が「1」、「と」が「1」である。   In addition, the count value of the first character of each of the keywords “seigen” and “someya” of the facility name reading “seigen / someya” is “1” for “se” and “1” for “so”. . In addition, the count values of the first characters of the keywords “seika” and “toyokan” of the facility name reading “seika” are “1” and “to” are “1”. It is.

従って、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の各平仮名「せ」、「そ」、「と」、「ひ」が属する区分には、それぞれ最大カウント値として「1」が記憶されている。また、平仮名「せい」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の各平仮名「あ」〜「す」、「た」〜「て」、「な」〜「は」、「ふ」〜「ん」が属する区分には、「0」が記憶されている。   Therefore, each hiragana “se”, “so”, “to” and “hi” in the “keyword first character information” corresponding to the “division unit” in which the hiragana “sei” is stored belongs to the maximum. “1” is stored as the count value. Also, the hiragana characters “a” to “su”, “ta” to “te”, “na” to “ha” of “keyword first character information” corresponding to the “division unit” in which the hiragana character “sei” is stored. , “0” is stored in the category to which “fu” to “n” belong.

これにより、先頭文字情報データテーブル86の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ」〜「ん」が属する各区分に記憶されたカウント値によって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字を構成する平仮名を判別することが可能となる。   Accordingly, each “division unit” is determined by the count value stored in each category to which “a” to “n” of “keyword first character information” corresponding to each “division unit” of the first character information data table 86. It becomes possible to discriminate the hiragana that constitutes the first character of each keyword for reading the facility name stored therein.

次に、実施例3に係るナビゲーション装置85のCPU41が実行するS114の処理について説明する。
S114において、CPU41は、全検索語をRAM42から読み出し、全検索語の各先頭文字を50音別にカウントする。そして、CPU41は、上記S113で特定した「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されている各カウント値が、全検索語の各先頭文字の50音別のカウント値以上か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の区分に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル51の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。
Next, the process of S114 executed by the CPU 41 of the navigation device 85 according to the third embodiment will be described.
In S114, the CPU 41 reads all search words from the RAM 42, and counts the first characters of all search words for each of the 50 sounds. Then, the CPU 41 determines that each count value stored in the category to which each first character of all the search words of “keyword first character information” of “division unit” specified in S113 belongs is the first character of all search words. A determination process is performed to determine whether or not the count value is greater than or equal to 50. That is, the reading of the facility name to which the first character of each keyword belongs to the division of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 51 corresponding to the “division unit”. A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に、全検索語の各先頭文字の50音別のカウント値より少ない区分やカウント値が「0」の区分が1つでもあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル86に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, in the division to which the first character of all search words of the “keyword first character information” of the “division unit” belongs, a division or count value smaller than the count value for each first sound of all the search words is “0”. When the CPU 41 determines that there is at least one section (S114: NO), the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 86. To do.

そして、先頭文字情報データテーブル86に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル86の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル86に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   If it is determined that the next “division unit” is stored in the first character information data table 86, the CPU 41 uses the hiragana stored in the next “division unit” in the first character information data table 86. Read, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 86, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されているカウント値が、全検索語の各先頭文字の50音別のカウント値以上であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, the count value stored in the section to which each first character of all the search words of the “keyword first character information” of the “division unit” belongs is the count value for each first character of all the search words. When it determines with it being above (S114: YES), CPU41 transfers to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 51.

続いて、CPU41は、先頭文字情報データテーブル86に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル86に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル86の次の「分割単位」に記憶されている平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル86に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   Subsequently, the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 86. If it is determined that the next “division unit” is stored in the first character information data table 86, the CPU 41 uses the hiragana stored in the next “division unit” in the first character information data table 86. Read, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 86, the CPU 41 ends the loop and proceeds to the processing of S116.

例えば、図9に示すように、上記S112で1番目の検索順に設定された検索語が「せ」で、2番目の検索順に設定された検索語が「と」の場合には、CPU41は、当該検索語の先頭文字「せ」と前方一致する各平仮名「せ」、「せあ」、「せい」、「せう」、・・・「せん」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 9, when the search term set in the first search order in S112 is “SE” and the search term set in the second search order is “TO”, the CPU 41 For each “division unit” in which each hiragana “se”, “sea”, “sei”, “seu”,... “Sen” stored in front of the first character “se” of the search term is stored, The process of S114 is executed.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「せ」、「と」の各先頭文字「せ」、「と」の属する区分に記憶されている各カウント値が、「1」以上である各平仮名「せい」、「せん」が記憶された「分割単位」を施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 determines that each count value stored in the category to which all the search words “se” and “to” of “keyword first character information” belong is assigned “1”. The “division unit” in which the hiragana characters “sei” and “sen” are stored is stored in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 51.

以上詳細に説明した通り、実施例3に係るナビゲーション装置85では、CPU41は、先頭文字情報データテーブル86の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、各「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されているカウント値が、全検索語の各先頭文字の50音別のカウント値以上のものだけを、施設名データテーブル51の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 85 according to the third embodiment, the CPU 41 stores the hiragana whose search order matches the first search word in the “division unit” of the first character information data table 86. Extracted “division unit” is extracted. Then, the CPU 41 sets the count values stored in the sections to which the first characters of all the search words of the “keyword first character information” of each “division unit” belong to the extracted “division units”. Only those of the first word of the search word that are equal to or greater than the count value for each of the 50 sounds are stored in the RAM 42 as the corresponding “division unit” for searching for the candidate facility name in the facility name data table 51.

続いて、CPU41は、施設名データテーブル51の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 51, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 51. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 51 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル86から抽出することが可能となる。   As a result, even if a plurality of search terms having a small number of characters (for example, one character or two characters) are input, the CPU 41 stores “hiragana” in which the hiragana whose search order matches the first search term is stored. Of the “units”, it is possible to extract from the first character information data table 86 only “division units” in which the facility names having the first characters of all search words as the first characters of each keyword are stored.

従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル86から抽出して、施設名データテーブル51の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Therefore, the CPU 41 extracts from the first character information data table 86 only the “division unit” in which the facility name having the first character of all search terms as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

次に、実施例4に係るナビゲーション装置91について図10及び図11に基づいて説明する。尚、以下の説明において上記図1乃至図7の実施例1に係るナビゲーション装置1の構成と同一符号は、前記実施例1に係るナビゲーション装置1の構成と同一あるいは相当部分を示すものである。   Next, a navigation device 91 according to a fourth embodiment will be described with reference to FIGS. In the following description, the same reference numerals as those of the navigation device 1 according to the first embodiment shown in FIGS. 1 to 7 indicate the same or corresponding parts as those of the navigation device 1 according to the first embodiment.

この実施例4に係るナビゲーション装置91の概略構成は、実施例1に係るナビゲーション装置1とほぼ同じ構成である。また、各種制御処理も実施例1に係るナビゲーション装置1とほぼ同じ制御処理である。
但し、ナビゲーション装置91は、施設名データテーブル51に替えて、図10に示す施設名データテーブル92を施設名DB27に格納し、また、先頭文字情報データテーブル52に替えて、図11に示す先頭文字情報データテーブル93を施設名DB27に格納している点で異なっている。
The schematic configuration of the navigation device 91 according to the fourth embodiment is substantially the same as that of the navigation device 1 according to the first embodiment. Various control processes are also substantially the same as the navigation apparatus 1 according to the first embodiment.
However, the navigation device 91 stores the facility name data table 92 shown in FIG. 10 in the facility name DB 27 instead of the facility name data table 51, and replaces the head character information data table 52 with the head shown in FIG. The difference is that the character information data table 93 is stored in the facility name DB 27.

ここで、施設名データテーブル92について図10に基づいて説明する。
図10に示すように、施設名データテーブル92は、施設名データテーブル51と同様に、「分割単位」と、施設名の読みを記憶する「読み」と、「施設名」とから構成されている。
但し、この「分割単位」には、施設名の読みを構成するキーワードと前方一致する1文字乃至3文字の平仮名が、その属する50音の1行乃至3行の組み合わせに対応されて記憶されている。例えば、「分割単位」が「た行あ行」には、施設名の読みのキーワードと前方一致する2文字の各平仮名「たあ」、「たい」、「たう」、・・・・「とえ」、「とお」が属している。
Here, the facility name data table 92 will be described with reference to FIG.
As shown in FIG. 10, the facility name data table 92 is composed of a “division unit”, “reading” for storing the reading of the facility name, and “facility name” in the same manner as the facility name data table 51. Yes.
However, in this “division unit”, 1 to 3 hiragana characters that match the keywords that make up the facility name reading are stored in correspondence with the 1 to 3 line combinations of the 50 sounds to which they belong. Yes. For example, when the “division unit” is “ta line line”, each hiragana character “taa”, “tai”, “tau”,... Toe "and" Too "belong.

尚、「分割単位」には、例えば「あ行あ行あ行あ行」、「あ行あ行あ行か行」、「あ行あ行あ行さ行」・・・等、50音の4行以上の組み合わせを記憶するようにしてもよい。また、「分割単位」の一部区間だけ、例えば、・・・「あ行わ行」、「か行あ行あ行あ行」、「か行あ行あ行か行」、・・・「か行あ行あ行わ行」、「か行か行」、「か行さ行」・・等、50音の4行以上の組み合わせを記憶するようにしてもよい。   The “dividing unit” includes, for example, “a line, a line, a line”, “a line, a line, a line”, “a line, a line, a line”, etc. A combination of more than one row may be stored. In addition, only a part of the “division unit”, for example, “A line”, “A line, A line”, “A line, A line”, “A line” You may make it memorize | store the combination of 4 or more lines of 50 sound, such as "A line, a performed line", "a line, a line", "a line," etc.

また、「読み」には、「分割単位」に属する1文字乃至3文字の各平仮名と前方一致するキーワードを含む施設名の読みが記憶されている。例えば、施設名の読みが「あいし/えいあーる/おかざき/こうじょう/せっけいか」は、各キーワードの前方3文字の「あいし」、「えいあ」、「おかざ」、「こうじ」、「せっけ」に対応する施設名データテーブル92の「分割単位」の50音の3行の各組み合わせ「あ行あ行さ行」、「あ行あ行あ行」、「あ行か行さ行」、「か行あ行さ行」、「さ行た行か行」に対応する「読み」にそれぞれ記憶される。   Further, “reading” stores a reading of a facility name including a keyword that coincides with each hiragana character of 1 to 3 characters belonging to “division unit”. For example, the reading of the facility name is “Aishi / Eiaeru / Okazaki / Kojiyo / Sekkei”. The three letters in front of each keyword are “Aishi”, “Eia”, “Okaza”, “Koji”, “ Each combination of three lines of 50 sounds of “division unit” in the facility name data table 92 corresponding to “Sekke” “A line, A line”, “A line, A line” , “Ka line, line”, and “read” corresponding to “line, line”, respectively.

また、「施設名」には、検索対象となる目的地を表す施設名が、「読み」に記憶された施設名の読みに対応して記憶されている。例えば、施設名「あいしAR岡崎工場設計課」は、施設名データテーブル92の「分割単位」の「あ行あ行さ行」、「あ行あ行あ行」、「あ行か行さ行」、「か行あ行さ行」、「さ行た行か行」内の「読み」の「あいし/えいあーる/おかざき/こうじょう/せっけいか」に対応する「施設名」にそれぞれ記憶される。   Further, in “facility name”, a facility name representing a destination to be searched is stored corresponding to the reading of the facility name stored in “reading”. For example, the facility name “Ashi AR Okazaki Factory Design Section” is “A line is a line”, “A line is a line”, “A line is a line” in the “Division unit” of the facility name data table 92. , “Ka-a-a-sa-sa”, “Sa-go-a-wa-a-line”, “Reading” in “Ashi / Eia-Ru / Okazaki / Kojo / Sekika” are stored in the “facility name” respectively. .

次に、先頭文字情報データテーブル93について図11に基づいて説明する。
図11に示すように、先頭文字情報データテーブル93は、先頭文字情報データテーブル52と同様に、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。また、「キーワードの先頭文字情報」は、「あ行」〜「わ行」の50音の行別に区分されている。
Next, the head character information data table 93 will be described with reference to FIG.
As shown in FIG. 11, the head character information data table 93 is composed of “division unit”, “keyword head character information”, and “reading”, as with the head character information data table 52. Further, “keyword first character information” is divided into 50 sound lines from “A line” to “Wa line”.

但し、この「分割単位」は、施設名データテーブル92の「分割単位」に対応するものであり、施設名の読みを構成するキーワードと前方一致する1文字乃至3文字の平仮名が、その属する50音の1行乃至3行の組み合わせに対応されて記憶されている。例えば、「分割単位」が「あ行あ行」には、施設名の読みのキーワードと前方一致する2文字の各平仮名「ああ」、「あい」、「あう」、・・・・「おえ」、「おお」が属している。   However, this “division unit” corresponds to the “division unit” in the facility name data table 92, and the hiragana with 1 to 3 characters that match the keyword that constitutes the reading of the facility name belongs to the 50 Corresponding to a combination of 1 to 3 lines of sound is stored. For example, if the “division unit” is “A line,” the two-letter hiragana characters “Ah”, “Ai”, “Au”,... , "Oo" belongs.

また、各「分割単位」に対応する「読み」には、施設名データテーブル92の各「分割単位」内の「読み」に記憶された施設名の読みがそれぞれ格納されている。例えば、50音の2行の組み合わせ「あ行あ行」が記憶された「分割単位」に対応する「読み」には、施設名データテーブル92の50音の2行の組み合わせ「あ行あ行」が記憶された「分割単位」内の「読み」に記憶されている施設名の読み「ああ」、「えい」、・・・が、区切り文字「;」で区切られて記憶されている。   The “reading” corresponding to each “division unit” stores the reading of the facility name stored in “reading” in each “division unit” of the facility name data table 92. For example, in the “reading” corresponding to the “division unit” in which the combination of two lines of 50 sounds “A line” is stored, the combination of the two lines of 50 sounds in the facility name data table 92 “A line” The readings of the facility names “Oh”, “Ei”,... Stored in “Reading” in “Division unit” in which “is stored” are stored separated by the delimiter “;”.

また、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字が属する50音の行を行別にカウントし、各50音の行別のカウント値のうちの各施設名の読みの間の最大カウント値をそれぞれ抽出して、「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の行別に区分して記憶されている。   In addition, in the “keyword first character information” corresponding to each “division unit”, the first character of each keyword belongs for each reading of each facility name stored in “reading” corresponding to the same “division unit”. The 50-sound line is counted by line, and the maximum count value between readings of each facility name is extracted from each 50-sound line-by-line count value. ”To“ Wa ”are stored separately for each of the 50 sound lines.

例えば、図11に示すように、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「おおさか/おおい/おおさまじょう/おおて/おみやげ」の各キーワード「おおさか」、「おおい」、「おおさまじょう」、「おおて」、「おみやげ」の先頭文字が属する「あ行」のカウント値「5」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。   For example, as shown in FIG. 11, in the “keyword first character information” corresponding to the “division unit” in which the combination of three lines of “50 sounds” “A line and A line” is stored, the facility name reading “ "Osaka", "Ooi / Osago" / "Ote / Souvenir" keywords "Osaka", "Ooi", "Osamajo", "Ote", "Ou" “5” is stored as the maximum count value obtained by counting the 50-sound line to which the first character of each keyword belongs.

また同様に、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「あいし/えいあーる/おかざき/こうじょう/せっけいか」のキーワード「こうじょう」の先頭文字が属する「か行」のカウント値「1」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the three-line combination of “50 lines” “A line and line” is stored, the facility name reading “Aishi / Air / The count value “1” of the “ka line” to which the first character of the keyword “Kojo” of “Okazaki / Kojo / Sekkei” belongs is the maximum count that counts the line of 50 sounds to which the first character of each keyword belongs. Stored as a value.

また同様に、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「うえしの/しあたー」のキーワード「しあたー」の先頭文字が属する「さ行」のカウント値「1」が、各キーワードの先頭文字が属する50音の行を行別にカウントした最大カウント値として記憶されている。また、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の「た行」〜「わ行」には、施設名の読みの各キーワードの先頭文字が属していない旨を表す「0」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the three-line combination of “50 lines” “A line and line” is stored, the facility name reading “ The count value “1” of “Sa line” to which the first character of the keyword “Shita” belongs is stored as the maximum count value by counting the line of 50 sounds to which the first character of each keyword belongs. Has been. In addition, the facility name is included in “Ta line” to “Wa line” of “Keyword first character information” corresponding to “Division unit” in which a combination of three lines of “50 lines” “A line line” is stored. “0” is stored, which indicates that the first character of each of the readings does not belong.

従って、先頭文字情報データテーブル93の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の行別に区分して記憶されたカウント値によって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字が属する50音の行の有・無を判別することが可能となる。   Therefore, according to the count values stored separately for each of the 50 sound lines of “A line” to “Wa line” of “Key word first character information” corresponding to each “Division unit” of the first character information data table 93, It is possible to determine the presence / absence of a line of 50 sounds to which the first character of each keyword reading of the facility name stored in each “division unit” belongs.

そして、実施例4に係るナビゲーション装置91のCPU41は、上記図5に示す「候補施設名抽出処理」のサブ処理のS113〜S116において、施設名データテーブル51及び先頭文字情報データテーブル52に替えて、施設名データテーブル92及び先頭文字情報データテーブル93を使用する。   Then, the CPU 41 of the navigation device 91 according to the fourth embodiment replaces the facility name data table 51 and the head character information data table 52 in S113 to S116 of the “candidate facility name extraction process” shown in FIG. The facility name data table 92 and the head character information data table 93 are used.

具体的には、上記S113において、CPU41は、先頭文字情報データテーブル93の1番目の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名が、検索順が1番目の検索語と前方一致するか否かを判定する判定処理を実行する。そして、当該「分割単位」に記憶されている50音の行の組み合わせに属する平仮名が、検索順が1番目の検索語と前方一致しないと判定した場合には(S113:NO)、CPU41は、先頭文字情報データテーブル93に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Specifically, in S113, the CPU 41 determines that the hiragana that belongs to the combination of the 50-sound rows stored in the first “division unit” of the first character information data table 93 is the first search word in the search order. A determination process is performed to determine whether or not the front matches. If it is determined that the hiragana characters belonging to the combination of the 50-sound rows stored in the “division unit” do not match the first search word in the search order (S113: NO), the CPU 41 A determination process for determining whether or not the next “division unit” is stored in the first character information data table 93 is executed.

そして、先頭文字情報データテーブル93に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル93の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル93に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   When it is determined that the next “division unit” is stored in the first character information data table 93, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 93. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 93, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S113で当該「分割単位」に記憶されている50音の行の組み合わせに属する平仮名が、検索順が1番目の検索語と前方一致すると判定した場合には(S113:YES)、CPU41は、S114の処理に移行する。S114において、CPU41は、全検索語をRAM42から読み出し、全検索語の各先頭文字の属する50音の行を行別にカウントする。   On the other hand, if it is determined in S113 that the hiragana characters belonging to the combination of the 50-sound rows stored in the “division unit” match the first search word in the search order (S113: YES), the CPU 41 , The process proceeds to S114. In S114, the CPU 41 reads all the search words from the RAM 42, and counts the lines of 50 sounds to which the first characters of all the search words belong by line.

そして、CPU41は、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている各カウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の行に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル92の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。   Then, the CPU 41 determines that each count value stored in the line of the 50-sound row to which each head character of all the search words of the “keyword head character information” of the “division unit” belongs is the head of each search word. A determination process is performed to determine whether or not the count value of each line of the 50-sound line to which the character belongs is equal to or greater. That is, the reading of the name of the facility to which the first character of each keyword belongs in the line of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 92 corresponding to the “division unit” A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値より少ない50音の行の区分やカウント値が「0」の50音の行の区分が1つでもあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル93に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, the count value stored in the line of 50 sound lines to which the first characters of all the search words of the “keyword first character information” of the “division unit” belong is 50 to which the first characters of all the search words belong. When it is determined that there is at least one 50-sound line classification or a 50-sound line classification with a count value of “0” (S114: NO), the CPU 41 determines that there is less than the count value for each sound line. Then, a determination process for determining whether or not the next “division unit” is stored in the first character information data table 93 is executed.

そして、先頭文字情報データテーブル93に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル93の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル93に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   When it is determined that the next “division unit” is stored in the first character information data table 93, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 93. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 93, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, the count value stored in the line of the 50-sound row to which each first character of all the search words of “keyword first character information” of the “division unit” belongs is the value of each first character of all the search words. If it is determined that the count value is greater than or equal to the count value for each line of the 50 sound lines to which it belongs (S114: YES), the CPU 41 proceeds to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 92.

続いて、CPU41は、先頭文字情報データテーブル93に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル93に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル93の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル93に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   Subsequently, the CPU 41 executes determination processing for determining whether or not the next “division unit” is stored in the first character information data table 93. When it is determined that the next “division unit” is stored in the first character information data table 93, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 93. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 93, the CPU 41 ends the loop and proceeds to the processing of S116.

例えば、図11に示すように、上記S112で1番目の検索順に設定された検索語が「あい」で、2番目の検索順に設定された検索語が「こ」の場合には、CPU41は、当該検索語の先頭文字「あ」と前方一致する各50音の行の組み合わせ「あ行」、「あ行あ行」、・・・「あ行あ行さ行」・・・「あ行わ行わ行」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 11, when the search term set in the first search order in S112 is “Ai” and the search term set in the second search order is “ko”, the CPU 41 “A line”, “A line and A line”,... “A line and A line” ... “A done” The processing of S114 is executed for each “division unit” in which “row” is stored.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「あい」、「こ」の各先頭文字「あ」、「こ」の属する50音の「あ行」、「か行」の区分に記憶されている各カウント値が、「1」以上である50音の行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 classifies all search words “ai” and “ko” of the “keyword first character information” into the first characters “a” and “ko” of “50” to which “ko” belongs. Search for a candidate facility name in the facility name data table 92 for a “division unit” in which a combination of “50 lines” of “50” rows whose count values are “1” or more is stored. The corresponding “division unit” is stored in the RAM 42.

そして、S116において、CPU41は、RAM42から上記S115で記憶した施設名データテーブル92の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、この読み出した各施設名の読みを構成するキーワードの中に、上記S112で検索順を設定した各検索語と前方一致するキーワードがあるか否かを判定する判定処理を実行する、つまり、読み出した全施設名の「読み」について各検索語の全文検索を行う。   In S 116, the CPU 41 sequentially reads out the “division units” for searching for the candidate facility names in the facility name data table 92 stored in S 115 from the RAM 42, and within the “division units” in the facility name data table 92. Read “reading” of all facility names in turn. Then, the CPU 41 executes a determination process for determining whether or not there is a keyword that matches forward with each search word for which the search order is set in S112, among the keywords that constitute the reading of each read facility name. That is, the full text search of each search word is performed for “read” of all the facility names that have been read.

そして、CPU41は、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル92から読み出し、目的地候補である候補施設名としてRAM42に順番に記憶後、S117の処理に移行する。   Then, when there is a keyword that matches each search word in the keywords constituting the reading of the read facility name, the CPU 41 sets the “facility name” corresponding to the reading of the facility name to the facility name data table 92. Are stored in the RAM 42 in order as candidate facility names which are destination candidates, and the process proceeds to S117.

以上詳細に説明した通り、実施例4に係るナビゲーション装置91では、CPU41は、先頭文字情報データテーブル93の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、全検索語の各先頭文字の属する50音の行に対応する、各「分割単位」の「キーワードの先頭文字情報」の50音の行の区分に記憶されているカウント値が、全検索語の各先頭文字の属する50音の行の行別のカウント値以上のものだけを、施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 91 according to the fourth embodiment, the CPU 41 belongs to the hiragana whose search order matches the first search word among the “division units” of the first character information data table 93. A “division unit” in which a combination of 50 sound lines is stored is extracted. Then, the CPU 41 of the extracted “divided units” corresponds to the 50-sound line to which the first character of all search words belongs, and the 50-sound of “keyword first character information” of each “divided unit”. Search for candidate facility names in the facility name data table 92 only when the count value stored in the row classification is equal to or greater than the count value for each row of the 50-sound row to which the first characters of all search words belong It is stored in the RAM 42 as “division unit”.

続いて、CPU41は、施設名データテーブル92の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル92から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 92, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 92. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 92 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル93から抽出することが可能となる。   As a result, even if a plurality of search terms with a small number of characters (for example, one or two characters) are input, the CPU 41 performs a 50-sound line to which a hiragana whose search order matches the first search term belongs. Of the “division units” in which the combinations of the two are stored, only the “division unit” in which the name of the facility having the first character of each keyword as the first character of each keyword is extracted from the first character information data table 93. It becomes possible.

従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル93から抽出して、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Therefore, the CPU 41 extracts from the first character information data table 93 only the “division unit” in which the facility name having the first character of all search terms as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

また、施設名データテーブル92の「分割単位」間では「施設名」に記憶された施設名の重複はあるが、各「分割単位」内においては、「施設名」に記憶された施設名の重複は無く、1つの施設名だけが記憶されている。従って、施設名データテーブル92の「分割単位」間では「読み」に記憶された施設名の読みの重複はあるが、各「分割単位」内においては、「読み」に記憶された施設名の読みの重複は無く、1つの施設名の読みだけが記憶されている。これにより、各「分割単位」の「施設名」に記憶された施設名は、1個だけ記憶されるため、重複記憶される施設名を減少させて、名称リストのデータ容量の削減化を図り、名称リストを展開するメモリ容量の増大を抑止することが可能となる。   In addition, although there is a duplication of the facility name stored in the “facility name” among the “division units” in the facility name data table 92, within each “division unit”, the facility name stored in the “facility name” is stored. There is no duplication and only one facility name is stored. Accordingly, there is an overlap in the reading of the facility name stored in the “reading” among the “division units” in the facility name data table 92, but in each “division unit”, the facility name stored in the “reading” is stored. There is no duplication of readings, and only readings of one facility name are stored. As a result, only one facility name stored in the “facility name” of each “division unit” is stored, so the number of facility names stored in duplicate is reduced and the data capacity of the name list is reduced. It is possible to suppress an increase in memory capacity for expanding the name list.

次に、実施例5に係るナビゲーション装置95について図12に基づいて説明する。尚、以下の説明において上記図1乃至図7の実施例1に係るナビゲーション装置1の構成と同一符号は、前記実施例1に係るナビゲーション装置1の構成と同一あるいは相当部分を示すものである。また、上記図10及び図11の実施例4に係るナビゲーション装置91の構成と同一符号は、前記実施例4に係るナビゲーション装置91の構成と同一あるいは相当部分を示すものである。   Next, a navigation device 95 according to Embodiment 5 will be described with reference to FIG. In the following description, the same reference numerals as those of the navigation device 1 according to the first embodiment shown in FIGS. 1 to 7 indicate the same or corresponding parts as those of the navigation device 1 according to the first embodiment. The same reference numerals as those of the navigation device 91 according to the fourth embodiment in FIGS. 10 and 11 indicate the same or corresponding parts as those of the navigation device 91 according to the fourth embodiment.

この実施例5に係るナビゲーション装置95の概略構成は、実施例4に係るナビゲーション装置91とほぼ同じ構成である。また、各種制御処理も実施例4に係るナビゲーション装置91とほぼ同じ制御処理である。
但し、ナビゲーション装置95は、先頭文字情報データテーブル93に替えて、図12に示す先頭文字情報データテーブル96を施設名DB27に格納している点で異なっている。このため、後述のように、上記S114における処理も異なっている。
The schematic configuration of the navigation device 95 according to the fifth embodiment is substantially the same as the navigation device 91 according to the fourth embodiment. Various control processes are substantially the same as those of the navigation apparatus 91 according to the fourth embodiment.
However, the navigation device 95 is different in that the first character information data table 96 shown in FIG. 12 is stored in the facility name DB 27 instead of the first character information data table 93. For this reason, as described later, the processing in S114 is also different.

ここで、先頭文字情報データテーブル96について図12に基づいて説明する。
図12に示すように、実施例5に係る先頭文字情報データテーブル96は、上記先頭文字情報データテーブル93と同様に、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。また、「キーワードの先頭文字情報」は、「あ行」〜「わ行」の50音の行別に区分されている。
Here, the head character information data table 96 will be described with reference to FIG.
As shown in FIG. 12, the head character information data table 96 according to the fifth embodiment is similar to the head character information data table 93 in that “dividing unit”, “keyword head character information”, “read” It is composed of Further, “keyword first character information” is divided into 50 sound lines from “A line” to “Wa line”.

但し、図12に示すように、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字が属する50音の行を行別にカウントし、カウント値が「1」以上の50音の行別の区分には、「1」を代入して記憶し、カウント値が「0」の50音の行別の区分には、「0」を代入して記憶する。つまり、各キーワードの先頭文字が属する50音の行の区分には「1」が記憶され、それ以外の50音の行の区分には「0」が記憶されている。   However, as shown in FIG. 12, in the “keyword first character information” corresponding to each “division unit”, for each reading of each facility name stored in “reading” corresponding to the same “division unit”, The 50-sound line to which the first character of each keyword belongs is counted for each line, and “1” is assigned to and stored in the line-by-line classification of 50 sounds whose count value is “1” or more, and the count value is “0”. "0" is substituted and stored in the line-by-line classification of "". That is, “1” is stored in the 50-sound line classification to which the first character of each keyword belongs, and “0” is stored in the other 50-sound line classifications.

例えば、図12に示すように、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「おおさか/おおい/おおさまじょう/おおて/おみやげ」の各キーワード「おおさか」、「おおい」、「おおさまじょう」、「おおて」、「おみやげ」の先頭文字が属する「あ行」のカウント値は「5」であるため(図11参照)、当該「キーワードの先頭文字情報」の「あ行」には、「1」が記憶されている。   For example, as shown in FIG. 12, the “first character information of keyword” corresponding to “division unit” in which a combination of three lines of 50 sounds “A line, A line” is stored is a reading of the facility name “ "Osaka", "Ooi / Osago" / "Ote / Souvenir" keywords "Osaka", "Ooi", "Osamajo", "Ote", "Ou" Is “5” (see FIG. 11), “1” is stored in “A line” of the “keyword first character information”.

また同様に、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「あいし/えいあーる/おかざき/こうじょう/せっけいか」のキーワード「こうじょう」の先頭文字が属する「か行」のカウント値が「1」であるため(図11参照)、当該「キーワードの先頭文字情報」の「か行」には、「1」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the three-line combination of “50 lines” “A line and line” is stored, the facility name reading “Aishi / Air / Since the count value of “ka line” to which the first character of the keyword “Kojo” of “Okazaki / Kojo / Sekkei” belongs is “1” (see FIG. 11), “the first character information of the keyword” is “ “1” is stored in “KA”.

また同様に、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」には、施設名の読み「うえしの/しあたー」のキーワード「しあたー」の先頭文字が属する「さ行」のカウント値が「1」であるため(図3参照)、当該「キーワードの先頭文字情報」の「さ行」には、「1」が記憶されている。また、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の「た行」〜「わ行」には、施設名の読みの各キーワードの先頭文字が属していない旨を表す「0」が記憶されている。   Similarly, in the “keyword first character information” corresponding to the “division unit” in which the three-line combination of “50 lines” “A line and line” is stored, the facility name reading “ Since the count value of “sa line” to which the first character of the keyword “shiat” belongs is “1” (see FIG. 3), “sa line” of the “keyword first character information”. Stores “1”. In addition, the facility name is included in “Ta line” to “Wa line” of “Keyword first character information” corresponding to “Division unit” in which a combination of three lines of “50 lines” “A line line” is stored. “0” is stored, which indicates that the first character of each of the readings does not belong.

従って、先頭文字情報データテーブル96の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ行」〜「わ行」の50音の各行に記憶された値が「1」か否かによって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字が属する50音の行の有・無を判別することが可能となる。   Accordingly, whether or not the value stored in each line of the 50 sounds of “A line” to “Wa line” of “Key word first character information” corresponding to each “Division unit” of the first character information data table 96 is “1”. Thus, it is possible to determine the presence / absence of the 50-sound line to which the first character of each keyword reading of the facility name stored in each “division unit” belongs.

次に、実施例5に係るナビゲーション装置95のCPU41が実行するS114の処理について説明する。
S114において、CPU41は、全検索語をRAM42から読み出し、S113で特定した「分割単位」(実施例4参照)に対応する「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている値が、全て「1」か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の行に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル92の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。
Next, the process of S114 executed by the CPU 41 of the navigation device 95 according to the fifth embodiment will be described.
In S114, the CPU 41 reads all the search words from the RAM 42, and the 50 sounds to which the first characters of all the search words of “keyword first character information” corresponding to the “division unit” (see Example 4) specified in S113 belong. Determination processing for determining whether or not all the values stored in the row classification are “1” is executed. That is, the reading of the name of the facility to which the first character of each keyword belongs to the line of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 92 corresponding to the “division unit”. A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の50音の行の区分に記憶されている値が、全て「1」でない、つまり、値の「0」のものがあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル96に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, it is determined that the values stored in the 50-sound line classification of the “keyword first character information” of the “division unit” are not all “1”, that is, the value “0” exists. In this case (S114: NO), the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 96.

そして、先頭文字情報データテーブル96に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル96の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル96に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了して上記S116の処理に移行する。   When it is determined that the next “division unit” is stored in the first character information data table 96, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 96. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 96, the CPU 41 ends the loop and proceeds to the process of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されているカウント値が、全て「1」であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, it is determined that all the count values stored in the section of the 50-sound row to which each head character of all the search words of “keyword head character information” of the “division unit” belongs are “1”. If it has been (S114: YES), the CPU 41 proceeds to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 92.

続いて、CPU41は、先頭文字情報データテーブル96に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル96に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル96の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル96に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了して上記S116の処理に移行する。   Subsequently, the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 96. When it is determined that the next “division unit” is stored in the first character information data table 96, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 96. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 96, the CPU 41 ends the loop and proceeds to the process of S116.

例えば、図12に示すように、上記S112で1番目の検索順に設定された検索語が「あい」で、2番目の検索順に設定された検索語が「こ」の場合には、CPU41は、当該検索語の先頭文字「あ」と前方一致する各50音の行の組み合わせ「あ行」、「あ行あ行」、・・・「あ行あ行さ行」・・・「あ行わ行わ行」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 12, when the search word set in the first search order in S112 is “Ai” and the search word set in the second search order is “ko”, the CPU 41 “A line”, “A line and A line”,... “A line and A line” ... “A done” The processing of S114 is executed for each “division unit” in which “row” is stored.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「あい」、「こ」の各先頭文字「あ」、「こ」の属する50音の「あ行」、「か行」の区分に記憶されている値が、全て「1」である50音の行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 classifies all search words “ai” and “ko” of the “keyword first character information” into the first characters “a” and “ko” of “50” to which “ko” belongs. A search is made for a candidate facility name in the facility name data table 92 for a “division unit” in which a combination of “50 lines” with all values stored in “1” is stored. It is stored in the RAM 42 as “division unit”.

以上詳細に説明した通り、実施例5に係るナビゲーション装置95では、CPU41は、先頭文字情報データテーブル96の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、各「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の行の区分に記憶されている値が、全て「1」のものだけを、施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 95 according to the fifth embodiment, the CPU 41 belongs to the hiragana whose search order is the same as the first search word among the “division units” in the first character information data table 96. A “division unit” in which a combination of 50 sound lines is stored is extracted. Then, the CPU 41 stores each of the extracted “division units” in the division of 50 sound lines to which the first characters of all search words of “keyword first character information” of each “division unit” belong. Only values having a value of “1” are stored in the RAM 42 as corresponding “division units” for searching for candidate facility names in the facility name data table 92.

続いて、CPU41は、施設名データテーブル92の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル92から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 92, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 92. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 92 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル96から抽出することが可能となる。   As a result, even if a plurality of search terms with a small number of characters (for example, one or two characters) are input, the CPU 41 performs a 50-sound line to which a hiragana whose search order matches the first search term belongs. Of the “divided units” in which the combinations are stored, only the “divided unit” in which the facility name having the first character of each keyword as the first character of each keyword is stored is extracted from the first character information data table 96. It becomes possible.

従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル96から抽出して、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Therefore, the CPU 41 extracts from the first character information data table 96 only the “division unit” in which the facility name having the first character of all search words as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

次に、実施例6に係るナビゲーション装置98について図13に基づいて説明する。尚、以下の説明において上記図1乃至図7の実施例1に係るナビゲーション装置1の構成と同一符号は、前記実施例1に係るナビゲーション装置1の構成と同一あるいは相当部分を示すものである。また、上記図10及び図11の実施例4に係るナビゲーション装置91の構成と同一符号は、前記実施例4に係るナビゲーション装置91の構成と同一あるいは相当部分を示すものである。   Next, a navigation device 98 according to Embodiment 6 will be described with reference to FIG. In the following description, the same reference numerals as those of the navigation device 1 according to the first embodiment shown in FIGS. 1 to 7 indicate the same or corresponding parts as those of the navigation device 1 according to the first embodiment. The same reference numerals as those of the navigation device 91 according to the fourth embodiment in FIGS. 10 and 11 indicate the same or corresponding parts as those of the navigation device 91 according to the fourth embodiment.

この実施例6に係るナビゲーション装置98の概略構成は、実施例4に係るナビゲーション装置91とほぼ同じ構成である。また、各種制御処理も実施例4に係るナビゲーション装置91とほぼ同じ制御処理である。
但し、ナビゲーション装置98は、先頭文字情報データテーブル93に替えて、図13に示す先頭文字情報データテーブル99を施設名DB27に格納している点で異なっている。このため、後述のように、上記S114における処理も異なっている。
The schematic configuration of the navigation device 98 according to the sixth embodiment is substantially the same as that of the navigation device 91 according to the fourth embodiment. Various control processes are substantially the same as those of the navigation apparatus 91 according to the fourth embodiment.
However, the navigation device 98 is different in that the first character information data table 99 shown in FIG. 13 is stored in the facility name DB 27 instead of the first character information data table 93. For this reason, as described later, the processing in S114 is also different.

ここで、先頭文字情報データテーブル99について図13に基づいて説明する。
図13に示すように、実施例6に係る先頭文字情報データテーブル99は、上記先頭文字情報データテーブル93と同様に、「分割単位」と、「キーワードの先頭文字情報」と、「読み」とから構成されている。但し、「キーワードの先頭文字情報」は、平仮名が50音順に1文字ずつ属するように区分されている。
Here, the first character information data table 99 will be described with reference to FIG.
As shown in FIG. 13, the head character information data table 99 according to the sixth embodiment is similar to the head character information data table 93 in that “dividing unit”, “keyword head character information”, “reading”, and the like. It is composed of However, the “keyword first character information” is divided so that hiragana characters belong to one character at a time in the order of the Japanese syllabary.

また、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字を50音別にそれぞれカウントし、各50音別のカウント値のうちの各施設名の読みの間の最大カウント値をそれぞれ抽出して、「キーワードの先頭文字情報」の各キーワードの先頭文字が属する「あ」〜「ん」の区分に記憶されている。   In addition, in the “keyword first character information” corresponding to each “division unit”, the first character of each keyword is read for each reading of each facility name stored in “reading” corresponding to the same “division unit”. It counts for each sound, extracts the maximum count value between readings of each facility name from the count values for each of the 50 sounds, and “a” to which the first character of each keyword of “keyword first character information” belongs. ~ It is stored in the category of “n”.

例えば、図13に示すように、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する各施設名の読みには、「あいし/えいあーる/おかざき/こうじょう/せっけいか」、「おおさか/おおい/おおさまじょう/おおて/おみやげ」、「うえしの/しあたー」が記憶されている。このため、施設名の読み「あいし/えいあーる/おかざき/こうじょう/せっけいか」の各キーワード「あいし」、「えいあーる」、「おかざき」、「こうじょう」、「せっけいか」の先頭文字のカウント値は、「あ」が「1」、「え」が「1」、「お」が「1」、「こ」が「1」、「せ」が「1」である。   For example, as shown in FIG. 13, the reading of each facility name corresponding to the “division unit” in which the combination of three lines of 50 sounds “A line, A line” is stored is “Aishi / Air A / Oka” "Zaki / Koji / Sekkei", "Osaka / Ooi / Osamajo / Ote / Souvenir", and "Ushishino / Shitaa" are stored. For this reason, the keywords of the facility name reading “Aishi / Eiaeru / Okazaki / Kojo / Sekika” “Aishi”, “Eiaeru”, “Okazaki”, “Kojo”, “Sekikaika” The count values of “A” are “1”, “E” is “1”, “O” is “1”, “KO” is “1”, and “SE” is “1”.

また、施設名の読み「おおさか/おおい/おおさまじょう/おおて/おみやげ」の各キーワード「おおさか」、「おおい」、「おおさまじょう」、「おおて」、「おみやげ」の先頭文字のカウント値は、「お」が「5」である。また、施設名の読み「うえしの/しあたー」の各キーワード「うれしの」、「しあたー」の先頭文字のカウント値は、「う」が「1」、「し」が「1」である。   In addition, counts of the first letters of the keywords "Osaka", "Ooi", "Oosawa", "Ote", "Osame" for the facility name reading "Osaka / Ooi / Osamajo / Ote / Souvenir" The value is “5” for “O”. In addition, the count value of the first character of each of the keywords “Ureshino” and “Shiat” for the reading of the facility name “Ushishino / Shia-ta” is “1” for “U” and “shi”. “1”.

従って、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の各平仮名「あ」、「う」、「え」、「こ」、「し」、「せ」が属する区分には、それぞれ最大カウント値として「1」が記憶され、平仮名「お」が属する区分には、最大カウント値として「5」が記憶されている。また、50音の3行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」に対応する「キーワードの先頭文字情報」の各平仮名「い」、「か」〜「け」、「さ」、「す」、「そ」〜「ん」が属する区分には、「0」が記憶されている。   Accordingly, the hiragana “a”, “u”, “e”, “e” of the “keyword first character information” corresponding to the “division unit” in which the three-line combination “a line a line” is stored. “1” is stored as the maximum count value for each category to which “ko”, “shi”, and “se” belong, and “5” is stored as the maximum count value for the category to which hiragana “o” belongs. Yes. In addition, each hiragana “i”, “ka”-“ke” of “keyword first character information” corresponding to “division unit” in which a combination of three lines of “50 lines” “a line a line” is stored, “0” is stored in the category to which “sa”, “su”, “so” to “n” belong.

これにより、先頭文字情報データテーブル99の各「分割単位」に対応する「キーワードの先頭文字情報」の「あ」〜「ん」が属する各区分に記憶されたカウント値によって、各「分割単位」内に記憶されている施設名の読みの各キーワードの先頭文字を構成する平仮名を判別することが可能となる。   Accordingly, each “division unit” is determined by the count value stored in each category to which “a” to “n” of “keyword first character information” corresponding to each “division unit” of the first character information data table 99. It becomes possible to discriminate the hiragana that constitutes the first character of each keyword for reading the facility name stored therein.

次に、実施例6に係るナビゲーション装置98のCPU41が実行するS114の処理について説明する。
S114において、CPU41は、全検索語をRAM42から読み出し、全検索語の各先頭文字を50音別にカウントする。そして、CPU41は、S113で特定した「分割単位」(実施例4参照)の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されている各カウント値が、全検索語の各先頭文字の50音別のカウント値以上か否かを判定する判定処理を実行する。つまり、全検索語の各先頭文字の属する50音の区分に、各キーワードの先頭文字が属する施設名の読みが、当該「分割単位」に対応する施設名データテーブル92の「分割単位」内の「読み」に記憶されているか否かを判定する判定処理を実行する。
Next, the process of S114 executed by the CPU 41 of the navigation device 98 according to the sixth embodiment will be described.
In S114, the CPU 41 reads all search words from the RAM 42, and counts the first characters of all search words for each of the 50 sounds. Then, the CPU 41 determines that the count values stored in the sections to which the first characters of all the search words of the “keyword first character information” of the “division unit” (see Example 4) identified in S113 belong are all searched. A determination process for determining whether or not the first character of the word is equal to or greater than the count value for each of the 50 sounds is executed. That is, the reading of the name of the facility to which the first character of each keyword belongs in the division of 50 sounds to which the first character of all search words belongs is in the “division unit” of the facility name data table 92 corresponding to the “division unit”. A determination process for determining whether or not “read” is stored is executed.

そして、当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に、全検索語の各先頭文字の50音別のカウント値より少ない区分やカウント値が「0」の区分が1つでもあると判定した場合には(S114:NO)、CPU41は、先頭文字情報データテーブル99に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。   Then, in the division to which the first character of all search words of the “keyword first character information” of the “division unit” belongs, a division or count value smaller than the count value for each first sound of all the search words is “0”. When the CPU 41 determines that there is at least one category (S114: NO), the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 99. To do.

そして、先頭文字情報データテーブル99に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル99の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル99に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   When it is determined that the next “division unit” is stored in the first character information data table 99, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 99. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 99, the CPU 41 ends the loop and proceeds to the processing of S116.

一方、S114で当該「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されているカウント値が、全検索語の各先頭文字の50音別のカウント値以上であると判定した場合には(S114:YES)、CPU41は、S115の処理に移行する。S115において、CPU41は、当該「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   On the other hand, in S114, the count value stored in the section to which each first character of all the search words of the “keyword first character information” of the “division unit” belongs is the count value for each first character of all the search words. When it determines with it being above (S114: YES), CPU41 transfers to the process of S115. In S <b> 115, the CPU 41 stores the “division unit” in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 92.

続いて、CPU41は、先頭文字情報データテーブル99に次の「分割単位」が記憶されているか否かを判定する判定処理を実行する。そして、先頭文字情報データテーブル99に次の「分割単位」が記憶されていると判定した場合には、CPU41は、先頭文字情報データテーブル99の次の「分割単位」に記憶されている50音の行の組み合わせに属する平仮名を読み出し、再度、S113以降のループを実行する。一方、先頭文字情報データテーブル99に次の「分割単位」が記憶されていないと判定した場合には、CPU41は、ループを終了してS116の処理に移行する。   Subsequently, the CPU 41 executes a determination process for determining whether or not the next “division unit” is stored in the first character information data table 99. When it is determined that the next “division unit” is stored in the first character information data table 99, the CPU 41 stores the 50 sounds stored in the next “division unit” in the first character information data table 99. Hiragana characters belonging to the combination of lines are read out, and the loop after S113 is executed again. On the other hand, if it is determined that the next “division unit” is not stored in the first character information data table 99, the CPU 41 ends the loop and proceeds to the processing of S116.

例えば、図13に示すように、上記S112で1番目の検索順に設定された検索語が「あい」で、2番目の検索順に設定された検索語が「こ」の場合には、CPU41は、当該検索語の先頭文字「あ」と前方一致する各50音の行の組み合わせ「あ行」、「あ行あ行」、・・・「あ行あ行さ行」・・・「あ行わ行わ行」が記憶された各「分割単位」について、S114の処理を実行する。   For example, as shown in FIG. 13, when the search word set in the first search order in S112 is “Ai” and the search word set in the second search order is “ko”, the CPU 41 “A line”, “A line and A line”,... “A line and A line” ... “A done” The processing of S114 is executed for each “division unit” in which “row” is stored.

そして、CPU41は、「キーワードの先頭文字情報」の全検索語「あい」、「こ」の各先頭文字「あ」、「こ」の属する50音の「あ」、「こ」の区分に記憶されている値が、全て「1」以上である50音の行の組み合わせ「あ行あ行さ行」が記憶された「分割単位」を施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   Then, the CPU 41 stores all search words “ai” and “ko” in the “keyword first character information” in the first character “a” and “ko” to which “50” sounds belong. Search for candidate facility names in the facility name data table 92 for the “division unit” in which the combination of “50 lines” with all the values being “1” or more is stored. It is stored in the RAM 42 as a “division unit”.

以上詳細に説明した通り、実施例6に係るナビゲーション装置98では、CPU41は、先頭文字情報データテーブル99の各「分割単位」のうち、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」を抽出する。そして、CPU41は、この抽出した各「分割単位」のうち、各「分割単位」の「キーワードの先頭文字情報」の全検索語の各先頭文字の属する区分に記憶されているカウント値が、全検索語の各先頭文字の50音別のカウント値以上のものだけを、施設名データテーブル92の候補施設名を検索する該当「分割単位」としてRAM42に記憶する。   As described above in detail, in the navigation device 98 according to the sixth embodiment, the CPU 41 belongs to the hiragana whose search order is the same as the first search word among the “division units” of the first character information data table 99. A “division unit” in which a combination of 50 sound lines is stored is extracted. Then, the CPU 41 sets the count values stored in the sections to which the first characters of all the search words of the “keyword first character information” of each “division unit” belong to the extracted “division units”. Only those that are equal to or greater than the count value for each of the first 50 characters of the search word are stored in the RAM 42 as a corresponding “division unit” for searching for a candidate facility name in the facility name data table 92.

続いて、CPU41は、施設名データテーブル92の候補施設名を検索する該当「分割単位」を順番に読み出し、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出す。そして、CPU41は、読み出した全施設名の「読み」について各検索語の全文検索を行い、読み出した施設名の読みを構成するキーワードの中に各検索語と前方一致するキーワードがある場合には、この施設名の読みに対応する「施設名」を施設名データテーブル51から読み出し、目的地候補である候補施設名としてRAM42に記憶する。   Subsequently, the CPU 41 sequentially reads out the corresponding “division units” for searching for candidate facility names in the facility name data table 92, and sequentially reads “reading” of all the facility names in the corresponding “division unit” in the facility name data table 92. Read to each. Then, the CPU 41 performs a full-text search of each search word for “read” of all the facility names that have been read, and if there is a keyword that matches the search word in the keywords that constitute the reading of the facility name that has been read. The “facility name” corresponding to the reading of the facility name is read from the facility name data table 51 and stored in the RAM 42 as a candidate facility name that is a destination candidate.

これにより、文字数の少ない(例えば、1文字又は2文字である。)複数の検索語が入力されても、CPU41は、検索順が1番目の検索語と前方一致する平仮名が属する50音の行の組み合わせが記憶された「分割単位」のうち、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル99から抽出することが可能となる。   As a result, even if a plurality of search terms with a small number of characters (for example, one or two characters) are input, the CPU 41 performs a 50-sound line to which a hiragana whose search order matches the first search term belongs. Of the “division units” in which the combinations are stored, only the “division unit” in which the name of the facility having the first character of each keyword as the first character of each keyword is extracted from the first character information data table 99. It becomes possible.

従って、CPU41は、全検索語の先頭文字を各キーワードの先頭文字に有する施設名が記憶された「分割単位」だけを先頭文字情報データテーブル99から抽出して、施設名データテーブル92の該当「分割単位」内の全施設名の「読み」を順番にそれぞれ読み出して全検索語について全文検索を行うため、検索対象となる施設名の読みを少なくすることができ、検索を高速で行い、応答性の低下を防止することが可能となる。   Therefore, the CPU 41 extracts from the first character information data table 99 only the “division unit” in which the facility name having the first character of all search words as the first character of each keyword is stored, and the corresponding “ Since “reading” of all facility names in the “division unit” is sequentially read out and full text search is performed for all search terms, it is possible to reduce the number of facility names to be searched, and to search at high speed and respond It is possible to prevent a decrease in property.

尚、本発明は前記実施例に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の改良、変形が可能であることは勿論である。   In addition, this invention is not limited to the said Example, Of course, various improvement and deformation | transformation are possible within the range which does not deviate from the summary of this invention.

(A)例えば、実施例3に係る先頭文字情報データテーブル86又は実施例6に係る先頭文字情報データテーブル99において、各「分割単位」に対応する「キーワードの先頭文字情報」には、同じ「分割単位」に対応する「読み」に記憶された各施設名の読み毎に、各キーワードの先頭文字を50音別にそれぞれカウントし、カウント値が「1」以上の50音の区分には、「1」を代入して記憶し、カウント値が「0」の50音の区分には、「0」を代入して記憶するようにしてもよい。   (A) For example, in the first character information data table 86 according to the third embodiment or the first character information data table 99 according to the sixth embodiment, the “first character information of the keyword” corresponding to each “division unit” has the same “ For each reading of each facility name stored in “reading” corresponding to “divided unit”, the first character of each keyword is counted for each of the 50 sounds, and the division of 50 sounds whose count value is “1” or more is “ “1” may be substituted and stored, and “0” may be substituted and stored in the division of the 50 sounds whose count value is “0”.

そして、上記S114において、CPU41は、全検索語をRAM42から読み出し、S113で特定した「分割単位」に対応する「キーワードの先頭文字情報」の全検索語の各先頭文字の属する50音の区分に記憶されている値が、全て「1」か否かを判定する判定処理を実行するようにしてもよい。   In S114, the CPU 41 reads all the search words from the RAM 42 and classifies them into the 50 sound categories to which the first characters of all the search words of the “keyword first character information” corresponding to the “division unit” specified in S113 belong. You may make it perform the determination process which determines whether all the values memorize | stored are "1".

(B)また、例えば、各先頭文字情報データテーブル52、82、86、93、96、99の「読み」の欄のデータを記憶しなくてもよい。これにより、各先頭文字情報データテーブル52、82、86、93、96、99のデータ容量の削減化を図ることができる。   (B) Further, for example, the data in the “reading” column of each head character information data table 52, 82, 86, 93, 96, 99 may not be stored. Thereby, the data capacity of each of the head character information data tables 52, 82, 86, 93, 96, 99 can be reduced.

(C)また、例えば、各施設名データテーブル51、92、及び、各先頭文字情報データテーブル52、82、86、93、96、99の「分割単位」に、平仮名だけでなく、片仮名、アルファベット、数字、所定の記号(例えば、算術記号や矢印等である。)を記憶するようにしてもよい。   (C) Further, for example, the “division unit” of each facility name data table 51, 92 and each head character information data table 52, 82, 86, 93, 96, 99 includes not only hiragana but also katakana and alphabets. , Numbers, and predetermined symbols (for example, arithmetic symbols and arrows) may be stored.

例えば、各施設名データテーブル51、92、及び、各先頭文字情報データテーブル52、82、86、93、96、99の「分割単位」にアルファベットをアルファベット順に1文字乃至5文字ずつ記憶するようにしてもよい。そして、各施設名データテーブル51、92の「施設名」には、アルファベットで施設名を記憶し、「読み」には、施設名をキーワードに区切って記憶するようにしてもよい。   For example, alphabetical characters are stored in alphabetical order one to five characters in each division name of each facility name data table 51, 92 and each head character information data table 52, 82, 86, 93, 96, 99. May be. The facility names of the facility name data tables 51 and 92 may be stored with alphabetical facility names, and “reading” may be stored with the facility names divided into keywords.

また、各先頭文字情報データテーブル52、82、86、93、96、99の「キーワードの先頭文字情報」には、アルファベットがアルファベット順に1文字又は複数文字ずつ属するように区分してもよい。また、各先頭文字情報データテーブル52、82、86、93、96、99の各「分割単位」に対応する「読み」には、各施設名データテーブル51、92の各「分割単位」内の「読み」に記憶されたキーワードに区切られた施設名を記憶するようにしてもよい。   Further, the “first character information of keyword” of each of the first character information data tables 52, 82, 86, 93, 96, 99 may be divided so that the alphabet belongs to one or more characters in alphabetical order. Further, the “reading” corresponding to each “division unit” of each head character information data table 52, 82, 86, 93, 96, 99 is included in each “division unit” of each facility name data table 51, 92. You may make it memorize | store the facility name divided into the keyword memorize | stored in "reading."

1、81、85、91、95、98 ナビゲーション装置
14 操作部
15 液晶ディスプレイ
18 タッチパネル
25 地図情報DB
27 施設名DB
41 CPU
42 RAM
43 ROM
51、92 施設名データテーブル
52、82、86、93、96、99 先頭文字情報データテーブル
61 検索語入力画面
62 50音キー
71 検索結果表示画面
72 検索結果表示欄
1, 81, 85, 91, 95, 98 Navigation device 14 Operation unit 15 Liquid crystal display 18 Touch panel 25 Map information DB
27 Facility name DB
41 CPU
42 RAM
43 ROM
51, 92 Facility name data table 52, 82, 86, 93, 96, 99 First character information data table 61 Search word input screen 62 50 sound key 71 Search result display screen 72 Search result display field

Claims (5)

検索対象となる複数の施設名をそれぞれ複数のキーワードに区切って、各施設名を各キーワードと前方一致する所定文字数の分割文字列に関連付けて記憶する施設名記憶手段と、
前記所定文字数の分割文字列に関連付けられた各施設名について、互いに異なる1文字から構成されて所定順序を付与された複数の区分文字が所定個数ずつ属する複数の区分別に、各区分に属する区分文字と一致する各キーワードの先頭文字をカウントした区分毎のカウント情報を、該所定文字数の分割文字列に関連付けて記憶するキーワード先頭文字情報記憶手段と、
検索語を入力する入力手段と、
前記キーワード先頭文字情報記憶手段において、前記入力手段を介して入力された各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する前記分割文字列を取得する分割文字列取得手段と、
前記施設名記憶手段において、前記分割文字列取得手段を介して取得した前記分割文字列に関連付けて記憶されている施設名から前記入力手段によって入力された検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する検索手段と、
を備えたことを特徴とする施設検索装置。
A facility name storage means for dividing a plurality of facility names to be searched into a plurality of keywords, respectively, and storing each facility name in association with a predetermined number of character strings that are forward-matched with each keyword;
For each facility name associated with the predetermined number of divided character strings, a division character belonging to each division is divided into a plurality of divisions to which a predetermined number of division characters each composed of a different character and given a predetermined order belong. Keyword initial character information storage means for storing count information for each category in which the first character of each keyword that matches is stored in association with the divided character string of the predetermined number of characters;
An input means for entering a search term;
In the keyword first character information storage means, a division for obtaining the divided character string corresponding to each search word based on the count information corresponding to the section to which the first character of each search word belongs inputted through the input means A string acquisition means;
In the facility name storage means, each search word input by the input means from the facility name stored in association with the divided character string acquired via the divided character string acquisition means and the number of characters of each search word Search means for acquiring, as a candidate facility name, a facility name having a keyword that matches forward in the search order set in the input order when the number of characters is the same or the number of characters ,
The facility search device characterized by comprising.
前記区分毎のカウント情報は、前記所定文字数の分割文字列に関連付けられた各施設名について、前記複数の区分別に、各区分に属する前記区分文字と一致する各キーワードの先頭文字をカウントした最大カウント値であり、
前記分割文字列取得手段は、前記入力手段を介して入力された各検索語の先頭文字の属する区分の前記最大カウント値の全てが、当該各検索語の先頭文字の属する区分毎の該先頭文字のカウント値以上であるカウント情報に関連付けられた前記分割文字列を取得することを特徴とする請求項1に記載の施設検索装置。
For each facility name associated with the predetermined number of divided character strings, the count information for each category is a maximum count obtained by counting the first character of each keyword that matches the category character belonging to each category for each of the plurality of categories. Value,
The divided character string acquisition means is configured such that all of the maximum count values of the sections to which the first character of each search word that is input via the input means belongs are the first character for each section to which the first character of each search word belongs. The facility search device according to claim 1, wherein the divided character string associated with the count information that is equal to or greater than the count value is acquired.
前記区分毎のカウント情報は、前記所定文字数の分割文字列に関連付けられた各施設名について、前記複数の区分別に、各区分に属する前記区分文字と一致する各キーワードの先頭文字をカウントしたカウント値があるか否かを表す有無情報であり、
前記分割文字列取得手段は、前記入力手段を介して入力された各検索語の先頭文字の属する区分毎の前記有無情報が全てカウント値がある旨を表すカウント情報に関連付けられた前記分割文字列を取得することを特徴とする請求項1に記載の施設検索装置。
The count information for each category is a count value obtained by counting the first character of each keyword that matches the category character belonging to each category for each of the plurality of categories for each facility name associated with the predetermined number of divided character strings. Is presence / absence information indicating whether or not
The divided character string acquisition means includes the divided character string associated with count information indicating that all the presence / absence information for each section to which the first character of each search word input through the input means belongs has a count value. The facility search device according to claim 1, wherein:
前記区分文字は、50音仮名であって、前記区分は、50音の行別に区分されていることを特徴とする請求項1乃至請求項3のいずれかに記載の施設検索装置。   The facility search apparatus according to any one of claims 1 to 3, wherein the segmented character is a 50-sound kana, and the segment is segmented by a line of 50-sound. 検索対象となる複数の施設名をそれぞれ複数のキーワードに区切って、各施設名を各キーワードと前方一致する所定文字数の分割文字列に関連付けて記憶する施設名記憶手段と、
前記所定文字数の分割文字列に関連付けられた各施設名について、互いに異なる1文字から構成されて所定順序を付与された複数の区分文字が所定個数ずつ属する複数の区分別に、各区分に属する区分文字と一致する各キーワードの先頭文字をカウントした区分毎のカウント情報を、該所定文字数の分割文字列に関連付けて記憶するキーワード先頭文字情報記憶手段と、
を備えたコンピュータに、
検索語を入力する入力工程と、
前記キーワード先頭文字情報記憶手段において、前記入力工程で入力された各検索語の先頭文字の属する区分に対応するカウント情報に基づいて該各検索語に対応する前記分割文字列を取得する分割文字列取得工程と、
前記施設名記憶手段において、前記分割文字列取得工程で取得した前記分割文字列に関連付けて記憶されている施設名から前記入力工程で入力された検索語と該各検索語の文字数の多い順、又は、文字数が同じ場合は入力順に設定された検索順で前方一致するキーワードを有する施設名を候補施設名として取得する検索工程と、
を実行させるためのプログラム。
A facility name storage means for dividing a plurality of facility names to be searched into a plurality of keywords, respectively, and storing each facility name in association with a predetermined number of character strings that are forward-matched with each keyword;
For each facility name associated with the predetermined number of divided character strings, the division characters belonging to each division are divided into a plurality of divisions to which a predetermined number of division characters each composed of a different character and given a predetermined order belong. Keyword initial character information storage means for storing count information for each category in which the first character of each keyword that matches is stored in association with the divided character string of the predetermined number of characters;
On a computer with
An input process for entering a search term;
In the keyword first character information storage means, a divided character string that acquires the divided character string corresponding to each search word based on count information corresponding to a section to which the first character of each search word input in the input step belongs Acquisition process;
In the facility name storage means, each search word input in the input step from the facility name stored in association with the divided character string acquired in the divided character string acquisition step, and the number of characters of each search word in descending order. Or, if the number of characters is the same, a search step of acquiring a facility name having a keyword that matches forward in the search order set in the input order as a candidate facility name;
A program for running
JP2010093127A 2010-04-14 2010-04-14 Facility search apparatus and program Expired - Fee Related JP5577809B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010093127A JP5577809B2 (en) 2010-04-14 2010-04-14 Facility search apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010093127A JP5577809B2 (en) 2010-04-14 2010-04-14 Facility search apparatus and program

Publications (2)

Publication Number Publication Date
JP2011221951A JP2011221951A (en) 2011-11-04
JP5577809B2 true JP5577809B2 (en) 2014-08-27

Family

ID=45038835

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010093127A Expired - Fee Related JP5577809B2 (en) 2010-04-14 2010-04-14 Facility search apparatus and program

Country Status (1)

Country Link
JP (1) JP5577809B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488648B (en) * 2012-06-13 2018-03-20 阿里巴巴集团控股有限公司 A kind of multilingual mixed index method and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0997266A (en) * 1995-09-29 1997-04-08 Aisin Aw Co Ltd On-vehicle navigation system
JP2001222533A (en) * 2000-02-07 2001-08-17 Fujitsu Ltd Information retrieving device
JP4115290B2 (en) * 2003-02-07 2008-07-09 三洋電機株式会社 Mobile phone terminal for data search and data search method
WO2008090606A1 (en) * 2007-01-24 2008-07-31 Fujitsu Limited Information search program, recording medium containing the program, information search device, and information search method
JP5334446B2 (en) * 2008-04-30 2013-11-06 クラリオン株式会社 Information retrieval device and navigation device

Also Published As

Publication number Publication date
JP2011221951A (en) 2011-11-04

Similar Documents

Publication Publication Date Title
CN101641568A (en) Improved search function for portable navigation device
US8249804B2 (en) Systems and methods for smart city search
JP2008097092A (en) Navigation device
US20100004851A1 (en) Navigation devices, methods, and programs
JP5287752B2 (en) Point search device
JP5577809B2 (en) Facility search apparatus and program
EP2261822A1 (en) Point search device, point search method and computer program product
US20110191357A1 (en) Map data, storage medium and navigation apparatus
JP2010286870A (en) Spot search device, spot search method and program
JP5359789B2 (en) Point search device and program
JP5299331B2 (en) Facility search apparatus and program
JP5299226B2 (en) Point search device and program
JP5353649B2 (en) Point search device and program
JP5299307B2 (en) Point search device and program
JP5273082B2 (en) Facility search apparatus and program
JP5407760B2 (en) Point search device and program
JP2006085222A (en) Text retrieval device and text retrieval method
JP4618544B2 (en) Navigation device and storage medium
JP5299332B2 (en) Point search device
JP5287775B2 (en) Point search device
JP2012022539A (en) Facility search apparatus and program
JP2011118866A (en) Spot searching device and program
JP2007011438A (en) Index structure for narrowing retrieval and information retrieval device
JP4293260B2 (en) Data search method, data search device, and navigation device
JP2010282526A (en) Point retrieval device, point retrieval method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130118

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140206

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: 20140610

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140623

R150 Certificate of patent or registration of utility model

Ref document number: 5577809

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees