JP2009205647A - Address code output apparatus and program - Google Patents

Address code output apparatus and program Download PDF

Info

Publication number
JP2009205647A
JP2009205647A JP2008050214A JP2008050214A JP2009205647A JP 2009205647 A JP2009205647 A JP 2009205647A JP 2008050214 A JP2008050214 A JP 2008050214A JP 2008050214 A JP2008050214 A JP 2008050214A JP 2009205647 A JP2009205647 A JP 2009205647A
Authority
JP
Japan
Prior art keywords
address
character string
code
address character
address code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008050214A
Other languages
Japanese (ja)
Inventor
Yuichi Sasaki
祐一 佐々木
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.)
SoftBank Corp
Original Assignee
SoftBank Mobile Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SoftBank Mobile Corp filed Critical SoftBank Mobile Corp
Priority to JP2008050214A priority Critical patent/JP2009205647A/en
Publication of JP2009205647A publication Critical patent/JP2009205647A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Machine Translation (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To output an address code even when information on an address character string is not divided based on each part of the address code. <P>SOLUTION: An address code output apparatus acquires a zip code and an address character string to be processed. The acquired address character string is divided into parts including a high-order address character string and a low-order address character string by using the acquired zip code. The apparatus then outputs an address code by using the low-order address character string acquired by the division. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、例えば郵便の配送で利用される住所コードを出力する住所コード出力装置に関する。   The present invention relates to an address code output device that outputs an address code used for mail delivery, for example.

郵便をはじめとした物流の分野では、住所の情報を符号化し、住所コードとして利用することで、仕分けや配達の便を図っている。近年ではさらに、住所コードを含むバーコードを生成して宛先ラベルに印字し、当該バーコードを利用して機械的に仕分けを行うことも行われている。   In the field of logistics such as mail, address information is encoded and used as an address code to facilitate sorting and delivery. In recent years, a barcode including an address code is generated, printed on a destination label, and mechanically sorted using the barcode.

こうした住所コードは一般的に、都道府県、市区郡町村…といった住所の段階ごとにコード化されており、例えば財団法人国土地理協会の定める11桁コードでは、上位2桁がJISにより定められた都道府県を表す情報であり、3から5桁目が同じくJISによって定められた市区郡町村を表す情報となっている。   These address codes are generally coded at each address stage, such as prefectures, municipalities, etc .. For example, in the 11-digit code defined by the Geographical Association of Japan, the upper 2 digits are defined by JIS. It is information representing a prefecture, and the third to fifth digits are information representing a city, town, town, and village defined by JIS.

さらに6から11桁目までは国土地理協会独自のコードであり、大字・通称部分を表す部分や字、丁目を表す部分を含む。   Furthermore, the 6th to 11th digits are codes unique to the Geographical Survey Association of Japan, and include parts that represent large letters, commonly known parts, letters, and parts that represent chomes.

この住所コードを生成するため、都道府県・市区郡町村を表す上位5桁に対応する部分(上位住所文字列)と、下位の6から11桁目までに対応する部分(下位住所文字列)と、その他の部分(付帯情報)とに区別して入力させているものがある。   In order to generate this address code, the part corresponding to the upper 5 digits (higher address character string) representing the prefecture / city / town / town, and the part corresponding to the lower 6th to 11th digits (lower address character string) And other parts (accompanying information) are input separately.

一方で、こうした住所情報の入力作業を簡素化するため、運転免許証などの公的な書面から住所の文字列を光学的文字認識(OCR)により取り込んで利用することも行われている。
特開2003−248791号公報
On the other hand, in order to simplify such address information input work, an address character string is taken in from an official document such as a driver's license by optical character recognition (OCR) and used.
JP 2003-248791 A

しかしながら、光学的文字認識は必ずしも正確に文字列を読み取れるとは限らない。また、光学的に認識された住所文字列は、住所コードの各部分に対応して区切られていない。そのため、このままデータベースへ登録することはできても、住所コードを生成する処理に支障を生じるという問題があった。なお、住所コードを生成する技術の例が特許文献1に開示されている。   However, optical character recognition cannot always read a character string accurately. Also, the optically recognized address character string is not delimited corresponding to each part of the address code. For this reason, there is a problem that even if it can be registered in the database as it is, the processing for generating the address code is hindered. An example of a technique for generating an address code is disclosed in Patent Document 1.

本発明は上記実情に鑑みて為されたもので、住所文字列の情報が住所コードの各部分に対応して区切られていない場合であっても、住所コードを出力できる住所コード出力装置、及びプログラムを提供することを、その目的の一つとする。   The present invention has been made in view of the above circumstances, and an address code output device capable of outputting an address code even when the address character string information is not divided corresponding to each part of the address code, and One of its purposes is to provide a program.

上記従来例の問題点を解決するための本発明は、住所コード出力装置であって、処理対象となる郵便番号及び住所文字列を取得する取得手段と、前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、前記分割により得られた下位住所文字列を用いて、住所コードを出力する出力手段と、を含むこととしたものである。   The present invention for solving the problems of the above-mentioned conventional example is an address code output device, using an acquisition means for acquiring a postal code and an address character string to be processed, and the acquired postal code, A dividing unit that divides the acquired address character string into a portion including a higher address character string and a lower address character string; and an output unit that outputs an address code using the lower address character string obtained by the division. It is meant to be included.

ここで前記分割手段は、前記取得した郵便番号に関連する住所コードの一部を取得し、当該取得した住所コードの一部により特定される住所文字列の一部を上位住所文字列として決定するとともに、前記取得した住所文字列から、上位住所文字列を除いて残る住所文字列部分を取り出し、前記出力手段は、住所コードの一部と、下位住所文字列と、住所コードの全体とを関連づけた住所コードテーブルを参照して、前記取り出した住所文字列部分の一部と、前記取得した住所コードの一部とから、住所コードの全体を検索し、当該検索の結果を出力することとしてもよい。   Here, the dividing unit acquires a part of the address code related to the acquired zip code, and determines a part of the address character string specified by the part of the acquired address code as an upper address character string. In addition, the remaining address character string portion excluding the upper address character string is extracted from the acquired address character string, and the output means associates a part of the address code, the lower address character string, and the entire address code. The address code table may be referred to, and the entire address code may be searched from a part of the extracted address string portion and the acquired address code, and the search result may be output. Good.

また、前記住所コードテーブルは、郵便番号と、前記住所コードの一部と、下位住所文字列と、住所コードの全体とを関連づけて保持しており、前記分割手段は住所コードテーブルを参照して、前記取得した郵便番号をキーとして、前記住所コードの一部を取得することとしてもよい。   The address code table holds a postal code, a part of the address code, a lower address character string, and the entire address code in association with each other, and the dividing means refers to the address code table. A part of the address code may be acquired using the acquired zip code as a key.

また、前記分割手段は、さらに前記住所コードテーブルを参照して、前記取り出した住所文字列部分から下位住所文字列を抽出し、前記取り出した住所文字列部分から前記抽出した下位住所文字列を除去して付帯情報を取り出し、前記出力手段は、住所コードとともに、上位住所文字列と、下位住所文字列と、付帯情報とを出力することとしてもよい。   Further, the dividing means further refers to the address code table, extracts a lower address character string from the extracted address character string portion, and removes the extracted lower address character string from the extracted address character string portion The additional information may be extracted, and the output unit may output the upper address character string, the lower address character string, and the additional information together with the address code.

さらに、前記分割手段が、住所文字列を、上位住所文字列と下位住所文字列を含む部分とに分割できない場合に、エラーを報知するエラー報知手段をさらに含んでもよい。また、前記分割手段が、前記取り出した住所文字列部分から下位住所文字列を抽出できない場合に、エラーを報知するエラー報知手段をさらに含んでもよい。   Further, the dividing unit may further include an error notifying unit for notifying an error when the address character string cannot be divided into a part including the upper address character string and the lower address character string. The dividing unit may further include an error notifying unit for notifying an error when a lower address character string cannot be extracted from the extracted address character string portion.

また、本発明の一態様に係る住所コード出力装置は、公的書類から読み取って得た住所文字列を受け取って保持し、当該保持した情報を登録先データベースへ登録する処理を実行する中継装置に接続され、前記中継装置から住所文字列を取得するとともに、当該住所文字列に基づいて生成される郵便番号を取得する取得手段と、前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、前記分割により得られた下位住所文字列を用いて、住所コードを決定し、当該決定した住所コードを、前記登録先データベースに出力して、登録先データベースの内容を更新させる出力手段と、を含むこととしたものである。   An address code output device according to an aspect of the present invention is a relay device that receives and holds an address character string obtained by reading from an official document, and performs processing for registering the held information in a registration destination database. The acquired address character string is acquired using the acquisition means for acquiring the postal code generated based on the address character string, and the acquired postal code, and connected to the relay device. Using the dividing means for dividing the upper address character string and the portion including the lower address character string, and the lower address character string obtained by the division, the address code is determined, and the determined address code is stored in the registration destination Output means for outputting to the database and updating the contents of the registration destination database.

また、本発明の別の態様に係るプログラムは、コンピュータを、処理対象となる郵便番号及び住所文字列を取得する取得手段と、前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、前記分割により得られた下位住所文字列を用いて、住所コードを出力する出力手段と、として機能させることとしたものである。   Further, the program according to another aspect of the present invention uses a computer to acquire the postal code and address character string to be processed, and the acquired address character string using the acquired postal code. A division means for dividing an address character string and a portion including a lower address character string, and an output means for outputting an address code using the lower address character string obtained by the division, is there.

本発明によると、住所文字列の情報が住所コードの各部分に対応して区切られていない場合であっても、住所コードを出力できる。   According to the present invention, the address code can be output even when the address character string information is not divided corresponding to each part of the address code.

本発明の実施の形態について図面を参照しながら説明する。本発明の実施の形態に係る住所コード出力装置1は、図1に例示するように、制御部11、記憶部12、操作部13、表示部14、及び通信部15を含んで構成される。また、この住所コード出力装置1は、ネットワーク等の通信回線を介して、登録中継装置2や中央データベースシステム4とに接続されている。さらに登録中継装置2は、ネットワーク等の通信回線を介して登録端末3に接続されている。ここで登録中継装置2と登録端末3とを接続する通信回線は、住所コード出力装置1の接続された通信回線とは別であってもよいし、同じであってもよい。   Embodiments of the present invention will be described with reference to the drawings. The address code output device 1 according to the embodiment of the present invention includes a control unit 11, a storage unit 12, an operation unit 13, a display unit 14, and a communication unit 15, as illustrated in FIG. The address code output device 1 is connected to the registration relay device 2 and the central database system 4 via a communication line such as a network. Further, the registration relay device 2 is connected to the registration terminal 3 via a communication line such as a network. Here, the communication line connecting the registration relay device 2 and the registration terminal 3 may be different from or the same as the communication line to which the address code output device 1 is connected.

ここで制御部11は、CPUなどのプログラム制御デバイスであり、記憶部12に格納されているプログラムに従って動作する。この制御部11は、郵便番号や住所文字列の情報を記録している登録中継装置2から、郵便番号や住所文字列の情報を取得し、この取得した郵便番号の情報を用いて、住所文字列を上位住所文字列と、下位住所文字列を含む部分とに分割する処理を行う。さらにこの制御部11は、当該下位住所文字列を用いて、住所コードを出力する。この制御部11の詳しい処理の内容については、後に述べる。   Here, the control unit 11 is a program control device such as a CPU, and operates according to a program stored in the storage unit 12. The control unit 11 acquires postal code and address character string information from the registered relay apparatus 2 that records postal code and address character string information, and uses the acquired postal code information to generate address characters. A process of dividing the column into an upper address character string and a portion including the lower address character string is performed. Further, the control unit 11 outputs an address code using the lower address character string. Details of the processing of the control unit 11 will be described later.

記憶部12は、メモリなどの記憶素子やハードディスクなどのストレージデバイスなどを含んで構成される。この記憶部12には制御部11によって実行されるプログラムが保持される。またこのプログラムは、DVD−ROMなどのコンピュータ可読な記録媒体に格納されて提供されたものであってもよい。また、この記憶部12は、制御部11のワークメモリとしても動作している。さらに、この記憶部12には、住所マスターとして、住所の情報と住所コードの情報とを関連づけるテーブル(住所コードテーブル)を記憶している。   The storage unit 12 includes a storage element such as a memory and a storage device such as a hard disk. The storage unit 12 holds a program executed by the control unit 11. The program may be provided by being stored in a computer-readable recording medium such as a DVD-ROM. The storage unit 12 also operates as a work memory for the control unit 11. Further, the storage unit 12 stores a table (address code table) associating address information and address code information as an address master.

ここで、住所マスターは、例えば11桁の住所コード全体に対して、住所コードを特定するために必要な上位住所文字列及び下位住所文字列を含んだ部分住所文字列を関連づけておいてもよいが、本実施の形態においては、住所マスターの規模を抑制し、現実的なデータベースとするために、次のような2つのテーブルにわけて住所マスターが記録されているものとする。すなわち、本実施の形態の住所マスターは、第1のテーブルとして、図2に例示するように、   Here, the address master may associate the partial address character string including the upper address character string and the lower address character string necessary for specifying the address code with the entire 11-digit address code, for example. However, in the present embodiment, it is assumed that the address master is recorded in the following two tables in order to suppress the scale of the address master and to create a realistic database. That is, the address master of the present embodiment, as illustrated in FIG. 2 as the first table,

(1)住所コードの一部(例えば上位5桁部分):P1
(2)上記一部を特定するための上位住所文字列:P2
を関連づけている。また、このほかに、
(3)上位住所文字列の読み仮名:P3
をさらに関連づけて含んでもよい。
(1) Part of the address code (for example, the upper 5 digits): P1
(2) Upper address character string for identifying the part: P2
Are related. In addition,
(3) Reading address of upper address string: P3
May be further associated with each other.

また、第2のテーブルとして、図3に例示するように、
(1)住所コードの全体(例えば11桁分):Q1
(2)当該住所コードに対応する郵便番号7桁:Q2
(3)住所コードに対応する下位住所文字列:Q3
を関連づけている。
また、このほかに、
(4)住所コードに対応する旧郵便番号5桁:Q4
(5)下位住所文字列の読み仮名:Q5
をさらに関連づけて含んでもよい。
As the second table, as illustrated in FIG.
(1) Whole address code (for example, 11 digits): Q1
(2) 7-digit postal code corresponding to the address code: Q2
(3) Subordinate address character string corresponding to the address code: Q3
Are related.
In addition,
(4) Old postal code 5 digits corresponding to the address code: Q4
(5) Kana reading of lower address string: Q5
May be further associated with each other.

操作部13は、マウスやキーボードなどを含み、利用者の操作を受け入れて、当該受け入れた操作の内容を表す情報を制御部11に出力する。表示部14は、ディスプレイ等であり、制御部11から入力される指示に従って、情報を表示出力する。   The operation unit 13 includes a mouse, a keyboard, and the like, accepts a user operation, and outputs information representing the content of the accepted operation to the control unit 11. The display unit 14 is a display or the like, and displays and outputs information according to an instruction input from the control unit 11.

通信部15は、ネットワークインタフェースなどであり、制御部11から入力される指示に従い、ネットワーク等の通信手段を介して、指示された宛先へ情報を送信する。またこの通信部15は、ネットワーク等の通信手段を介して到来する情報を受信し、制御部11に出力する。   The communication unit 15 is a network interface or the like, and transmits information to an instructed destination via communication means such as a network in accordance with an instruction input from the control unit 11. The communication unit 15 receives incoming information via communication means such as a network and outputs the information to the control unit 11.

本実施の形態では、登録端末3が、運転免許証など登録対象の住所の記録された公的書面から、住所文字列を光学的文字認識処理で読み取るなどして、住所文字列を登録中継装置2へ送信する。この住所文字列では、住所コードの各部に対応した区切りはされていない。なお、ここでは公的書面から読み取ったものとしているが、これに限らず、登録端末3は、住所コードに対応した区切りがされていない住所情報の入力を受けて送信するものであってもよい。   In the present embodiment, the registration terminal 3 reads the address character string by an optical character recognition process from an official document in which the address to be registered such as a driver's license is recorded. 2 to send. In this address character string, no division corresponding to each part of the address code is made. Here, although it is assumed that it is read from a public document, the registration terminal 3 may receive and transmit address information that is not separated corresponding to the address code. .

登録中継装置2は、登録端末3から住所文字列の情報を取得すると、各情報に固有の識別情報を発行する。また、この登録中継装置2は、当該取得した住所文字列の表す住所に対応する郵便番号を取得する。この郵便番号の取得は、登録中継装置2が、郵便番号のデータベースを参照して、取得した住所文字列に最も長く前方一致するキーに対応する郵便番号を取得することとしてもよいし、登録端末3側で郵便番号情報を得て、当該郵便番号情報を住所文字列とともに登録中継装置2へ送信してもよい。   When the registration relay device 2 acquires the address character string information from the registration terminal 3, it issues identification information unique to each information. In addition, the registration relay device 2 acquires a zip code corresponding to the address represented by the acquired address character string. The postal code may be acquired by the registration relay device 2 referring to the postal code database and acquiring the postal code corresponding to the key that has the longest forward match with the acquired address character string. The postal code information may be obtained on the third side, and the postal code information may be transmitted to the registration relay device 2 together with the address character string.

登録中継装置2は、取得した住所文字列と郵便番号とを、発行した識別情報に関連づけて記録しておく。また、この登録中継装置2は、所定のタイミングで、記録している識別情報と住所文字列と郵便番号とを中央データベースシステム4に送信して、住所情報として登録させる。なお、この登録端末3では住所情報とともに氏名などの情報も併せて取得し、登録中継装置2は、住所文字列とともに、関連する氏名の情報を受け入れて識別情報に関連づけて記憶し、中央データベースシステム4へ登録させてもよいが、ここでは住所文字列について説明する。   The registration relay device 2 records the acquired address character string and zip code in association with the issued identification information. In addition, the registration relay device 2 transmits the recorded identification information, address character string, and postal code to the central database system 4 at a predetermined timing so as to be registered as address information. The registration terminal 3 also acquires information such as name along with the address information, and the registration relay device 2 accepts the information of the related name along with the address character string, stores it in association with the identification information, and stores it in the central database system. The address character string will be described here.

中央データベースシステム4は、登録サーバ41と、登録先データベースである住所データベース42とを含んで構成されており、住所データベース42は図4に例示するように、識別情報(P)と、郵便番号(T)と、上位住所文字列(A)と、下位住所文字列(B)と、付帯情報(C)と、住所コード(D)とを互いに関連づけて記録している。なお、この住所データベース42においては、この住所情報に対してさらに氏名の情報などが関連づけられていてもよい。   The central database system 4 includes a registration server 41 and an address database 42 which is a registration destination database. The address database 42 includes identification information (P) and a zip code (as shown in FIG. 4). T), upper address character string (A), lower address character string (B), supplementary information (C), and address code (D) are recorded in association with each other. In the address database 42, name information and the like may be further associated with the address information.

登録サーバ41は、登録中継装置2から受信した識別情報や住所情報を、住所データベース42に蓄積する。なお、住所情報が上位住所文字列、下位住所文字列、付帯情報に区別されていない場合は、予め定められた項目(例えば上位住所文字列)に、住所文字列の全体が格納される。   The registration server 41 accumulates identification information and address information received from the registration relay device 2 in the address database 42. If the address information is not distinguished from the upper address character string, the lower address character string, and the incidental information, the entire address character string is stored in a predetermined item (for example, the upper address character string).

さらに本実施の形態の登録サーバ41は、住所コード出力装置1から識別情報と、住所情報とを受信したときに、当該受信した識別情報とそれに関連づけられた住所の情報とが、既に住所データベース42に格納されている場合は、新たに受信した住所情報で、住所データベース42に格納されている住所の情報を上書きして格納する。   Furthermore, when the registration server 41 of the present embodiment receives the identification information and the address information from the address code output device 1, the received identification information and the address information associated therewith are already stored in the address database 42. If the address information is stored in the address database 42, the address information stored in the address database 42 is overwritten with the newly received address information.

中央データベースシステム4は、また、住所データベース42に格納された住所情報のうち、上位住所文字列、下位住所文字列、付帯情報に区別され、住所コードが記録されている住所情報について、カスタマーバーコードを生成する処理を行ってもよい。   The central database system 4 also distinguishes between the address information stored in the address database 42 as a high-order address character string, a low-order address character string, and incidental information, and for the address information in which the address code is recorded, a customer barcode You may perform the process which produces | generates.

次に、住所コード出力装置1の制御部11の処理について説明する。本実施の形態では、制御部11は、処理対象となる郵便番号や住所文字列の情報を登録中継装置2から取得する。そして、この取得した郵便番号や住所文字列の情報を用い、記憶部12に格納された住所マスターを参照して対応する住所コードを取得し、出力する。   Next, processing of the control unit 11 of the address code output device 1 will be described. In the present embodiment, the control unit 11 acquires information on the zip code and address character string to be processed from the registered relay device 2. Then, using the acquired zip code and address character string information, the address code stored in the storage unit 12 is referenced to acquire and output the corresponding address code.

すなわち、制御部11は、処理対象となる郵便番号(7桁)や住所文字列の情報を登録中継装置2から取得すると、図5に示す処理を開始し、郵便番号をキーとして第2テーブルを参照し、処理対象となる郵便番号に関連づけられた住所コードを取得する(S1)。ここでは一般に取得される住所コードは複数となり、一つには定められない。しかしながら、同じ郵便番号に対応する住所コードは、その上位5桁は必ず一致している。そこで、制御部11は、取得した住所コードの一部、上位5桁部分(共通部分)を抽出する(S2)。   That is, when the control unit 11 obtains the postal code (7 digits) and address character string information to be processed from the registration relay device 2, the control unit 11 starts the process shown in FIG. The address code associated with the postal code to be processed is referred to and acquired (S1). Here, there are a plurality of address codes that are generally acquired, and they are not determined as one. However, the address codes corresponding to the same zip code always have the same upper 5 digits. Therefore, the control unit 11 extracts a part of the acquired address code and the upper five-digit part (common part) (S2).

制御部11は、抽出した共通部分をキーとして、第1テーブルを参照し、共通部分に関連づけられた上位住所文字列を取得する(S3)。ここで制御部11は、共通部分に関連づけられた上位住所文字列が複数あるか否かを調べ(S4)、複数ある場合(Yesの場合)は、複数見いだされた上位住所文字列のうち、処理対象として登録中継装置2から取得された住所文字列の先頭に最長一致する上位住所文字列を選択する(S5)。一方、処理S3において取得された上位住所文字列が1つであったとき(処理S4にてNoの場合)は、当該取得された上位住所文字列を選択する(S6)。   The control unit 11 refers to the first table using the extracted common part as a key, and acquires a higher-order address character string associated with the common part (S3). Here, the control unit 11 checks whether or not there are a plurality of higher-order address character strings associated with the common part (S4). If there are a plurality of higher-order address character strings (if Yes), among the found higher-order address character strings, A higher-order address character string that has the longest match with the head of the address character string acquired from the registered relay device 2 as a processing target is selected (S5). On the other hand, when there is one upper address character string acquired in process S3 (in the case of No in process S4), the acquired upper address character string is selected (S6).

なお、処理S5の処理は、例えば次のようなものである。すなわち図6に示すように、変数iを「1」に初期化し(S11)、処理対象として登録中継装置2から取得された住所文字列を先頭からi文字目まで取り出す(S12)。   The process S5 is, for example, as follows. That is, as shown in FIG. 6, the variable i is initialized to “1” (S11), and the address character string acquired from the registered relay device 2 as a processing target is extracted from the head to the i-th character (S12).

次に、処理S3で取得した複数の上位住所文字列の各々について、先頭i文字目までを取り出し、先頭i文字目までが処理S12で取り出した部分と前方一致する上位住所文字列を候補として選択する(S13)。そして候補となった上位住所文字列の数が複数であるか否かを調べ(S14)、複数であれば(Yesならば)、iを「1」だけインクリメントして(S15)、処理S12に戻って処理を繰り返す。また、処理S14において、候補となった上位住所文字列の数が「1」となっていれば(Noならば)、当該候補となった上位住所文字列を選択する(S16)。   Next, for each of the plurality of higher-order address character strings acquired in step S3, the first i-th character is extracted, and the upper-address character string that matches the portion extracted in step S12 is selected as a candidate. (S13). Then, it is checked whether or not there are a plurality of candidate higher-order address character strings (S14). If there are a plurality of candidate upper-order character strings (if Yes), i is incremented by “1” (S15), and the process proceeds to step S12. Return and repeat the process. If the number of candidate upper address character strings is “1” (if No) in process S14, the candidate upper address character string is selected (S16).

例えば、登録中継装置2から「東京都品川区東品川X−Y…」という住所文字列が取得されており、処理S3において「東京都品川区北品川」、「東京都品川区東品川」と複数の上位住所文字列が見いだされたとする。この場合はi=7のときに、「東京都品川区東品川」の先頭7文字だけが一致することとなる。そこで、制御部11は、この一致した「東京都品川区東品川」という上位住所文字列を選択する。   For example, an address character string “Shinagawa-ku Higashi-Shinagawa XY ...” is acquired from the registered relay device 2, and “Shinagawa-ku Kita-Shinagawa”, “Shinagawa-ku Higashi-Shinagawa” in the process S3. Suppose that multiple high-order address strings are found. In this case, when i = 7, only the first seven characters of “Higashishinagawa, Shinagawa-ku, Tokyo” match. Therefore, the control unit 11 selects the matching higher-order address character string “Higashishinagawa, Shinagawa-ku, Tokyo”.

図5に戻り、制御部11は、こうして上位住所文字列の一つを選択すると、登録中継装置2から取得した住所文字列のうち、上位住所文字列部分を先頭から除いて、残る住所文字列部分を取り出す(S7)。ここで取り出された住所文字列部分(対象文字列部分)には、下位住所文字列が含まれる。   Returning to FIG. 5, when the control unit 11 selects one of the upper address character strings in this way, the remaining address character string is removed from the top address character string portion from the top of the address character string acquired from the registration relay device 2. A part is taken out (S7). The address character string part (target character string part) extracted here includes a lower address character string.

制御部11は、第2テーブルを参照し、取り出した対象文字列部分に最長一致する下位住所文字列を検索する(S8)。そして制御部11は、当該検索の結果見いだされた下位住所文字列に関連づけられた住所コードの全体の情報(11桁)を取得する(S9)。   The control unit 11 refers to the second table and searches for a lower address character string that is the longest match with the extracted target character string portion (S8). And the control part 11 acquires the information (11 digits) of the whole address code linked | related with the low-order address character string found as a result of the said search (S9).

さらに制御部11は、対象文字列部分から検索によって見いだされた下位住所文字列を除いて、付帯情報を得る(S10)。   Further, the control unit 11 obtains additional information by excluding the lower address character string found by the search from the target character string portion (S10).

ここで上記処理S8での処理について説明する。この処理S8の処理は、例えば次のようなものである。すなわち、図7に示すように、変数iを「1」に初期化し(S21)、下位住所文字列を含む対象文字列部分のうち、先頭i文字までを取り出す(S22)。   Here, the process in the process S8 will be described. The process of this process S8 is as follows, for example. That is, as shown in FIG. 7, the variable i is initialized to “1” (S21), and the first i characters are extracted from the target character string portion including the lower address character string (S22).

次に、処理S22で取り出した対象文字列部分の先頭i文字までをキーとして、このキーに前方一致する下位住所文字列を第2テーブルから検索する(S23)。そして検索の結果、見いだされた下位住所文字列の数が複数であるか否かを調べ(S24)、複数であれば(Yesならば)、iを「1」だけインクリメントして(S25)、処理S22に戻って処理を繰り返す。また、処理S24において、検索によって第2テーブルから見いだされた下位住所文字列の数が1つであれば(Noならば)、この検索によって見いだされた一つの下位住所文字列を出力する(S26)。処理S9では、第2テーブルにおいて、この処理S26で出力した下位住所文字列に関連づけられた住所コードの全体の情報を取り出して出力することになる。   Next, by using up to the first i characters of the target character string portion extracted in step S22 as a key, a lower address character string that matches forward with this key is searched from the second table (S23). Then, as a result of the search, it is checked whether or not the number of lower address character strings found is plural (S24). If there are plural (if Yes), i is incremented by “1” (S25), It returns to process S22 and repeats a process. If the number of subordinate address character strings found from the second table by the search is one in the process S24 (if No), one subordinate address character string found by the search is output (S26). ). In process S9, the entire information of the address code associated with the lower address character string output in process S26 is extracted from the second table and output.

こうして制御部11は住所文字列を、上位住所文字列、下位住所文字列、及び付帯情報に分割し、また、住所コードの全体の情報を取得することとなる。そして制御部11は、これらの情報を出力する。   Thus, the control unit 11 divides the address character string into the upper address character string, the lower address character string, and the incidental information, and acquires the entire information of the address code. And the control part 11 outputs such information.

本実施の形態の住所コード出力装置1は以上の構成を備えてなり、次のように動作する。以下の例では、財団法人国土地理協会が定めた11桁の住所コードを出力することとし、郵便番号として「1050021」、住所文字列として「東京都港区東新橋1−X−Y ZZビルN階」が、識別情報とともに、登録中継装置2から取得されたものとする。   The address code output device 1 of the present embodiment has the above-described configuration and operates as follows. In the following example, an 11-digit address code determined by the Geographical Association of Japan is output, “1050021” as the zip code and “Higashishinbashi 1-XY ZZ Building N, Minato-ku, Tokyo” It is assumed that the “floor” is acquired from the registration relay device 2 together with the identification information.

住所コード出力装置1は、第2テーブルを参照して郵便番号「1050021」に対応する住所コードを検索する。ここで複数の住所コードが検索されても、それらの住所コードの上位5桁は、住所コードの設定上共通することとなっている。ここでは当該5桁は「13003」となる。   The address code output device 1 searches the address code corresponding to the postal code “1050021” with reference to the second table. Here, even if a plurality of address codes are searched, the upper five digits of these address codes are common in setting the address code. Here, the five digits are “13003”.

住所コード出力装置1は、住所コードの上位5桁をキーとして、第1テーブルから上位住所テキストを検索する。ここでは住所コード上位5桁の「13003」に関連づけられた上位住所の文字列は「東京都港区」となる。そこで住所コード出力装置1は、当該検索によって得られた文字列を上位住所文字列として、この上位住所文字列を、入力された住所文字列から除いて、残りの住所文字列部分(対象文字列部分)「東新橋1−X−Y ZZビルN階」を抽出する。   The address code output device 1 searches the first address text from the first table using the upper five digits of the address code as a key. Here, the character string of the high-order address associated with the high-order address “13003” is “Minato-ku, Tokyo”. Therefore, the address code output device 1 uses the character string obtained by the search as a high-order address character string, removes the high-order address character string from the input address character string, and the remaining address character string portion (target character string). Part) "Higashi Shimbashi 1-XY ZZ Building N Floor" is extracted.

住所コード出力装置1は、この対象文字列部分の前方に最長一致する下位住所文字列を第2テーブルから検索する。例えば1文字目「東」では、「東新橋…」のほか「東麻布…」にも前方一致してしまうが、2文字目までの「東新」までとすると、「東新橋…」が前方一致するようになる。さらに、4文字目の「東新橋1」までとしたときに、「東新橋1」のみが前方一致することとなったとすると、住所コード出力装置1は、この「東新橋1」に関連づけられた住所コードの全体(11桁)を第2テーブルから取得する。ここでは「13003052901」であるとする。   The address code output device 1 searches the second table for a lower-order address character string that matches the longest in front of the target character string portion. For example, in the first character “East”, “Higashi-Shinbashi…” and “Higashi-Azabu…” will be matched forward. To come. Further, assuming that up to the fourth character “Higashishinbashi1”, only “Higashishinbashi1” is matched forward, the address code output device 1 is associated with this “Higashishinbashi1”. The entire address code (11 digits) is acquired from the second table. Here, “13003052901” is assumed.

住所コード出力装置1は、ここで見いだされた下位住所文字列「東新橋1」を対象文字列部分から除いて、残る「−X−Y ZZビルN階」を付帯情報とする。なお、この付帯情報において、先頭の文字がハイフンや「の」など、住所の地番などを連結する文字となっているときには、住所コード出力装置1は、これを除去して、「X−Y ZZビルN階」を付帯情報としてもよい。   The address code output device 1 removes the subordinate address character string “Higashishinbashi 1” found here from the target character string portion and uses the remaining “−XY ZZ building N floor” as supplementary information. In this incidental information, when the first character is a character that concatenates the address number of the address, such as a hyphen or “no”, the address code output device 1 removes this and adds “XY ZZ”. The “building N floor” may be used as incidental information.

これにより、住所コード出力装置1は、
上位住所文字列:「東京都港区」
下位住所文字列:「東新橋1」
付帯情報:「X−Y ZZビルN階」
住所コード:「13003052901」
との情報を得て、これを中央データベースシステム4へ出力する。このとき、住所コード出力装置1は、登録中継装置2からこれらの情報の元となった郵便番号や住所文字列とともに取得した識別情報を併せて送信する。
Thereby, the address code output device 1
Upper address string: “Minato-ku, Tokyo”
Lower address string: “Higashi Shimbashi 1”
Attached information: "XY ZZ Building N Floor"
Address code: “13003052901”
Is obtained and output to the central database system 4. At this time, the address code output device 1 also transmits the identification information acquired from the registration relay device 2 together with the postal code and address character string that are the sources of the information.

中央データベースシステム4では、識別情報に関連づけられた住所情報を、住所コード出力装置1が出力するこれらの情報で上書きする。これにより、中央データベースシステム4は、例えばカスタマーバーコードなどを発行できるようになる。   In the central database system 4, the address information associated with the identification information is overwritten with these information output by the address code output device 1. As a result, the central database system 4 can issue a customer barcode, for example.

また、これまでの説明において、住所コード出力装置1の制御部11は、当初登録中継装置2から取得した住所文字列について正規化の処理を行ってから、上記の処理を行ってもよい。ここで正規化の処理は、例えば、「2丁目2番地20号」や「2の2の20」などとある「丁目」や「番地」、「の」、「ノ」など予め定められた文字をハイフンなど、第1、第2テーブルにおいて用いられている文字に変換するなどの処理である。また、建物の階を表す「F」を、第1、第2テーブルにおいて用いられている文字(例えば「階」)などに変換する。   In the description so far, the control unit 11 of the address code output device 1 may perform the above-described processing after performing the normalization processing on the address character string acquired from the initially registered relay device 2. Here, the normalization processing is, for example, “2-chome 2-address 20”, “2-2-2-20”, etc., such as “chome”, “address”, “no”, “no”, etc. Is converted to characters used in the first and second tables, such as a hyphen. Also, “F” representing the floor of the building is converted into a character (for example, “floor”) used in the first and second tables.

さらに制御部11は、処理S1で住所コードが得られない場合や、処理S14における検索の結果、一致するものが一つも見いだされない場合には住所文字列を、上位住所文字列と下位住所文字列を含む部分とに分割できない。そこでこの場合制御部11は、取得した住所文字列に誤りがあると判断して、エラーを報知してもよい。   Further, the control unit 11 converts the address character string into the upper address character string and the lower address character when the address code is not obtained in the process S1 or when no match is found as a result of the search in the process S14. Cannot be divided into parts containing columns. Therefore, in this case, the control unit 11 may determine that there is an error in the acquired address character string and notify the error.

さらに制御部11は、処理S24における検索の結果、一致するものが一つも見いだされない場合は、住所文字列部分(対象文字列部分)から下位住所文字列を抽出できない。そこでこの場合制御部11は、取得した住所文字列に誤りがあると判断して、エラーを報知してもよい。   Furthermore, if no matching item is found as a result of the search in step S24, the control unit 11 cannot extract the lower address character string from the address character string portion (target character string portion). Therefore, in this case, the control unit 11 may determine that there is an error in the acquired address character string and notify the error.

また、ここまでの説明では、住所コード出力装置1は、上位住所文字列、下位住所文字列、付帯情報、並びに住所コードの情報を取得すると、これらをそのまま中央データベースシステム4へ出力することとしているが、表示部14にこれら取得した情報を表示した後(図8)、操作者が操作部13を操作して、登録を指示してから、中央データベースシステム4へ出力することとしてもよい。   Further, in the description so far, when the address code output device 1 acquires the upper address character string, the lower address character string, the incidental information, and the address code information, these are output to the central database system 4 as they are. However, after displaying the acquired information on the display unit 14 (FIG. 8), the operator may operate the operation unit 13 to instruct registration, and then output the information to the central database system 4.

さらにエラーを報知する際にも、図8と同様の表示画面を表示し(図9)、この表示画面から、取得した郵便番号に対応する住所の照会を行わせるための操作ボタン(A)や、住所に含まれる合併情報を照会するための操作ボタン(B)を含んでもよい。これらの操作ボタンが押下(クリックなど)されたときには、住所コード出力装置1は、取得した郵便番号に対応する住所の一覧を郵便番号のデータベースから取得して表示し、あるいは、住所文字列の一部をキーとして検索した市町村の合併情報を、合併情報を記録したデータベースから取得して表示する。   Further, when an error is notified, a display screen similar to that shown in FIG. 8 is displayed (FIG. 9). From this display screen, an operation button (A) for inquiring an address corresponding to the acquired zip code is displayed. An operation button (B) for inquiring merger information included in the address may be included. When these operation buttons are pressed (clicked or the like), the address code output device 1 acquires and displays a list of addresses corresponding to the acquired zip codes from the zip code database, or displays one address string. The merger information of the municipalities searched using the department as a key is acquired from the database storing the merger information and displayed.

また、ここでは第2テーブルとして、住所コードの全体と、郵便番号と、下位住所文字列とを関連づけたものを用いたが、第2テーブルにおいては下位住所文字列ではなく、上位住所文字列と下位住所文字列とを含む文字列が記録されていてもよい。この場合、制御部11は、そのうち事前に取得した上位住所文字列を除く、下位住所文字列部分を処理S8(処理S24)での検索の対象とすればよい。   Here, as the second table, the entire address code, the postal code, and the lower address character string are associated with each other. However, in the second table, the upper address character string and not the lower address character string are used. A character string including a lower address character string may be recorded. In this case, the control part 11 should just make the low-order address character string part except the high-order address character string acquired beforehand the object of a search by process S8 (process S24).

さらに、郵便番号と住所コードとを関連づけるテーブルは第3テーブルとして別のテーブルであってもよい。この場合、第2テーブルにおいては郵便番号の情報は必ずしも必要でない。   Further, the table that associates the zip code and the address code may be another table as the third table. In this case, the postal code information is not necessarily required in the second table.

このように本実施の形態によると、住所文字列の情報が住所コードの各部分に対応して区切られていない場合であっても、現実的なデータベースを用いて住所コードを生成、出力できる。   As described above, according to the present embodiment, an address code can be generated and output using a realistic database even when the address character string information is not separated corresponding to each part of the address code.

本発明の実施の形態に係る住所コード出力装置を含むシステムを表す構成ブロック図である。It is a block diagram showing a system including an address code output device according to an embodiment of the present invention. 本発明の実施の形態に係る住所コード出力装置が保持するデータベースの第1のテーブルの内容例を表す説明図である。It is explanatory drawing showing the example of the content of the 1st table of the database which the address code output device which concerns on embodiment of this invention hold | maintains. 本発明の実施の形態に係る住所コード出力装置が保持するデータベースの第2のテーブルの内容例を表す説明図である。It is explanatory drawing showing the example of the content of the 2nd table of the database which the address code output device which concerns on embodiment of this invention hold | maintains. 本発明の実施の形態に係る住所コード出力装置に接続された中央データベースシステムが保持する住所データベースの例を表す説明図である。It is explanatory drawing showing the example of the address database which the central database system connected to the address code output device which concerns on embodiment of this invention hold | maintains. 本発明の実施の形態に係る住所コード出力装置の処理例を表すフローチャート図である。It is a flowchart figure showing the process example of the address code output device which concerns on embodiment of this invention. 本発明の実施の形態に係る住所コード出力装置における上位住所文字列を選択する処理の例を表すフローチャート図である。It is a flowchart figure showing the example of the process which selects the high-order address character string in the address code output device concerning an embodiment of the invention. 本発明の実施の形態に係る住所コード出力装置における下位住所文字列を選択する処理の例を表すフローチャート図である。It is a flowchart figure showing the example of the process which selects the low-order address character string in the address code output device which concerns on embodiment of this invention. 本発明の実施の形態に係る住所コード出力装置が出力する表示画面の例を表す説明図である。It is explanatory drawing showing the example of the display screen which the address code output device which concerns on embodiment of this invention outputs. 本発明の実施の形態に係る住所コード出力装置が出力する表示画面の別の例を表す説明図である。It is explanatory drawing showing another example of the display screen which the address code output device which concerns on embodiment of this invention outputs.

符号の説明Explanation of symbols

1 住所コード出力装置、2 登録中継装置、3 登録端末、4 中央データベースシステム、11 制御部、12 記憶部、13 操作部、14 表示部、15 通信部、41 登録サーバ、42 住所データベース。 DESCRIPTION OF SYMBOLS 1 Address code output device, 2 Registration relay apparatus, 3 Registration terminal, 4 Central database system, 11 Control part, 12 Storage part, 13 Operation part, 14 Display part, 15 Communication part, 41 Registration server, 42 Address database.

Claims (8)

処理対象となる郵便番号及び住所文字列を取得する取得手段と、
前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、
前記分割により得られた下位住所文字列を用いて、住所コードを出力する出力手段と、
を含むことを特徴とする住所コード出力装置。
An acquisition means for acquiring a postal code and address character string to be processed;
Using the acquired zip code, a dividing unit that divides the acquired address character string into a portion including an upper address character string and a lower address character string;
Using the lower address character string obtained by the division, output means for outputting an address code;
An address code output device comprising:
請求項1記載の住所コード出力装置であって、
前記分割手段は、前記取得した郵便番号に関連する住所コードの一部を取得し、当該取得した住所コードの一部により特定される住所文字列の一部を上位住所文字列として決定するとともに、前記取得した住所文字列から、上位住所文字列を除いて残る住所文字列部分を取り出し、
前記出力手段は、住所コードの一部と、下位住所文字列と、住所コードの全体とを関連づけた住所コードテーブルを参照して、前記取り出した住所文字列部分の一部と、前記取得した住所コードの一部とから、住所コードの全体を検索し、当該検索の結果を出力する
ことを特徴とする住所コード出力装置。
The address code output device according to claim 1,
The dividing unit obtains a part of an address code related to the obtained zip code, determines a part of an address character string specified by a part of the obtained address code as an upper address character string, From the acquired address string, take out the remaining address string portion excluding the upper address string,
The output means refers to an address code table in which a part of an address code, a subordinate address character string, and an entire address code are associated, and a part of the extracted address character string part and the acquired address An address code output device that searches the entire address code from a part of the code and outputs a result of the search.
請求項2記載の住所コード出力装置であって、
前記住所コードテーブルは、郵便番号と、前記住所コードの一部と、下位住所文字列と、住所コードの全体とを関連づけて保持しており、
前記分割手段は住所コードテーブルを参照して、前記取得した郵便番号をキーとして、前記住所コードの一部を取得することを特徴とする住所コード出力装置。
The address code output device according to claim 2,
The address code table holds a postal code, a part of the address code, a subordinate address character string, and the entire address code in association with each other,
The address code output device according to claim 1, wherein the dividing means acquires a part of the address code with reference to the address code table using the acquired zip code as a key.
請求項2または3記載の住所コード出力装置であって、
前記分割手段は、さらに前記住所コードテーブルを参照して、前記取り出した住所文字列部分から下位住所文字列を抽出し、前記取り出した住所文字列部分から前記抽出した下位住所文字列を除去して付帯情報を取り出し、
前記出力手段は、住所コードとともに、上位住所文字列と、下位住所文字列と、付帯情報とを出力することを特徴とする住所コード出力装置。
The address code output device according to claim 2 or 3,
The dividing means further refers to the address code table, extracts a lower address character string from the extracted address character string portion, and removes the extracted lower address character string from the extracted address character string portion. Take out the incidental information,
The output means outputs an upper address character string, a lower address character string, and accompanying information together with an address code.
請求項1から4のいずれか一項に記載の住所コード出力装置であって、
前記分割手段が、住所文字列を、上位住所文字列と下位住所文字列を含む部分とに分割できない場合に、エラーを報知するエラー報知手段をさらに含むことを特徴とする住所コード出力装置。
The address code output device according to any one of claims 1 to 4,
An address code output device characterized by further comprising an error notifying means for notifying an error when the dividing means cannot divide the address character string into a portion including the upper address character string and the lower address character string.
請求項4に記載の住所コード出力装置であって、
前記分割手段が、前記取り出した住所文字列部分から下位住所文字列を抽出できない場合に、エラーを報知するエラー報知手段をさらに含むことを特徴とする住所コード出力装置。
The address code output device according to claim 4,
An address code output device characterized by further comprising an error notifying means for notifying an error when the dividing means cannot extract a lower address character string from the taken out address character string portion.
公的書類から読み取って得た住所文字列を受け取って保持し、当該保持した情報を登録先データベースへ登録する処理を実行する中継装置に接続され、
前記中継装置から住所文字列を取得するとともに、当該住所文字列に基づいて生成される郵便番号を取得する取得手段と、
前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、
前記分割により得られた下位住所文字列を用いて、住所コードを決定し、当該決定した住所コードを、前記登録先データベースに出力して、登録先データベースの内容を更新させる出力手段と、
を含むことを特徴とする住所コード出力装置。
Received and held the address string obtained by reading from the official document, connected to a relay device that executes processing for registering the held information in the registration destination database,
An acquisition means for acquiring an address character string from the relay device and acquiring a postal code generated based on the address character string;
Using the acquired zip code, a dividing unit that divides the acquired address character string into a portion including an upper address character string and a lower address character string;
An output means for determining an address code using the lower address character string obtained by the division, outputting the determined address code to the registration destination database, and updating the contents of the registration destination database;
An address code output device comprising:
コンピュータを、
処理対象となる郵便番号及び住所文字列を取得する取得手段と、
前記取得した郵便番号を用いて、前記取得した住所文字列を上位住所文字列と下位住所文字列を含む部分とに分割する分割手段と、
前記分割により得られた下位住所文字列を用いて、住所コードを出力する出力手段と、
として機能させることを特徴とするプログラム。
Computer
An acquisition means for acquiring a postal code and address character string to be processed;
Using the acquired zip code, a dividing unit that divides the acquired address character string into a portion including an upper address character string and a lower address character string;
Using the lower address character string obtained by the division, output means for outputting an address code;
A program characterized by functioning as
JP2008050214A 2008-02-29 2008-02-29 Address code output apparatus and program Pending JP2009205647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008050214A JP2009205647A (en) 2008-02-29 2008-02-29 Address code output apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008050214A JP2009205647A (en) 2008-02-29 2008-02-29 Address code output apparatus and program

Publications (1)

Publication Number Publication Date
JP2009205647A true JP2009205647A (en) 2009-09-10

Family

ID=41147794

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008050214A Pending JP2009205647A (en) 2008-02-29 2008-02-29 Address code output apparatus and program

Country Status (1)

Country Link
JP (1) JP2009205647A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013235486A (en) * 2012-05-10 2013-11-21 Toshiba Corp Address retrieval device, address retrieval method and address retrieval program
JP5467171B1 (en) * 2013-09-13 2014-04-09 高部 英明 Address code management device and address code management system
JP2014191778A (en) * 2013-03-28 2014-10-06 Fujitsu Ltd Document preparation support device, document preparation support program, and document preparation support method
CN105069056A (en) * 2015-07-24 2015-11-18 湖北文理学院 Character string matching based method and system for analyzing address information of identification card

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013235486A (en) * 2012-05-10 2013-11-21 Toshiba Corp Address retrieval device, address retrieval method and address retrieval program
JP2014191778A (en) * 2013-03-28 2014-10-06 Fujitsu Ltd Document preparation support device, document preparation support program, and document preparation support method
JP5467171B1 (en) * 2013-09-13 2014-04-09 高部 英明 Address code management device and address code management system
CN105069056A (en) * 2015-07-24 2015-11-18 湖北文理学院 Character string matching based method and system for analyzing address information of identification card
CN105069056B (en) * 2015-07-24 2018-02-06 湖北文理学院 Identity certificate address information analytic method and system based on string matching

Similar Documents

Publication Publication Date Title
US9645979B2 (en) Device, method and program for generating accurate corpus data for presentation target for searching
JP2002099561A (en) Method and system for data conversion, and storage medium
JP2009205647A (en) Address code output apparatus and program
CN110825805A (en) Data visualization method and device
JP2016192120A (en) Shipping work support method, shipping work support system and shipping work support program
JP2007128123A (en) Influential range extraction system
JP2015176241A (en) Database management device and address recognition device
JP2008305105A (en) Document data processor
JP4618544B2 (en) Navigation device and storage medium
CN105374379B (en) Audio device
JP6162061B2 (en) Courier reception device, product information processing device, and program
US20020133372A1 (en) Method for ascertaining valid address codes
JP2007080137A (en) Address data matching method and device
CN111222352A (en) Form input method and device, equipment and storage medium thereof
JP2009122886A (en) Address analysis device and method, and its program
JP3865855B2 (en) Address location device
JP5533576B2 (en) Information creating apparatus, information creating method and program
JP2010134766A (en) Document data processing apparatus and program thereof
KR20120019706A (en) System for recognizing adress of mailings
KR101287158B1 (en) Purchase request book marc data implementation method
JPH06332900A (en) Station name retrieving method
JP2005309676A5 (en)
JP4260379B2 (en) Document reuse program and recording medium
JP2005050226A (en) Address data matching system and matching method
JP2016189146A (en) Character recognition apparatus, classifying apparatus, and character recognition method