KR20060122364A - System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method - Google Patents

System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method Download PDF

Info

Publication number
KR20060122364A
KR20060122364A KR1020050044758A KR20050044758A KR20060122364A KR 20060122364 A KR20060122364 A KR 20060122364A KR 1020050044758 A KR1020050044758 A KR 1020050044758A KR 20050044758 A KR20050044758 A KR 20050044758A KR 20060122364 A KR20060122364 A KR 20060122364A
Authority
KR
South Korea
Prior art keywords
list
autocomplete
content
index
content list
Prior art date
Application number
KR1020050044758A
Other languages
Korean (ko)
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 KR1020050044758A priority Critical patent/KR20060122364A/en
Publication of KR20060122364A publication Critical patent/KR20060122364A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • G06F40/242Dictionaries

Abstract

A system and a method for offering automatically completed contents, and a computer-readable recording medium storing a program for executing the same are provided to present a recommended content list in real-time according to a query input situation of user, and present a new search service for preventing mistyping and teaching a right query. A content database(211) stores the content lists. An automatically completed lest integrating/arranging part(220) arranges or integrates multiple content lists. An indexer(202) classifies the content lists according to a phoneme unit, a syllable unit, or a suffix. An index database(203) stores the classified content lists. A web server(204) transfers particulars inputted from a web browser(210) of the user to an automatic completion server(205) and transfers an automatically completed list received from the automatic completion server to the web browser. The automatic completion server extracts the automatically completed list associated with the user input particulars from the index database and transfers the extracted list to the web server.

Description

자동완성 컨텐츠 제공 시스템, 방법 및 상기 방법을 실행하기 위한 프로그램이 기록된 컴퓨터에서 판독 가능한 기록 매체{SYSTEM AND METHOD FOR PROVIDING AUTOMATICALLY COMPLETED CONTENTS LIST AND COMPUTER READABLE RECORDING MEDIUM RECORDING PROGRAM FOR IMPLEMENTING THE METHOD}FIELD OF METHOD FOR PROVIDING AUTOMATICALLY COMPLETED CONTENTS LIST AND COMPUTER READABLE RECORDING MEDIUM RECORDING PROGRAM FOR IMPLEMENTING THE METHOD}

도 1은 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 시스템의 네트워크 연결을 도시한 도면이다. 1 is a diagram illustrating a network connection of an autocomplete content providing system according to an embodiment of the present invention.

도 2는 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 시스템의 구성을 도시한 블록도이다.2 is a block diagram illustrating a configuration of an autocomplete content providing system according to an embodiment of the present invention.

도 3은 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 방법을 도시한 흐름도이다.3 is a flowchart illustrating a method for providing autocomplete content according to an embodiment of the present invention.

도 4는 본 발명의 일실시예에 있어서, 자소단위 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스의 일례를 도시한 도면이다.FIG. 4 is a diagram for one example of an index database for recording a content list divided by a phoneme index according to one embodiment of the present invention.

도 5는 본 발명의 일실시예에 있어서, 음절단위 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스의 일례를 도시한 도면이다.FIG. 5 is a diagram for one example of an index database for recording a content list divided by syllable unit index according to an embodiment of the present invention.

도 6은 본 발명의 일실시예에 있어서, 서픽스(suffix) 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스의 일례를 도시한 도면이다.FIG. 6 illustrates an example of an index database for recording a content list divided by a suffix index according to an embodiment of the present invention.

도 7 내지 도 10은 본 발명의 일실시예에 있어서, 사용자가 자소단위에 해당 하는 사항을 입력한 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.7 to 10 are diagrams illustrating an example of an autocomplete list provided to a user when a user inputs a matter corresponding to a phoneme unit according to one embodiment of the present invention.

도 11은 본 발명의 일실시예에 있어서, 설정 모드로서 자소단위 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.FIG. 11 is a diagram for one example of an autocomplete list provided to a user when a phoneme index is selected as a setting mode according to one embodiment of the present invention.

도 12는 본 발명의 일실시예에 있어서, 설정 모드로서 음절단위 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.FIG. 12 is a diagram for one example of an autocomplete list provided to a user when a syllable unit index is selected as a setting mode according to one embodiment of the present invention.

도 13과 도 14는 본 발명의 일실시예에 있어서, 설정 모드로서 서픽스 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.13 and 14 illustrate examples of an autocomplete list provided to a user when a suffix index is selected as a setting mode according to one embodiment of the present invention.

도 15는 본 발명의 일실시예에 있어서, 검색 웹페이지 상에 오버랩되는 자동완성 리스트의 모습을 도시한 도면이다.FIG. 15 is a diagram illustrating an autocomplete list overlapping a search web page according to one embodiment of the present invention.

도 16은 본 발명에 따른 자동완성 컨텐츠 제공 방법을 수행하는 데 채용될 수 있는 범용 컴퓨터 장치의 내부 블록도이다.16 is an internal block diagram of a general purpose computer device that may be employed to perform the method for providing autocomplete content in accordance with the present invention.

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

200 : 자동완성 컨텐츠 제공 시스템200: autocomplete content providing system

201 : 로그 데이터베이스 202 : 색인기201: log database 202: indexer

203 : 색인 데이터베이스 204 : 웹서버203: index database 204: web server

205 : 자동완성 서버 206 : 모드 변환기205: autocomplete server 206: mode converter

207 : 유효 판단기 210 : 웹브라우저207: Validity judgment 210: Web browser

211 : 컨텐츠 데이터베이스 220 : 자동완성 리스트 통합/정렬기211: content database 220: automatic completion list integration / sorter

본 발명은 자동완성 컨텐츠 제공 시스템 및 방법에 관한 것으로서, 더욱 상세하게는 컨텐츠 리스트를 하나 이상의 색인에 따라 분류하여 각 색인별로 이를 기록하고, 사용자의 웹브라우저로부터 수신된 사용자 입력 사항 및 설정 모드에 따라 해당 컨텐츠 리스트를 추출하여 상기 사용자에게 제공함으로써, 사용자의 질의어 입력 상황에 맞춰 사전에 적절한 추천 컨텐츠 리스트를 제시할 수 있는 자동완성 컨텐츠 제공 시스템 및 방법에 관한 것이다.The present invention relates to an autocomplete content providing system and method, and more particularly, to classify a content list according to one or more indexes and record the content list according to each index, and according to a user input received from a user's web browser and a setting mode. The present invention relates to an autocomplete content providing system and method capable of presenting an appropriate list of recommended contents in advance according to a user's query input situation by extracting a corresponding content list and providing the same to a user.

일반적으로 검색 서비스를 제공하는 검색 웹사이트는 사용자로부터 질의어가 입력되면 상기 질의어에 대응하는 검색 결과(예를 들면, 상기 질의어를 포함하는 웹 사이트, 상기 질의어를 포함하는 기사, 상기 질의어를 포함하는 파일명을 갖는 이미지 등)를 사용자에게 제공한다.In general, a search website providing a search service has a search result corresponding to the query when the user inputs a query (for example, a web site including the query, an article including the query, and a file name including the query). To the user).

현재 검색 서비스는 점차 사용자의 편의를 극대화하는 방향으로 개선되어 가고 있는데, 이러한 개선 방향의 큰 줄기는 사용자가 적합한 질의어를 입력할 시에 만족할만한 검색 결과를 제공하는 것은 물론이거니와 사용자가 부적합한 질의어를 입력할 시에도 사용자를 만족시킬 수 있는 적절한 검색 결과를 제공하는 것이어야 한다. 특히, 검색 서비스의 이용자층이 확대되면서 적절한 질의어에 대한 충분한 배경 지식이 없는 사용자가 늘어남에 따라 사용자에게 적절한 쿼리를 가이드(guide)할 필요성이 제기된다.Currently, the search service is gradually being improved to maximize user convenience. The main trend of the improvement is not only to provide satisfactory search results when a user inputs an appropriate query, but also to input an inappropriate query. It should also be to provide appropriate search results to satisfy the user. In particular, as the user base of the search service expands, an increase in the number of users who do not have sufficient background knowledge of appropriate query terms raises the need for guiding appropriate queries to users.

또한, 검색 서비스에 있어서 사용자가 검색창에 오타를 입력할 경우 이를 어 떤 식으로 처리하여 사용자를 만족시킬 수 있는 적절한 검색 결과를 제공할 것인가에 대한 고민도 존재한다. 이러한 오타는 예를 들어, (1) "엠마 와트슨"과 "엠마 왓슨"의 경우처럼 발음이 유사하거나 외래어 표기에서 혼동이 오는 경우, (2) "우르과이라운드", "안나에일기"와 같이 시각적으로 비슷한 글자에서 혼동이 오는 경우, (3) "]", "!"와 같이 사용자가 자판을 통해 특수문자를 입력한 경우, (4) "에프.비.아이"와 같이 영어 또는 영어 자모를 한글로 적는 경우 등에 발생할 수 있는데, 이러한 오타 입력 문제에 대한 적극적인 해결책이 필요하다.In addition, in the search service, there is a concern about how a user inputs a typo in a search box and how to process it to provide an appropriate search result that satisfies the user. These typos, for example, are (1) similar in pronunciation, such as in the case of "Emma Watson" and "Emma Watson," or (2) visual in the form of "Uruguay Round" and "Anna Diary." (3) When the user enters special characters through the keyboard, such as "]", "!", And (4) English or English letters, such as "F.B.I". This can occur when you write in Korean, but you need an active solution to this typo input problem.

그러나, 종래의 검색 서비스에서는 (1) 미리 정의된 변환 리스트를 이용하여, 사용자가 검색창에 어떤 질의어를 입력하여 검색 수행을 요청했을 때 그 질의어가 상기 변환 리스트에 존재하면 상기 질의어를 기정의된 다른 질의어로 변환하여 검색 결과를 출력하는 방법과, (2) 사용자가 입력한 잘못된 질의어를 입력했더라도 그에 따른 검색 결과를 출력한 후 사용자에게 하나 이상의 다른 질의어를 추천하는 방법 등의 소극적인 해결 방법만이 사용되고 있다.However, in the conventional search service, (1) using a predefined conversion list, when a user inputs a query to the search box and requests to perform a search, the query is pre-defined if the query exists in the conversion list. Only passive methods such as converting to another query and outputting the search results, and (2) recommending one or more other queries to the user after outputting search results according to the wrong query entered by the user Is being used.

즉, 상기 (1)의 방법에는 사용자가 실제로 원하지 않는 질의어에 대한 검색 결과를 출력할 가능성이 높다는 문제점이 있고, 상기 (2)의 방법에는 이미 잘못 입력된 질의어에 대한 검색 결과를 한번 출력한 후에야 사후적으로 다른 질의어를 추천하므로 사용자가 다시 질의어를 선택하여 검색 수행을 요청해야 하는 번거로움이 존재한다.That is, the method of (1) has a problem that the user is likely to output a search result for a query that is not actually desired, and the method of (2) only after outputting a search result for a query word which is already wrongly input once. Since the other query is recommended afterwards, the user has to select a query again and request to perform a search.

또한, 상기 (1), (2)의 방법에 따르면, 검색 서비스를 제공하는 업체에서는 많은 인력을 투자하여 가능한 오타를 작성하고 이를 변환 리스트 또는 추천 리스트 에 추가해야 하는 소모적인 작업을 반복적으로 수행해야 하는 문제점이 있고, 이로 인해 사이트 등록이나 컨텐츠 검색 제작 등의 다른 중요한 분야에 대해 여러가지 차질이 발생하고 그에 따른 생산성 저하의 문제점도 발생한다.In addition, according to the above methods (1) and (2), a company that provides a search service must repeatedly perform a wasteful task of investing a lot of manpower to create a possible typo and add it to a conversion list or a recommendation list. As a result, various obstacles occur in other important fields such as site registration or content search production, resulting in a problem of reduced productivity.

이에, 검색 서비스의 오타 정정 기능을 크게 강화하기 위해 사용자가 질의어를 입력하기 전에 오타를 방지할 수 있고, 특히 질의어 로그를 다양한 기준에 따른 색인별로 구분하고 사용자의 웹브라우저로부터 수신되는 사용자 입력 사항 및 설정 모드에 따라 사용자가 입력 중인 질의어를 자동으로 완성할 수 있는 새로운 기술의 출현이 요청되어 왔다.Therefore, in order to greatly enhance the error correction function of the search service, it is possible to prevent a typo before a user inputs a query. In particular, the query log is divided into indexes according to various criteria, and user inputs received from the user's web browser and According to the setting mode, the emergence of a new technology capable of automatically completing the query being input by the user has been requested.

본 발명은 상술한 바와 같은 종래기술의 문제점을 해결하기 위해 안출된 것으로서, 사용자의 질의어 입력 상황에 맞춰 실시간으로 적절한 추천 컨텐츠 리스트를 제시할 수 있는 자동완성 컨텐츠 제공 시스템 및 방법을 제공하는 것을 그 목적으로 한다.The present invention has been made to solve the problems of the prior art as described above, the object of the present invention to provide an auto-complete content providing system and method that can present a suitable list of recommended content in real time in accordance with the user's query input situation. It is done.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 사용자의 검색 오타를 사전에 예방할 수 있고, 올바른 질의어에 대한 사용자 교육 기능을 지니는 새로운 검색 서비스를 제시하는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention can prevent a user's search typo in advance and provide a new search service having a user education function for a correct query.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 컨텐츠 리스트를 다양한 기준에 따른 색인별로 구분하고 사용자의 웹브라우저로부터 수신되는 사용자 입력 사항 및 설정 모드에 따라 사용자가 입력 중인 질의어를 자동으로 완성할 수 있는 자동완성 리스트를 제공함으로써, 사용자가 질의어 입력 도중에 원하는 컨텐 츠 항목을 선택하여 손쉽게 질의어를 완성할 수 있도록 하는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention can divide the content list by index according to various criteria and automatically complete the query being input by the user according to user input items and setting modes received from the user's web browser. The purpose of this is to provide an autocomplete list so that the user can easily complete the query by selecting the desired content item during the query input.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 한글과 같이 자소단위로 구분되는 언어에도 적합하도록 컨텐츠 리스트를 자소단위로 분류하고, 사용자가 자소단위에 해당하는 사항을 입력하면 상기 분류된 컨텐츠 리스트로부터 바로 이에 대응하는 자동완성 리스트를 추출하여 제공하는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention classifies a content list into a phoneme unit so that it is suitable for a language divided into phoneme units such as Korean, and if the user inputs a matter corresponding to the phoneme unit, The purpose is to extract and provide a list of the corresponding autocomplete.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 단어의 앞단에 위치하는 프리픽스(prefix)뿐만 아니라 단어의 뒷단에 위치하는 서픽스(suffix)를 이용한 질의어 자동 완성 기능도 제공하는 것을 그 목적으로 한다.An object and a system for providing autocomplete content according to the present invention are to provide a query automatic completion function using a suffix located at the back of the word as well as a prefix located at the front of the word.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 소정의 컨텐츠 리스트를 다양한 기준에 따른 색인별로 효과적으로 분류하여 사용자가 입력하고 있는 사항에 대한 자동완성 리스트를 실시간으로 추출하여 제공할 수 있는 시스템을 구축함으로써, 오타 정정을 위해 많은 인력이 변환 리스트나 추천 리스트를 일일이 작성해야 하는 시간적, 경제적 손실을 획기적으로 감소시키는 것을 그 목적으로 한다.The system and method for providing autocomplete contents according to the present invention by constructing a system capable of effectively classifying a predetermined content list by index according to various criteria and extracting and providing an autocomplete list on a user input in real time. For this purpose, the aim is to drastically reduce the time and economic losses incurred by a large number of human resources in order to correct typos.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 질의어 자동완성을 구현하여 사용자의 질의어 입력 시간을 단축함으로써 사용자의 질의어 입력 편의를 도모하고, 특히 키보드 사용이 미숙한 사용자의 질의어 입력 편의를 제공하는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention implements query autocompletion to shorten the query input time of the user, thereby facilitating the user's query input, and in particular, to provide a user's query input convenience for the inexperienced keyboard user. For that purpose.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 질의어의 일부만을 기억하는 사용자에 대해 사용자의 기억을 보완하는 기능을 제공하는 것을 그 목적으로 한다.It is an object of the present invention to provide an autocomplete content providing system and method that provides a function for supplementing a user's memory to a user who stores only a part of a query.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 해당 입력 사항에 대한 다른 사용자들의 질의 경향을 파악하고자 하는 사용자의 욕구를 충족시키는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention has the purpose of satisfying the user's desire to grasp the query tendency of other users with respect to the input.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법은 컨텐츠 리스트를 포함하는 자동완성 리스트를 사용자에게 제공함으로써 사용자가 질의어 입력 도중에 자동완성 리스트에서 원하는 컨텐츠 항목을 선택하면 검색 결과를 항상 제공받을 수 있도록 하고, 사용자의 질의 의도가 명백하게 컨텐츠의 추천을 원하는 서비스에서 최적으로 구현되어 사용자의 서비스 만족도를 향상시키며, 모든 질의어 대신에 컨텐츠 리스트를 추천함으로써 추천에 부적절한 성인 키워드, 욕설 등을 제거하기 위한 노력을 최소화하는 것을 그 목적으로 한다.The system and method for providing autocomplete content according to the present invention provides a user with an autocomplete list including a content list so that the user can always receive a search result when the user selects a desired content item from the autocomplete list during the query input. The user's query intention is optimally implemented in the service that clearly recommends the content, improving the user's service satisfaction, and minimizing the effort to remove adult keywords, abusive words, etc. that are inappropriate for the recommendation by recommending the content list instead of all the query terms. For that purpose.

상기의 목적을 달성하고, 상술한 종래기술의 문제점을 해결하기 위하여, 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 시스템은, 컨텐츠 리스트를 포함하여 유지하는 컨텐츠 데이터베이스, 질의어 로그를 기록하여 유지하는 로그 데이터베이스, 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하는 자동완성 리스트 통합/정렬기, 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 색인기, 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기 록하는 색인 데이터베이스, 사용자의 웹브라우저로부터 사용자 입력 사항을 수신하여 소정의 자동완성 서버에 전달하고, 상기 자동완성 서버로부터 자동완성 리스트를 수신하여 상기 웹브라우저로 전송하는 웹서버, 및 상기 웹서버로부터 상기 사용자 입력 사항을 전달받고, 상기 색인 데이터베이스로부터 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하여 상기 웹서버로 전송하는 자동완성 서버를 포함하는 것을 특징으로 한다.In order to achieve the above object and to solve the above-mentioned problems of the prior art, the auto-complete content providing system according to an embodiment of the present invention, to record and maintain the content database, including the content list, query log A log database, an automatic completion list integrator / sorter that sorts the contents list using the query log, or a plurality of the contents list, and classifies the contents list by phoneme, syllable unit, or suffix. An indexer configured to classify the classified content list by phoneme index, syllable unit index, or suffix index, receive user input from a user's web browser, and deliver the user input to a predetermined autocomplete server; Receive an autocomplete list from the autocomplete server A web server for transmitting to a web browser, and an autocomplete server for receiving the user inputs from the web server, extracting an autocomplete list associated with the user inputs from the index database, and transmitting the inputs to the web server. It features.

또한, 본 발명의 일실시예에 따른 자동완성 리스트 추천 방법은, 컨텐츠 리스트를 소정의 컨텐츠 데이터베이스에 포함하여 유지하는 단계, 질의어 로그를 소정의 로그 데이터베이스에 기록하여 유지하는 단계, 소정의 자동완성 리스트 통합/정렬기에서 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하는 단계, 소정의 색인기에서 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 단계, 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 소정의 색인 데이터베이스에 기록하는 단계, 소정의 웹서버에서 사용자의 웹브라우저로부터 사용자 입력 사항을 수신하여 소정의 자동완성 서버에 전달하는 단계, 상기 자동완성 서버에서 상기 웹서버로부터 상기 사용자 입력 사항을 전달받고, 상기 색인 데이터베이스로부터 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하여 상기 웹서버로 전송하는 단계, 및 상기 웹서버에서 상기 자동완성 서버로부터 상기 자동완성 리스트를 수신하여 상기 웹브라우저로 전송하는 단계를 포함하는 것을 특징으로 한다.In addition, the method for recommending an autocomplete list according to an embodiment of the present invention includes the steps of including and maintaining a content list in a predetermined content database, recording and maintaining a query log in a predetermined log database, and a predetermined autocomplete list. Sorting the content list by using the query log in a merge / sorter, or integrating a plurality of the content list, and classifying the content list according to a phoneme unit, syllable unit, or suffix in a predetermined indexer. And dividing the classified content list by phoneme index, syllable unit index, or suffix index into a predetermined index database, receiving a user input from a user's web browser at a predetermined web server, Delivering to the autocomplete server, in the autocomplete server Receiving the user input from an existing web server, extracting an autocomplete list associated with the user input from the index database, and transmitting the extracted user input to the web server, and the autocomplete list from the autocomplete server in the web server. Receiving and transmitting to the web browser.

이하, 첨부된 도면을 참조하여 본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법을 상세히 설명하기로 한다.Hereinafter, an autocomplete content providing system and method according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 시스템의 네트워크 연결을 도시한 도면이다.1 is a diagram illustrating a network connection of an autocomplete content providing system according to an embodiment of the present invention.

자동완성 컨텐츠 제공 시스템(100)은 컨텐츠 리스트를 소정의 컨텐츠 데이터베이스에 포함하여 유지하고, 질의어 로그를 소정의 로그 데이터베이스에 기록하여 유지하며, 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하고, 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하며, 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 소정의 색인 데이터베이스에 기록한다.The autocomplete content providing system 100 includes a content list in a predetermined content database, maintains a query log in a predetermined log database, and sorts the content list by using the query log, Integrate the content list, classify the content list by phoneme, syllable unit, or suffix, and classify the classified content list by phoneme index, syllable unit index, or suffix index. Write to the database.

사용자는 사용자 단말기(110a 또는 110b)를 이용하여 유무선 통신망을 통해 자동완성 컨텐츠 제공 시스템(100)의 웹서버에 접속하여 질의어를 입력한다. 이 경우, 상기 웹서버는 사용자의 웹브라우저로부터 사용자 입력 사항 및 설정 모드를 포함하는 입력 정보를 수신하여 자동완성 컨텐츠 제공 시스템(100)의 자동완성 서버에 전달하며, 상기 자동완성 서버는 상기 웹서버로부터 상기 입력 정보를 전달받고, 상기 색인 데이터베이스로부터 상기 입력 정보와 연관된 자동완성 리스트를 추출하여 상기 웹서버로 전송한다. 이에 따라, 상기 웹서버는 상기 자동완성 서버로부터 자동완성 리스트를 수신하여 상기 웹브라우저로 전송하며, 사용자는 질의어의 입력 도중에 상기 자동완성 리스트 중 자신이 원하는 컨텐츠 항목을 선택하여 손쉽 게 질의어를 완성할 수 있다.A user accesses a web server of the autocomplete content providing system 100 through a wired / wireless communication network using a user terminal 110a or 110b and inputs a query. In this case, the web server receives input information including a user input items and a setting mode from the user's web browser and delivers the input information to the autocomplete server of the autocomplete content providing system 100, wherein the autocomplete server is the web server. The input information is received from the web server, and the autocompletion list associated with the input information is extracted from the index database and transmitted to the web server. Accordingly, the web server receives the autocompletion list from the autocompletion server and transmits the autocompletion list to the web browser. The user can easily complete the query by selecting a desired content item from the autocompletion list during input of the query. Can be.

도 2는 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 시스템의 구성을 도시한 블록도이다.2 is a block diagram illustrating a configuration of an autocomplete content providing system according to an embodiment of the present invention.

본 실시예에 따른 자동완성 컨텐츠 제공 시스템(200)은 컨텐츠 리스트를 포함하여 유지하는 컨텐츠 데이터베이스(211)와, 질의어 로그를 기록하여 유지하는 로그 데이터베이스(201)와, 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하는 자동완성 리스트 통합/정렬기(220)와, 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 색인기(202)와, 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기록하는 색인 데이터베이스(203)와, 사용자의 웹브라우저(210)로부터 사용자 입력 사항 및 설정 모드를 포함하는 입력 정보를 수신하여 자동완성 서버(205)에 전달하고, 자동완성 서버(205)로부터 자동완성 리스트를 수신하여 웹브라우저(210)로 전송하는 웹서버(204)와, 웹서버(204)로부터 상기 입력 정보를 전달받고, 색인 데이터베이스(203)로부터 상기 입력 정보와 연관된 자동완성 리스트를 추출하여 웹서버(204)로 전송하는 자동완성 서버(205)를 포함하여 구성될 수 있다.The autocomplete content providing system 200 according to the present embodiment includes a content database 211 including a content list, a log database 201 for recording and maintaining a query log, and the content using the query log. An autocomplete list integrator / sorter 220 for sorting a list or integrating a plurality of the content lists, an indexer 202 for classifying the content list according to a phoneme unit, a syllable unit, or a suffix; Receives input information including user input items and setting modes from the index database 203 for recording the classified content list by phoneme index, syllable unit index or suffix index, and from the web browser 210 of the user. Forwarding to the autocomplete server 205, and receives the autocompletion list from the autocomplete server 205 to the web browser 210 An autocompletion server that receives the web server 204 and the input information from the web server 204, and extracts the autocompletion list associated with the input information from the index database 203 and transmits it to the web server 204. 205.

또한, 본 발명의 다른 실시예에 따르면, 상기 설정 모드는 자소단위 색인, 음절단위 색인 또는 서픽스 색인 중 적어도 하나의 색인에 대한 선택 정보를 포함하고, 자동완성 서버(205)는 소정의 기준에 따라 상기 사용자 입력 사항에 대한 상기 설정 모드의 적합 여부를 판단하고, 상기 판단 결과 상기 설정 모드가 부적합한 경우 상기 설정 모드를 다른 모드로 자동 변환하는 모드 변환기(206)를 포함할 수 있다. 이 경우, 자동완성 서버(205)는 색인 데이터베이스(203)로부터 상기 자동 변환된 모드에 해당하는 컨텐츠 리스트 중 자동완성 리스트를 추출할 수 있다.In addition, according to another embodiment of the present invention, the setting mode includes selection information for at least one index among a phoneme index, a syllable unit index, or a suffix index, and the autocomplete server 205 is configured according to a predetermined criterion. The mode converter 206 may determine whether the setting mode is suitable for the user input item and automatically convert the setting mode to another mode when the setting mode is not suitable as a result of the determination. In this case, the autocomplete server 205 may extract an autocomplete list from the content list corresponding to the automatically converted mode from the index database 203.

또한, 본 발명의 또 다른 실시예에 따르면, 웹서버(204)는 상기 자동완성 리스트와 함께 상기 사용자 입력 사항을 웹브라우저(210)로 전송하고, 자동완성 컨텐츠 제공 시스템(200)은 상기 사용자 입력 사항과 웹브라우저(210)에 현재 입력 사항의 동일 여부를 확인하고, 상기 사용자 입력 사항과 상기 현재 입력 사항이 동일한 경우 상기 자동완성 리스트를 출력하는 것을 특징으로 하는 유효 판단기(207)를 더 포함할 수 있다. Further, according to another embodiment of the present invention, the web server 204 transmits the user input along with the autocomplete list to the web browser 210, and the autocomplete content providing system 200 is the user input A validity determiner 207 for checking whether the item is identical to the current input item in the web browser 210 and outputting the autocomplete list when the user input item and the current input item are the same. can do.

본 발명의 일실시예에 따르면 이러한 유효 판단기(207)는 웹프로그램의 형태로 웹브라우저(210)에서 작동할 수 있다. 또한, 상기 실시예와는 달리, 유효 판단기(207)가 웹서버(204)에 포함되어 동작하는 실시예도 존재할 수 있다.According to an embodiment of the present invention, the validity determiner 207 may operate in the web browser 210 in the form of a web program. In addition, unlike the above embodiment, there may be an embodiment in which the validity determiner 207 is included in the web server 204 to operate.

도 3은 본 발명의 일실시예에 따른 자동완성 컨텐츠 제공 방법을 도시한 흐름도이다. 본 실시예에 따른 자동완성 컨텐츠 제공 방법은 도 2에 도시한 것과 같은 자동완성 컨텐츠 제공 시스템(200)에 의해 수행될 수 있다.3 is a flowchart illustrating a method for providing autocomplete content according to an embodiment of the present invention. The autocomplete content providing method according to the present embodiment may be performed by the autocomplete content providing system 200 as shown in FIG. 2.

단계(S301)에서 자동완성 컨텐츠 제공 시스템(200)은 컨텐츠 리스트를 컨텐츠 데이터베이스(211)에 포함하여 유지하고, 질의어 로그를 로그 데이터베이스(201)에 기록하여 유지한다.In operation S301, the autocomplete content providing system 200 includes the content list in the content database 211 and maintains the query log in the log database 201.

컨텐츠 리스트는 검색의 대상이 되는 각종 컨텐츠들의 리스트들로서, 본 발명에 따른 자동완성 컨텐츠 제공 시스템(200)이 사용자에게 추천하는 대상에 해당 한다.The content list is a list of various contents to be searched, and corresponds to the object recommended by the autocomplete content providing system 200 according to the present invention.

예를 들어, 자동완성 컨텐츠 제공 시스템(200)이 사전(dictionary) 자동완성 기능을 제공하는 경우, 상기 컨텐츠 리스트는 사전 엔트리(dictionary entry)를 포함할 수 있다. 또한, 자동완성 컨텐츠 제공 시스템(200)이 쇼핑 자동완성 기능을 제공하는 경우, 상기 컨텐츠 리스트는 상품모델명(일례로 sph-v6900), 브랜드명(일례로 애니콜, 싸이언), 상품종류명(일례로 냉장고, 바지) 등을 포함할 수 있다.For example, when the autocomplete content providing system 200 provides a dictionary autocomplete function, the content list may include a dictionary entry. In addition, when the auto-complete content providing system 200 provides a shopping auto-complete function, the content list is a product model name (for example sph-v6900), brand name (for example Anycall, Cyon), product type name (for example Refrigerator, pants) and the like.

또한, 자동완성 컨텐츠 제공 시스템(200)이 디렉터리 검색 자동완성 기능을 제공하는 경우, 상기 컨텐츠 리스트는 디렉터리명, 웹사이트명 등을 포함할 수 있다. 또한, 자동완성 컨텐츠 제공 시스템(200)이 도서검색 자동완성 기능을 제공하는 경우, 상기 컨텐츠 리스트는 저자, 출판사, 장르, 도서명 등을 포함할 수 있다.In addition, when the autocomplete content providing system 200 provides a directory search autocompletion function, the content list may include a directory name, a website name, and the like. In addition, when the autocomplete content providing system 200 provides a book search autocomplete function, the content list may include an author, a publisher, a genre, a book name, and the like.

이와 같이, 자동완성 컨텐츠 제공 시스템(200)이 제공하고자 하는 자동완성 서비스의 목적에 따라 컨텐츠 리스트는 다양한 컨텐츠 항목을 포함할 수 있고, 상기 컨텐츠 리스트로는 하나의 컨텐츠가 사용될 수도 있고, 또한 복수개의 컨텐츠 리스트들이 통합되어 사용될 수도 있다.As such, the content list may include various content items according to the purpose of the autocomplete service to be provided by the autocomplete content providing system 200, and one content may be used as the content list, and a plurality of content lists may be used. Content lists may be used in unified fashion.

컨텐츠 데이터베이스(211)에서 상기 컨텐츠 리스트는 일반적으로 문자열 순으로 정렬되어 있거나, 기타 관리상 편리한 방식으로 정렬되어 있는데, 이는 사용자의 질의 의도에 맞게 상위 n개의 컨텐츠 리스트를 추천하기 위해서는 바람직하지 않은 정렬 방법이다. 따라서, 사용자의 질의 의도에 맞게 상위 n개의 컨텐츠 리스트를 추천하기 위해서는 검색 빈도 또는 인기도순으로 상기 컨텐츠 리스트를 재정렬할 필요가 있고, 후술하는 자동완성 리스트 통합/정렬기(220)가 본 역할을 수행 할 수 있다.In the content database 211, the content list is generally sorted in string order or in other administratively convenient ways, which is undesirable for recommending the top n content lists to suit the user's query intent. to be. Therefore, in order to recommend the top n contents lists according to the user's query intention, it is necessary to rearrange the contents list in order of search frequency or popularity, and the autocomplete list integrator / sorter 220 described below performs this role. can do.

한편, 상기 질의어 로그는 자동완성 컨텐츠 제공 시스템(200)의 웹서버(204)가 유지하는 소정의 검색 웹사이트에서 사용자들이 입력한 전체 질의 셋(query set)일 수 있으며, 각 질의어별로 검색 빈도 또는 인기도를 포함할 수 있다. 상기 검색 빈도 또는 인기도는 예를 들어, 특정 질의어가 일정 기간 내에 몇 회 입력되는가를 분석하여 생성한 일종의 통계 정보일 수 있다.Meanwhile, the query log may be an entire query set input by users in a predetermined search website maintained by the web server 204 of the autocomplete content providing system 200, and the search frequency for each query may be Popularity may be included. The search frequency or popularity may be, for example, a kind of statistical information generated by analyzing how many times a specific query is input within a predetermined period of time.

이러한 질의어 로그가 기록된 로그 데이터베이스(201)는 각 서비스별로 질의어 로그를 기록할 수 있고, 후술하는 자동완성 리스트 통합/정렬기(220)는 컨텐츠 데이터베이스(211)에 문자열 순으로 정렬되어 있거나, 기타 관리상 편리한 방식으로 정렬되어 있는 컨텐츠 리스트를 검색 빈도 또는 인기도 순에 따라 재정렬하기 위해 로그 데이터베이스(201)를 참조한다.The log database 201 in which the query log is recorded may record the query log for each service, and the autocomplete list consolidator / sorter 220 described below is arranged in the content database 211 in string order, or the like. Reference is made to the log database 201 to reorder the list of content sorted in an administratively convenient manner in order of search frequency or popularity.

단계(S302)에서 자동완성 컨텐츠 제공 시스템(200)의 자동완성 리스트 통합/정렬기(220)는 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합한다.In operation S302, the autocomplete list integrator / sorter 220 of the autocomplete content providing system 200 sorts the content list by using the query log, or integrates a plurality of the content list.

자동완성 리스트 통합/정렬기(220)는 자동완성의 대상인 각종 컨텐츠 리스트를 질의어 로그를 이용하여 검색빈도순 또는 인기도순으로 재정렬하는 모듈이다. 또한, 자동완성 리스트 통합/정렬기(220)는 자동완성 서비스의 목적에 따라 복수개의 컨텐츠 리스트들이 사용되는 경우, 이러한 복수개의 컨텐츠 리스트들을 통합하는 기능도 갖출 수 있다.The autocomplete list integrator / sorter 220 is a module for reordering various content lists that are the targets of autocompletion in order of search frequency or popularity using a query log. In addition, the autocomplete list integrator / sorter 220 may have a function of integrating the plurality of content lists when a plurality of content lists are used according to the purpose of the autocomplete service.

단계(S303)에서 자동완성 컨텐츠 제공 시스템(200)의 색인기(202)는 상기 컨 텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류한다. 이를 위해 색인기(202)는 도 2에 도시한 것과 같이 자소단위 색인기, 음절단위 색인기 및 서픽스 색인기를 포함할 수 있다.In step S303, the indexer 202 of the autocomplete content providing system 200 classifies the content list according to phoneme units, syllable units, or suffixes. To this end, the indexer 202 may include a phoneme indexer, a syllable unit indexer, and a suffix indexer as shown in FIG. 2.

본 발명에서 컨텐츠 리스트를 "분류"한다는 것은 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스 등과 같이 하나 이상의 방법으로 색인(indexing)하는 것을 포함하는 개념이다. In the present invention, "classifying" a content list is a concept including indexing the content list by one or more methods such as a phoneme unit, a syllable unit, or a suffix.

따라서, 하나의 컨텐츠 리스트는 하나의 방법으로만 색인되는 것이 아니라, 그 색인된 방법에 따라 자소단위, 음절단위, 서픽스로 모두 분류될 수 있다. 예를 들어, "당나귀"는 "ㄷ", "다", "당", "당ㄴ", "당나", "당낙", "당나구", "당나귀"와 같은 자소단위로 색인됨과 동시에, "당", "당나", "당나귀"라는 음절단위로도 색인되며, 또한 이와 함께 "귀", "나귀", "당나귀"라는 서픽스로도 색인될 수 있다.Accordingly, one content list may not be indexed by only one method, but may be classified into phoneme units, syllable units, and suffixes according to the indexed method. For example, a "donkey" is indexed by a phoneme unit such as "c", "da", "party", "dang", "don", "donkey", "donkey", or "donkey", It can also be indexed by syllable units such as "party", "donkey", and "donkey", as well as suffixes such as "ear", "donkey", and "donkey".

일어, 한자와 같은 외래 문자와 구별되는 한글의 가장 커다란 특성은 자소단위로 구성된다는 점이다. 즉, 한글은 초성 19개, 중성 21개, 종성 28개의 기본 자소를 규칙적으로 결합하여 하나의 문자를 생성한다. 이러한 한글의 특성에 기초하여, 색인기(202)의 자소단위 색인기는 상기 컨텐츠 리스트를 자소단위에 따라 분류하는 역할을 수행한다.The biggest characteristic of Hangeul, which is distinguished from foreign characters such as Japanese and Chinese characters, is that it consists of phoneme units. In other words, Hangul generates a single character by combining basic elementary elements of 19 consonants, 21 neutral stars, and 28 final letters. Based on the characteristics of the Hangul, the phoneme unit indexer of the indexer 202 serves to classify the content list according to the phoneme unit.

본 발명에서 사용되는 "자소단위"라는 용어는 위에서 설명한 초성, 중성, 종성의 각각과 같이 일반적 의미의 자소를 포함함은 물론이고, 초성과 종성이 결합된 모든 글자 및 단어를 모두 포함한다. 예를 들어, "다"라는 용어는 "ㄷ"과 "ㅏ"라 는 2개의 자소단위로 나누어질 수도 있지만, 그 자체로 하나의 자소단위에 해당할 수 있다.As used herein, the term "self unit" includes all letters and words combined with a consonant and a consonant, as well as a consonant having a general meaning, such as each of the above-mentioned primary, neutral, and trailing species. For example, the term "da" may be divided into two phoneme units, "c" and "k", but may, by itself, correspond to one phoneme unit.

또한, 본 발명에서 "자소단위"라는 용어는 "입력 단말기의 최소 입력 단위"의 개념을 포함한다. 예를 들어, 한글 2벌식 키보드에서는 "ㅘ"를 입력하기 위해 "ㅗ"와 "ㅏ"를 입력해야 하는데, 단순한 자소단위라면 "와우"라는 단어는 "ㅇ", "와", "와ㅇ", "와우"로 색인(indexing) 되겠지만, 본 발명에서의 "자소단위"는 상술한 바와 같이 "입력 단말기의 최소 입력 단위"의 개념을 포함하기 때문에, 한글 2벌식 키보드의 경우 "ㅇ", "오", "와", "왕", "와우"로 색인될 수 있다. 또한, 입력 단말기가 다른 입력 방식을 따르는 단말기로 바뀌면 그에 따라 최소 단위 입력의 색인은 변경될 수 있다.In addition, the term "self unit" in the present invention includes the concept of "minimum input unit of the input terminal". For example, the Hangul 2 Beolsik keyboard requires you to type "ㅗ" and "ㅏ" to enter "ㅘ". If it is a simple letter unit, the words "Wow" are "ㅇ", "Wa" and "Wo". , "Wow" is indexed ("Wow"), but the "self unit" in the present invention includes the concept of the "minimum input unit of the input terminal" as described above, in the case of the Korean double keyboard type "ㅇ", " "O", "Wah", "King", "Wow" can be indexed. In addition, when the input terminal is changed to a terminal following another input method, the index of the minimum unit input may be changed accordingly.

또한, 색인기(202)의 음절단위 색인기는 상기 컨텐츠 리스트를 음절단위에 따라 분류하고, 색인기(202)의 서픽스 색인기는 상기 컨텐츠 리스트를 서픽스(suffix)에 따라 분류하는 역할을 수행한다.In addition, the syllable unit indexer of the indexer 202 classifies the content list according to the syllable unit, and the suffix indexer of the indexer 202 serves to classify the content list according to the suffix.

일반적으로 서픽스(suffix)는 접사(接辭)의 하나로 낱말의 끝에 붙어 의미를 첨가하여 다른 낱말을 이루는 말로서, 단독으로는 사용할 수 없고 항상 다른 단어의 어근 뒤에 결합되어 여러가지 의미를 첨가해 주는 역할을 하는 접미사를 의미한다. 예를 들어, 체언에 붙는 접미사로는 존칭을 나타내는 '-님'이나 동작주(動作主)를 나타내는 '-수', '-자' 등과, 복수를 표시하는 '-들', 그 밖에 '-화', '-식', '-적' 등이 있으며, 용언에 붙는 접미사로는 사동?피동을 나타내는 '이 ?히 ?리 ?기 ?우' 등을 들 수 있다.Generally, a suffix is an affix, which forms a word by adding a meaning to the end of a word, which cannot be used alone, but is always combined after the root of another word to add various meanings. Means a suffix. For example, a suffix attached to a message may include '-' or '-number' for zoning, '-number' or '-character' for activist, '-s' for plural, or '-'. Anger, '-sik', '-enemy', etc. The suffixes to the verbs include 'a very young and right', which represents a sindong and a passive.

그러나, 본 발명에서 사용되는 "서픽스(suffix)"라는 용어는 위에서 설명한 일반적 의미의 접미사를 모두 포함함은 물론이고, 이러한 접미사 외에도 단어의 뒷단에 위치할 수 있는 모든 글자 및 단어를 의미한다. However, the term "suffix" used in the present invention includes all the suffixes of the general meaning described above, as well as all letters and words that can be placed at the end of the word in addition to these suffixes.

예를 들어, "국가"라는 용어는 일반적 의미의 접미사에는 해당하지 않지만, '민주국가', '법치국가', '애국가' 등과 같이 다른 단어의 뒷단에 위치할 수 있는 단어에 해당하는바, 본 발명에서 사용되는 서픽스(suffix)의 범주에 포함된다. 이와 같이, 본 발명에서 "서픽스"는 "뒤로부터 음절단위 색인"에 해당하는 개념이며, 상기 "국가"와 같이 하나의 완성된 명사를 완성하지 않더라도 예컨대 "형외과"라는 용어는 그 자체로서는 완성된 명사라 할 수 없지만 "미소성형외과", "홍길동정형외과" 등의 질의어를 완성시키는 역할을 하는 이상, 본 발명에서 사용되는 서픽스(suffix)의 범주에 포함된다.For example, the term "country" does not correspond to a suffix in the general sense, but corresponds to a word that can be placed at the end of another word, such as 'democratic country', 'lawful country', 'patriotic country', etc. Included in the category of suffixes used by. Thus, in the present invention, "suffix" is a concept corresponding to "syllable unit index from behind". For example, the term "surgery" is not used as such even if it does not complete a single noun like "country." Although not a complete noun, it is included in the scope of the suffix used in the present invention, as long as it serves to complete a query word such as "microplastic surgery" or "Hong-gil orthopedics".

또한, 단계(S303)에서 자동완성 컨텐츠 제공 시스템(200)은 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 색인 데이터베이스(203)에 기록한다. 이를 위해 색인 데이터베이스(203)는 도 2에 도시한 것과 같이 자소단위 색인, 음절단위 색인 및 서픽스 색인으로 구분하여 컨텐츠 리스트를 기록할 수 있다.In operation S303, the autocomplete content providing system 200 classifies the classified content list by phoneme index, syllable unit index, or suffix index and records the classified content list in the index database 203. To this end, the index database 203 may record a content list by dividing it into a phoneme index, a syllable unit index, and a suffix index as shown in FIG. 2.

본 발명에서 컨텐츠 리스트를 "구분"한다는 것은 앞서 기술한 "분류"의 의미와 마찬가지로, 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스 등과 같이 하나 이상의 방법으로 색인(indexing)하는 것을 포함하는 개념이다.In the present invention, the "classification" of the content list is a concept including indexing the content list in one or more ways, such as a phoneme unit, syllable unit, or suffix, as the meaning of "classification" described above.

따라서, 하나의 컨텐츠 리스트는 하나의 색인으로만 구분되는 것이 아니라, 그 색인된 방법에 따라 자소단위, 음절단위, 서픽스로 모두 구분되어 색인 데이터베이스(203)에 기록될 수 있다. 예를 들어, "당나귀"는 "ㄷ"과 같은 자소단위 색인에 기록됨과 동시에, "당"이라는 음절단위 색인에도 기록되며, 또한 "귀"라는 서픽스 색인에도 기록될 수 있다.Accordingly, one content list may not be divided into only one index, but may be divided into phoneme units, syllable units, and suffixes and recorded in the index database 203 according to the indexed method. For example, a "donkey" is recorded in a phoneme index such as "c", and also recorded in a syllable index "sugar" and also in a suffix index "ear".

한편, 자동완성 컨텐츠 제공 시스템(200)은 단계(S302) 및 단계(S303)을 소정 주기에 따라 반복적으로 수행하여 색인 데이터베이스(203)를 정기적으로 업데이트할 수 있다.Meanwhile, the autocomplete content providing system 200 may periodically update the index database 203 by repeatedly performing steps S302 and S303 at predetermined intervals.

도 4는 자소단위 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스(203)의 일례를 도시한 도면이다.4 is a diagram showing an example of an index database 203 for recording a content list divided by a phoneme index.

도 4에 도시한 것과 같이, 색인 데이터베이스(203)는 자소단위 색인으로 각 자소단위, 그에 따른 컨텐츠 리스트 및 검색 빈도 등을 포함할 수 있다. 예를 들어, 자소단위 "ㄱ"에 대해서는 그 컨텐츠 리스트로서 '강낭콩', '개나리' 등이 기록되고, 자소단위 "ㄴ"에 대해서는 그 컨텐츠 리스트로서 '나무', '나비' 등이 기록되며, 자소단위 "ㄷ"에 대해서는 그 컨텐츠 리스트로서 '다람쥐', '다음' 등이 기록될 수 있다. 또한, 자소단위 "당"에 대해서는 그 컨텐츠 리스트로서 '다이아몬드', '당나귀' 등이 기록될 수 있다.As shown in FIG. 4, the index database 203 may be a phoneme unit index, and may include each phoneme unit, a corresponding content list, a search frequency, and the like. For example, for the phoneme unit "a", "Gang kidney beans" and "forsythia" are recorded as the content list, and for the phoneme unit "b", "tree", "butterfly", etc. are recorded as the content list. As for the phoneme unit "c", "squirrel", "next", etc. may be recorded as the content list. In addition, "diamond", "donkey", or the like may be recorded as the content list of the phoneme unit "sugar".

도 4에 도시한 것과 같이, 각 질의어들은 그 검색 빈도(또는 인기도)의 순으로 정렬되어 색인 데이터베이스(203)에 기록될 수 있다. 이 경우, 웹서버(204)에서는 추출된 자동완성 리스트에 대해 별도의 정렬 과정을 수행하지 않고 바로 웹브라우저(210)로 이를 제공할 수 있으므로, 질의어에 대한 보다 효과적인 실시간 자 동완성이 가능하게 된다.As shown in FIG. 4, each query may be recorded in the index database 203 in the order of their search frequency (or popularity). In this case, the web server 204 can directly provide the web browser 210 without performing a separate sorting process for the extracted autocompletion list, thereby enabling more effective real-time autocompletion for the query. .

도 5는 음절단위 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스(203)의 일례를 도시한 도면이다.5 is a diagram showing an example of the index database 203 for recording a content list divided by syllable unit index.

도 5에 도시한 것과 같이, 색인 데이터베이스(203)는 음절단위 색인으로 각 음절단위, 그에 따른 컨텐츠 리스트 및 검색 빈도 등을 포함할 수 있다. 예를 들어, 음절단위 "간"에 대해서는 그 컨텐츠 리스트로서 '간장', '간곡' 등이 기록되고, 음절단위 "날"에 대해서는 그 질의어로서 '날씨', '날짜' 등이 기록되며, 음절단위 "당"에 대해서는 그 질의어로서 '당나귀', '당구' 등이 기록될 수 있다. 또한, 각 컨텐츠 리스트는 도 5에 도시한 것과 같이 그 검색 빈도(또는 인기도)의 순으로 정렬되어 색인 데이터베이스(203)에 기록될 수도 있다.As shown in FIG. 5, the index database 203 may be a syllable unit index and may include each syllable unit, a content list, a search frequency, and the like. For example, for the syllable unit "liver", "soy sauce", "segong", etc. are recorded as the content list, and for the syllable unit "date", "weather", "date", etc. are recorded as the query words, and the syllable For the unit "sugar", "donkey", "billiard", etc. may be recorded as the query words. In addition, each content list may be recorded in the index database 203 in the order of their search frequency (or popularity) as shown in FIG.

도 6은 서픽스(suffix) 색인으로 구분된 컨텐츠 리스트를 기록하는 색인 데이터베이스(203)의 일례를 도시한 도면이다.FIG. 6 is a diagram showing an example of an index database 203 for recording a content list divided by a suffix index.

도 6에 도시한 것과 같이, 색인 데이터베이스(203)는 서픽스 색인으로 각 서픽스, 그에 따른 컨텐츠 리스트 및 검색 빈도 등을 포함할 수 있다. 예를 들어, 서픽스 "당"에 대해서는 그 컨텐츠 리스트로서 '열린우리당', '한나라당' 등이 기록되고, 서픽스 "성형"에 대해서는 그 컨텐츠 리스트로서 '얼굴성형', '가슴성형' 등이 기록되며, 서픽스 "나라"에 대해서는 그 컨텐츠 리스트로서 '이웃나라', '장나라' 등이 기록될 수 있다. 또한, 각 컨텐츠 리스트는 도 6에 도시한 것과 같이 그 검색 빈도(또는 인기도)의 순으로 정렬되어 색인 데이터베이스(203)에 기록될 수도 있다.As illustrated in FIG. 6, the index database 203 may include a suffix index, each suffix, a corresponding content list, a search frequency, and the like. For example, for the suffix "Dang", "Uri Party", "GNP", etc. are recorded as the content list, and for the suffix "Ping", the "face shaping", "the breast shaping", etc. are listed as the content list. For the suffix "country," "neighborhood", "jangnara", and the like may be recorded as the content list. In addition, each content list may be recorded in the index database 203 in the order of their search frequency (or popularity) as shown in FIG.

단계(S304)에서 자동완성 컨텐츠 제공 시스템(200)의 웹서버(204)는 사용자의 웹브라우저(210)로부터 사용자 입력 사항 및 설정 모드를 포함하는 입력 정보를 수신하여 자동완성 서버(205)에 전달한다. 상기 설정 모드는 자소단위 색인, 음절단위 색인 또는 서픽스 색인 중 적어도 하나의 색인에 대한 선택 정보를 포함한다.In operation S304, the web server 204 of the autocomplete content providing system 200 receives input information including a user input item and a setting mode from the user's web browser 210 and delivers the input information to the autocomplete server 205. do. The setting mode includes selection information for at least one of a phoneme index, a syllable unit index, or a suffix index.

단계(S305)에서 자동완성 컨텐츠 제공 시스템(200)의 모드 변환기(206)는 소정의 기준에 따라 상기 사용자 입력 사항에 대한 상기 설정 모드의 적합 여부를 판단하고, 상기 판단 결과 상기 설정 모드가 부적합한 경우 단계(S306)에서 상기 설정 모드를 다른 모드로 자동 변환한다.In operation S305, the mode converter 206 of the autocomplete content providing system 200 determines whether the setting mode is suitable for the user input according to a predetermined criterion, and when the setting mode is inappropriate as a result of the determination. In step S306, the setting mode is automatically switched to another mode.

일례로, 수신된 설정 모드는 음절단위 색인에 대한 선택 정보를 포함하고 있는데 사용자 입력 사항의 마지막 음절은 자음인 경우, 모드 변환기(206)는 상기 수신된 설정 모드를 자소단위 색인에 대한 선택 정보를 포함하는 다른 모드로 자동 변환할 수 있다.For example, if the received setting mode includes selection information on the syllable unit index, and the last syllable of the user input is a consonant, the mode converter 206 converts the received setting mode to selection information on the phoneme unit index. You can automatically switch to another mode to include.

다른 예로, 수신된 설정 모드는 자소단위 색인에 대한 선택 정보를 포함하고 있는데 사용자 입력 사항은 자소단위로 나눌 수 없는 외래 문자를 포함하고 있는 경우, 모드 변환기(206)는 상기 수신된 설정 모드를 음절단위 색인에 대한 선택 정보를 포함하는 다른 모드로 자동 변환할 수 있다.As another example, when the received setting mode includes selection information on the phoneme index and the user input includes foreign characters that cannot be divided by the phoneme unit, the mode converter 206 syllables the received setting mode. You can automatically convert to another mode that includes optional information about the unit index.

단계(S307)에서 자동완성 컨텐츠 제공 시스템(200)의 자동완성 서버(205)는 웹서버(204)로부터 상기 입력 정보를 전달받고, 색인 데이터베이스(203)로부터 상기 입력 정보와 연관된 자동완성 리스트를 추출하여 웹서버(204)로 전송한다.In step S307, the autocomplete server 205 of the autocomplete content providing system 200 receives the input information from the web server 204, and extracts the autocomplete list associated with the input information from the index database 203. To the web server 204.

본 단계(S307)에서 자동완성 서버(205)는 자동완성 리스트를 추출함에 있어 서, 색인 데이터베이스(203)로부터 상기 입력 정보에 포함된 설정 모드에 따라 선택된 색인에 해당하는 컨텐츠 리스트 중 상기 입력 정보에 포함된 사용자 입력 사항에 대응하는 자동완성 리스트를 추출한다. 이 경우, 상기 자동완성 리스트는 하나의 컨텐츠 리스트이거나, 복수개의 컨텐츠 리스트가 통합된 것일 수 있다.In the step S307, the autocomplete server 205 extracts the autocomplete list from the index database 203 to the input information in the content list corresponding to the index selected according to the setting mode included in the input information. Extract the autocomplete list corresponding to the user input. In this case, the autocomplete list may be one content list or a plurality of content lists integrated.

상기 자동완성 리스트의 구체적인 예로서, 상기 컨텐츠 리스트는 사전 엔트리(dictionary entry)를 포함하고, 자동완성 서버(205)는 상기 사전 엔트리를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 웹서버(204)로 전송하는 것이 가능하다. 다른 예로, 상기 컨텐츠 리스트는 상품모델명, 브랜드명 및 상품종류명 중 적어도 하나를 포함하고, 자동완성 서버(205)는 상기 상품모델명, 브랜드명 및 상품종류명 중 적어도 하나를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 웹서버(204)로 전송하는 것도 가능하다.As a specific example of the autocompletion list, the content list includes a dictionary entry, and the autocompletion server 205 extracts a content list including the dictionary entry as an autocompletion list and displays the web server 204. It is possible to send to. As another example, the content list includes at least one of a product model name, a brand name, and a product type name, and the autocomplete server 205 automatically generates a content list including at least one of the product model name, brand name, and product type name. It is also possible to extract the complete list and send it to the web server 204.

추가적인 예로, 상기 컨텐츠 리스트는 디렉터리명 또는 웹사이트명을 포함하고, 자동완성 서버(205)는 상기 디렉터리명 또는 웹사이트명을 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 웹서버(204)로 전송하는 것이 가능하다. 또한, 상기 컨텐츠 리스트는 저자, 출판사, 장르 및 도서명 중 적어도 하나를 포함하고, 자동완성 서버(205)는 상기 저자, 출판사, 장르 및 도서명 중 적어도 하나를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 웹서버(204)로 전송하는 예도 존재할 수 있다.As a further example, the content list includes a directory name or website name, and the autocomplete server 205 extracts a content list including the directory name or website name into an autocomplete list and sends it to the web server 204. It is possible to do In addition, the content list includes at least one of an author, a publisher, a genre, and a book name, and the autocomplete server 205 extracts a content list including at least one of the author, the publisher, the genre, and the book name as an autocomplete list. An example of transmitting to the web server 204 may also exist.

한편, 본 발명의 일실시예에 따르면, 본 단계(S307)에서 자동완성 서버(205)는 자동완성 리스트를 추출함에 있어서, 상기 입력 정보와 연관된 질의어 로그 중 검색 빈도 또는 인기도의 순으로 소정 개수의 자동완성 리스트를 추출할 수 있다. Meanwhile, according to an embodiment of the present invention, in the step S307, the autocomplete server 205 extracts the autocomplete list, and a predetermined number of search logs or the popularity of the query log associated with the input information are selected. You can extract the autocomplete list.

예를 들어, 자동완성 서버(205)는 사용자가 "ㄷ"을 검색창에 입력했다고 하여 "ㄷ"으로 시작하는 모든 컨텐츠 리스트를 추출하는 것이 아니라 사전에 정해진 예컨대 10개의 자동완성 리스트만을 추출할 수 있다. 또한, 이 경우 자동완성 서버(205)는 10개의 자동완성 리스트를 검색 빈도 또는 인기도의 순으로 결정함으로써, 결과적으로 사용자가 입력할 가능성이 가장 높은 컨텐츠 리스트만이 사용자에게 제공되도록 할 수 있다.For example, the autocompletion server 205 may extract only a predetermined list of 10 autocompletion lists, for example, instead of extracting a list of all contents starting with "c" because the user inputs "c" into the search box. have. Also, in this case, the autocomplete server 205 determines 10 autocomplete lists in order of search frequency or popularity, so that only the content list most likely to be input by the user is provided to the user.

한편, 위에서 설명한 모드 변환기(206)가 수신된 설정 모드가 부적합한 것으로 판단하여 단계(S306)에서 상기 수신된 설정 모드를 다른 모드로 자동 변환한 경우에 있어, 자동완성 서버(205)는 본 단계(S307)에서 색인 데이터베이스(203)로부터 상기 자동 변환된 모드에 해당하는 컨텐츠 리스트 중 자동완성 리스트를 추출할 수 있다.On the other hand, when the mode converter 206 described above determines that the received setting mode is inappropriate and automatically converts the received setting mode to another mode in step S306, the auto-completion server 205 performs this step ( In operation S307, an autocomplete list may be extracted from the content list corresponding to the automatically converted mode from the index database 203.

또한, 본 발명의 일실시예에 따르면, 자동완성 서비스의 목적에 따라 상기 질의어 로그를 상기 컨텐츠 리스트를 정렬할 때 참조하는 용도에 부가하여, 컨텐츠 리스트와 함께 상기 질의어 로그를 자동완성 리스트 통합/정렬기(220)에서 통합하여 자동완성의 대상으로 사용하는 것도 가능하다.In addition, according to an embodiment of the present invention, in addition to the purpose of referencing the query log when sorting the content list according to the purpose of the autocomplete service, integrating / sorting the query log with the content list autocomplete list It is also possible to use as a target of autocompletion by integrating the instrument 220.

본 실시예에서 자동완성 리스트 통합/정렬기(220)는 상기 컨텐츠 리스트 및 상기 질의어 로그를 통합하는 역할을 하고, 색인기(202)는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위, 음절단위 또는 서픽스에 따라 분류하고, 색인 데이터베이스(203)는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기록하며, 자동완성 서버(205)는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자동완성 리스트로 추출하여 웹서버(204)로 전송할 수 있다.In the present embodiment, the autocomplete list consolidator / sorter 220 serves to integrate the content list and the query log, and the indexer 202 uses the integrated content list and the query log as phoneme units, syllable units, or books. Sorted according to a fix, the index database 203 records the integrated content list and the query log separately by phoneme index, syllable unit index, or suffix index, and the autocomplete server 205 records the integrated content list. And the query log can be extracted to the auto-complete list and transmitted to the web server 204.

단계(S308)에서 웹서버(204)는 자동완성 서버(205)로부터 자동완성 리스트를 수신하여 웹브라우저(210)로 전송한다. 이 경우, 웹서버(204)는 상기 자동완성 리스트와 함께 기수신된 상기 사용자 입력 사항을 웹브라우저(204)로 전송할 수 있다.In step S308, the web server 204 receives the autocompletion list from the autocomplete server 205 and transmits it to the web browser 210. In this case, the web server 204 may transmit the user input received together with the autocomplete list to the web browser 204.

단계(S309)에서 자동완성 컨텐츠 제공 시스템(200)의 유효 판단기(207)는 웹서버(204)로부터 수신된 상기 사용자 입력 사항과 자신이 현재 작동하고 있는 웹브라우저(210)의 검색창에 입력되어 있는 현재 입력 사항의 동일 여부를 확인한다. 유효 판단기(207)가 웹프로그램의 형태로 웹브라우저(210)에서 작동될 수 있음은 상술한 바 있다.In operation S309, the validity determiner 207 of the autocomplete content providing system 200 inputs the user input received from the web server 204 and a search box of the web browser 210 that is currently operating. Check whether the current input items are identical. It has been described above that the validity determiner 207 can be operated in the web browser 210 in the form of a web program.

단계(S309)에서의 확인 결과 상기 사용자 입력 사항과 상기 현재 입력 사항이 동일한 경우, 단계(S310)에서 유효 판단기(207)는 웹서버(204)로부터 수신된 자동완성 리스트를 포함하는 자동완성 리스트를 출력한다.If the user input item and the current input item are the same as the result of the check in step S309, the validity determiner 207 in step S310 includes an autocomplete list including an autocomplete list received from the web server 204. Outputs

이와 같이, 웹서버(204)는 단계(S308)에서 자동완성 리스트와 함께 기수신된 사용자 입력 사항을 웹브라우저(210)로 반환하며, 웹브라우저(210)에서 작동하는 유효 판단기(207)는 반환된 사용자 입력 사항이 현재 웹브라우저(210)의 입력 사항과 동일한지를 확인한 후에 상기 자동완성 리스트를 출력한다.As such, the web server 204 returns the user input received together with the autocomplete list in step S308 to the web browser 210, and the validity determiner 207 operating in the web browser 210 After checking whether the returned user input is the same as the input of the current web browser 210, the autocomplete list is output.

그 결과, 유효 판단기(207)는 단계(S309) 및 단계(S310)를 통해, 네트워크 지연으로 인해 웹서버(204)가 전송하는 자동완성 리스트가 사용자의 현재 입력 사항과 무관한 경우가 발생하는 것을 미연에 방지할 수 있다.As a result, the validity determiner 207 generates a case in which the autocomplete list transmitted by the web server 204 is irrelevant to the current input of the user through steps S309 and S310 due to a network delay. Can be prevented.

도 7 내지 도 10은 사용자가 자소단위에 해당하는 사항을 입력한 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다. 7 to 10 illustrate an example of an autocomplete list provided to a user when the user inputs a matter corresponding to a phoneme unit.

특히, 도 7은 백과사전 자동완성 기능을 제공하는 경우에 사용자에게 제공되는 자동완성 리스트의 일례를, 도 8은 어린이/청소년용 포탈 사이트에서 질의어 자동완성 기능을 제공하는 경우에 사용자에게 제공되는 자동완성 리스트의 일례를, 도 9는 쇼핑/상품 자동완성 기능을 제공하는 경우에 사용자에게 제공되는 자동완성 리스트의 일례를, 도 10은 영어사전 자동완성 기능을 제공하는 경우에 사용자에게 제공되는 자동완성 리스트의 일례를 각각 도시한 것이다.In particular, FIG. 7 illustrates an example of an autocompletion list provided to a user when providing an encyclopedia autocompletion function, and FIG. 8 illustrates an autocompletion provided to a user when a query autocomplete function is provided in a portal site for a child / youth. An example of the completion list, Figure 9 is an example of an autocomplete list provided to the user when providing the shopping / product autocomplete function, Figure 10 is an autocompletion provided to the user when providing the English dictionary autocomplete function One example of the list is shown.

도 7에 도시한 것과 같이, 사용자가 검색창에 "ㄷ"을 입력한 경우 그 설정 모드는 자소단위 색인에 대한 선택 정보로 자동 결정되며, 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 자소단위 색인 "ㄷ"으로 분류된 백과사전 엔트리인 '다람쥐', '다음', '달리아' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.As shown in FIG. 7, when the user inputs "c" into the search box, the setting mode is automatically determined as selection information on the phoneme unit index, and the autocomplete content providing system 200 performs the steps S304 to. By performing the process of step S310, an autocomplete list including a list of contents such as 'squirrel', 'next', and 'dalia', which is an encyclopedia entry classified by phoneme index "c", is displayed at the bottom of the search box. can do.

또한, 도 8에 도시한 것과 같이, 사용자가 검색창에 "ㄷ"을 입력한 경우 그 설정 모드는 자소단위 색인에 대한 선택 정보로 자동 결정되며, 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 자소단위 색인 "ㄷ"으로 분류된 어린이/청소년용 질의 엔트리인 '달빛천사', '동방신기', '동물농장' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력 할 수 있다.In addition, as shown in FIG. 8, when the user inputs "c" into the search box, the setting mode is automatically determined by selection information on the phoneme unit index, and the autocomplete content providing system 200 performs step S304. ) And step (S310), the autocomplete including a list of contents such as 'moonlight angel', 'TVXQ', 'animal farm', etc., which is a query entry for children / youth classified as the phoneme index "c". The list can be printed at the bottom of the search box.

또한, 도 9에 도시한 것과 같이, 사용자가 검색창에 "ㄷ"을 입력한 경우 그 설정 모드는 자소단위 색인에 대한 선택 정보로 자동 결정되며, 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 자소단위 색인 "ㄷ"으로 분류된 쇼핑/상품 엔트리인 '디카', '다음', '닥스지갑' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.In addition, as shown in FIG. 9, when the user inputs "c" into the search box, the setting mode is automatically determined by selection information on the phoneme unit index, and the autocomplete content providing system 200 performs step S304. ) To search for an autocomplete list including a list of contents such as 'dica', 'next' and 'dax wallet', which are shopping / product entries classified by the phoneme index "c". You can print it at the bottom of the window.

또한, 도 10에 도시한 것과 같이, 사용자가 검색창에 알파벳 "c"를 입력한 경우 그 설정 모드는 자소단위 색인에 대한 선택 정보로 자동 결정되며, 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 자소단위 색인 "c"로 분류된 영어사전 엔트리인 'call', 'cause', 'certain' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.In addition, as shown in FIG. 10, when the user inputs the letter "c" into the search box, the setting mode is automatically determined as selection information on the phoneme unit index, and the autocomplete content providing system 200 performs the step ( S304) through step S310 to search for an autocomplete list including a list of contents such as 'call', 'cause', 'certain', etc., which are English dictionary entries classified by phoneme index "c". You can print it at the bottom.

도 7 내지 도 10의 구현을 위해 자동완성 서버(205)는 검색 빈도 또는 인기도의 순으로 정렬된 소정 개수의 자동완성 리스트를 추출한 후 웹서버(204)를 통해 웹브라우저(210)로 전송할 수 있다.For the implementation of FIGS. 7 to 10, the autocompletion server 205 may extract a predetermined number of autocompletion lists arranged in order of search frequency or popularity, and then transmit the autocompletion list to the web browser 210 through the web server 204. .

도 11은 설정 모드로서 자소단위 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.FIG. 11 illustrates an example of an autocomplete list provided to a user when a phoneme index is selected as the setting mode.

도 11에 도시한 것과 같이, 사용자가 검색창에 "다"를 입력한 경우 그 설정 모드는 자소단위 색인, 음절단위 색인, 서픽스 색인 중 어느 하나에 대한 선택 정보일 수 있는데, 도 11은 그 중 자소단위 색인이 선택된 경우에 사용자에게 제공될 수 있는 자동완성 리스트의 일례이다. As shown in FIG. 11, when the user inputs "C" in the search box, the setting mode may be selection information about one of a phoneme unit index, a syllable unit index, and a suffix index. This is an example of an autocomplete list that can be provided to the user when a middle unit index is selected.

이와 같이 사용자가 입력한 사항의 마지막 음절이 초성으로 끝나는 경우를 제외하고, 모든 사용자 입력 사항에 있어서 설정 모드는 자소단위 색인, 음절단위 색인, 서픽스 색인 중 어느 하나에 대한 선택 정보일 수 있으며, 다만 그 설정 모드로 어떤 모드가 선택되는가에 따라 그 질의 완성 결과는 다르게 출력되는 것이다.In this case, except for the case where the last syllable of the user input ends with the initial consonant, the setting mode may be selection information of one of the phoneme index, the syllable unit index, and the suffix index. However, the query completion result is output differently according to which mode is selected as the setting mode.

이러한 설정 모드는 사용자에 의해 선택되거나 또는 사용자가 아니라 자동완성 컨텐츠 제공 시스템(200)에 의해 임의로 선택될 수도 있다.This setting mode may be selected by the user or may be arbitrarily selected by the autocomplete content providing system 200 instead of the user.

한편, 이와 같이 사용자 입력 사항으로 "다"를, 설정 모드로 "자소단위 색인"을 수신한 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 자소단위 색인 "다"로 분류된 '다음', '다나와', '다잡아', '당나귀', '달력' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.In the meantime, the autocomplete content providing system 200 having received "C" as the user input and "Chemical unit index" in the setting mode performs the processes of steps S304 to S310, and thus the self-unit. An autocomplete list containing a list of contents such as 'next', 'Dana', 'daughter', 'donkey', and 'calendar' sorted by the index "d" can be displayed at the bottom of the search box.

이를 위해 자동완성 서버(205)는 검색 빈도 또는 인기도의 순으로 정렬된 소정 개수의 자동완성 리스트를 추출한 후 이를 웹서버(204)를 통해 웹브라우저(210)로 전송할 수 있음은 상술한 바 있다.To this end, the autocompletion server 205 may extract a predetermined number of autocompletion lists arranged in order of search frequency or popularity, and transmit the same to the web browser 210 through the web server 204.

도 12는 설정 모드로서 음절단위 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.12 is a diagram illustrating an example of an autocomplete list provided to a user when a syllable unit index is selected as the setting mode.

도 12에 도시한 것과 같이, 사용자가 검색창에 "당"을 입력한 경우로서 도 12는 그 설정 모드로 음절단위 색인이 선택된 경우에 사용자에게 제공될 수 있는 자동완성 리스트의 일례이다. 이러한 설정 모드가 사용자에 의해 선택되거나 또는 사용자가 아니라 자동완성 컨텐츠 제공 시스템(200)에 의해 임의로 선택될 수 있음은 상술한 바 있다.As shown in FIG. 12, FIG. 12 is an example of an autocompletion list that can be provided to the user when a syllable unit index is selected as the setting mode. As described above, the setting mode may be selected by the user or arbitrarily selected by the autocomplete content providing system 200 instead of the user.

한편, 이와 같이 사용자 입력 사항으로 "당"을, 설정 모드로 "음절단위 색인"을 수신한 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 음절단위 색인 "당"으로 분류된 '당나귀', '당구', '당근송' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.In the meantime, the autocomplete content providing system 200 having received "per" as the user input and "syllable unit index" in the setting mode performs the procedure of steps S304 to S310 to perform the syllable unit. At the bottom of the search box, an autocomplete list including a list of contents such as 'donkey', 'billiard', and 'carrot' may be displayed.

이 경우에도 자동완성 서버(205)가 검색 빈도 또는 인기도의 순으로 정렬된 소정 개수의 자동완성 리스트를 추출한 후 이를 웹서버(204)를 통해 웹브라우저(210)로 전송할 수 있다.In this case, the autocompletion server 205 may extract a predetermined number of autocompletion lists arranged in order of search frequency or popularity, and then transmit them to the web browser 210 through the web server 204.

도 13과 도 14는 설정 모드로서 서픽스 색인이 선택된 경우 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 도면이다.13 and 14 illustrate examples of an autocomplete list provided to a user when a suffix index is selected as a setting mode.

도 13에 도시한 것과 같이, 사용자가 검색창에 "당"을 입력한 경우로서, 도 12와 달리 도 13은 그 설정 모드로 서픽스 색인이 선택된 경우에 사용자에게 제공될 수 있는 자동완성 리스트의 일례이다. 이러한 설정 모드가 사용자에 의해 선택되거나 또는 자동완성 컨텐츠 제공 시스템(200)에 의해 임의로 선택될 수 있음은 앞서 상술한 것과 마찬가지이다.As shown in FIG. 13, when the user inputs "Dang" into the search box, unlike FIG. 12, FIG. 13 shows an autocomplete list that can be provided to the user when the suffix index is selected as the setting mode. It is an example. The setting mode may be selected by the user or arbitrarily selected by the autocomplete content providing system 200 as described above.

한편, 이와 같이 사용자 입력 사항으로 "당"을, 설정 모드로 "서픽스 색인"을 수신한 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 서픽스 색인 "당"으로 분류된 '열린우리당', '한나라당', '혈당', '신사임당' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출 력할 수 있다.In the meantime, the autocomplete content providing system 200 having received "Dang" as a user input and "Suffix index" in the setting mode performs the process of steps S304 to S310, and thus, the suffix. An autocomplete list can be displayed at the bottom of the search box, including a list of contents such as 'Open Uri Party', 'GNP', 'Blood Sugar', and 'Shin-Chang-Dang'.

이 경우에도 자동완성 서버(205)는 검색 빈도 또는 인기도의 순으로 정렬된 소정 개수의 자동완성 리스트를 추출한 후 이를 웹서버(204)를 통해 웹브라우저(210)로 전송할 수 있다.In this case, the autocompletion server 205 may extract a predetermined number of autocompletion lists arranged in order of search frequency or popularity, and then transmit them to the web browser 210 through the web server 204.

도 14는 영어사전 자동완성 기능을 제공하는 경우에 사용자에게 제공되는 자동완성 리스트의 일례를 도시한 것으로서, 도 14에 도시한 것과 같이, 사용자가 검색창에 "ys"를 입력한 경우로서, 그 설정 모드로 서픽스 색인이 선택된 경우에 사용자에게 제공될 수 있는 자동완성 리스트의 일례이다. 이러한 설정 모드가 사용자에 의해 선택되거나 또는 자동완성 컨텐츠 제공 시스템(200)에 의해 임의로 선택될 수 있음은 앞서 상술한 것과 마찬가지이다.FIG. 14 illustrates an example of an autocompletion list provided to a user when providing an English dictionary autocompletion function. As shown in FIG. 14, when a user inputs "ys" into a search box, FIG. This is an example of an autocomplete list that can be provided to the user when the suffix index is selected as the setup mode. The setting mode may be selected by the user or arbitrarily selected by the autocomplete content providing system 200 as described above.

한편, 이와 같이 사용자 입력 사항으로 "ys"를, 설정 모드로 "서픽스 색인"을 수신한 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 과정을 수행하여, 서픽스 색인 "ys"로 분류된 'always', 'anyways', 'days' 등의 컨텐츠 리스트를 포함하는 자동완성 리스트를 검색창 아래쪽에 출력할 수 있다.Meanwhile, the autocomplete content providing system 200 having received "ys" as a user input item and "suffix index" as a setting mode as described above performs the process of steps S304 to S310 to perform a suffix. An autocomplete list containing a list of contents such as 'always', 'anyways' and 'days' sorted by the index "ys" can be displayed at the bottom of the search box.

이 경우에도 자동완성 서버(205)는 검색 빈도 또는 인기도의 순으로 정렬된 소정 개수의 자동완성 리스트를 추출한 후 이를 웹서버(204)를 통해 웹브라우저(210)로 전송할 수 있다.In this case, the autocompletion server 205 may extract a predetermined number of autocompletion lists arranged in order of search frequency or popularity, and then transmit them to the web browser 210 through the web server 204.

도 15는 본 발명의 일실시예에 있어서, 검색 웹페이지 상에 오버랩되는 자동완성 리스트의 모습을 도시한 도면이다. 특히, 도 15는 쇼핑/상품 자동완성 기능을 제공하는 경우에 사용자에게 제공될 수 있는 모습의 일례를 도시한 것이다.FIG. 15 is a diagram illustrating an autocomplete list overlapping a search web page according to one embodiment of the present invention. In particular, FIG. 15 illustrates an example of how the user may be provided when providing the shopping / product autocomplete function.

도 15에 도시한 것과 같이, 자동완성 컨텐츠 제공 시스템(200)은 검색 웹페이지의 검색창에 사용자가 사용자 입력 사항을 입력하는 것에 대응하여 실질적인 실시간으로(substantially in real time) 상기 사용자에게 자동완성 리스트를 제공한다. As shown in FIG. 15, the autocomplete content providing system 200 automatically completes a list of autocomplete contents to the user in real time in response to a user inputting a user input into a search box of a search web page. To provide.

이 경우, 자동완성 리스트는 도 15와 같이 검색 웹페이지 상에 오버랩되어 사용자에게 출력될 수 있으며, 사용자는 이렇게 출력된 자동완성 리스트 중 자신이 원하는 질의어를 마우스 클릭, 키보드 화살표 등을 이용하여 선택할 수 있으며, 이 경우 선택된 질의어에 따른 검색이 즉시 수행될 수 있다.In this case, the autocompletion list may be overlapped on the search web page as shown in FIG. 15 and output to the user. The user may select a desired query word from the outputted autocompletion list using a mouse click or a keyboard arrow. In this case, the search according to the selected query can be performed immediately.

한편, 본 발명의 일실시예에 따르면, 자동완성 컨텐츠 제공 시스템(200)은 상기 자동완성 리스트 중 선정된(predetermined) 조건을 만족하는 컨텐츠 항목에 대해서는 다른 컨텐츠 항목과 차별 표시하여 사용자에게 제공할 수 있다.Meanwhile, according to an embodiment of the present invention, the autocomplete content providing system 200 may provide the user with different content items by displaying the content items satisfying a predetermined condition in the autocomplete list differently from other content items. have.

예를 들어, 자동완성 컨텐츠 제공 시스템(200)은 사용자가 검색창에 현재 입력한 사항과 정확히 일치하는 컨텐츠 항목 또는 연관된 컨텐츠 검색이나 바로가기 등이 존재하여 맞춤 서비스 제공이 가능한 컨텐츠 항목의 경우에는, 색, 밑줄, 볼드, 폰트 등에 있어서 그 표시를 다른 컨텐츠 항목과 상이하게 하여 사용자에게 제공할 수 있다. 또한, 이 경우 소정의 아이콘을 각 컨텐츠 항목 옆에 부가하여 다른 컨텐츠 항목과 상이하게 표시하는 것도 가능하다.For example, the autocomplete content providing system 200 is a content item that exactly matches the item currently entered in the search box or a content item that can provide a customized service because there is an associated content search or shortcut, The display in colors, underlines, bolds, fonts, and the like can be provided to the user differently from other content items. In this case, it is also possible to add a predetermined icon next to each content item and display it differently from other content items.

이와 관련된 예시로서 도 15를 참조하면, 도면부호(1501)에 해당하는 "쌍용자동차"는 색, 밑줄, 이탤릭체를 사용하여 다른 컨텐츠 항목과는 다르게 표시되어 있는 것을 확인할 수 있다. 이 경우, 사용자는 "쌍용자동차"라는 컨텐츠 항목과 관련된 컨텐츠 검색이나 바로가기 링크 등이 존재하는 것을 인식하고, 이를 선택하여 상기 컨텐츠 항목과 관련된 맞춤 검색 결과를 제공받을 수 있다.Referring to FIG. 15 as an example related to this, it can be seen that "Ssangyong Motor" corresponding to the reference numeral 1501 is displayed differently from other content items by using color, underlining, and italics. In this case, the user may recognize that there is a content search or a shortcut link related to the content item "Ssangyong Motor", and select the same to receive a customized search result related to the content item.

한편, 사용자는 질의어 입력 도중 웹페이지상에 자동완성 리스트가 제공되는 것을 원하지 않는 경우, 도면부호(1102)에 해당하는 "사용안하기" 항목을 클릭함으로써 자동완성 리스트가 출력되지 않도록 할 수 있으며, 이 경우 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 수행을 중지한다. On the other hand, if the user does not want the autocomplete list provided on the web page during the query input, by clicking the "disable" item corresponding to the reference number 1102, the autocomplete list may not be output, In this case, the autocomplete content providing system 200 stops performing steps S304 to S310.

또한, 사용자는 자동완성 리스트를 다시 제공받고 싶은 경우 소정의 검색창 옵션 버튼을 통해 그 기능을 활성화할 수 있으며, 이 경우 자동완성 컨텐츠 제공 시스템(200)은 단계(S304) 내지 단계(S310)의 수행을 재개하여 자동완성 리스트를 출력할 수 있다.In addition, when the user wants to receive the autocompletion list again, the user may activate the function through a predetermined search box option button. In this case, the autocompletion content providing system 200 performs steps S304 to S310. You can resume execution and print the autocomplete list.

본 발명에 따른 자동완성 컨텐츠 제공 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구 성된 하드웨어 장치가 포함된다. 상기 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method for providing autocomplete content according to the present invention may 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 wire, a waveguide, or the like including a carrier wave for transmitting a signal specifying 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.

도 16은 본 발명에 따른 자동완성 컨텐츠 제공 방법을 수행하는 데 채용될 수 있는 범용 컴퓨터 장치의 내부 블록도이다.16 is an internal block diagram of a general purpose computer device that may be employed to perform the method for providing autocomplete content in accordance with the present invention.

컴퓨터 장치(1600)는 램(RAM: Random Access Memory)(1620)과 롬(ROM: Read Only Memory)(1630)을 포함하는 주기억장치와 연결되는 하나 이상의 프로세서(1610)를 포함한다. 프로세서(1610)는 중앙처리장치(CPU)로 불리기도 한다. 본 기술분야에서 널리 알려져 있는 바와 같이, 롬(1630)은 데이터(data)와 명령(instruction)을 단방향성으로 CPU에 전송하는 역할을 하며, 램(1620)은 통상적으로 데이터와 명령을 양방향성으로 전송하는 데 사용된다. 램(1620) 및 롬(1630)은 컴퓨터 판독 가능 매체의 어떠한 적절한 형태를 포함할 수 있다. 대용량 기억장치(Mass Storage)(1640)는 양방향성으로 프로세서(1610)와 연결되어 추가적인 데이터 저장 능력을 제공하며, 상기된 컴퓨터 판독 가능 기록 매체 중 어떠한 것일 수 있다. 대용량 기억장치(1640)는 프로그램, 데이터 등을 저장하는데 사용되며, 통상적으로 주기억장치보다 속도가 느린 하드 디스크와 같은 보조기억장치이다. CD 롬 (1660)과 같은 특정 대용량 기억장치가 사용될 수도 있다. 프로세서(1610)는 비디오 모니터, 트랙볼, 마우스, 키보드, 마이크로폰, 터치스크린 형 디스플레이, 카드 판독기, 자기 또는 종이 테이프 판독기, 음성 또는 필기 인식기, 조이스틱, 또는 기타 공지된 컴퓨터 입출력장치와 같은 하나 이상의 입출력 인터페이스(1650)와 연결된다. 마지막으로, 프로세서(1610)는 네트워크 인터페이스(1670)를 통하여 유선 또는 무선 통신 네트워크에 연결될 수 있다. 이러한 네트워크 연결을 통하여 상기된 방법의 절차를 수행할 수 있다. 상기된 장치 및 도구는 컴퓨터 하드웨어 및 소프트웨어 기술 분야의 당업자에게 잘 알려져 있다. 한편, 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있다.Computer device 1600 includes one or more processors 1610 coupled with a main memory device including random access memory (RAM) 1620 and read only memory (ROM) 1630. The processor 1610 is also called a central processing unit (CPU). As is well known in the art, the ROM 1630 serves to transfer data and instructions to the CPU unidirectionally, and the RAM 1620 typically transfers data and instructions bidirectionally. Used to. RAM 1620 and ROM 1630 may include any suitable form of computer readable media. Mass storage 1640 is bidirectionally coupled to processor 1610 to provide additional data storage capability and may be any of the computer readable recording media described above. The mass storage device 1640 is used to store programs, data, and the like, and is a secondary memory device such as a hard disk which is generally slower than the main memory device. Certain mass storage devices such as CD ROM 1660 may be used. The processor 1610 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. Connected to 1650. Finally, the processor 1610 may be connected to a wired or wireless communication network through the network interface 1670. 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, although the present invention has been described with reference to limited embodiments and drawings, 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, there is provided an autocomplete content providing system and method capable of promptly presenting an appropriate list of recommended contents according to a user's query input situation.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 사용자의 검색 오타를 사전에 예방할 수 있고, 올바른 질의어에 대한 사용자 교육 기능을 지니는 새로운 검색 서비스를 제시할 수 있다.According to the system and method for providing autocomplete content according to the present invention, it is possible to prevent a user's search typo in advance and to present a new search service having a user education function for a correct query.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 컨텐츠 리스트를 다양한 기준에 따른 색인별로 구분하고 사용자의 웹브라우저로부터 수신되는 사용자 입력 사항 및 설정 모드에 따라 사용자가 입력 중인 질의어를 자동으로 완성할 수 있는 자동완성 리스트를 제공함으로써, 사용자가 질의어 입력 도중에 원하는 컨텐츠 항목을 선택하여 손쉽게 질의어를 완성하도록 할 수 있다.According to the system and method for providing autocomplete content according to the present invention, the content list is divided into indexes according to various criteria, and the query input by the user is automatically completed according to user input items and setting modes received from the user's web browser. By providing a list of autocompletion, the user can easily complete the query by selecting a desired content item during the query input.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 한글과 같이 자소단위로 구분되는 언어에도 적합하도록 컨텐츠 리스트를 자소단위로 분류하고, 사용자가 자소단위에 해당하는 사항을 입력하면 상기 분류된 컨텐츠 리스트로부터 바로 이에 대응하는 자동완성 리스트를 추출하여 제공할 수 있다.According to the system and method for providing auto-complete content according to the present invention, the content list is classified into a phoneme unit so that it is suitable for a language divided into phoneme units such as Korean, and when the user inputs a matter corresponding to the phoneme unit, the classified content is classified. The corresponding autocompletion list can be extracted and provided directly from the list.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 단어의 앞단에 위치하는 프리픽스(prefix)뿐만 아니라 단어의 뒷단에 위치하는 서픽스(suffix)를 이용한 질의어 자동 완성 기능을 제공할 수 있다.According to the system and method for providing autocomplete content according to the present invention, it is possible to provide a query automatic completion function using a suffix located at the rear end of the word as well as a prefix located at the front end of the word.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 소정의 컨텐츠 리스트를 다양한 기준에 따른 색인별로 효과적으로 분류하여 사용자가 입력하고 있는 사항에 대한 자동완성 리스트를 바로 추출하여 제공할 수 있는 시스템을 구축함으로써, 오타 정정을 위해 많은 인력이 변환 리스트나 추천 리스트를 일일이 작성해야 하는 시간적, 경제적 손실을 획기적으로 감소시킬 수 있다.According to the system and method for providing autocomplete content according to the present invention, a system for effectively classifying a predetermined content list by index according to various criteria and extracting and providing an autocomplete list for a user input is provided. This can drastically reduce the time and economic losses incurred by a large number of human resources for correcting typos.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 질의어 자동완성을 구현하여 사용자의 질의어 입력 시간을 단축함으로써 사용자의 질의어 입력 편의를 도모하고, 특히 키보드 사용이 미숙한 사용자의 질의어 입력 편의를 제공할 수 있다.According to the system and method for providing autocomplete content according to the present invention, the user can easily input a query by implementing query autocomplete and shorten the user's query input time, and in particular, provide a user's convenience in inputting a query. can do.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 질의어의 일부만을 기억하는 사용자에 대해 사용자의 기억을 보완하는 기능을 제공할 수 있다.According to the system and method for providing autocomplete content according to the present invention, it is possible to provide a function for supplementing a user's memory for a user who stores only a part of a query.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 해당 입력 사항에 대한 다른 사용자들의 질의 경향을 파악하고자 하는 사용자의 욕구를 충족시킬 수 있다.According to the system and method for providing autocomplete content according to the present invention, it is possible to satisfy a user's desire to grasp the query tendency of other users with respect to the input.

본 발명에 따른 자동완성 컨텐츠 제공 시스템 및 방법에 의하면, 컨텐츠 리스트를 포함하는 자동완성 리스트를 사용자에게 제공함으로써 사용자가 질의어 입력 도중에 자동완성 리스트에서 원하는 컨텐츠 항목을 선택하면 검색 결과를 항상 제공받을 수 있도록 하고, 사용자의 질의 의도가 명백하게 컨텐츠의 추천을 원하는 서비스에서 최적으로 구현되어 사용자의 서비스 만족도를 향상시키며, 모든 질의어 대신에 컨텐츠 리스트를 추천함으로써 추천에 부적절한 성인 키워드, 욕설 등을 제거하기 위한 노력을 최소화할 수 있다.According to the system and method for providing an autocomplete content according to the present invention, by providing a user with an autocomplete list including a content list, if a user selects a desired content item from an autocomplete list during query input, a search result is always provided. In addition, the user's query intention is optimally implemented in the service that clearly recommends the content, thereby improving the user's service satisfaction. It can be minimized.

Claims (20)

컨텐츠 리스트를 포함하여 유지하는 컨텐츠 데이터베이스;A content database for holding a content list; 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하는 자동완성 리스트 통합/정렬기;An automatic completion list integrator / sorter for sorting the contents list or integrating a plurality of the contents list; 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 색인기;An indexer for classifying the content list according to a phoneme unit, a syllable unit, or a suffix; 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기록하는 색인 데이터베이스;An index database for dividing the classified content list by phoneme index, syllable unit index, or suffix index; 사용자의 웹브라우저로부터 사용자 입력 사항을 수신하여 소정의 자동완성 서버에 전달하고, 상기 자동완성 서버로부터 자동완성 리스트를 수신하여 상기 웹브라우저로 전송하는 웹서버; 및A web server which receives user input from a web browser of a user and delivers the user input to a predetermined autocomplete server, and receives an autocomplete list from the autocomplete server and transmits it to the web browser; And 상기 웹서버로부터 상기 사용자 입력 사항을 전달받고, 상기 색인 데이터베이스로부터 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하여 상기 웹서버로 전송하는 자동완성 서버The autocomplete server receives the user input from the web server, extracts an autocomplete list associated with the user input from the index database, and transmits the user input to the web server. 를 포함하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.Autocomplete content providing system comprising a. 제1항에 있어서,The method of claim 1, 상기 자동완성 리스트는 하나의 컨텐츠 리스트이거나, 복수개의 컨텐츠 리스트가 통합된 것임을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocomplete list is one content list, or a plurality of content list is an autocomplete content providing system, characterized in that integrated. 제1항에 있어서,The method of claim 1, 상기 컨텐츠 리스트는 사전 엔트리(dictionary entry)를 포함하고, The content list includes a dictionary entry, 상기 자동완성 서버는 상기 사전 엔트리를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocompletion server extracts a content list including the dictionary entry into an autocompletion list and transmits the content to the web server. 제1항에 있어서,The method of claim 1, 상기 컨텐츠 리스트는 상품모델명, 브랜드명 및 상품종류명 중 적어도 하나를 포함하고, The content list includes at least one of a product model name, a brand name and a product type name, 상기 자동완성 서버는 상기 상품모델명, 브랜드명 및 상품종류명 중 적어도 하나를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocomplete server extracts a content list including at least one of the product model name, brand name, and product type name as an autocomplete list, and transmits the content list to the web server. 제1항에 있어서,The method of claim 1, 상기 컨텐츠 리스트는 디렉터리명 또는 웹사이트명을 포함하고, The content list includes a directory name or a website name, 상기 자동완성 서버는 상기 디렉터리명 또는 웹사이트명을 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocompletion server extracts a content list including the directory name or the website name into an autocompletion list and transmits the list to the web server. 제1항에 있어서,The method of claim 1, 상기 컨텐츠 리스트는 저자, 출판사, 장르 및 도서명 중 적어도 하나를 포함하고, The content list includes at least one of an author, a publisher, a genre, and a book name, 상기 자동완성 서버는 상기 저자, 출판사, 장르 및 도서명 중 적어도 하나를 포함하는 컨텐츠 리스트를 자동완성 리스트로 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocompletion server extracts a content list including at least one of the author, the publisher, the genre, and the title of the book as an autocompletion list, and transmits the contents to the web server. 제1항에 있어서,The method of claim 1, 질의어 로그를 기록하여 유지하는 로그 데이터베이스를 더 포함하고,It further includes a log database for recording and maintaining the query log, 상기 자동완성 리스트 통합/정렬기는 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.And the autocomplete list integrator / sorter sorts the content list using the query log. 제7항에 있어서,The method of claim 7, wherein 상기 질의어 로그는 각 질의어별 검색 빈도 또는 인기도를 포함하고The query log includes a search frequency or popularity for each query. 상기 자동완성 리스트 통합/정렬기는 상기 질의어 로그를 이용하여 상기 검색 빈도 또는 인기도의 순으로 상기 컨텐츠 리스트를 정렬하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.And the autocomplete list integrator / sorter sorts the content list in order of the search frequency or popularity using the query log. 제8항에 있어서,The method of claim 8, 상기 자동완성 서버는 상기 사용자 입력 사항과 연관된 컨텐츠 리스트 중 상 기 검색 빈도 또는 인기도의 순에 따라 소정 개수의 컨텐츠 항목을 추출하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.And the autocomplete server extracts a predetermined number of content items from the contents list associated with the user input in order of search frequency or popularity. 제7항에 있어서,The method of claim 7, wherein 상기 자동완성 리스트 통합/정렬기는 상기 컨텐츠 리스트 및 상기 질의어 로그를 통합하고,The autocomplete list consolidator / sorter integrates the content list and the query log, 상기 색인기는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위, 음절단위 또는 서픽스에 따라 분류하고, 상기 색인 데이터베이스는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기록하며, The indexer classifies the integrated content list and the query log according to a phoneme unit, a syllable unit, or a suffix, and the index database classifies the integrated content list and the query log by a phoneme unit index, a syllable unit index, or a suffix index. Record separately, 상기 자동완성 서버는 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자동완성 리스트로 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocomplete server extracts the integrated content list and query log as an autocomplete list and transmits the complete content list to the web server. 제1항에 있어서,The method of claim 1, 상기 웹서버는 상기 웹브라우저로부터 설정 모드를 수신하여 상기 자동완성 서버에 전달하고,The web server receives the setting mode from the web browser and delivers to the autocomplete server, 상기 자동완성 서버는 상기 설정 모드에 기초하여 상기 자동완성 리스트를 추출하여 상기 웹서버로 전송하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.The autocompletion server extracts the autocompletion list based on the setting mode and transmits the autocompletion list to the web server. 제11항에 있어서,The method of claim 11, 상기 설정 모드는 자소단위 색인, 음절단위 색인 또는 서픽스 색인 중 적어도 하나의 색인에 대한 선택 정보를 포함하고,The setting mode includes selection information on at least one of a phoneme index, a syllable unit index, or a suffix index. 상기 자동완성 서버는,The autocomplete server, 소정의 기준에 따라 상기 사용자 입력 사항에 대한 상기 설정 모드의 적합 여부를 판단하고, 상기 판단 결과 상기 설정 모드가 부적합한 경우 상기 설정 모드를 다른 모드로 자동 변환하는 모드 변환기를 포함하는 것을 특징으로 하는 자동완성 컨텐츠 제공 시스템.And a mode converter for determining whether the setting mode is suitable for the user input according to a predetermined criterion, and automatically converting the setting mode to another mode when the setting mode is not suitable as a result of the determination. Completed content providing system. 컨텐츠 리스트를 소정의 컨텐츠 데이터베이스에 포함하여 유지하는 단계;Including and maintaining a content list in a predetermined content database; 상기 컨텐츠 리스트를 정렬하거나, 복수개의 상기 컨텐츠 리스트를 통합하는 단계;Sorting the content list or incorporating a plurality of the content list; 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 단계;Classifying the content list according to a phoneme unit, a syllable unit, or a suffix; 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 소정의 색인 데이터베이스에 기록하는 단계; 및Dividing the classified content list by phoneme index, syllable unit index, or suffix index and recording the classified content list in a predetermined index database; And 사용자 입력 사항을 수신하고 상기 색인 데이터베이스로부터 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하여 상기 사용자에게 전송하는 단계Receiving user inputs and extracting an autocomplete list associated with the user inputs from the index database and sending the inputs to the user 를 포함하는 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.Autocomplete content providing method comprising a. 제13항에 있어서,The method of claim 13, 질의어 로그를 소정의 로그 데이터베이스에 기록하여 유지하는 단계를 더 포함하고,And recording and maintaining a query log in a predetermined log database. 상기 컨텐츠 리스트를 정렬하는 상기 단계는, 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하는 단계인 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.And sorting the content list comprises sorting the content list using the query log. 제14항에 있어서,The method of claim 14, 상기 질의어 로그는 각 질의어별 검색 빈도 또는 인기도를 포함하고The query log includes a search frequency or popularity for each query. 상기 질의어 로그를 이용하여 상기 컨텐츠 리스트를 정렬하는 상기 단계는,The step of sorting the content list by using the query log, 상기 질의어 로그를 이용하여 상기 검색 빈도 또는 인기도의 순으로 상기 컨텐츠 리스트를 정렬하는 단계인 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.And sorting the content list in order of the search frequency or popularity using the query log. 제15항에 있어서,The method of claim 15, 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하는 상기 단계는,Extracting an autocomplete list associated with the user input, 상기 사용자 입력 사항과 연관된 컨텐츠 리스트 중 상기 검색 빈도 또는 인기도의 순에 따라 소정 개수의 컨텐츠 항목을 추출하는 단계인 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.And extracting a predetermined number of content items according to the search frequency or popularity order from the content list associated with the user input. 제14항에 있어서,The method of claim 14, 상기 컨텐츠 리스트를 통합하는 상기 단계는, 상기 컨텐츠 리스트 및 상기 질의어 로그를 통합하는 단계이고,The step of integrating the content list, the step of integrating the content list and the query log, 상기 컨텐츠 리스트를 자소단위, 음절단위 또는 서픽스(suffix)에 따라 분류하는 상기 단계는, 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위, 음절단위 또는 서픽스에 따라 분류하는 단계이며,The classifying the content list by phoneme, syllable unit, or suffix may include classifying the integrated content list and the query log by phoneme, syllable unit, or suffix. 상기 분류된 컨텐츠 리스트를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 소정의 색인 데이터베이스에 기록하는 상기 단계는, 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자소단위 색인, 음절단위 색인 또는 서픽스 색인별로 구분하여 기록하는 단계이고,The step of dividing the classified content list by phoneme index, syllable unit index, or suffix index and recording the classified content list and the query log in the phoneme index, syllable unit index, or suffix To record by index. 상기 사용자 입력 사항과 연관된 자동완성 리스트를 추출하여 상기 사용자에게 전송하는 상기 단계는, 상기 통합된 컨텐츠 리스트 및 질의어 로그를 자동완성 리스트로 추출하여 상기 사용자에게 전송하는 단계인 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.Extracting and completing an autocomplete list associated with the user input to the user comprises extracting the integrated content list and the query log as an autocomplete list and transmitting the autocomplete list to the user. How to Provide. 제13항에 있어서, The method of claim 13, 상기 자동완성 리스트를 추출하는 상기 단계는,The step of extracting the autocomplete list, 상기 사용자로부터 수신한 설정 모드에 기초하여 상기 자동완성 리스트를 추출하는 단계인 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.And extracting the autocomplete list based on a setting mode received from the user. 제18항에 있어서,The method of claim 18, 상기 설정 모드는 자소단위 색인, 음절단위 색인 또는 서픽스 색인 중 적어도 하나의 색인에 대한 선택 정보를 포함하고,The setting mode includes selection information on at least one of a phoneme index, a syllable unit index, or a suffix index. 소정의 기준에 따라 상기 사용자 입력 사항에 대한 상기 설정 모드의 적합 여부를 판단하는 단계; 및Determining whether the setting mode is appropriate for the user input item according to a predetermined criterion; And 상기 판단 결과 상기 설정 모드가 부적합한 경우 상기 설정 모드를 다른 모드로 자동 변환하는 단계Automatically converting the setting mode to another mode if the setting mode is inappropriate as a result of the determination; 를 더 포함하는 것을 특징으로 하는 자동완성 컨텐츠 제공 방법.Autocomplete content providing method further comprising a. 제13항 내지 제19항 중 어느 한 항의 방법을 실행하기 위한 프로그램이 기록되어 있는 것을 특징으로 하는 컴퓨터에서 판독 가능한 기록 매체.A computer-readable recording medium having recorded thereon a program for executing the method of any one of claims 13 to 19.
KR1020050044758A 2005-05-27 2005-05-27 System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method KR20060122364A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050044758A KR20060122364A (en) 2005-05-27 2005-05-27 System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050044758A KR20060122364A (en) 2005-05-27 2005-05-27 System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020070059430A Division KR20070072844A (en) 2007-06-18 2007-06-18 System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method

Publications (1)

Publication Number Publication Date
KR20060122364A true KR20060122364A (en) 2006-11-30

Family

ID=37707710

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050044758A KR20060122364A (en) 2005-05-27 2005-05-27 System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method

Country Status (1)

Country Link
KR (1) KR20060122364A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101405070B1 (en) * 2012-06-25 2014-06-10 주식회사 와이즈넛 Method of providing quick view content coupled with keyword autofill

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101405070B1 (en) * 2012-06-25 2014-06-10 주식회사 와이즈넛 Method of providing quick view content coupled with keyword autofill

Similar Documents

Publication Publication Date Title
KR100643801B1 (en) System and method for providing automatically completed recommendation word by interworking a plurality of languages
US10872104B2 (en) Method and apparatus for natural language query in a workspace analytics system
KR20070024771A (en) System and method for providing automatically completed query using automatic query transform
KR100792699B1 (en) Method and system for automatically completed general recommended word and advertisement recommended word
JP6414956B2 (en) Question generating device and computer program
JP5497022B2 (en) Proposal of resource locator from input string
US9218414B2 (en) System, method, and user interface for a search engine based on multi-document summarization
CN107798123B (en) Knowledge base and establishing, modifying and intelligent question and answer methods, devices and equipment thereof
CN106233375A (en) User version based on mass-rent input starts anew to learn language model
KR20120013044A (en) Mobile system, search system and search result providing method for mobile search
CN103268313A (en) Method and device for semantic analysis of natural language
US10783192B1 (en) System, method, and user interface for a search engine based on multi-document summarization
Hlava The taxobook: Principles and practices of building taxonomies, part 2 of a 3-part series
CN108874789B (en) Statement generation method, device, storage medium and electronic device
US6985147B2 (en) Information access method, system and storage medium
KR102146433B1 (en) Method for providing context based language learning service using associative memory
KR100707725B1 (en) System and method for providing automatically completed query and computer readable recording medium recording program for implementing the method
JP6469919B1 (en) Judgment sentence database creation method, judgment sentence database search method, sentence creation method, judgment sentence database creation apparatus, judgment sentence database retrieval apparatus, sentence creation apparatus, judgment sentence database creation program, judgment sentence database retrieval program, And sentence creation program
KR20060104544A (en) System and method for providing automatically completed query and computer readable recording medium recording program for implementing the method
KR20070072844A (en) System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method
KR20060122364A (en) System and method for providing automatically completed contents list and computer readable recording medium recording program for implementing the method
KR100782556B1 (en) Query auto-complete service method and server for executing the method
KR20070064566A (en) System and method for providing automatically completed query and computer readable recording medium recording program for implementing the method
KR101250169B1 (en) Mobile system, search system and search result providing method for mobile search
Liljenback ContextQA: Experiments in Interactive Restricted-Domain Question Answering

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
J201 Request for trial against refusal decision
A107 Divisional application of patent
AMND Amendment
E801 Decision on dismissal of amendment
B601 Maintenance of original decision after re-examination before a trial
J301 Trial decision

Free format text: TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 20070517

Effective date: 20071220