[go: up one dir, main page]

KR101105947B1 - Product information registration method and system that automatically matches product model - Google Patents

Product information registration method and system that automatically matches product model Download PDF

Info

Publication number
KR101105947B1
KR101105947B1 KR1020050047788A KR20050047788A KR101105947B1 KR 101105947 B1 KR101105947 B1 KR 101105947B1 KR 1020050047788 A KR1020050047788 A KR 1020050047788A KR 20050047788 A KR20050047788 A KR 20050047788A KR 101105947 B1 KR101105947 B1 KR 101105947B1
Authority
KR
South Korea
Prior art keywords
product
search result
product information
shopping mall
database
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 - Lifetime
Application number
KR1020050047788A
Other languages
Korean (ko)
Other versions
KR20060126119A (en
Inventor
이향철
문준혁
박범주
최병훈
Original Assignee
엔에이치엔비즈니스플랫폼 주식회사
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 엔에이치엔비즈니스플랫폼 주식회사 filed Critical 엔에이치엔비즈니스플랫폼 주식회사
Priority to KR1020050047788A priority Critical patent/KR101105947B1/en
Publication of KR20060126119A publication Critical patent/KR20060126119A/en
Application granted granted Critical
Publication of KR101105947B1 publication Critical patent/KR101105947B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/08Auctions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0282Rating or review of business operators or products

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Databases & Information Systems (AREA)
  • Game Theory and Decision Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

본 발명은 상품 등록자가 쇼핑몰 서버에 상품을 등록하는 경우, 자동 상품모델 추천 로직에 따라 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상기 상품 등록자에게 제시하고, 상기 상품 등록자로부터 선택된 상품모델 식별자를 소정의 매칭 테이블에 저장한 후, 차후 상기 쇼핑몰 서버로부터 상품 정보를 로딩할 시에 상기 매칭 테이블을 참조하여 상기 상품 정보의 해당 상품모델을 자동으로 매칭시킴으로써 상품 정보를 쇼핑몰 중개 서버에 자동으로 등록할 수 있는 방법 및 그 시스템에 관한 것이다. 본 발명에 따른 상품 정보 등록 방법은 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스를 유지하는 단계, 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신하는 단계, 상기 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성하는 단계, 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성하는 단계, 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하 고, 제3 검색 결과를 생성하는 단계, 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시하고, 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하는 단계, 및 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 단계를 포함하는 것을 특징으로 한다.According to the present invention, when a product registrant registers a product in a shopping mall server, a product model identifier used in the shopping mall mediation server is automatically recommended and presented to the product registrant according to the automatic product model recommendation logic, and the product model selected from the product registrant. After storing the identifier in a predetermined matching table, the product information is automatically matched to the shopping mall mediation server by automatically matching the corresponding product model of the product information with reference to the matching table when loading product information from the shopping mall server later. It relates to a method and a system that can be registered. In accordance with an aspect of the present invention, there is provided a method for registering product information, the method including maintaining a database including a product model identifier used in a predetermined shopping mall mediation server, receiving a product identifier or a product name of product information registered in a predetermined shopping mall server, Searching the database using a first query word from which a space or a special character is removed from the query, generating a first search result, and when the number of the first search result is less than a predetermined reference value, Dividing the word into a word, searching the database using a word including at least one number as a first letter and a last letter of the plurality of words and including at least one number, and generating a second search result; The sum of the number of the first search results and the number of the second search results is equal to the pre-set. If the value is less than the threshold, the second query is separated into a space or a special character to generate a plurality of tokens, the third query is searched using the third query that connects the tokens to the space, and a third search result is generated. And presenting a list of recommended product model identifiers including at least one of the first search result, the second search result, and the third search result to a product registrant, and recommending one of the lists from the product registrant. Receiving a selection for a model identifier, and registering the product information in the shopping mall relay server in association with the selected recommended product model identifier.

상품 정보, 상품모델 자동 추천, 쇼핑몰 중개, 데이터베이스 검색 Product information, product model automatic recommendation, shopping mall brokerage, database search

Description

상품모델을 자동으로 매칭시키는 상품 정보 등록 방법 및 시스템{COMMODITY INFORMATION REGISTERING METHOD AND SYSTEM WHICH AUTOMATICALLY MATCHES COMMODITY MODEL WITH THE COMMODITY INFORMATION}TECHNICAL INFORMATION REGISTERING METHOD AND SYSTEM WHICH AUTOMATICALLY MATCHES COMMODITY MODEL WITH THE COMMODITY INFORMATION}

도 1은 본 발명의 일실시예에 있어서, 쇼핑몰 중개 서버, 쇼핑몰 서버 및 상품 등록자의 네트워크 연결 관계를 개략적으로 도시한 도면이다.1 is a diagram schematically illustrating a network connection relationship between a shopping mall mediation server, a shopping mall server, and a product registrant according to an embodiment of the present invention.

도 2는 본 발명의 일실시예에 따른 상품 정보 등록 방법의 과정을 도시한 흐름도이다.2 is a flowchart illustrating a process of a product information registration method according to an embodiment of the present invention.

도 3은 본 발명의 일실시예에 있어서, 데이터베이스의 일례를 도시한 도면이다.3 is a view showing an example of a database in an embodiment of the present invention.

도 4는 본 발명의 일실시예에 있어서, 쇼핑몰 서버에 상품 정보를 등록하는 상품 등록자에게 제시될 수 있는 사용자 인터페이스의 일례를 도시한 도면이다.4 is a diagram illustrating an example of a user interface that may be presented to a product registrant registering product information in a shopping mall server according to one embodiment of the present invention.

도 5는 본 발명의 일실시예에 있어서, 쇼핑몰 서버의 상품등록툴에 삽입된 자동 상품모델 추천 로직이 실행되어 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상품 등록자에게 제시하는 모습의 일례를 도시한 도면이다.FIG. 5 illustrates an automatic product model recommendation logic inserted in a product registration tool of a shopping mall server to automatically recommend a product model identifier used in a shopping mall mediation server to present to a product registrant. It is a figure which shows an example.

도 6은 본 발명의 일실시예에 있어서, 데이터베이스 검색 과정을 도시한 흐름도이다.6 is a flowchart illustrating a database search process according to an embodiment of the present invention.

도 7은 본 발명에 따른 상품 정보 등록 방법을 수행하여 출력될 수 있는 검색 결과 화면의 일례를 도시한 도면이다.7 is a diagram illustrating an example of a search result screen that may be output by performing the product information registration method according to the present invention.

도 8은 본 발명에 따른 상품 정보 등록 방법을 수행하여 출력될 수 있는 검색 결과 화면의 다른 예를 도시한 도면이다.8 is a diagram illustrating another example of a search result screen that may be output by performing the product information registration method according to the present invention.

도 9는 본 발명의 일실시예에 있어서, 매칭 테이블의 일례를 도시한 도면이다.9 is a diagram illustrating an example of a matching table in one embodiment of the present invention.

도 10은 본 발명의 일실시예에 따른 상품 정보 등록 시스템의 구성을 도시한 블록도이다.10 is a block diagram showing the configuration of a product information registration system according to an embodiment of the present invention.

도 11은 본 발명의 다른 실시예에 따른 상품 정보 등록 방법의 과정을 도시한 흐름도이다.11 is a flowchart illustrating a process of a product information registration method according to another embodiment of the present invention.

도 12는 본 발명의 다른 실시예에 따른 상품 정보 등록 시스템의 구성을 도시한 블록도이다.12 is a block diagram showing the configuration of a product information registration system according to another embodiment of the present invention.

도 13은 본 발명에 따른 상품 정보 등록 방법을 수행하는 데 채용될 수 있는 범용 컴퓨터 장치의 내부 블록도이다.13 is an internal block diagram of a general-purpose computer device that can be employed to perform the product information registration method according to the present invention.

<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>

1000: 상품 정보 등록 시스템1000: product information registration system

1001: 데이터베이스 1002: 제1 수신부1001: Database 1002: First Receiver

1003: 검색부 1005: 제시부 1003: search unit 1005: presentation unit

1006: 제2 수신부 1007: 저장부 1006: second receiving unit 1007: storing unit

1008: 등록부 1011: 로딩부 1008: register 1011: loading unit

1012: 식별부 1013: 매칭부1012: identification unit 1013: matching unit

본 발명은 상품 등록자가 쇼핑몰 서버에 상품을 등록하는 경우, 자동 상품모델 추천 로직에 따라 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상기 상품 등록자에게 제시하고, 상기 상품 등록자로부터 선택된 상품모델 식별자를 소정의 매칭 테이블에 저장한 후, 차후 상기 쇼핑몰 서버로부터 상품 정보를 로딩할 시에 상기 매칭 테이블을 참조하여 상기 상품 정보의 해당 상품모델을 자동으로 매칭시킴으로써 상품 정보를 쇼핑몰 중개 서버에 자동으로 등록할 수 있는 방법 및 그 시스템에 관한 것이다.According to the present invention, when a product registrant registers a product in a shopping mall server, a product model identifier used in the shopping mall mediation server is automatically recommended and presented to the product registrant according to the automatic product model recommendation logic, and the product model selected from the product registrant. After storing the identifier in a predetermined matching table, the product information is automatically matched to the shopping mall mediation server by automatically matching the corresponding product model of the product information with reference to the matching table when loading product information from the shopping mall server later. It relates to a method and a system that can be registered.

일반적으로 쇼핑몰 중개 서비스란 서비스 운영 회사와의 계약을 통해 소정의 중개 웹사이트에 입점한 쇼핑몰들을 상품 구매자에게 중개하는 서비스를 의미하는 것으로서, 이들 입점 쇼핑몰들이 판매하고 있는 상품을 카테고리별로 분류하여 소개하거나 동일 상품에 대한 각 입점 쇼핑몰별 가격을 비교하여 제시하는 등의 다양한 정보를 상품 구매자에게 제공하고 있다.In general, a shopping mall brokerage service refers to a service for brokering shopping malls entered into a predetermined brokerage website to a product buyer through a contract with a service operating company. The shopping malls are classified into categories and introduced or Various information such as comparing and presenting prices of each shopping mall for the same product is provided to the buyer of the product.

이와 같은 쇼핑몰 중개 서비스는 입점 쇼핑몰들의 상품을 상품 구매자에게 다양한 방식으로 소개하고 상품 구매자가 특정 입점 쇼핑몰이 판매하고 있는 특정 상품을 선택한 경우, 상기 선택된 입점 쇼핑몰로 상기 상품 구매자를 중개하여 상품의 실질적인 판매는 제휴 쇼핑몰에서 이루어지도록 하고 있다.The shopping mall brokerage service introduces products of the shopping malls to the product buyers in various ways, and when the product buyer selects a specific product sold by the specific shopping mall, the product buyer is mediated to the selected shopping mall to actually sell the product. Is done in affiliate shopping malls.

이러한 쇼핑몰 중개 서비스를 위해서는 각 입점 쇼핑몰에 등록된 상품 정보가 쇼핑몰 중개 서버에 등록되어야 하는데, 종래에는 이러한 상품 등록 절차로 (1) 상품 등록자가 입점 쇼핑몰 서버에 판매하고자 하는 상품의 상품 정보를 등록하는 과정, (2) 입점 쇼핑몰 서버에서 쇼핑몰 중개 서버로 등록된 상품 정보를 전송하는 과정, (3) 쇼핑몰 중개 서버를 관리하는 담당 부서에서 수작업을 통해 상기 입점 쇼핑몰 서버로부터 전송된 상품 정보의 상품모델 식별자와 해당 카테고리를 일일이 매칭하여 정리하는 과정, (4) 정리된 상품 정보를 쇼핑몰 중개 서버에 등록하는 과정이 반드시 수행되어야 했다.For such a shopping mall brokerage service, product information registered in each shopping mall must be registered in the shopping mall mediation server. In the related art, the product registration procedure (1) a product registrant registers product information of a product to be sold to the shopping mall server. Process, (2) transmitting the product information registered from the entry shopping mall server to the shopping mall mediation server, (3) the product model identifier of the product information transmitted from the entry shopping mall server through the manual department in charge of managing the shopping mall mediation server And the process of matching and categorizing each category, and (4) the process of registering the organized product information in the shopping mall brokerage server must be performed.

그 결과, 종래의 상품 등록 절차에서는 상품 등록/매칭 작업에 과다한 시간이 소요되고, 처리되지 못한 상품 정보의 비율이 등록된 상품 정보의 비율을 넘어서는 등의 작업 리소스의 한계가 드러나기 시작했다.As a result, in the conventional product registration procedure, excessive time is required for product registration / matching operations, and the limitations of work resources such as the ratio of unprocessed product information exceed the ratio of registered product information began to be revealed.

더욱이, 마켓플레이스 영역의 확대로 상품의 계속적인 증가가 예상되는 상황에서 이러한 종래의 상품 등록 절차를 따를 경우 작업 리소스의 한계는 더욱 분명해질 것으로 예상되고 있다.In addition, when the marketplace area is expected to continue to increase in the number of products, it is expected that the limitation of the work resource will be clearer if the conventional product registration procedure is followed.

또한, 일반적으로 데이터베이스 검색 시스템은 사용자 내지 타 시스템으로부터 입력된 상품명을 정확히 포함하고 있는 검색 결과만을 출력할 수 있을 뿐, 상품명을 다양한 검색 로직에 따라 복수의 단계를 통해 처리하여 상품명에 매칭될 가능성이 높은 소정 개수의 검색 결과를 출력할 수는 없었다. Also, in general, the database search system can only output search results that accurately include a brand name input from a user or another system, and it is possible to process the brand name through a plurality of steps according to various search logic and match the product name. It was not possible to output a high predetermined number of search results.

그런데, 종래의 쇼핑몰 중개 서버는 상기와 같은 일반적인 데이터베이스 검색 시스템을 갖추고 있는바, (1) 상품 등록자가 입점 쇼핑몰 서버를 통해 등록한 상품명이 부정확하거나 그 모델명 필드가 비어있는 경우 매칭되는 상품모델을 검색해내는 것이 불가능하고, (2) 상품모델에 등록된 키워드를 검색하지 않으므로 상품명이 특정 키워드로 등록된 경우 매칭되는 상품모델을 검색하는 것이 불가능하며, (3) 검색 엔진에 따른 검색이 아니므로 한글 상품명을 이용하여 검색하는 것이 용이치 않으며, (4) 상품 등록자가 입점 쇼핑몰 서버를 통해 등록한 상품명에 오탈자가 있는 경우 매칭되는 상품모델을 검색해내는 것이 불가능한 문제점이 있었다.However, a conventional shopping mall brokering server has a general database search system as described above. (1) When a product registrant registers a product registered by an entry shopping mall server is incorrect or the model name field is empty, a matching product model is searched. It is not possible, and (2) it does not search for keywords registered in the product model, so if a product name is registered as a specific keyword, it is impossible to search for a matching product model, and (3) it is not a search based on a search engine. It is not easy to search by using, and (4) there is a problem that it is impossible to search for a matching product model if there is a typo in the product name registered by the product registrant shopping mall server.

본 발명은 상술한 바와 같은 종래기술의 문제점을 해결하기 위해 안출된 것으로서, 자동 상품모델 추천 로직에 따라 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상품 등록자에게 제시하고, 상기 상품 등록자로부터 선택된 상품모델 식별자를 상기 상품 정보의 해당 상품모델을 자동으로 매칭시킴으로써 상품 정보를 쇼핑몰 중개 서버에 자동으로 등록할 수 있는 방법 및 그 시스템을 제공하는 것을 그 목적으로 한다.The present invention has been made to solve the problems of the prior art as described above, according to the automatic product model recommendation logic automatically presents a product model identifier used in the shopping mall brokerage server to present to the product registrant, from the product registrant It is an object of the present invention to provide a method and system for automatically registering product information in a shopping mall relay server by automatically matching a selected product model identifier with a corresponding product model of the product information.

본 발명은 상품명을 정확히 포함하고 있는 검색 결과만 제공하는 종래의 데이터베이스 검색 방법으로부터 탈피하고, 상품명을 다양한 검색 로직에 따라 복수의 단계를 통해 처리하여 상품명에 매칭될 가능성이 높은 소정 개수의 검색 결과를 출력할 수 있는 상품 정보 등록 방법 및 시스템을 제공하는 것을 그 목적으로 한다.The present invention deviates from the conventional database search method that provides only search results that include exactly the brand name, and processes the brand name through a plurality of steps according to various search logics to obtain a predetermined number of search results that are likely to match the brand name. An object thereof is to provide a method and system for registering product information that can be output.

본 발명에 따른 상품 정보 등록 방법 및 시스템은 쇼핑몰 중개 서버에 상품 정보를 등록함에 있어서 상품 등록/매칭 작업의 자동화를 실현하여 관련 작업 리소 스를 획기적으로 감소시키는 것을 그 목적으로 한다.The method and system for registering product information according to the present invention aims to drastically reduce related work resources by realizing automation of product registration / matching operations in registering product information in a shopping mall mediation server.

본 발명에 따른 상품 정보 등록 방법 및 시스템은 상품 등록자가 쇼핑몰 서버에 입력한 상품명을 정확하게 분석하여 적절한 키워드를 추출하고, 추출된 키워드를 통해 해당 상품에 맞는 상품모델 식별자 및 카테고리를 자동으로 추천함으로써, 상품 등록자의 쇼핑몰 서버에의 상품 등록 과정에서 상품 등록/매칭 작업이 사전에 수행되고, 차후 쇼핑몰 중개 서버에의 상품 등록 시에는 상품 등록/매칭을 위한 별도의 수작업이 불필요하도록 하는 것을 그 목적으로 한다.Product information registration method and system according to the present invention by extracting the appropriate keyword by accurately analyzing the product name entered by the product registrant in the shopping mall server, by automatically recommending the product model identifier and category for the product through the extracted keyword, The purpose of the product registration / matching operation is performed in advance in the product registration process of the product registrant to the shopping mall server, and a separate manual operation for product registration / matching is unnecessary when the product registration is subsequently registered to the shopping mall mediation server. .

본 발명에 따른 상품 정보 등록 방법 및 시스템은 각 상품의 특성에 따라 서로 다른 검색 로직을 적용함으로써, 해당 질의어에 매칭될 확률이 높은 상품모델을 보다 효율적으로 검색해내는 것을 그 목적으로 한다.The object and method for registering product information according to the present invention is to more efficiently search for a product model having a high probability of matching a query by applying different search logics according to the characteristics of each product.

상기의 목적을 달성하고, 상술한 종래기술의 문제점을 해결하기 위하여, 본 발명의 일실시예에 따른 상품 정보 등록 방법은 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스를 유지하는 단계, 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신하는 단계, 상기 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성하는 단계, 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색 하고, 제2 검색 결과를 생성하는 단계, 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성하는 단계, 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시하고, 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하는 단계, 및 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 단계를 포함하는 것을 특징으로 한다.In order to achieve the above object and solve the above-mentioned problems of the prior art, the product information registration method according to an embodiment of the present invention comprises the steps of maintaining a database containing a product model identifier used in a predetermined shopping mall mediation server Receiving a product identifier or a product name of product information registered in a predetermined shopping mall server, searching the database using a first query word from which a space or a special character is removed from the product name, and generating a first search result; When the number of the first search results is less than a predetermined reference value, the brand name is divided into a plurality of words according to a space, and the first letter and the last letter of the plurality of words are alphabets or numbers, and include at least one number. Search the database using a word as a second query and return a second search result. And generating a plurality of tokens by separating the second query word into a space or a special character when the sum of the number of the first search result and the number of the second search result is less than the reference value. Searching for the database by using a third query word connected to and generating a third search result, the recommended product model including at least one of the first search result, the second search result, and the third search result Presenting a list of identifiers to a product registrant, receiving a selection of a recommendation product model identifier of the list from the product registrant, and associating the product information with the selected recommendation product model identifier; It characterized in that it comprises a step of registering in.

본 발명의 일측에 따르면, 상기 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장하는 단계를 더 포함하고, 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 상기 단계는, 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하는 단계, 상기 매칭 테이블에서 상기 상품 정보의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별하는 단계, 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록하는 단계를 포함하는 것을 특징으로 하는 상품 정보 등록 방법이 제공된다.According to an aspect of the present invention, the method further comprises storing the product identifier in a predetermined matching table in correspondence with the selected recommendation product model identifier, wherein the product information is associated with the selected recommendation product model identifier in the shopping mall relay server. The registering may include: loading the product information from the shopping mall server, identifying a recommendation product model identifier corresponding to the product identifier of the product information in the matching table, and identifying the product information. There is provided a product information registration method comprising the step of automatically matching with the recommended product model identifier registered in the shopping mall mediation server.

한편, 본 발명의 또 다른 실시예에 따른 상품 정보 등록 시스템은 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스, 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신하는 제1 수신부, 상기 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성하는 제1 검색부, 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성하는 제2 검색부, 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성하는 제3 검색부, 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시하는 제시부, 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하는 제2 수신부, 및 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 등록부를 포함하는 것을 특징으로 한다.On the other hand, the product information registration system according to another embodiment of the present invention is a database containing a product model identifier used in a predetermined shopping mall mediation server, a product identifier or product name of the product information registered in the predetermined shopping mall server 1 A search unit, a first search unit for searching the database using a first query that removes spaces or special characters from the product name, and generates a first search result, when the number of the first search result is less than a predetermined reference value, Divide the product name into a plurality of words according to a space, search the database using a second query as a word including at least one number of which the first and last letters are alphabets or numbers, A second search unit generating a search result, the number of the first search result and the second search; When the sum of the number of results is less than the reference value, the second query is separated into spaces or special characters to generate a plurality of tokens, and the database is searched using a third query that connects the tokens to spaces. A third search unit generating a search result, a presentation unit presenting a list of recommended product model identifiers including at least one of the first search result, the second search result, and the third search result to a product registrant; And a second receiver configured to receive a selection of a recommendation product model identifier of the list from a registrant, and a register that registers the product information in the shopping mall relay server in association with the selected recommendation product model identifier. do.

이하 첨부된 도면을 참조하여 본 발명에 따른 상품 정보 등록 방법 및 시스템에 대하여 자세히 설명한다.Hereinafter, a method and a system for registering product information according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일실시예에 있어서, 쇼핑몰 중개 서버(100), 쇼핑몰 서버(110) 및 상품 등록자(120)의 네트워크 연결 관계를 개략적으로 도시한 도면이다. 1 is a diagram schematically illustrating a network connection relationship between a shopping mall mediation server 100, a shopping mall server 110, and a product registrant 120 according to an embodiment of the present invention.

본 발명의 일실시예에 따른 상품 정보 등록 방법은 소정의 상품 정보 등록 시스템에 의해 수행될 수 있다. 상기 상품 정보 등록 시스템은 쇼핑몰 중개 서버(100) 및 쇼핑몰 서버(110) 상에서 동작하거나, 쇼핑몰 중개 서버(100) 및 쇼핑몰 서버(110) 중 어느 하나 상에서 동작하면서 나머지 하나의 서버와 연동하여 동작할 수 있다. 또한, 도 1에 도시하지는 않았지만 상기 상품 정보 등록 시스템은 쇼핑몰 중개 서버(100) 및 쇼핑몰 서버(110)와는 별도로 존재하면서 쇼핑몰 중개 서버(100) 및 쇼핑몰 서버(110)와 상호 연동하여 동작하는 것도 가능하다.Product information registration method according to an embodiment of the present invention can be performed by a predetermined product information registration system. The product information registration system may operate on the shopping mall mediation server 100 and the shopping mall server 110, or operate in conjunction with the other server while operating on one of the shopping mall mediation server 100 and the shopping mall server 110. have. In addition, although not shown in FIG. 1, the product information registration system may exist separately from the shopping mall mediation server 100 and the shopping mall server 110, and may operate in cooperation with the shopping mall mediation server 100 and the shopping mall server 110. Do.

상기 상품 정보 등록 시스템은 소정의 쇼핑몰 중개 서버(100)에서 사용되는 상품모델 식별자를 포함하는 데이터베이스를 유지하고, 소정의 쇼핑몰 서버(110)에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신한다. 또한, 상기 상품 정보 등록 시스템은 상기 상품명으로부터 질의어를 추출하고, 상기 질의어를 이용하고 소정의 자동 상품모델 추천 로직을 실행하여 상기 데이터베이스에서 상기 상품 식별자에 대응하는 하나 이상의 추천 상품모델 식별자를 검색한다. 그 후, 상기 상품 정보 등록 시스템은 상기 하나 이상의 추천 상품모델 식별자의 리스트를 포함하는 검색 결과를 상품 등록자(120)에게 제시하고, 상품 등록자(120)로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하면, 상기 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장한다.The product information registration system maintains a database including a product model identifier used in a predetermined shopping mall mediation server 100 and receives a product identifier or a product name of product information registered in the predetermined shopping mall server 110. In addition, the product information registration system extracts a query from the product name, uses the query and executes a predetermined automatic product model recommendation logic to retrieve one or more recommended product model identifiers corresponding to the product identifiers from the database. Thereafter, the product information registration system presents a search result including a list of the one or more recommended product model identifiers to the product registrant 120, and from the product registrant 120 to one of the recommended product model identifiers in the list. When receiving the selection, the product identifier is stored in a predetermined matching table in correspondence with the selected recommended product model identifier.

상기의 과정을 거친 후, 상기 상품 정보 등록 시스템은 차후 쇼핑몰 서버(110)로부터 상기 상품 정보를 로딩할 시에, 상기 매칭 테이블에서 상기 상품 정보 의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별하여, 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시켜 쇼핑몰 중개 서버(100)에 등록하는 단계를 수행한다.After the above process, the product information registration system in the future when loading the product information from the shopping mall server 110, by identifying the recommended product model identifier corresponding to the product identifier of the product information in the matching table, The product information is automatically matched with the identified recommended product model identifier and registered in the shopping mall mediation server 100.

도 2는 본 발명의 일실시예에 따른 상품 정보 등록 방법의 과정을 도시한 흐름도이다.2 is a flowchart illustrating a process of a product information registration method according to an embodiment of the present invention.

본 실시예에 따른 상품 정보 등록 방법은 소정의 상품 정보 등록 시스템에 의해 수행될 수 있으며, 앞서 설명한 것과 마찬가지로 상기 상품 정보 등록 시스템은 쇼핑몰 중개 서버 및 쇼핑몰 서버상에서, 또는 이들과 연동하여 동작할 수 있다.The product information registration method according to the present embodiment may be performed by a predetermined product information registration system, and as described above, the product information registration system may operate on the shopping mall brokerage server and the shopping mall server, or in conjunction with these. .

단계(S201)에서 상기 상품 정보 등록 시스템은 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스를 유지한다. In step S201, the product information registration system maintains a database containing a product model identifier used in a predetermined shopping mall mediation server.

도 3은 상기 데이터베이스의 일례를 도시한 도면이다.3 is a diagram illustrating an example of the database.

도 3에 도시된 것과 같이, 상기 데이터베이스는 상기 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자(301)와, 각 상품모델 식별자(301) 별로 해당 카테고리 식별자(302)와 검색 필드(303)를 포함할 수 있다.As shown in FIG. 3, the database may include a product model identifier 301 used in the shopping mall mediation server, a corresponding category identifier 302 and a search field 303 for each product model identifier 301. have.

상품모델 식별자(301)는 상기 쇼핑몰 중개 서버에서 각 상품모델을 식별하기 위해 사용되는 식별자(ID)이고, 카테고리 식별자(302)는 상기 쇼핑몰 중개 서버에서 일정 기준에 따라 분류한 각 상품모델의 소속 카테고리를 식별하기 위해 사용되는 식별자이며, 검색 필드(303)는 질의어를 이용하여 추천 상품모델 식별자를 검색할 시에 검색 대상이 되는 필드로서 브랜드명, 모델명, 아이템명, 키워드 등의 각 상품모델과 관련된 각종 정보를 포함할 수 있다.The product model identifier 301 is an identifier (ID) used to identify each product model in the shopping mall mediation server, and the category identifier 302 is a category belonging to each product model classified according to a predetermined criterion in the shopping mall mediation server. The search field 303 is a field to be searched when a recommended product model identifier is searched using a query and is associated with each product model such as a brand name, a model name, an item name, a keyword, and the like. It can contain a variety of information.

도 3에서는 카테고리 식별자(302)가 검색 필드(303)와는 별도의 데이터 필드로 상기 데이터베이스에 기록되어 있는 경우를 도시한 것이나, 이는 어디까지나 하나의 실시예에 불과하며, 카테고리 식별자(302)는 별도의 데이터 필드가 아닌 검색 필드(303) 내에 포함되어 기록되어 있을 수도 있다.3 illustrates a case in which the category identifier 302 is recorded in the database as a data field separate from the search field 303. However, this is merely an example, and the category identifier 302 is separate. It may be included in the search field 303 and not recorded in the data field.

단계(S202)에서 상기 상품 정보 등록 시스템은 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신한다.In step S202, the product information registration system receives a product identifier or a product name of product information registered in a predetermined shopping mall server.

상품 정보의 상품 식별자는 상기 쇼핑몰 서버에서 각 상품을 식별하기 위해 사용하는 식별자로서, 각 쇼핑몰 서버에서는 동일한 상품에 대해서도 서로 상이한 상품 식별자를 사용할 수 있으며, 이렇게 각 쇼핑몰 서버의 상품 식별자가 서로 상이한 이상 이를 그대로 쇼핑물 중개 서버에 등록할 수 없기 때문에 쇼핑몰 중개 서버에서는 동일한 상품이라면 하나의 상품모델 식별자에 이를 매칭시켜 등록할 필요가 있다.The product identifier of the product information is an identifier used by the shopping mall server to identify each product, and each shopping mall server may use different product identifiers for the same product. Thus, the product identifiers of the shopping mall servers are different from each other. Since it is not possible to register with the shopping mediation server as it is, in the shopping mall mediation server, it is necessary to match it with one product model identifier and register it.

이러한 상품 식별자는 상품 등록자가 자신이 판매하고자 하는 상품에 관한 상품 정보를 쇼핑몰 서버에 등록 요청한 경우, 상기 쇼핑몰 서버에서 상기 등록 요청된 상품 정보에 대해 상품 식별자(PID: Product ID)를 발급함으로써 생성될 수 있고, 상기 상품 정보 등록 시스템은 상기 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자를 수신할 수 있다.The product identifier may be generated by issuing a product identifier (PID: Product ID) for the product information requested by the shopping mall server when the product registrant requests registration of the product information about the product he / she wants to sell to the shopping mall server. The product information registration system may receive a product identifier of product information registered in the shopping mall server.

도 4는 본 발명의 일실시예에 있어서, 쇼핑몰 서버에 상품 정보를 등록하는 상품 등록자에게 제시될 수 있는 사용자 인터페이스의 일례를 도시한 도면이다.4 is a diagram illustrating an example of a user interface that may be presented to a product registrant registering product information in a shopping mall server according to one embodiment of the present invention.

상품 등록자는 도면부호(410)과 같은 사용자 인터페이스를 통해 쇼핑몰 서버에서 판매하고자 하는 상품의 상품명, 등록카테고리, 상품 판매방식, 상품종류, 제조년월, 상품이미지 등의 상품 정보를 입력할 수 있다. 또한, 상품 등록자는 도면부호(401)과 같은 선택 화면을 통해 자신이 입력한 상품 정보를 쇼핑몰 중개 서버에 등록되도록 할 것인지를 선택할 수 있다.The product registrant may input product information such as a product name, a registered category, a product selling method, a product type, a manufacturing date, a product image, and the like of a product to be sold in a shopping mall server through a user interface such as the reference numeral 410. In addition, the product registrant may select whether or not to register the product information entered by the shopping mall brokerage server through a selection screen such as the reference numeral 401.

상품 정보의 입력과 쇼핑몰 중개 서버에의 등록 여부를 선택한 상품 등록자는 도면부호(402)와 같은 '상품등록' 요청 버튼을 클릭함으로써 쇼핑몰 서버에 상품 등록을 요청할 수 있으며, 이 경우 쇼핑몰 서버는 입력된 상품 정보에 대해 소정의 상품 식별자를 발급하여 쇼핑몰 서버에 등록하는 한편, 상품 등록자에게 도면부호(420)과 같은 등록 완료 화면을 제시할 수 있다.The product registrant who has selected the input of the product information and whether or not to register with the shopping mall mediation server may request a product registration from the shopping mall server by clicking a 'product registration' request button such as the reference numeral 402. In this case, the shopping mall server may A predetermined product identifier may be issued for the product information and registered in the shopping mall server, and a registration completion screen such as the reference numeral 420 may be presented to the product registrant.

또한, 상품 등록자가 도면부호(401)과 같은 선택 화면에서 상품 정보의 쇼핑몰 중개 서버에의 등록을 선택하고, 쇼핑몰 서버에의 상품 정보 등록이 완료된 경우, 본 발명에 따른 상품 정보 등록 시스템은 상기 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자와 상품명을 수신하고, 소정의 자동 상품모델 추천 로직을 실행하여 도면부호(430)과 같은 상품모델 추천 화면을 상품 등록자에게 제시할 수 있다. 이 경우, 예를 들어 상품모델 추천 화면(430)은 등록 완료 화면(420)에 대한 팝업(pop-up)창의 형식으로 제시될 수 있다.In addition, when the product registrant selects the registration of the product information in the shopping mall mediation server on the selection screen such as the reference numeral 401, and the registration of the product information in the shopping mall server is completed, the product information registration system according to the present invention is the shopping mall. A product identifier and a product name of the product information registered in the server may be received, and a predetermined product model recommendation screen such as reference numeral 430 may be presented to the product registrant by executing a predetermined automatic product model recommendation logic. In this case, for example, the product model recommendation screen 430 may be presented in the form of a pop-up window for the registration completion screen 420.

도 5는 본 발명의 일실시예에 있어서, 쇼핑몰 서버의 상품등록툴에 삽입된 자동 상품모델 추천 로직이 실행되어, 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상품 등록자에게 제시하는 모습의 일례를 도시한 도면이 다. 예를 들어, 앞서 설명한 상품모델 추천 화면(430)은 도 5와 같은 상품등록툴의 형태로 제시될 수 있다.FIG. 5 illustrates an automatic product model recommendation logic inserted into a product registration tool of a shopping mall server to automatically recommend a product model identifier used in a shopping mall mediation server and present the product model identifier to a product registrant. Figure 1 shows an example. For example, the product model recommendation screen 430 described above may be presented in the form of a product registration tool as shown in FIG. 5.

단계(S203)에서 본 발명에 따른 상품 정보 등록 시스템은 쇼핑몰 서버에 등록된 상품 정보의 상품명을 이용하여, 상기 상품명으로부터 질의어를 추출한다. 도 5를 참조하면, 상기 상품 정보 등록 시스템은 상기 쇼핑몰 서버에 등록된 상품 정보로부터 도면부호(501)과 같은 상품명을 수신하고, 상기 상품명으로부터 질의어를 추출할 수 있다.In step S203, the product information registration system according to the present invention extracts a query word from the product name by using the product name of the product information registered in the shopping mall server. Referring to FIG. 5, the product information registration system may receive a product name, such as reference numeral 501, from the product information registered in the shopping mall server, and extract a query word from the product name.

단계(S204)에서 상기 상품 정보 등록 시스템은 상기 질의어를 이용하고 소정의 자동 상품모델 추천 로직에 기초하여, 상기 데이터베이스에서 상기 상품 식별자에 대응하는 하나 이상의 추천 상품모델 식별자를 검색한다.In step S204, the product information registration system uses the query and retrieves one or more recommended product model identifiers corresponding to the product identifiers from the database based on predetermined automatic product model recommendation logic.

이하에서는 단계(S203)과 단계(S204)에 의한 구체적인 데이터베이스 검색 과정을 도 6을 참조하여 설명하도록 한다.Hereinafter, a detailed database search process by steps S203 and S204 will be described with reference to FIG. 6.

단계(S601)에서 상기 상품 정보 등록 시스템은 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성한다.In step S601, the product information registration system searches the database using a first query word from which a space or a special character is removed from a product name, and generates a first search result.

예를 들어, 상기 상품 정보 등록 시스템은 상품명에서 ' ', '/', '-', '+' 등을 제거하여 상기 제1 질의어를 생성하고, 상기 데이터베이스를 검색하여 상기 제1 질의어를 포함하는 상기 제1 검색 결과를 생성할 수 있다.For example, the product information registration system generates the first query by removing '', '/', '-', '+', etc. from a product name, and searches the database to include the first query. The first search result may be generated.

단계(S602)에서 상기 상품 정보 등록 시스템은 상기 제1 검색 결과의 개수가 상기 기준치 미만인지 여부를 판단한다.In step S602, the product information registration system determines whether the number of the first search results is less than the reference value.

예를 들어, 상기 소정의 기준치는 2 내지 10 중 어느 하나로 설정될 수 있으며, 일례로 상기 기준치가 5인 경우 상기 상품 정보 등록 시스템은 단계(S602)에서 상기 제1 검색 결과의 개수가 5 미만인지 여부를 판단하여 다음 단계의 진행을 결정할 수 있다.For example, the predetermined reference value may be set to any one of 2 to 10. For example, when the reference value is 5, the product information registration system determines whether the number of the first search results is less than 5 in step S602. By judging whether it is possible to determine the progress of the next step.

단계(S602)에서의 판단 결과 상기 제1 검색 결과의 개수가 상기 소정의 기준치 미만에 해당하지 않는 경우에는 단계(S610)로 진행하여 상기 제1 검색 결과를 추천 상품모델 식별자의 리스트로서 출력하게 되지만, 단계(S602)에서의 판단 결과 상기 제1 검색 결과의 개수가 상기 소정의 기준치 미만인 경우에는 단계(S603)로 진행한다.If the number of the first search result does not fall below the predetermined reference value as a result of the determination in step S602, the process proceeds to step S610 and outputs the first search result as a list of recommended product model identifiers. If the number of the first search results is less than the predetermined reference value as a result of the determination in step S602, the process proceeds to step S603.

단계(S603)에서 상기 상품 정보 등록 시스템은 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성한다.In step S603, when the number of the first search results is less than a predetermined reference value, the product information registration system divides the product name into a plurality of words according to a space, and the first letter and the last letter of the plurality of words are alphabetical. Or search the database using a word including a number and at least one number as a second query word, and generating a second search result.

일례로, 상품명이 "태그 호이어 선그라스 [ 1000002538 ]"인 경우, 상기 상품 정보 등록 시스템은 단계(S602)에서 '1000002538'을 제2 질의어로 결정하여 검색을 수행할 수 있다. For example, when the trade name is "tag heuer sunglass [1000002538]", the product information registration system may perform a search by determining '1000002538' as the second query word in step S602.

다른 예로, 상품명이 "[무이자할부 6개월]페라가모 팔찌 [34-2821_esp]"인 경우, 상기 상품 정보 등록 시스템은 단계(S602)에서 '34_2821_esp'를 제2 질의어로 결정하여 검색을 수행할 수 있다.As another example, when the trade name is "[6 months interest-free installment] Ferragamo bracelet [34-2821_esp]", the product information registration system may perform a search by determining '34_2821_esp' as the second query in step S602. .

한편, 이 경우, 상기 상품 정보 등록 시스템은 복수개 존재하는 상기 제2 질의어를 길이에 따른 내림차순으로 정렬하고, 상기 정렬된 순서에 따라 상기 데이터베이스에 대한 검색을 수행하여 상기 제2 검색 결과를 생성할 수 있다.In this case, the product information registration system may generate the second search result by sorting the plurality of second query words in descending order according to the length, and searching the database according to the sorted order. have.

단계(S604)에서 상기 상품 정보 등록 시스템은 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인지 여부를 판단한다. In step S604, the product information registration system determines whether the sum of the number of the first search results and the number of the second search results is less than the reference value.

일례로 상기 기준치가 5인 경우 상기 상품 정보 등록 시스템은 단계(S604)에서 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 5 미만인지 여부를 판단하여 다음 단계의 진행을 결정할 수 있다.For example, when the reference value is 5, the product information registration system determines whether the sum of the number of the first search results and the number of the second search results is less than 5 in step S604 to determine the progress of the next step. Can be.

단계(S604)에서의 판단 결과 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 소정의 기준치 미만에 해당하지 않는 경우에는 단계(S610)로 진행하여 상기 제1 검색 결과와 상기 제2 검색 결과를 추천 상품모델 식별자의 리스트로서 출력하게 되지만, 단계(S604)에서의 판단 결과 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 소정의 기준치 미만인 경우에는 단계(S605)로 진행한다.If the sum of the number of the first search results and the number of the second search results does not fall below the predetermined reference value as a result of the determination in step S604, the process proceeds to step S610 and the first search result and If the second search result is output as a list of recommended product model identifiers, but the sum of the number of the first search result and the number of the second search result is less than the predetermined reference value as a result of the determination in step S604. Proceed to step S605.

단계(S605)에서 상기 상품 정보 등록 시스템은 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성한다.In step S605, the product information registration system generates a plurality of tokens by separating the second query word into a space or a special character, searches the database using a third query word that connects the tokens to a space, and 3 Generate the search results.

예를 들어, 상기 상품 정보 등록 시스템은 상기 제2 질의어를 다시 '/', '-', '+', '_', '.' 등으로 분리해 토큰들을 생성할 수 있다.For example, the merchandise information registration system returns the second query word again as '/', '-', '+', '_', '.' Tokens can be generated by separating

또한, 상기 상품 정보 등록 시스템은 단계(S605)에서 상기 제3 질의어에 포함된 상기 토큰들의 수를 상기 제3 질의어의 후단에서부터 줄여가면서 상기 데이터베이스를 반복적으로 검색하는 과정을 통해 상기 제3 검색 결과를 생성할 수 있다.In addition, the merchandise information registration system may retrieve the third search result by repeatedly searching the database while reducing the number of the tokens included in the third query word from a later stage of the third query word in step S605. Can be generated.

일례로, 상기 제3 질의어가 "34-2821_esp"인 경우, 상기 상품 정보 등록 시스템은 '34 2821 esp', '34 2821', '34'의 순으로 상기 데이터베이스를 반복적으로 검색할 수 있다.For example, when the third query is "34-2821_esp", the product information registration system may repeatedly search the database in the order of '34 2821 esp ', '34 2821', and '34'.

다른 예로, 상기 제3 질의어가 "DGB 020 BE"인 경우, 상기 상품 정보 등록 시스템은 'DGB 020 BE', 'DGB 020', 'DGB'의 순서대로 상기 제3 질의어에 포함된 토큰들의 수를 후단에서부터 줄여나가면서 상기 데이터베이스를 반복적으로 검색할 수 있다.As another example, when the third query is "DGB 020 BE", the product information registration system determines the number of tokens included in the third query in the order of 'DGB 020 BE', 'DGB 020', and 'DGB'. The database can be searched repeatedly, reducing from the back.

또한, 이 경우, 상기 상품 정보 등록 시스템은 단계(S605)의 수행 도중, 검색 결과가 존재하는 것으로 판단된 경우, 상기 반복 검색 과정을 중단하고, 존재하는 검색 결과를 상기 제3 검색 결과로 생성할 수 있다.In this case, if it is determined that there is a search result, the product information registration system stops the repetitive search process and generates the existing search result as the third search result. Can be.

단계(S606)에서 상기 상품 정보 등록 시스템은 상기 제1 내지 제3 검색 결과의 개수의 합이 상기 기준치 미만인지 여부를 판단한다.In step S606, the product information registration system determines whether the sum of the number of the first to third search results is less than the reference value.

일례로 상기 기준치가 5인 경우 상기 상품 정보 등록 시스템은 단계(S606)에서 상기 제1 내지 제3 검색 결과의 개수의 합이 5 미만인지 여부를 판단하여 다음 단계의 진행을 결정할 수 있다.For example, when the reference value is 5, the merchandise information registration system may determine whether to proceed with the next step by determining whether the sum of the number of the first to third search results is less than 5 in step S606.

단계(S606)에서의 판단 결과 상기 제1 내지 제3 검색 결과의 개수의 합이 상기 소정의 기준치 미만에 해당하지 않는 경우에는 단계(S610)로 진행하여 상기 제1 내지 제3 검색 결과를 추천 상품모델 식별자의 리스트로서 출력하게 되지만, 단계(S606)에서의 판단 결과 상기 제1 내지 제3 검색 결과의 개수의 합이 상기 소정의 기준치 미만인 경우에는 단계(S607)로 진행한다.If the sum of the number of the first to third search results does not fall below the predetermined reference value as a result of the determination in step S606, the process proceeds to step S610 to recommend the first to third search results as a recommended product. If the sum of the number of the first to third search results is less than the predetermined reference value, the process proceeds to step S607.

단계(S607)에서 상기 상품 정보 등록 시스템은 상기 상품명을 소정의 엔진 색인기를 이용하여 토큰 분리하고, 상기 토큰을 이용하여 상기 데이터베이스를 검색하고, 제4 검색 결과를 생성한다.In step S607, the merchandise information registration system separates the brand name token using a predetermined engine indexer, searches the database using the token, and generates a fourth search result.

단계(S608)에서 상기 상품 정보 등록 시스템은 상기 제1 내지 제4 검색 결과의 개수의 합이 상기 기준치 미만인지 여부를 판단한다. 단계(S608)에서의 판단 결과 상기 제1 내지 제4 검색 결과의 개수의 합이 상기 소정의 기준치 미만에 해당하지 않는 경우에는 단계(S610)로 진행하여 상기 제1 내지 제4 검색 결과를 추천 상품모델 식별자의 리스트로서 출력하게 되지만, 단계(S608)에서의 판단 결과 상기 제1 내지 제4 검색 결과의 개수의 합이 상기 소정의 기준치 미만인 경우에는 단계(S609)로 진행한다.In step S608, the product information registration system determines whether the sum of the number of the first to fourth search results is less than the reference value. As a result of the determination in step S608, when the sum of the number of the first to fourth search results does not fall below the predetermined reference value, the process proceeds to step S610 to recommend the first to fourth search results as a recommended product. If the sum of the number of the first to fourth search results is less than the predetermined reference value, the process proceeds to step S609.

단계(S609)에서 상기 상품 정보 등록 시스템은 상기 데이터베이스에서 상기 토큰 중 적어도 하나를 포함하는 제5 검색 결과를 생성한다. 즉, 상기 상품 정보 등록 시스템은 지금까지의 검색 결과가 소정의 기준치 미만인 경우에는 토큰들이 하나라도 들어 있는 단어들에 대해서 모두 검색을 수행한다.In step S609, the product information registration system generates a fifth search result including at least one of the tokens in the database. That is, the product information registration system performs a search for all words containing at least one token if the previous search result is less than a predetermined reference value.

단계(S610)에서 상기 상품 정보 등록 시스템은 상기 제1 내지 제5 검색 결과 중 적어도 하나를 상기 상품명에 매칭되는 추천 상품모델 식별자의 리스트로 출력하며, 단계(S610)는 도 2의 단계(S207)에 해당할 수 있다.In step S610, the product information registration system outputs at least one of the first to fifth search results as a list of recommended product model identifiers matching the brand name, and in step S610, step S207 of FIG. It may correspond to.

도 7은 본 발명에 따른 상품 정보 등록 방법을 수행하여 출력될 수 있는 검색 결과 화면의 일례를 도시한 도면이다.7 is a diagram illustrating an example of a search result screen that may be output by performing the product information registration method according to the present invention.

종래의 쇼핑몰 중개 서버는 일반적인 데이터베이스 검색 시스템을 갖추고 있는바, 상품 등록자가 입점 쇼핑몰 서버를 통해 등록한 상품의 상품명이 부정확하거나 그 모델명 필드가 비어있는 경우 매칭되는 상품모델 식별자를 검색해내는 것이 불가능하였다. 도 7에 도시된 도면부호(701)은 종래기술에 따른 검색 결과를 도시한 것으로서, 도면부호(701)과 같이 종래기술에서는 모델명 필드가 비어있는 경우에는 매칭 작업에 실패할 수 밖에 없었다.Conventional shopping mall mediation server has a general database search system, and it is impossible for a product registrant to search for a matching product model identifier when a product name registered by an entry shopping mall server is incorrect or its model name field is empty. The reference numeral 701 shown in FIG. 7 shows a search result according to the prior art. In the prior art, as shown by the reference numeral 701, when the model name field is empty, the matching operation has to fail.

그러나, 본 발명에 따르면, 모델명 필드가 비어있는 경우에도 상품명(702)을 도 6에 도시된 다양한 검색 로직에 따라 처리하여 검색을 수행하므로, 도면부호(703)과 같이 상품명(702)에 매칭되는 상품모델 식별자를 정확히 검색해낼 수 있다.However, according to the present invention, even if the model name field is empty, the brand name 702 is processed according to various search logic shown in FIG. 6, so that the search is performed. Accurately retrieve product model identifiers.

도 8은 본 발명에 따른 상품 정보 등록 방법을 수행하여 출력될 수 있는 검색 결과 화면의 다른 예를 도시한 도면이다.8 is a diagram illustrating another example of a search result screen that may be output by performing the product information registration method according to the present invention.

종래의 쇼핑몰 중개 서버는 일반적인 데이터베이스 검색 시스템을 갖추고 있는바, 상품 등록자가 입점 쇼핑몰 서버를 통해 등록한 상품의 상품명에 오탈자가 있는 경우 매칭되는 상품모델 식별자를 검색해내는 것이 불가능한 문제점이 있었다.Conventional shopping mall mediation server has a general database search system, there is a problem that it is impossible for the product registrant to search for a matching product model identifier when there is a typo in the product name of the product registered through the entry shopping mall server.

그러나, 본 발명에 따르면, 상품명에 오탈자가 있는 경우에도 상품명(801)을 도 6에 도시된 다양한 검색 로직에 따라 처리하여 검색을 수행하므로, 도면부호 (802)와 같이 상품명(801)에 매칭되는 상품모델 식별자를 정확히 검색하여 출력할 수 있다.However, according to the present invention, even when there is a typo in the product name, since the product name 801 is processed according to various search logic shown in FIG. 6, the search is performed. The product model identifier can be retrieved and printed correctly.

한편, 도 6에 도시된 데이터베이스 검색 과정에 있어서, 상기 데이터베이스에 포함된 상품모델 식별자는 명품 계열로 분류된 상품모델의 식별자일 수 있다. Meanwhile, in the database searching process illustrated in FIG. 6, the product model identifier included in the database may be an identifier of a product model classified as a luxury series.

명품 계열로 분류된 상품모델의 경우, 그 상품모델 식별자가 대부분 숫자 또는 알파벳과 숫자의 조합으로 되어 있고, 한글의 경우 대부분 제품에 대한 설명에 불과한 경우가 많으므로, 도 6에 도시된 검색 과정에 따른 검색이 수행될 시에 매우 적합한 검색 결과가 출력될 가능성이 높다.In the case of a product model classified as a luxury series, the product model identifier is mostly a number or a combination of alphabets and numbers, and in the case of Hangul, in most cases, it is only a description of a product. It is highly likely that a very suitable search result is output when the search is performed accordingly.

이하, 다시 도 2를 참조하여 본 발명에 따른 상품 정보 등록 방법에 대하여 설명한다.Hereinafter, the product information registration method according to the present invention will be described with reference to FIG. 2 again.

단계(S207)에서 상기 상품 정보 등록 시스템은 상기 하나 이상의 추천 상품모델 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시한다. 예를 들어 도 5를 참조하면, 상기 상품 정보 등록 시스템은 도면부호(502)와 같은 상품모델 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시할 수 있다. In step S207, the product information registration system presents a search result including a list of the one or more recommended product model identifiers to the product registrant. For example, referring to FIG. 5, the product information registration system may present a search result including a list of product model identifiers, such as reference numeral 502, to the product registrant.

단계(S208)에서 상기 상품 정보 등록 시스템은 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신한다. 예를 들어, 도 5에서는 "DSC-W12"가 상품 등록자로부터 선택되었음을 알 수 있다.In step S208, the product information registration system receives a selection for any one recommended product model identifier from the list from the product registrant. For example, in FIG. 5, it can be seen that "DSC-W12" is selected from the product registrant.

한편, 상기에서는 단계(S203)에서 상품명으로부터 질의어가 추출된 경우 진행되는 과정을 설명하였으나, 만일 단계(S203)에서 특수한 사정으로 인해 상품명으로부터 질의어가 추출되지 않는 경우, 상기 상품 등록자로부터 키워드 수동 입력에 대한 선택을 수신하는 경우, 또는 단계(S208)에서 상기 상품 등록자로부터 추천 상품모델 식별자에 대한 선택이 수신되지 않는 경우에는 단계(S205)와 단계(S206)에 의한 수동 검색이 이루어질 수 있다.On the other hand, in the above described the process that proceeds when the query is extracted from the product name in step S203, if the query is not extracted from the product name due to special circumstances in step S203, from the product registrant to manual keyword input In the case of receiving a selection for the selection, or if the selection of the recommended product model identifier is not received from the product registrant in step S208, a manual search may be performed in steps S205 and S206.

단계(S205)에서 상기 상품 정보 등록 시스템은 상기 상품 등록자로부터 상품모델 식별자 검색을 위한 키워드를 수동으로 입력받는다. 예를 들어, 상기 상품 정보 등록 시스템은 도 5의 도면부호(503)과 같은 검색창을 통해 상기 상품 등록자로부터 키워드를 수동으로 입력받을 수 있다.In step S205, the product information registration system manually receives a keyword for product model identifier search from the product registrant. For example, the product information registration system may manually receive a keyword from the product registrant through a search window as shown by reference numeral 503 of FIG. 5.

또한, 이 경우 단계(S206)에서 상기 상품 정보 등록 시스템은 상기 입력된 키워드를 이용하여 상기 데이터베이스에서 상기 상품 식별자에 대응하는 하나 이상의 상품모델 식별자를 검색하고, 단계(S207)에서 상기 하나 이상의 상품모델 식별자의 리스트를 포함하는 검색 결과를 상기 상품 등록자에게 제시하며, 단계(S208)에서 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 상품모델 식별자에 대한 선택을 수신할 수 있다.In this case, in step S206, the product information registration system searches for one or more product model identifiers corresponding to the product identifiers in the database by using the input keyword, and in step S207, the one or more product models. A search result including a list of identifiers is presented to the product registrant, and in step S208, a selection of any one product model identifier of the list may be received from the product registrant.

이하에서는 상품 등록자로부터 선택된 상품모델 식별자에 상품 정보를 자동으로 매칭시켜서 쇼핑몰 중개 서버에 등록하는 과정에 대하여 설명한다.Hereinafter, a process of automatically matching product information to a product model identifier selected from a product registrant and registering the product information with a shopping mall mediation server will be described.

단계(S209)에서 상기 상품 정보 등록 시스템은 단계(S202)에서 수신된 쇼핑몰 서버에서 사용되는 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장한다.In step S209, the product information registration system stores a product identifier used in the shopping mall server, received in step S202, in a predetermined matching table in correspondence with the selected recommended product model identifier.

도 9는 상기 매칭 테이블의 일례를 도시한 도면이다. 도 9에 도시한 것과 같이, 상기 매칭 테이블은 쇼핑몰 식별자(901), 상품 식별자(902), 상품모델 식별 자(903), 카테고리 식별자(904)를 포함할 수 있다.9 is a diagram illustrating an example of the matching table. As shown in FIG. 9, the matching table may include a shopping mall identifier 901, a product identifier 902, a product model identifier 903, and a category identifier 904.

쇼핑몰 식별자(901)는 상품 정보의 출처가 되는 각 쇼핑몰 서버를 식별하기 위한 식별자로서 단계(S202)에서 상품 식별자(902)와 함께 수신될 수 있고, 상품 식별자(902)는 상기 각 쇼핑몰 서버에서 각 상품을 식별하기 위해 사용하는 식별자로서 등록 요청된 상품 정보에 대해 발급된다. The shopping mall identifier 901 may be received together with the product identifier 902 in step S202 as an identifier for identifying each shopping mall server that is the source of the product information, and the product identifier 902 may be received at each shopping mall server. An identifier used to identify a product. It is issued for product information requested for registration.

또한, 상품모델 식별자(903)는 복수의 각 쇼핑몰 서버를 중개하는 쇼핑몰 중개 서버에서 각 상품모델을 식별하기 위해 사용되는 식별자이고, 카테고리 식별자(904)는 상기 쇼핑몰 중개 서버에서 일정 기준에 따라 분류한 각 상품모델의 소속 카테고리를 식별하기 위해 사용되는 식별자이다.In addition, the product model identifier 903 is an identifier used to identify each product model in the shopping mall mediation server that mediates each shopping mall server, and the category identifier 904 is classified according to a predetermined criterion in the shopping mall mediation server. An identifier used to identify a category belonging to each product model.

도 9를 예로 들면, "GS shop"이라는 쇼핑몰 식별자(901)를 갖는 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자(902) "phone_123a"는, 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자(903) "KTF-X5500" 및 해당 카테고리 식별자(604) "가전.핸드폰 > 핸드폰/PDA/네비게이션 > 핸드폰"에 대응하여 매칭 테이블에 저장되어 있을 수 있다.For example, the product identifier 902 "phone_123a" of the product information registered in the shopping mall server having the shopping mall identifier 901 of "GS shop" is the product model identifier 903 "KTF" used in the shopping mall mediation server. -X5500 "and the corresponding category identifier 604" Home appliances. Cellphones> Cellphones / PDAs / Navigation> Cellphones "may be stored in the matching table.

단계(S210)에서 상기 상품 정보 등록 시스템은 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하며, 이 경우 상기 매칭 테이블을 참조하여 단계(S211)에서 상기 매칭 테이블로부터 상기 상품 정보의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별한다. In step S210, the product information registration system loads the product information from the shopping mall server. In this case, the product information registration system corresponds to the product identifier of the product information from the matching table in step S211 with reference to the matching table. Identifies the recommended product model identifier.

도 9를 예로 들면, 단계(S210)에서 상기 상품 정보 등록 시스템이 "GS shop"이라는 쇼핑몰 식별자(901)를 갖는 쇼핑몰 서버로부터 상품 식별자(902)가 "phone_123a"인 상품 정보를 로딩하는 경우, 상기 상품 정보 등록 시스템은 단계(S211)에서 상기 매칭 테이블을 참조하여 상품 식별자(902) "phone_123a"에 대응하는 쇼핑몰 중개 서버의 상품모델 식별자(903)로 "KTF-X5500"를, 쇼핑몰 중개 서버의 해당 카테고리 식별자(904)로 "가전.핸드폰 > 핸드폰/PDA/네비게이션 > 핸드폰"을 식별할 수 있다.For example, in step S210, when the product information registration system loads the product information of the product identifier 902 "phone_123a" from the shopping mall server having the shopping mall identifier 901 of "GS shop", The product information registration system refers to the matching table in step S211, "KTF-X5500" as the product model identifier 903 of the shopping mall mediation server corresponding to the product identifier 902 "phone_123a", and the corresponding of the shopping mall mediation server. The category identifier 904 may identify “Home Appliances. Cell Phones> Cell Phones / PDAs / Navigation> Cell Phones”.

단계(S212)에서 상기 상품 정보 등록 시스템은 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록한다. 이 경우, 상기 상품 정보 등록 시스템은 상기 상품 정보를 상기 식별된 추천 상품모델 식별자뿐만 아니라 상기 식별된 해당 카테고리 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록할 수도 있다.In step S212, the merchandise information registration system automatically matches the merchandise information with the identified recommended merchandise model identifier and registers the merchandise in the shopping mall relay server. In this case, the product information registration system may automatically match the product information with the identified corresponding category identifier as well as the identified recommended product model identifier and register the product information with the shopping mall mediation server.

이하, 본 발명에 따른 상품 정보 등록 시스템에 대하여 설명한다.Hereinafter, a product information registration system according to the present invention will be described.

도 10은 본 발명의 일실시예에 따른 상품 정보 등록 시스템의 구성을 도시한 블록도이다. 본 실시예에 따른 상품 정보 등록 시스템(1000)은 데이터베이스(1001), 제1 수신부(1002), 검색부(1003), 제시부(1005), 제2 수신부(1006), 저장부(1007), 등록부(1008)를 포함할 수 있고, 검색부(1003)는 제1 검색부(1021), 제2 검색부(1022), 제3 검색부(1023)를 포함할 수 있고, 등록부(1008)는 로딩부(1011), 식별부(1012), 매칭부(1013)를 포함할 수 있다.10 is a block diagram showing the configuration of a product information registration system according to an embodiment of the present invention. The product information registration system 1000 according to the present embodiment includes a database 1001, a first receiver 1002, a search unit 1003, a presentation unit 1005, a second receiver 1006, a storage unit 1007, and a registration unit. 1008, the search unit 1003 may include a first search unit 1021, a second search unit 1022, and a third search unit 1023, and the registration unit 1008 may be loaded. The unit 1011, the identification unit 1012, and a matching unit 1013 may be included.

데이터베이스(1001)는 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하여 유지한다.The database 1001 includes and maintains a product model identifier used in a predetermined shopping mall mediation server.

제1 수신부(1002)는 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신한다.The first receiving unit 1002 receives a product identifier or a product name of product information registered in a predetermined shopping mall server.

제1 검색부(1021)는 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성한다. The first search unit 1021 searches the database using the first query word from which a space or a special character is removed from a product name, and generates a first search result.

예를 들어, 제1 검색부(1021)는 상품명에서 ' ', '/', '-', '+' 등을 제거하여 상기 제1 질의어를 생성하고, 상기 데이터베이스를 검색하여 상기 제1 질의어를 포함하는 상기 제1 검색 결과를 생성할 수 있다.For example, the first search unit 1021 generates the first query by removing the '', '/', '-', '+', etc. from the trade name, and searches the database to search for the first query. The first search result may be generated.

제2 검색부(1022)는 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성한다.When the number of the first search results is less than a predetermined reference value, the second search unit 1022 separates the brand name into a plurality of words according to a space, and among the plurality of words, the first letter and the last letter are alphabets or numbers. Search the database using a word including at least one number as a second query word and generate a second search result.

일례로, 상품명이 "태그 호이어 선그라스 [ 1000002538 ]"인 경우, 제2 검색부(1002)는 '1000002538'을 제2 질의어로 결정하여 검색을 수행할 수 있다. For example, when the trade name is "Tag Heuer Sunglass [1000002538]", the second search unit 1002 may determine '1000002538' as the second query word and perform a search.

다른 예로, 상품명이 "[무이자할부 6개월]페라가모 팔찌 [34-2821_esp]"인 경우, 제2 검색부(1002)는 '34_2821_esp'를 제2 질의어로 결정하여 검색을 수행할 수 있다.As another example, when the trade name is "[6 months interest-free installment] Ferragamo bracelet [34-2821_esp]", the second search unit 1002 may determine a '34_2821_esp' as a second query to perform a search.

한편, 이 경우, 제2 검색부(1002)는 복수개 존재하는 상기 제2 질의어를 길이에 따른 내림차순으로 정렬하고, 상기 정렬된 순서에 따라 상기 데이터베이스에 대한 검색을 수행하여 상기 제2 검색 결과를 생성할 수 있다.In this case, the second search unit 1002 sorts the plurality of second query words in descending order according to the length, and searches the database according to the sorted order to generate the second search result. can do.

제3 검색부(1023)는 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개 수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성한다.The third search unit 1023 generates a plurality of tokens by separating the second query word into a space or a special character when the sum of the number of the first search results and the number of the second search results is less than the reference value. Search the database using a third query that connects the tokens to spaces and generate a third search result.

예를 들어, 제3 검색부(1023)는 상기 제2 질의어를 다시 '/', '-', '+', '_', '.' 등으로 분리해 토큰들을 생성할 수 있다. 또한, 제3 검색부(1023)는 상기 제3 질의어에 포함된 상기 토큰들의 수를 상기 제3 질의어의 후단에서부터 줄여가면서 상기 데이터베이스를 반복적으로 검색하는 과정을 통해 상기 제3 검색 결과를 생성할 수 있다.For example, the third search unit 1023 returns the second query word to '/', '-', '+', '_', '.' Tokens can be generated by separating Also, the third search unit 1023 may generate the third search result by repeatedly searching the database while reducing the number of tokens included in the third query word from the rear end of the third query word. have.

예를 들어, 상기 제3 질의어가 "34-2821_esp"인 경우, 제3 검색부(1003)는 '34 2821 esp', '34 2821', '34'의 순으로 상기 데이터베이스를 반복적으로 검색할 수 있다.For example, when the third query is "34-2821_esp", the third search unit 1003 may repeatedly search the database in the order of '34 2821 esp ', '34 2821', and '34'. have.

제시부(1005)는 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시한다.The presentation unit 1005 presents a list of recommended product model identifiers including at least one of the first search result, the second search result, and the third search result to a product registrant.

제2 수신부(1006)는 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신한다.The second receiving unit 1006 receives a selection for any one recommended product model identifier from the list from the product registrant.

저장부(1007)는 쇼핑몰 서버에서 사용되는 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장한다.The storage unit 1007 stores the product identifier used in the shopping mall server in the predetermined matching table in correspondence with the selected recommended product model identifier.

등록부(1008)는 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 역할을 하며, 구체적으로 로딩부(1011), 식별부(1012), 매칭부(1013)를 포함할 수 있다.The registration unit 1008 registers the product information with the selected recommendation product model identifier in the shopping mall mediation server, and specifically includes a loading unit 1011, an identification unit 1012, and a matching unit 1013. can do.

로딩부(1011)는 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하며, 이 경우 식별부(1012)는 상기 매칭 테이블을 참조하여 상기 매칭 테이블로부터 상기 상품 정보의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별한다.The loading unit 1011 loads the product information from the shopping mall server. In this case, the identification unit 1012 refers to the matching table and recommends a product model corresponding to the product identifier of the product information from the matching table. Identifies the identifier.

매칭부(1013)는 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록한다. 이 경우, 매칭부(1013)는 상기 상품 정보를 상기 식별된 추천 상품모델 식별자뿐만 아니라 상기 식별된 해당 카테고리 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록할 수도 있다.The matching unit 1013 automatically matches the product information with the identified recommended product model identifier and registers the product information in the shopping mall relay server. In this case, the matching unit 1013 may automatically match the product information with the identified corresponding category identifier as well as the identified recommended product model identifier and register the product information in the shopping mall relay server.

이상에서는 쇼핑몰 서버의 상품 식별자와 쇼핑몰 중개 서버의 상품모델 식별자를 매칭시킴으로써 쇼핑몰 서버로부터 로딩된 상품 정보를 쇼핑몰 중개 서버에 자동으로 등록하는 실시예에 대하여 설명하였고, 이하에서는 쇼핑몰 서버의 상품 식별자와 쇼핑몰 중개 서버의 카테고리 식별자를 매칭시킴으로써 상기 쇼핑몰 서버로부터 로딩된 상품 정보를 상기 쇼핑몰 중개 서버에 자동으로 등록하는 실시예에 대하여 설명하도록 한다. 이 경우, 양 실시예는 본 발명에 따른 상품 정보 등록 시스템에 의해서 각각 수행되거나 또는 함께 연동되어 수행될 수 있다.In the above description, an embodiment in which the product information loaded from the shopping mall server is automatically registered in the shopping mall mediation server by matching the product identifier of the shopping mall server with the product model identifier of the shopping mall mediation server, and hereinafter, the product identifier of the shopping mall server and the shopping mall are described. An embodiment in which product information loaded from the shopping mall server is automatically registered in the shopping mall mediation server by matching a category identifier of the mediation server will be described. In this case, both embodiments may be performed by the product information registration system according to the present invention, or may be performed in conjunction with each other.

도 11은 본 발명의 다른 실시예에 따른 상품 정보 등록 방법의 과정을 도시한 흐름도이다.11 is a flowchart illustrating a process of a product information registration method according to another embodiment of the present invention.

본 실시예에 따른 상품 정보 등록 방법은 소정의 상품 정보 등록 시스템에 의해 수행될 수 있으며, 앞서 설명한 것과 마찬가지로 상기 상품 정보 등록 시스템은 쇼핑몰 중개 서버 및 쇼핑몰 서버상에서, 또는 이들과 연동하여 동작할 수 있 다.The product information registration method according to the present embodiment may be performed by a predetermined product information registration system, and as described above, the product information registration system may operate on the shopping mall brokerage server and the shopping mall server, or in conjunction with these. All.

단계(S1101)에서 상기 상품 정보 등록 시스템은 소정의 쇼핑몰 중개 서버에서 사용되는 카테고리 식별자를 포함하는 카테고리 데이터베이스를 유지한다. 상기 카테고리 데이터베이스는 도 3과 동일 또는 유사하게 구성될 수 있으며, 도 3에 대해서는 본 명세서에서 이미 설명한 바 있으므로 자세한 설명은 생략한다.In step S1101, the product information registration system maintains a category database including a category identifier used in a predetermined shopping mall relay server. The category database may be configured similarly to or similar to that of FIG. 3, and the detailed description thereof will be omitted since FIG. 3 has already been described herein.

단계(S1102)에서 상기 상품 정보 등록 시스템은 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 카테고리명을 수신한다.In step S1102, the product information registration system receives a product identifier or category name of product information registered in a predetermined shopping mall server.

상품 정보의 상품 식별자는 상기 쇼핑몰 서버에서 각 상품을 식별하기 위해 사용하는 식별자로서, 각 쇼핑몰 서버에서는 동일한 상품에 대해서도 서로 상이한 상품 식별자를 사용할 수 있으며, 이렇게 각 쇼핑몰 서버의 상품 식별자가 서로 상이한 이상 이를 그대로 쇼핑물 중개 서버에 등록할 수 없기 때문에 쇼핑몰 중개 서버에서는 동일한 상품이라면 하나의 카테고리 식별자에 이를 매칭시켜 등록할 필요가 있다.The product identifier of the product information is an identifier used by the shopping mall server to identify each product, and each shopping mall server may use different product identifiers for the same product. Thus, the product identifiers of the shopping mall servers are different from each other. Since it is not possible to register with the shopping mediation server as it is, the shopping mall mediation server needs to register the same product by matching it to one category identifier.

도 4를 참조하면, 상품 등록자가 도면부호(401)과 같은 선택 화면에서 상품 정보의 쇼핑몰 중개 서버에의 등록을 선택하고, 쇼핑몰 서버에 상품 정보 등록이 완료된 경우, 본 발명에 따른 상품 정보 등록 시스템은 상기 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자와 카테고리명을 수신하고, 소정의 자동 카테고리 추천 로직을 실행하여 도면부호(430)과 같은 카테고리 추천 화면을 상품 등록자에게 제시할 수 있다. 이 경우, 예를 들어 카테고리 추천 화면(430)은 등록 완료 화면(420)에 대한 팝업(pop-up)창의 형식으로 제시될 수 있다.Referring to FIG. 4, when a product registrant selects registration of product information on a shopping mall mediation server on a selection screen such as a reference numeral 401, and registration of product information on the shopping mall server is completed, the product information registration system according to the present invention. May receive a product identifier and a category name of the product information registered in the shopping mall server, and execute a predetermined automatic category recommendation logic to present a category recommendation screen such as reference numeral 430 to the product registrant. In this case, for example, the category recommendation screen 430 may be presented in the form of a pop-up window for the registration completion screen 420.

한편, 이와 같이 도면부호(430)은 실시예에 따라 상품모델 추천 화면 또는 카테고리 추천 화면 중 어느 하나일 수 있고, 또는 상품모델 추천과 카테고리 추천이 도면부호(430)와 같은 하나의 화면 상에서 수행될 수도 있다.As described above, the reference numeral 430 may be either a product model recommendation screen or a category recommendation screen according to an embodiment, or the product model recommendation and category recommendation may be performed on one screen such as the reference numeral 430. It may be.

도 5는 본 발명의 일실시예에 있어서, 쇼핑몰 서버의 상품등록툴에 삽입된 자동 카테고리 추천 로직이 실행되어, 쇼핑몰 중개 서버에서 사용되는 카테고리 식별자를 자동으로 추천하여 상품 등록자에게 제시하는 모습의 일례를 도시한 도면이다. 예를 들어, 앞서 설명한 카테고리 추천 화면(430)은 도 5와 같은 상품등록툴의 형태로 제시될 수 있다.FIG. 5 illustrates an example in which an automatic category recommendation logic inserted into a product registration tool of a shopping mall server is executed to automatically recommend a category identifier used in a shopping mall mediation server and present it to a product registrant. Figure is a diagram. For example, the category recommendation screen 430 described above may be presented in the form of a product registration tool as shown in FIG. 5.

단계(S1103)에서 본 발명에 따른 상품 정보 등록 시스템은 쇼핑몰 서버에 등록된 상품 정보의 카테고리명을 이용하여, 상기 카테고리명으로부터 카테고리 키워드를 추출한다. 도 5를 참조하면, 상기 상품 정보 등록 시스템은 상기 쇼핑몰 서버에 등록된 상품 정보로부터 도면부호(501)과 같은 카테고리명을 수신하고, 상기 카테고리명으로부터 카테고리 키워드를 추출할 수 있다.In step S1103, the product information registration system according to the present invention extracts a category keyword from the category name by using the category name of the product information registered in the shopping mall server. Referring to FIG. 5, the product information registration system may receive a category name, such as reference numeral 501, from the product information registered in the shopping mall server, and extract a category keyword from the category name.

예를 들어, 도면부호(501)에 도시된 것과 같이 카테고리명이 "가전/생활/디카/광학줌디카"인 경우, 상기 상품 정보 등록 시스템은 상기 카테고리명으로부터 "가전", "생활", "디카", 또는 "광학줌" 등과 같은 카테고리 키워드를 추출할 수 있다.For example, when the category name is "home appliances / life / dica / optical zoom digital camera" as shown by reference numeral 501, the product information registration system uses the "home appliance", "life", "dica" from the category name. Category keywords such as “,” or “optical zoom” may be extracted.

단계(S1104)에서 상기 상품 정보 등록 시스템은 상기 카테고리 키워드를 이용하고 소정의 자동 카테고리 추천 로직에 기초하여, 상기 카테고리 데이터베이스에서 상기 상품 식별자에 대응하는 하나 이상의 추천 카테고리 식별자를 검색한다.In step S1104, the product information registration system uses the category keyword and retrieves one or more recommended category identifiers corresponding to the product identifiers from the category database based on predetermined automatic category recommendation logic.

예를 들어, 상기 상품 정보 등록 시스템은 카테고리 데이터베이스의 검색 필드를 검색함으로써, 상기 추출된 "가전", "생활", "디카", 또는 "광학줌"과 같은 카테고리 키워드에 매칭되는 항목이 포함된 검색 필드에 대응하는 카테고리 식별자를 식별해낼 수 있다.For example, the product information registration system may search for a search field in a category database to include an item matching a category keyword such as the extracted “home appliance”, “life”, “dica”, or “optical zoom”. The category identifier corresponding to the search field can be identified.

단계(S1105)에서 상기 상품 정보 등록 시스템은 상기 하나 이상의 추천 카테고리 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시한다.In step S1105, the product information registration system presents a search result including a list of the one or more recommended category identifiers to the product registrant.

예를 들어 도 5를 참조하면, 상기 상품 정보 등록 시스템은 도면부호(504)와 같은 카테고리 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시할 수 있다. 도면부호(504)를 참조하면, "가전", "생활", "디카", 또는 "광학줌"과 같은 카테고리 키워드를 이용하여 "가전/영상음향/디지털카메라/광학줌카메라", " 가전/영상음향/디지털카메라/일반카메라", "가전/영상음향/디지털카메라/카메라악세사리"와 같은 추천 카테고리 식별자를 검색하고, 이를 검색 결과로서 상품 등록자에게 제시하고 있음을 알 수 있다.For example, referring to FIG. 5, the product information registration system may present a search result including a list of category identifiers, such as reference numeral 504, to the product registrant. Referring to the reference numeral 504, by using category keywords such as "home appliances", "life", "dica", or "optical zoom", "home appliances / video sound / digital camera / optical zoom camera", "home appliances / It can be seen that the recommended category identifiers such as "image sound / digital camera / general camera", "home appliances / video sound / digital camera / camera accessories" are searched and presented to the product registrant as a search result.

단계(S1106)에서 상기 상품 정보 등록 시스템은 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 카테고리 식별자에 대한 선택을 수신한다. 예를 들어, 도 5에서는 "가전/영상음향/디지털카메라/광학줌카메라"가 상품 등록자로부터 선택되었음을 알 수 있다.In step S1106, the product information registration system receives a selection of one of the recommended category identifiers from the list from the product registrant. For example, in FIG. 5, it can be seen that "appliance / image sound / digital camera / optical zoom camera" is selected from the product registrant.

한편, 상기에서는 단계(S1103)에서 카테고리명으로부터 카테고리 키워드가 추출된 경우 진행되는 과정을 설명하였으나, 만일 단계(S1103)에서 특수한 사정으로 인해 카테고리명으로부터 카테고리 키워드가 추출되지 않는 경우, 상기 상품 등 록자로부터 카테고리 수동 입력에 대한 선택을 수신하는 경우, 또는 단계(S1106)에서 상기 상품 등록자로부터 추천 카테고리 식별자에 대한 선택이 수신되지 않는 경우에는 단계(S1107)과 단계(S1108)에 의한 수동 검색이 이루어질 수 있다.On the other hand, the above description has been made in the case where a category keyword is extracted from the category name in step S1103, but if the category keyword is not extracted from the category name due to special circumstances in step S1103, the product register In the case of receiving a selection for manual input of a category from the user, or if a selection of a recommended category identifier is not received from the product registrant in step S1106, a manual search may be performed in steps S1107 and S1108. have.

단계(S1107)에서 상기 상품 정보 등록 시스템은 상기 카테고리 데이터베이스에 포함된 카테고리 식별자를 상기 상품 등록자에게 제시한다. 예를 들어, 상기 상품 정보 등록 시스템은 도 5의 도면부호(505)와 같은 '수동입력' 버튼이 상기 상품 등록자로부터 클릭되는 경우 상기 상품 등록자에게 상기 카테고리 데이터베이스에 포함된 카테고리 식별자를 제시할 수 있다.In step S1107, the product information registration system presents a category identifier included in the category database to the product registrant. For example, the product information registration system may present a category identifier included in the category database to the product registrant when a 'manual input' button such as the reference numeral 505 of FIG. 5 is clicked from the product registrant. .

또한, 단계(S1108)에서 상기 상품 정보 등록 시스템은 상기 상품 등록자로부터 상기 제시된 카테고리 식별자 중 특정 카테고리 식별자에 대한 선택을 수신할 수 있다.In addition, in step S1108, the product information registration system may receive a selection for a specific category identifier among the presented category identifiers from the product registrant.

이하에서는 상품 등록자로부터 선택된 카테고리 식별자에 상품 정보를 자동으로 매칭시켜서 쇼핑몰 중개 서버에 등록하는 과정에 대하여 설명한다.Hereinafter, a process of automatically matching product information to a category identifier selected from a product registrant and registering the product information with a shopping mall relay server will be described.

단계(S1109)에서 상기 상품 정보 등록 시스템은 단계(S1102)에서 수신된 쇼핑몰 서버에서 사용되는 상품 식별자를 상기 선택된 추천 카테고리 식별자에 대응시켜 소정의 매칭 테이블에 저장한다.In step S1109, the product information registration system stores a product identifier used in the shopping mall server corresponding to the selected recommendation category identifier in the predetermined matching table in step S1102.

단계(S1110)에서 상기 상품 정보 등록 시스템은 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하며, 이 경우 상기 매칭 테이블을 참조하여 단계(S1111)에서 상기 매칭 테이블로부터 상기 상품 정보의 상품 식별자에 대응하는 추천 카테고리 식별자를 식별한다.In step S1110, the product information registration system loads the product information from the shopping mall server. In this case, the product information registration system corresponds to the product identifier of the product information from the matching table in step S1111 with reference to the matching table. Identifies a recommendation category identifier.

단계(S1112)에서 상기 상품 정보 등록 시스템은 상기 상품 정보를 상기 식별된 추천 카테고리 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록한다.In step S1112, the product information registration system automatically matches the product information with the identified recommendation category identifier and registers it with the shopping mall relay server.

본 발명에 따른 상품 정보 등록 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 상기 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The product information registration method according to the present invention can be implemented in the form of program instructions that can be executed by various computer means and recorded in a computer readable medium. The computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. The medium may be a transmission medium such as an optical or metal line, a wave guide, or the like, including a carrier wave for transmitting a signal designating a program command, a data structure, or the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

다음으로, 본 발명의 일실시예에 따라, 카테고리 식별자를 추천하고 상품 정보를 여기에 자동으로 매칭시켜 쇼핑몰 중개 서버에 등록하는 상품 정보 등록 시스 템의 구성에 대하여 설명한다.Next, according to an embodiment of the present invention, a configuration of a product information registration system for recommending a category identifier and automatically matching product information to it and registering it in the shopping mall mediation server will be described.

도 12는 본 발명의 다른 실시예에 따른 상품 정보 등록 시스템의 구성을 도시한 블록도이다.12 is a block diagram showing the configuration of a product information registration system according to another embodiment of the present invention.

본 실시예에 따른 상품 정보 등록 시스템(1200)은 데이터베이스(1201), 제1 수신부(1202), 추출부(1203), 검색부(1204), 제시부(1205), 제2 수신부(1206), 저장부(1207), 등록부(1208)를 포함할 수 있고, 등록부(1208)는 로딩부(1211), 식별부(1212), 매칭부(1213)를 포함할 수 있다.The product information registration system 1200 according to the present embodiment includes a database 1201, a first receiver 1202, an extractor 1203, a searcher 1204, a presenter 1205, a second receiver 1206, and a storage. The register 1207 may include a register 1208, and the register 1208 may include a loading unit 1211, an identification unit 1212, and a matching unit 1213.

본 실시예에서 데이터베이스(1201)는 카테고리 데이터베이스이며, 소정의 쇼핑몰 중개 서버에서 사용되는 카테고리 식별자를 포함하여 유지한다. 데이터베이스(1201)는 도 3과 동일 또는 유사하게 구성될 수 있으며, 도 3에 대해서는 본 명세서에서 이미 설명한 바 있으므로 자세한 설명은 생략한다.In the present embodiment, the database 1201 is a category database and maintains a category identifier used in a predetermined shopping mall relay server. The database 1201 may be configured in the same or similar manner to that of FIG. 3, and since the database 1201 has already been described herein, a detailed description thereof will be omitted.

제1 수신부(1202)는 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 카테고리명을 수신하고, 추출부(1203)는 쇼핑몰 서버에 등록된 상품 정보의 카테고리명을 이용하여, 상기 카테고리명으로부터 카테고리 키워드를 추출한다.The first receiving unit 1202 receives the product identifier or category name of the product information registered in the predetermined shopping mall server, and the extracting unit 1203 uses the category name of the product information registered in the shopping mall server, from the category name. Extract category keywords.

도 5를 참조하면, 제1 수신부(1202)는 상기 쇼핑몰 서버에 등록된 상품 정보로부터 도면부호(501)과 같은 카테고리명을 수신하고, 추출부(1203)는 상기 카테고리명으로부터 카테고리 키워드를 추출할 수 있다. 예를 들어, 도면부호(501)에 도시된 것과 같이 카테고리명이 "가전/생활/디카/광학줌디카"인 경우, 추출부(1203)는 상기 카테고리명으로부터 "가전", "생활", "디카", 또는 "광학줌" 등과 같은 카테고리 키워드를 추출할 수 있다.Referring to FIG. 5, the first receiver 1202 receives a category name, such as reference numeral 501, from product information registered in the shopping mall server, and the extractor 1203 extracts a category keyword from the category name. Can be. For example, as shown by reference numeral 501, when the category name is "home appliance / life / dica / optical zoom digital camera", the extracting unit 1203 is "home appliances", "life", "dica" from the category name. Category keywords such as “,” or “optical zoom” may be extracted.

검색부(1204)는 상기 카테고리 키워드를 이용하고 소정의 자동 카테고리 추천 로직에 기초하여, 데이터베이스(1201)에서 상기 상품 식별자에 대응하는 하나 이상의 추천 카테고리 식별자를 검색한다. 예를 들어, 검색부(1204)는 데이터베이스(1201)의 검색 필드를 검색함으로써, 상기 추출된 "가전", "생활", "디카", 또는 "광학줌"과 같은 카테고리 키워드에 매칭되는 항목이 포함된 검색 필드에 대응하는 카테고리 식별자를 식별해낼 수 있다.The search unit 1204 searches for one or more recommended category identifiers corresponding to the product identifiers in the database 1201 based on the category keywords and based on predetermined automatic category recommendation logic. For example, the search unit 1204 searches the search field of the database 1201, so that an item matching the category keyword such as the extracted “home appliance”, “life”, “dica”, or “optical zoom” is returned. The category identifier corresponding to the included search field may be identified.

제시부(1205)는 상기 하나 이상의 추천 카테고리 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시한다. 예를 들어 도 5를 참조하면, 제시부(1205)는 도면부호(504)와 같은 카테고리 식별자의 리스트를 포함하는 검색 결과를 상품 등록자에게 제시할 수 있다. 도면부호(504)를 참조하면, 제시부(1205)는 "가전", "생활", "디카", 또는 "광학줌"과 같은 카테고리 키워드를 이용하여 검색된 "가전/영상음향/디지털카메라/광학줌카메라", " 가전/영상음향/디지털카메라/일반카메라", "가전/영상음향/디지털카메라/카메라악세사리"와 같은 추천 카테고리 식별자를 검색 결과로서 상품 등록자에게 제시하고 있음을 알 수 있다.The presentation unit 1205 presents a search result including a list of the one or more recommended category identifiers to the product registrant. For example, referring to FIG. 5, the presentation unit 1205 may present a search result including a list of category identifiers, such as reference numeral 504, to a product registrant. Referring to reference numeral 504, the presenting unit 1205 is a "home appliance / image sound / digital camera / optical zoom" searched using category keywords such as "home appliances", "life", "dica", or "optical zoom". It can be seen that recommended category identifiers such as "camera", "home appliances / video sound / digital camera / general camera", and "home appliances / video sound / digital camera / camera accessories" are presented to the product registrants as a search result.

제2 수신부(1206)는 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 카테고리 식별자에 대한 선택을 수신한다. 예를 들어, 도 5에서는 "가전/영상음향/디지털카메라/광학줌카메라"가 상품 등록자로부터 선택되었음을 알 수 있다.The second receiving unit 1206 receives a selection for any one recommendation category identifier from the list from the product registrant. For example, in FIG. 5, it can be seen that "appliance / image sound / digital camera / optical zoom camera" is selected from the product registrant.

저장부(1207)는 쇼핑몰 서버에서 사용되는 상품 식별자를 상기 선택된 추천 카테고리 식별자에 대응시켜 소정의 매칭 테이블에 저장한다.The storage unit 1207 stores the product identifier used in the shopping mall server in the predetermined matching table in correspondence with the selected recommendation category identifier.

등록부(1208)는 상기 상품 정보를 상기 선택된 추천 카테고리 식별자와 연관 하여 상기 쇼핑몰 중개 서버에 등록하는 역할을 하며, 구체적으로 로딩부(1211), 식별부(1212), 매칭부(1213)를 포함할 수 있다.The registration unit 1208 registers the product information in the shopping mall mediation server in association with the selected recommendation category identifier. Specifically, the registration unit 1208 may include a loading unit 1211, an identification unit 1212, and a matching unit 1213. Can be.

로딩부(1211)는 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하며, 이 경우 식별부(1212)는 상기 매칭 테이블을 참조하여 상기 매칭 테이블로부터 상기 상품 정보의 상품 식별자에 대응하는 추천 카테고리 식별자를 식별한다.The loading unit 1211 loads the product information from the shopping mall server. In this case, the identification unit 1212 refers to the matching table and recommends a category identifier corresponding to the product identifier of the product information from the matching table. Identifies

매칭부(1213)는 상기 상품 정보를 상기 식별된 추천 카테고리 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록한다.The matching unit 1213 automatically matches the product information with the identified recommendation category identifier and registers the merchandise in the shopping mall relay server.

도 13은 본 발명에 따른 상품 정보 등록 방법을 수행하는 데 채용될 수 있는 범용 컴퓨터 장치의 내부 블록도이다.13 is an internal block diagram of a general-purpose computer device that can be employed to perform the product information registration method according to the present invention.

컴퓨터 장치(1300)는 램(RAM: Random Access Memory)(1320)과 롬(ROM: Read Only Memory)(1330)을 포함하는 주기억장치와 연결되는 하나 이상의 프로세서(1310)를 포함한다. 프로세서(1310)는 중앙처리장치(CPU)로 불리기도 한다. 본 기술분야에서 널리 알려져 있는 바와 같이, 롬(1330)은 데이터(data)와 명령(instruction)을 단방향성으로 CPU에 전송하는 역할을 하며, 램(1320)은 통상적으로 데이터와 명령을 양방향성으로 전송하는 데 사용된다. 램(1320) 및 롬(1330)은 컴퓨터 판독 가능 매체의 어떠한 적절한 형태를 포함할 수 있다. 대용량 기억장치(Mass Storage)(1340)는 양방향성으로 프로세서(1310)와 연결되어 추가적인 데이터 저장 능력을 제공하며, 상기된 컴퓨터 판독 가능 기록 매체 중 어떠한 것일 수 있다. 대용량 기억장치(1340)는 프로그램, 데이터 등을 저장하는데 사용되며, 통상적으로 주기억장치보다 속도가 느린 하드 디스크와 같은 보조기억장치이다. CD 롬 (1360)과 같은 특정 대용량 기억장치가 사용될 수도 있다. 프로세서(1310)는 비디오 모니터, 트랙볼, 마우스, 키보드, 마이크로폰, 터치스크린 형 디스플레이, 카드 판독기, 자기 또는 종이 테이프 판독기, 음성 또는 필기 인식기, 조이스틱, 또는 기타 공지된 컴퓨터 입출력장치와 같은 하나 이상의 입출력 인터페이스(1350)와 연결된다. 마지막으로, 프로세서(1310)는 네트워크 인터페이스(1370)를 통하여 유선 또는 무선 통신 네트워크에 연결될 수 있다. 이러한 네트워크 연결을 통하여 상기된 방법의 절차를 수행할 수 있다. 상기된 장치 및 도구는 컴퓨터 하드웨어 및 소프트웨어 기술 분야의 당업자에게 잘 알려져 있다. 한편, 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있다.The computer device 1300 includes one or more processors 1310 connected to a main memory including a random access memory (RAM) 1320 and a read only memory (ROM) 1330. The processor 1310 is also called a central processing unit (CPU). As is well known in the art, the ROM 1330 serves to transfer data and instructions to the CPU unidirectionally, and the RAM 1320 typically transmits data and instructions bidirectionally. Used to. RAM 1320 and ROM 1330 may include any suitable form of computer readable media. Mass storage 1340 is bidirectionally coupled to processor 1310 to provide additional data storage capability and may be any of the computer readable recording media described above. The mass storage device 1340 is used to store programs, data, and the like, and is typically an auxiliary memory device such as a hard disk which is slower than the main memory device. Certain mass storage devices, such as CD ROM 1360, may also be used. The processor 1310 may include one or more input / output interfaces, such as a video monitor, trackball, mouse, keyboard, microphone, touchscreen display, card reader, magnetic or paper tape reader, voice or handwriting reader, joystick, or other known computer input / output device. 1350. Finally, the processor 1310 may be connected to a wired or wireless communication network through the network interface 1370. Through this network connection, the procedure of the method described above can be performed. The apparatus and tools described above are well known to those skilled in the computer hardware and software arts. On the other hand, the hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention.

이상과 같이 본 발명은 비록 한정된 실시예와 도면에 의해 설명되었으나, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described by way of limited embodiments and drawings, but the present invention is not limited to the above embodiments, and those skilled in the art to which the present invention pertains various modifications and variations from such descriptions. This is possible.

그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined not only by the claims below but also by the equivalents of the claims.

본 발명에 따르면, 자동 상품모델 추천 로직에 따라 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 자동으로 추천하여 상품 등록자에게 제시하고, 상기 상품 등록자로부터 선택된 상품모델 식별자를 상기 상품 정보의 해당 상품모델을 자동으로 매칭시킴으로써 상품 정보를 쇼핑몰 중개 서버에 자동으로 등록할 수 있는 방법 및 그 시스템이 제공된다.According to the present invention, according to the automatic product model recommendation logic automatically recommends a product model identifier used in the mall intermediary server to present to the product registrant, and the product model identifier selected from the product registrant automatically the corresponding product model of the product information Provided are a method and a system for automatically registering product information in a shopping mall relay server by matching with the same.

본 발명에 따르면, 상품명을 정확히 포함하고 있는 검색 결과만 제공하는 종래의 데이터베이스 검색 방법으로부터 탈피하고, 상품명을 다양한 검색 로직에 따라 복수의 단계를 통해 처리하여 상품명에 매칭될 가능성이 높은 소정 개수의 검색 결과를 출력할 수 있는 상품 정보 등록 방법 및 시스템이 제공된다.According to the present invention, a predetermined number of searches that are likely to be matched to a brand name by deviating from the conventional database search method that provides only a search result including the brand name accurately and processing the product name through a plurality of steps according to various search logics Provided are a method and a system for registering product information capable of outputting a result.

본 발명에 따른 상품 정보 등록 방법 및 시스템에 의하면, 쇼핑몰 중개 서버에 상품 정보를 등록함에 있어서 상품 등록/매칭 작업의 자동화를 실현하여 관련 작업 리소스를 획기적으로 감소시킬 수 있다.According to the product information registration method and system according to the present invention, in registering the product information in the shopping mall mediation server, it is possible to realize the automation of the product registration / matching operation to significantly reduce the related work resources.

본 발명에 따른 상품 정보 등록 방법 및 시스템에 의하면, 상품 등록자가 쇼핑몰 서버에 입력한 상품명을 정확하게 분석하여 적절한 키워드를 추출하고, 추출된 키워드를 통해 해당 상품에 맞는 상품모델 식별자 및 카테고리를 자동으로 추천함으로써, 상품 등록자의 쇼핑몰 서버에의 상품 등록 과정에서 상품 등록/매칭 작업이 사전에 수행되고, 차후 쇼핑몰 중개 서버에의 상품 등록 시에는 상품 등록/매칭을 위한 별도의 수작업이 불필요하도록 할 수 있다.According to the method and system for registering product information according to the present invention, a product registrant accurately analyzes a product name input to a shopping mall server, extracts an appropriate keyword, and automatically recommends a product model identifier and category suitable for the product through the extracted keyword. By doing so, the product registration / matching operation is performed in advance in the product registration process of the product registrant to the shopping mall server, and a separate manual work for product registration / matching is unnecessary when the product registration is subsequently registered in the shopping mall mediation server.

본 발명에 따른 상품 정보 등록 방법 및 시스템에 의하면, 각 상품의 특성에 따라 서로 다른 검색 로직을 적용함으로써, 해당 질의어에 매칭될 확률이 높은 상품모델을 보다 효율적으로 검색해낼 수 있다.According to the product information registration method and system according to the present invention, by applying different search logic according to the characteristics of each product, it is possible to more efficiently search for a product model having a high probability of matching the query.

Claims (12)

상품 정보 등록 시스템에 의한 상품 정보 등록 방법에 있어서,In the product information registration method by the product information registration system, 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스를 유지하는 단계;Maintaining a database including a product model identifier used in a predetermined shopping mall relay server; 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신하는 단계;Receiving a product identifier or a product name of product information registered in a predetermined shopping mall server; 상기 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성하는 단계;Searching the database using a first query word from which spaces or special characters are removed from the brand name, and generating a first search result; 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성하는 단계;When the number of the first search results is less than a predetermined reference value, the brand name is divided into a plurality of words according to a space, and the first letter and the last letter of the plurality of words are alphabets or numbers, and include at least one number. Searching the database using a word as a second query and generating a second search result; 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성하는 단계;When the sum of the number of the first search result and the number of the second search result is less than the reference value, the second query word is separated into a space or a special character to generate a plurality of tokens, and connects the tokens to a space. 3 searching the database using a query and generating a third search result; 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시하고, 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하는 단계; 및Presenting a list of recommended product model identifiers including at least one of the first search result, the second search result and the third search result to a product registrant, and recommending one of the list of recommended product model identifiers from the product registrant Receiving a selection for; And 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 단계Registering the product information with the shopping mall mediation server in association with the selected recommended product model identifier 를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.Product information registration method comprising a. 제1항에 있어서,The method of claim 1, 상기 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장하는 단계를 더 포함하고,Storing the product identifier in a predetermined matching table in correspondence with the selected recommendation product model identifier; 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 상기 단계는,Registering the product information in the shopping mall mediation server in association with the selected recommended product model identifier, 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하는 단계;Loading the product information from the shopping mall server; 상기 매칭 테이블에서 상기 상품 정보의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별하는 단계; 및Identifying a recommendation product model identifier corresponding to a product identifier of the product information in the matching table; And 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시켜 상기 쇼핑몰 중개 서버에 등록하는 단계Automatically matching the product information with the identified recommended product model identifier and registering the product information with the shopping mall mediation server; 를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.Product information registration method comprising a. 제1항에 있어서,The method of claim 1, 상기 제1 내지 제3 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 상품명을 소정의 엔진 색인기를 이용하여 토큰 분리하고, 상기 토큰을 이용하여 상 기 데이터베이스를 검색하고, 제4 검색 결과를 생성하는 단계를 더 포함하고,When the sum of the number of the first to third search results is less than the reference value, the token is separated using a predetermined engine indexer, the database is searched using the token, and a fourth search result is generated. Further comprising: 상기 추천 상품모델 식별자의 리스트는 상기 제4 검색 결과를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.And the list of recommended product model identifiers includes the fourth search result. 제3항에 있어서,The method of claim 3, 상기 제1 내지 제4 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 데이터베이스에서 상기 토큰 중 적어도 하나를 포함하는 제5 검색 결과를 생성하는 단계를 더 포함하고,Generating a fifth search result including at least one of the tokens in the database when the sum of the number of the first to fourth search results is less than the reference value, 상기 추천 상품모델 식별자의 리스트는 상기 제5 검색 결과를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.And the list of recommended product model identifiers includes the fifth search result. 제1항에 있어서,The method of claim 1, 상기 제2 질의어로 상기 데이터베이스를 검색하고 제2 검색 결과를 생성하는 상기 단계는,The step of searching the database with the second query and generating a second search result, 복수의 상기 제2 질의어를 길이에 따른 내림차순으로 정렬하는 단계; 및Sorting the plurality of second queries in descending order according to length; And 상기 정렬된 순서에 따라 상기 데이터베이스에 대한 검색을 수행하여 상기 제2 검색 결과를 생성하는 단계Generating the second search result by performing a search on the database according to the sorted order 를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.Product information registration method comprising a. 제1항에 있어서,The method of claim 1, 제3 질의어를 이용하여 상기 데이터베이스를 검색하고 제3 검색 결과를 생성하는 상기 단계는,The step of searching the database using a third query and generating a third search result, 상기 제3 질의어에 포함된 상기 토큰들의 수를 상기 제3 질의어의 후단에서부터 줄여가면서 상기 데이터베이스를 반복적으로 검색하는 과정을 통해 상기 제3 검색 결과를 생성하는 단계를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.And generating the third search result by repeatedly searching the database while reducing the number of the tokens included in the third query word from the rear end of the third query word. Way. 제6항에 있어서,The method of claim 6, 제3 질의어를 이용하여 상기 데이터베이스를 검색하고 제3 검색 결과를 생성하는 상기 단계는,The step of searching the database using a third query and generating a third search result, 상기 데이터베이스를 반복적으로 검색하는 과정의 수행 중 검색 결과가 있는 경우, 이를 상기 제3 검색 결과로 생성하고 상기 데이터베이스를 반복적으로 검색하는 과정을 중단하는 단계를 포함하는 것을 특징으로 하는 상품 정보 등록 방법.And if there is a search result while performing the process of repeatedly searching the database, generating the third search result and stopping the process of repeatedly searching the database. 삭제delete 제1항 내지 제7항 중 어느 한 항의 방법을 실행하기 위한 프로그램이 기록되어 있는 것을 특징으로 하는 컴퓨터에서 판독 가능한 기록 매체.A computer-readable recording medium in which a program for executing the method of any one of claims 1 to 7 is recorded. 상품 정보 등록 시스템에 있어서,In the product information registration system, 소정의 쇼핑몰 중개 서버에서 사용되는 상품모델 식별자를 포함하는 데이터베이스;A database including a product model identifier used in a predetermined shopping mall relay server; 소정의 쇼핑몰 서버에 등록된 상품 정보의 상품 식별자 또는 상품명을 수신하는 제1 수신부;A first receiver configured to receive a product identifier or a product name of product information registered in a predetermined shopping mall server; 상기 상품명에서 스페이스 또는 특수문자를 제거한 제1 질의어를 이용하여 상기 데이터베이스를 검색하고, 제1 검색 결과를 생성하는 제1 검색부;A first search unit for searching the database by using a first query word having a space or a special character removed from the brand name, and generating a first search result; 상기 제1 검색 결과의 개수가 소정의 기준치 미만인 경우, 상기 상품명을 스페이스에 따라 복수의 단어로 분리하고, 상기 복수의 단어 중에서 첫 글자와 마지막 글자가 알파벳 또는 숫자이고, 적어도 하나의 숫자를 포함하는 단어를 제2 질의어로 하여 상기 데이터베이스를 검색하고, 제2 검색 결과를 생성하는 제2 검색부;When the number of the first search results is less than a predetermined reference value, the brand name is divided into a plurality of words according to a space, and the first letter and the last letter of the plurality of words are alphabets or numbers, and include at least one number. A second search unit searching the database using a word as a second query word and generating a second search result; 상기 제1 검색 결과의 개수와 상기 제2 검색 결과의 개수의 합이 상기 기준치 미만인 경우, 상기 제2 질의어를 스페이스 또는 특수문자로 분리하여 복수의 토큰들을 생성하고, 상기 토큰들을 스페이스로 연결한 제3 질의어를 이용하여 상기 데이터베이스를 검색하고, 제3 검색 결과를 생성하는 제3 검색부;When the sum of the number of the first search result and the number of the second search result is less than the reference value, the second query word is separated into a space or a special character to generate a plurality of tokens, and connects the tokens to a space. A third search unit for searching the database using three query terms and generating a third search result; 상기 제1 검색 결과, 상기 제2 검색 결과 및 상기 제3 검색 결과 중 적어도 하나를 포함하는 추천 상품모델 식별자의 리스트를 상품 등록자에게 제시하는 제시부;A presentation unit for presenting a list of recommended product model identifiers including at least one of the first search result, the second search result, and the third search result to a product registrant; 상기 상품 등록자로부터 상기 리스트 중 어느 하나의 추천 상품모델 식별자에 대한 선택을 수신하는 제2 수신부; 및A second receiver configured to receive a selection of one recommended product model identifier from the list from the product registrant; And 상기 상품 정보를 상기 선택된 추천 상품모델 식별자와 연관하여 상기 쇼핑몰 중개 서버에 등록하는 등록부A register that registers the product information to the shopping mall relay server in association with the selected recommended product model identifier 를 포함하는 것을 특징으로 하는 상품 정보 등록 시스템.Product information registration system comprising a. 제10항에 있어서,The method of claim 10, 상기 상품 식별자를 상기 선택된 추천 상품모델 식별자에 대응시켜 소정의 매칭 테이블에 저장하는 저장부를 더 포함하고,A storage unit which stores the product identifier in a predetermined matching table in correspondence with the selected recommended product model identifier, 상기 등록부는,The registration unit, 상기 쇼핑몰 서버로부터 상기 상품 정보를 로딩(loading)하는 로딩부;A loading unit for loading the product information from the shopping mall server; 상기 매칭 테이블에서 상기 상품 정보의 상품 식별자에 대응하는 추천 상품모델 식별자를 식별하는 식별부; 및An identification unit for identifying a recommendation product model identifier corresponding to the product identifier of the product information in the matching table; And 상기 상품 정보를 상기 식별된 추천 상품모델 식별자에 자동으로 매칭시키는 매칭부Matching unit for automatically matching the product information to the identified recommended product model identifier 를 포함하는 것을 특징으로 하는 상품 정보 등록 시스템.Product information registration system comprising a. 제10항에 있어서,The method of claim 10, 상기 제3 검색부는,The third search unit, 상기 제3 질의어에 포함된 상기 토큰들의 수를 상기 제3 질의어의 후단에서부터 줄여가면서 상기 데이터베이스를 반복적으로 검색하는 과정을 통해 상기 제3 검색 결과를 생성하는 것을 특징으로 하는 상품 정보 등록 시스템.And generating the third search result by repeatedly searching the database while reducing the number of tokens included in the third query word from a rear end of the third query word.
KR1020050047788A 2005-06-03 2005-06-03 Product information registration method and system that automatically matches product model Expired - Lifetime KR101105947B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050047788A KR101105947B1 (en) 2005-06-03 2005-06-03 Product information registration method and system that automatically matches product model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050047788A KR101105947B1 (en) 2005-06-03 2005-06-03 Product information registration method and system that automatically matches product model

Publications (2)

Publication Number Publication Date
KR20060126119A KR20060126119A (en) 2006-12-07
KR101105947B1 true KR101105947B1 (en) 2012-01-18

Family

ID=37730119

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050047788A Expired - Lifetime KR101105947B1 (en) 2005-06-03 2005-06-03 Product information registration method and system that automatically matches product model

Country Status (1)

Country Link
KR (1) KR101105947B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100756658B1 (en) * 2006-02-23 2007-09-10 (주) 프람트 How to Build an Electronic Catalog Automatically
CN109344398B (en) * 2018-09-10 2024-02-09 北京京东尚科信息技术有限公司 Commodity name processing method and device, computer storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990031789A (en) * 1997-10-14 1999-05-06 이계철 Sending / receiving method of communication cell between processors
KR20040021789A (en) * 2002-09-04 2004-03-11 차상영 Method and system for registering goods information

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990031789A (en) * 1997-10-14 1999-05-06 이계철 Sending / receiving method of communication cell between processors
KR20040021789A (en) * 2002-09-04 2004-03-11 차상영 Method and system for registering goods information

Also Published As

Publication number Publication date
KR20060126119A (en) 2006-12-07

Similar Documents

Publication Publication Date Title
KR100721406B1 (en) Product search system and method using category search logic
US7096218B2 (en) Search refinement graphical user interface
CN108701121B (en) Dispatching user input to multiple input fields in a user interface
US8832135B2 (en) Method and system for database query term suggestion
CN105955976A (en) Automatic answering system and method
US20080167974A1 (en) Commodity Information Registering Method and System Which Automatically Matches Commodity Model and Category With the Commodity Information
CN107992523B (en) Function option searching method of mobile application and terminal equipment
JP5027803B2 (en) Query matching system and method, and computer-readable recording medium on which a program for executing the method is recorded
CN111143359A (en) Query statement generation method and device
US20070016581A1 (en) Category setting support method and apparatus
CN113297471B (en) Data object tag generation method, data object searching device and electronic equipment
CN110489032B (en) Dictionary query method for electronic book and electronic equipment
JP4852834B2 (en) Application requirement design support system and method
KR101105947B1 (en) Product information registration method and system that automatically matches product model
KR102477841B1 (en) Controlling method for retrieval device, server and retrieval system
KR101137056B1 (en) Product information registration method and system using automatic product model recommendation logic
KR100709984B1 (en) Query matching method and system for outputting matching result by processing query according to various logic
KR20200097949A (en) Method and system for extracting synonym by using keyword relation structure
CN111914154B (en) Intelligent search guiding system and method
KR100769465B1 (en) Query Matching Method and Query Matching System Using Category Matching
US20090210380A1 (en) Data search system, method and program
CN110704729A (en) Application search method and cloud server
JP2732661B2 (en) Text type database device
JP7602831B1 (en) PROGRAM, INFORMATION PROCESSING APPARATUS, AND METHOD
KR100623628B1 (en) A computer-readable recording medium having recorded thereon a query matching system, a method and a program for executing the method.

Legal Events

Date Code Title Description
PA0109 Patent application

Patent event code: PA01091R01D

Comment text: Patent Application

Patent event date: 20050603

PG1501 Laying open of application
N231 Notification of change of applicant
PN2301 Change of applicant

Patent event date: 20090522

Comment text: Notification of Change of Applicant

Patent event code: PN23011R01D

A201 Request for examination
PA0201 Request for examination

Patent event code: PA02012R01D

Patent event date: 20100603

Comment text: Request for Examination of Application

Patent event code: PA02011R01I

Patent event date: 20050603

Comment text: Patent Application

E902 Notification of reason for refusal
PE0902 Notice of grounds for rejection

Comment text: Notification of reason for refusal

Patent event date: 20110916

Patent event code: PE09021S01D

E701 Decision to grant or registration of patent right
PE0701 Decision of registration

Patent event code: PE07011S01D

Comment text: Decision to Grant Registration

Patent event date: 20111215

GRNT Written decision to grant
PR0701 Registration of establishment

Comment text: Registration of Establishment

Patent event date: 20120106

Patent event code: PR07011E01D

PR1002 Payment of registration fee

Payment date: 20120106

End annual number: 3

Start annual number: 1

PG1601 Publication of registration
FPAY Annual fee payment

Payment date: 20151223

Year of fee payment: 5

PR1001 Payment of annual fee

Payment date: 20151223

Start annual number: 5

End annual number: 5

FPAY Annual fee payment

Payment date: 20170102

Year of fee payment: 6

PR1001 Payment of annual fee

Payment date: 20170102

Start annual number: 6

End annual number: 6

FPAY Annual fee payment

Payment date: 20180102

Year of fee payment: 7

PR1001 Payment of annual fee

Payment date: 20180102

Start annual number: 7

End annual number: 7

FPAY Annual fee payment

Payment date: 20190102

Year of fee payment: 8

PR1001 Payment of annual fee

Payment date: 20190102

Start annual number: 8

End annual number: 8

FPAY Annual fee payment

Payment date: 20200102

Year of fee payment: 9

PR1001 Payment of annual fee

Payment date: 20200102

Start annual number: 9

End annual number: 9

PR1001 Payment of annual fee

Payment date: 20201229

Start annual number: 10

End annual number: 10

PR1001 Payment of annual fee

Payment date: 20220103

Start annual number: 11

End annual number: 11

PR1001 Payment of annual fee

Payment date: 20221221

Start annual number: 12

End annual number: 12

PR1001 Payment of annual fee

Payment date: 20241223

Start annual number: 14

End annual number: 14