KR20020090816A - The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory - Google Patents

The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory Download PDF

Info

Publication number
KR20020090816A
KR20020090816A KR1020010029844A KR20010029844A KR20020090816A KR 20020090816 A KR20020090816 A KR 20020090816A KR 1020010029844 A KR1020010029844 A KR 1020010029844A KR 20010029844 A KR20010029844 A KR 20010029844A KR 20020090816 A KR20020090816 A KR 20020090816A
Authority
KR
South Korea
Prior art keywords
product
user
products
attributes
value
Prior art date
Application number
KR1020010029844A
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 KR1020010029844A priority Critical patent/KR20020090816A/en
Publication of KR20020090816A publication Critical patent/KR20020090816A/en

Links

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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0623Item investigation
    • G06Q30/0625Directed, with specific intent or strategy
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0641Shopping interfaces

Abstract

PURPOSE: A system and a method for multi-dimensionally analyzing and managing a customer needs oriented product on the basis of an object oriented theory are provided to give a property value to the product by analyzing the product multi-dimensionally and to make a database with the property values. CONSTITUTION: The Internet users(110a-110n) input a basic user profile and the product needs by connecting to a web server(120) through the Internet. The web server shows a result fit to the needs multi-dimensionally. An application server(130) connected to the web server stores the product needs inputted by the user and requests the relating nouns and noun phrases to a database server(140). The database server generates a searching result list from an individual product thesaurus database(160) by understanding a relation between the relating nouns and noun phrases and transfers the searching result list to the web server. Thus, the user confirms the result.

Description

객체 지향 이론을 기반으로 한 소비자 욕구 지향 다차원 상품 분석·관리 시스템 및 방법{The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory}The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory}

본 발명은 객체 지향 이론을 기반으로 한 소비자 욕구 지향 다차원 상품 분석·관리 시스템 및 방법에 관한 것으로써, 소비자의 욕구와 관련 있는 상품 속성을 중심으로 상품 검색과 추천이 가능하도록 상품을 다차원으로 분석하여 속성 가치를 부여하고 이를 데이터베이스화하는 상품 분석·관리시스템 및 방법에 관한 것이다.The present invention relates to a consumer desire-oriented multi-dimensional product analysis and management system and method based on object-oriented theory, and analyzes the product in multiple dimensions to enable product search and recommendation based on product attributes related to consumer needs. A product analysis and management system and method for assigning attribute values and database them.

본 발명은 객체 지향 이론을 기반으로 클래스와 객체로 정의하여 이들간에 속성이 상속되는 개념과 데이터와 메소드가 함께 캡슐화 된 것으로 상품을 분석한다.The present invention analyzes products by defining them as classes and objects based on object-oriented theory and encapsulating the concepts and data and methods inheriting properties among them.

객체 지향 기술(Object Oriented Technology)은 본래 구조적 방법론(Structured methodology)과 같이 프로그래밍 언어의 개념에서 출발 한 것으로 데이터를 다루는 프로시저를 하나로 묶어 캡슐화 된 객체(Object)라는 개념을 사용하여 실세계(real world)를 표현하고 모델링 하는 것이다. 이 이론에서 전체 시스템은 각각 자체 처리 능력이 있는 객체로 구성되며, 이 객체들 간의 상호 정보 교환에 의해 시스템이 작동하게 되는데, 객체(Object), 메시지(message), 상속(inheritance)의 개념이 근간을 이루고 있으며, 공통된 특성을 가진 객체들이 모여 하나의 클래스를 구성하게 된다.Object Oriented Technology, originally from the concept of a programming language, like Structured Methodology, uses the concept of an encapsulated object, which encapsulates a procedure that manipulates data, into the real world. To represent and model In this theory, the whole system consists of objects that each have its own processing power, and the system works by exchanging information among these objects. The concept of object, message, and inheritance is based on In addition, objects with common characteristics are gathered together to form a class.

각 객체는 데이터와 그 데이터에 대한 메소드로 규정되며, 이 데이터와 메소드는 캡슐화 되어 있다. 연산은 시스템에 존재하는 객체 간에 메시지를 주고받음으로써 이루어지는데 한 객체가 다른 객체로부터 연산을 요구하는 메시지를 받으면 그 메시지에 대응되는 객체내의 메소드를 실행시켜 응답하게 된다.Each object is defined by data and methods on that data, and the data and methods are encapsulated. An operation is performed by exchanging messages between objects in the system. When an object receives a message requesting an operation from another object, the object responds by executing a method in the object corresponding to the message.

객체 지향 이론은 문제에 대한 접근 방식일 뿐 아니라 프로그래밍과 패러다임, 계산 모델임과 동시에 인간과 컴퓨터와의 대화 모델이며, 일반적으로 정보를 정리, 축적, 검색하는 모델이다.Object-oriented theory is not only an approach to problems, but also a programming, paradigm, and computational model, as well as a model for dialogue between humans and computers, and generally a model for organizing, accumulating, and retrieving information.

인터넷이 등장한 이후 최근 우리나라에서는 정보통신 기술의 발달과 컴퓨터의 보급, 인터넷 기반 기술의 발달 등으로 인해 인터넷을 이용자가 급격히 증가하고 매우 보편화되었다. 이런 상황에서 많은 기업들이 인터넷상에 웹사이트를 개설하여 전 세계의 네티즌들에게 홍보하고 정보를 제공하며, 직접 재화와 서비스를 거래하는 전자상거래(e-commerce)도 매우 일반화되고 있다. 기업들은 사용자들에게 보다 편리한 방법으로 정보를 제공하고 서비스를 제공하고 수익을 창출하기 위해 새로운 방법을 고안하느라 많은 노력을 기울이고 있다.Since the emergence of the Internet in recent years, the Internet users have rapidly increased and become very popular due to the development of information and communication technology, the spread of computers, and the development of Internet-based technology. In this situation, many companies open websites on the Internet to promote and provide information to netizens around the world, and e-commerce, which directly trades goods and services, is also becoming very common. Companies are working hard to devise new ways to provide information, service and revenue in a more convenient way for their users.

전자상거래란 재화와 서비스의 거래에 있어 그 전부 또는 일부를 전자문서 및 정보 교환 등 전자적 방식에 의해 처리되는 거래를 말한다.Electronic commerce is a transaction in which all or part of the transactions of goods and services are processed by electronic means such as the exchange of electronic documents and information.

인터넷을 이용한 전자상거래는 기존의 상거래가 기업에서 소비자에게 상품을 유통시키고 수익을 창출하기 위해 필요한 유통과정, 고객의 수요를 파악하기 위한 영업망, 상품의 진열과 판매를 위한 공간이 필요하며, 관리를 위한 많은 인력이 필요하여 지역적, 시간적, 공간적인 제한을 가지고 있었던 것과 달리 인터넷이라는 가상의 공간에서 상거래를 수행함으로써 지역적, 시간적, 공간적인 제한을 초월하여 유통과정과 유통비용을 획기적으로 줄이는 등의 긍정적 효과를 가지고 있다.E-commerce using the Internet requires a distribution process that is required for the existing commerce to distribute products to consumers and generate profits, a sales network to identify customer demand, space for displaying and selling products, and management. Unlike the local, temporal and spatial limitations, which require a large number of human resources, commerce is carried out in the virtual space of the Internet, which can dramatically reduce the distribution process and distribution costs by transcending local, temporal and spatial limitations. Has an effect.

반면 인터넷이라는 가상의 공간에서는 실제 물건을 직접 눈으로 확인하고 구매하는 기존의 상거래와는 다르게 상품을 직접 보고 비교할 수 없기 때문에 발생하는 신뢰성의 문제가 있다.On the other hand, in the virtual space of the Internet, there is a problem of reliability caused by the inability to directly view and compare products, unlike the existing commerce, in which the actual goods are directly checked and purchased.

상품에 대한 세세한 정보를 제공받을 수 없고, 상품 정보가 모두 제조사에서 제공하는 획일적인 형식과 내용이라는 문제 때문에 소비자들이 구매가 상품의 품질이 정형화되어 있어 정보 요구량이 적은 품목으로 한정되어 있다는 문제가 있다.There is a problem that consumers are limited to items with low information requirements because the quality of the product is standardized because of the problem that they cannot receive detailed information about the product and that the product information is all uniform format and contents provided by the manufacturer. .

또한 기존의 전자상거래에서 상품에 대한 정보를 제공하기 위해 제조사에서 제공하는 상품의 카탈로그 정보를 입력하여 사용자들에게 제공하였던 방법을 그대로 사용하게 되면, 가격이나 작은 부분만 변형시켜 새로 출시된 상품들에 대해서도 모든 상품 정보를 입력하여야 하므로 상품 정보 관리에 매우 많은 노력과 시간이 소요되는 것이 전자상거래 운영자측 입장에서의 문제점으로 지적되었다.In addition, if you input the catalog information of the product provided by the manufacturer to provide information about the product in the existing e-commerce, and use the method provided to the users as it is, the price or a small portion is modified to the newly released products Since all the product information must be entered, it is pointed out that it takes a lot of effort and time to manage the product information.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로써, 기존의 객체 지향 이론을 소프트웨어 공학이 아닌 상품관리 시스템에 적용하여 소비자들의 욕구와 관련 있는 상품 속성을 중심으로 상품 검색과 추천이 가능하도록 상품을 다차원으로 분석하여 속성 가치를 부여하고 이를 데이터베이스화하는 상품 분석·관리 시스템 및 방법에 관한 것이다.The present invention has been made to solve the above problems, by applying the existing object-oriented theory to the product management system rather than software engineering to enable product search and recommendation centering on the product attributes related to the needs of consumers The present invention relates to a product analysis and management system and method for assigning attribute values to a multidimensional analysis of products and database them.

본 발명에서는 객체 지향 이론에 기반을 두어 하나의 개별 상품을 독립적인 객체(Object)로 정의한다. 이 객체는 상위 클래스로부터 상속 받은 공통 속성 외에새롭게 추가되는 속성 가치로 분석되며 데이터와 데이터를 연산하는 메소드가 묶여 캡슐화 되어 있다.In the present invention, one individual product is defined as an independent object based on the object-oriented theory. In addition to the common properties inherited from the parent class, this object is parsed with new property values, encapsulated with data and methods that operate on the data.

본 발명에서 캡슐화 된 객체는 외부 인터페이스로부터 사용자 요구 가치를 자연어 표현 인터페이스를 통해 입력 받아 분석되어 시스템 내부에 존재하는 객체 내의 메소드에 메시지 형태로 전달된다. 전달된 메시지는 메소드를 통해 객체의 속성 가치 즉 분석된 데이터베이스에서 사용자의 요구 가치와 매칭 되는 것이 있는지를 검색한다.In the present invention, the encapsulated object receives a user request value from an external interface through a natural language expression interface, is analyzed, and is transmitted in a message form to a method in an object existing in the system. The message is then retrieved through the method to see if there is a match for the property value of the object, ie the user's required value in the analyzed database.

사용자의 요구 가치와 매칭되는 데이터, 그 데이터 속성을 가진 상품을 검색하는 과정을 거쳐 이 결과를 사용자 인터페이스를 통해 메시지 형태로 메소드를 통해 전달하고 사용자에게 추천한다. 본 시스템에서는 이 과정을 통해 사용자의 욕구와 선호가 계속 피드백(Feedback) 되어 욕구 성향에 관한 데이터는 다시 Needs Shaping DB에 저장된다.After searching the data matching the required value of the user and the product with the data attribute, the result is delivered through the user interface in the form of a message and recommended to the user. In this system, the user's needs and preferences are continuously fed back through this process, and the data on the desire tendency are stored in the Needs Shaping DB again.

앞 절에서 전자상거래의 문제점의 하나로 지적된 상품에 대한 설명이 상세하지 못하고, 제조사에서 제공하는 카탈로그의 획일화된 정보 수준으로는 상품을 직접 보고 구매하지 못하는 구매자의 정보 욕구를 충족시키지 못하며 신뢰성을 주기 어렵다는 문제를 보완하는데 본 발명이 매우 유용하며 적절한 방법이다.The description of the product pointed out as one of the problems of e-commerce in the previous section is not detailed, and the uniform information level of the catalog provided by the manufacturer does not satisfy the information needs of buyers who cannot see and purchase the product directly. The present invention is very useful and appropriate method to solve the problem of difficulty to give.

자세히 설명하자면, 본 발명은 상품의 기능적 속성 가치 뿐만이 아니라 정서적 속성 가치, 사회적 속성 가치, 상황적 속성 가치, 진귀적 속성 가치를 분석한다. 또한 각 객체는 캡슐화 된 모듈로 존재하여 상품의 속성 데이터를 메소드를 통해 접근하여 검색하고 추천한다. 이러한 방법은 실제 기능적 속성 데이터는 변화하지 않은 채로 그외의 변화되는 소비자의 욕구와 성향과 관련 있는 정성적 가치 요소 부분을 재 정의하는 데에 매우 효과적이다.In detail, the present invention analyzes not only functional attribute values of goods but also emotional attribute values, social attribute values, contextual attribute values, and novel attribute values. In addition, each object exists as an encapsulated module to access and search and recommend product attribute data through methods. This method is very effective in redefining the qualitative value elements related to other changing consumer needs and dispositions without changing the actual functional attribute data.

본 발명에서는 기존 상품의 속성 가치가 변화 또는 추가되거나, 또는 새로운 신상품이 출시되었을 경우에도 상위클래스로부터 상속 받는 공통의 속성과 새로운 추가 속성만을 모듈화하여 분석하게 되므로, 상품 분석에 있어 매우 효율적이며 편리하며 논리적이고 체계적인 분석이 가능하여 보다 풍부하고 체계적인 상품 정보 제공이 가능하다.In the present invention, even when the attribute value of an existing product is changed or added, or when a new new product is released, only the common attribute inherited from the upper class and the new additional attribute are analyzed in a modular manner, which is very efficient and convenient in product analysis. Logical and systematic analysis is possible to provide richer and systematic product information.

또한 본 발명은 소비자의 욕구와 성향, 그들의 생활수준, 라이프 스타일을 반영하여 상품의 속성을 분석하여 다차원적으로 상품을 분석하고 관리하는 시스템이다.In addition, the present invention is a system for analyzing and managing products in a multi-dimensional manner by analyzing the attributes of the product reflecting the needs and inclinations of consumers, their standard of living, lifestyle.

소비자의 욕구와 관련된 속성 중심으로 다차원적으로 상품을 분석하는 본 발명을 통해서는 기존 획일화 되고 정형화되고 기능 중심적으로 치우쳤던 상품 설명 방식을 보완하여 보다 풍부하고 다양하게 소비자들의 욕구와 필요에 맞는 상품 정보 제공이 가능하게 한다.Through the present invention, which analyzes products in a multi-dimensional manner centered on attributes related to consumer's desires, a product that meets the needs and needs of consumers in a richer and more diverse manner by supplementing the existing uniform, formalized, function-oriented biased product description method Make information available.

따라서 본 발명을 통해 직접 보고 구매하지 않아도 가능한 상품의 품질이 정형화된 서적이나 음반, 교통, 공연 등의 예매, 주식 거래 등에 한정되는 것에서 보다 진일보하여 의류, 패션상품, 가구, 가전제품 등으로 보다 다양한 부분으로 그 구매가 증가할 것이며, 상품 구매에 관한 식견과 상품과 구매에 대한 신뢰성을 갖게 될 것이다.Therefore, through the present invention, the quality of goods that can be viewed without purchasing directly is limited to the books, records, transportation, performances, etc., and the stock trading, etc., further progress to clothing, fashion products, furniture, home appliances, etc. In part, the purchase will increase, and you will gain insight into the purchase of the product and confidence in the product and the purchase.

즉, 본 발명을 통해 기업은 소비자의 욕구에 기반을 두어 상품을 분석하고생산하게 되므로 e-marketplace의 sales force을 향상시킬 수 있으며, 보다 충실하고 소비자 욕구에 맞는 상세한 상품 정보를 제공할 수 있는 e-catalog를 효율적으로 제작, 관리 할 수 있다.That is, according to the present invention, the company analyzes and produces a product based on the needs of consumers, thereby improving the sales force of the e-marketplace, and is able to provide more detailed and detailed product information that meets consumer needs. Can produce and manage the catalog efficiently.

도 1은 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법을 통하여 사용자에게 적합한 상품을 검색하고 추천하며, 체계적인 상품 분석과 관리가 가능한 망 접속 상태를 나타내는 도면1 is a diagram illustrating a network access state capable of searching for and recommending a product suitable for a user through a system of methods and a system for analyzing and managing a consumer's desire based on an object-oriented theory, and for systematic product analysis and management;

도 2a와 도 2b와 도 2c와 도 2d는 본 발명의 실시 예에 따른 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법의 전체 흐름도2A, 2B, 2C, and 2D are flow charts of a system and method for analyzing and managing a consumer desire-oriented multidimensional product based on object-oriented theory according to an embodiment of the present invention.

도 3은 본 발명의 실시 예인 객체 지향 이론에 기반 한 클래스로부터 상속 받은 속성 가치와 새롭게 추가되는 속성 가치를 데이터와 메소드, 상속관계를 기반으로 상품의 속성과 가치를 분석하는 방법을 나타내는 도면FIG. 3 is a diagram illustrating a method of analyzing an attribute value and a value of a product based on data, methods, and inheritance relationship between attribute values inherited from a class based on object-oriented theory and newly added attribute values according to an embodiment of the present invention.

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

110a ∼ 110n : 사용자 클라이언트 120 : 웹서버110a-110n: User Client 120: Web Server

130 : 어플리케이션 서버 140 : 데이터베이스 서버130: application server 140: database server

150 : 사용자 DB 160 : 개별상품 시소러스 DB150: user DB 160: individual product thesaurus DB

170a ∼ 170n : 기업체 클라이언트170a-170n: Corporate client

본 발명은 상기 설명한 기술적 과제를 달성하기 위하여, 객체 지향 이론을 기반으로 상위 클래스에서 상속 받은 속성과 상속 받은 속성 외에 하위 레벨인 하위 클래스와 객체에서 새롭게 추가되는 속성을 분석하는 개별 상품의 분석 단계와, 분석된 개별 상품의 가치를 데이터베이스로 구축하는 단계와, 네트워크 통신망을 통해 접속한 클라이언트들의 프로파일을 입력 받는 단계와, 자연어 표현 인터페이스로 사용자의 요구 가치를 입력 받는 단계와, 자연어로 입력 받은 요구 가치를 통해 사용자의 욕구와 성향을 추론하는 단계와, 사용자의 욕구와 성향과 매칭되는 상품의 속성 가치를 판단하고 데이터베이스 내에서 검색하는 단계와, 사용자 프로파일분석과 요구가치, 사용자의 욕구와 성향의 매칭 작업을 통해 사용자에게 가장 알맞은 상품을 분석하여 추천상품을 분석하는 단계와, 검색 추천된 상품을 인터페이스를 통해 클라이언트에게 제공하는 단계와, 사용자의 프로파일, 사용자의 요구 가치와 욕구, 성향, 추천된 상품 등의 히스토리를 사용자DB에 저장하는 단계와, 저장된 사용자 요구 가치 등을 참조하여 소비자의 욕구와 성향에 관한 DB를 추가하고 관리하는 피드백 단계를 포함하여 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구 지향 다차원 상품 분석·관리 시스템 및 방법이 제공되어지게 된다.In order to achieve the above technical problem, the present invention provides a method for analyzing individual products based on an object-oriented theory and analyzing properties newly added to lower classes and objects which are lower levels in addition to inherited properties and inherited properties. Constructing the value of the analyzed individual product into a database, receiving a profile of clients connected through a network communication network, receiving a user's required value through a natural language expression interface, and receiving a required value input in a natural language. Inferring the user's desires and inclinations, determining the attribute value of the product that matches the user's needs and inclinations, searching in the database, analyzing the user profile and the value of the needs, and matching the user's needs and inclinations. Work to analyze the products that work best for you. Analyzing the recommendation products, providing the search recommendation products to the client through the interface, and storing the user's profile, history of the user's required values and desires, propensities, and recommended products in the user DB. And a customer needs-oriented multi-dimensional product analysis and management system and method based on the object-oriented theory, which includes a feedback step of adding and managing a DB regarding consumer's desires and inclinations with reference to stored user demand values. You lose.

이하에서는 본 발명의 바람직한 실시 예에 따라서 객체 지향 이론을 기반으로한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법을 첨부한 도면을 참조하여 상세하게 설명하기로 한다.Hereinafter, with reference to the accompanying drawings, a system and method for analyzing and managing a consumer desire-oriented multi-dimensional product based on an object-oriented theory according to a preferred embodiment of the present invention will be described in detail.

도 1은 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법을 통하여 사용자에게 적합한 상품을 검색하고 추천하며, 체계적인 상품 분석과 관리가 가능한 망 접속 상태를 나타내는 도면이다.FIG. 1 is a diagram illustrating a network access state capable of searching for and recommending a product suitable for a user through a system of methods and a system for analyzing and managing a consumer desire-oriented multidimensional product based on an object-oriented theory.

도 1에 따르면, 인터넷 사용자는(110a~110n) 인터넷을 통해 웹서버(120)에 접속하여 사용자들이 기본적인 사용자 프로파일과 상품 관련 욕구를 입력하게 되고, 웹서버(120)는 해당 욕구에 맞는 결과를 다차원적으로 보여주게 된다. 이 때 웹서버(120)와 연결된 어플리케이션 서버(130)는 사용자가 입력한 상품 관련 욕구를 저장하고 해당 명사와 명사구들을 데이터베이스 서버(140)에 요청을 하면 데이터베이스 서버(140)측은 요청되어진 쿼리(Query)를 토대로 해당 명사와 명사구들사이의 관계성을 파악하여, 개별 상품 시소러스 DB(160)에서 검색 결과 리스트를 생성하여 이를 웹서버(120)에 전달함으로써 사용자로 하여금 해당 결과를 확인할 수 있도록 한다.According to Figure 1, the Internet users (110a ~ 110n) is connected to the web server 120 through the Internet and the users input the basic user profile and product-related needs, the web server 120 is the result that meets the needs It is shown multidimensionally. At this time, the application server 130 connected to the web server 120 stores the product-related desires input by the user and requests the nouns and noun phrases to the database server 140, the database server 140 is requested query (Query) By identifying the relationship between the noun and the noun phrase based on the), the individual product thesaurus DB 160 generates a search result list and delivers it to the web server 120 so that the user can check the result.

상기 과정에서 생성되는 사용자의 프로파일 정보와 상담 히스토리에서 발생되는 상품 관련 명사와 명사구 등의 자료는 사용자 DB(150)에 저장됨으로써 새로운 소비자의 욕구와 상품의 트랜드를 분석할 수 있는 원천 데이터로써 활용이 되어지게 된다.Data such as product profile nouns and noun phrases generated in the user's profile information and counseling history generated in the above process are stored in the user DB 150 to be used as source data for analyzing new consumer's desires and product trends. Will be.

기업체 클라이언트(170a∼170n)도 마찬가지로 인터넷을 통해 웹서버(120)에 연결되어 상품과 소비자 관련 제반 사항을 요구하게 되고, 웹서버(120)는 이를 어플리케이션 서버(130)에 전달함으로써 조건식을 생성하고 이를 데이터베이스 서버(140)에 요청하면 데이터베이스 서버(140)측은 요청되어진 쿼리(Query)를 토대로 개별 상품 시소러스 DB(160)에서 해당 명사와 명사구들사이의 관계성을 파악하여 소비자 욕구 지향적인 상품 관리인 e-catalog를 통하여 상품을 가격, 기능과 같은 단차원적 비교, 검색이 아니라 상품이 가지는 속성과 가치 및 소비자의 욕구로서 비교, 검색하는 다차원적인 검색을 통하여 해당 검색 결과 리스트를 생성하여 이를 웹서버(120)에 전달함으로써 사용자로 하여금 해당 결과를 체계적이며 논리적으로 확인할 수 있도록 한다.The corporate clients 170a to 170n are also connected to the web server 120 through the Internet to request various items related to products and consumers, and the web server 120 generates conditional expressions by delivering them to the application server 130. When requesting this to the database server 140, the database server 140 determines the relationship between the nouns and the noun phrases in the individual product thesaurus DB 160 based on the requested query. -Catalog generates the relevant search result list through multi-dimensional search that compares and searches the product as a mere one-dimensional comparison such as price and function, as an attribute and value of the product and consumer's desire, and does not search the web server (120). ) To allow users to check the results systematically and logically.

도 2a와 도 2b와 도 2c와 도 2d는 본 발명의 실시 예에 따른 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 관리 시스템 및 방법의 전체 흐름도이다.2A, 2B, 2C, and 2D are overall flow charts of a system and method for consumer desire-oriented multi-dimensional merchandise management based on object-oriented theory according to an embodiment of the present invention.

도 2a와 도 2b와 도 2c와 도 2d에 따르면, 먼저 인터넷상에 존재하는 게시판, Q&A, FAQ, News 사이트 등을 통하여 상품과 상품 구매와 관련된 소비자의 욕구와 성향을 조사하고(단계 S101), 오프라인에서는 설문조사, FGI(Focus Group Interview), 양판점(전문상가) 등을 통하여 상품의 트랜드를 조사하여(단계 S102) 소비자의 욕구와 성향, 그들의 생활수준, 라이프 스타일 등을 반영하는 상품을 파악하고 분석한다(단계 S103). 이렇게 분석된 소비자의 욕구와 성향 및 상품의 트랜드를 표현하는 명사형단어와 명사구들을 모아놓은 Needs Shaping DB를 구축하며(단계 S104), 구축된 Needs Shaping DB를 통하여 일반적으로 상품의 "대분류"에 해당하는 Super Class에 적정한 속성 혹은 가치의 Data인가를 분석하여 해당 속성과 가치를 부여하는 작업을 한다(단계 S105).According to FIGS. 2A, 2B, 2C, and 2D, first, a consumer's desire and propensity related to a product and a product purchase are examined through bulletin boards, Q & As, FAQs, and news sites existing on the Internet (step S101), In the offline market, product trends are surveyed through surveys, focus group interviews (FGI), and retail stores (specialists) (step S102) to identify products that reflect consumer needs and dispositions, their standard of living, and lifestyle. It analyzes (step S103). The Needs Shaping DB, which collects noun-type words and noun phrases expressing consumer's desires and inclinations and trends of the product analyzed in this way, is established (step S104), and generally through the Needs Shaping DB, which corresponds to the "classification" of products. It analyzes whether the data of the appropriate attribute or value is assigned to the Super Class, and assigns the attribute and the value (step S105).

여기서 해당 Super Class를 상세히 설명하자면, 객체 지향 이론에서는 클래스라는 개념으로 설명될 수 있으며 본 발명에서는 상품들을 물적 속성, 생산면의 특성을 기준으로 했을 때 기본적인 성질이 다른 것으로 구분하는 "대분류"를 말하는 개념이다. 이는 일반적으로 통용되는 "Department"의 개념과 동일한 의미로 정의될 수 있으며 그 실례로는 '전자제품', '의류제품', '서비스 상품' 등으로 분류될 수 있다.Here, the super class will be described in detail. In the object-oriented theory, the concept can be described as a class, and in the present invention, the term "large classification" is used to classify commodities into different properties based on physical properties and production characteristics. Concept. This may be defined in the same sense as the concept of "Department" commonly used, and may be classified into 'electronic products', 'apparel products', and 'service products'.

상기와 같이 해당 속성과 가치를 부여하는 과정은 연산 값들을 행위화시키는 메소드를 통해서 이루어지는데(단계 S106), 여기서 말하는 메소드란 클래스와 객체의 데이터를 정의하는 각 연산 값들을 지정하고 행위화시키는 것을 의미한다. 즉, 도 3에서 상세히 기술한 바와 같이 메소드는 상품이 가지는 속성에 새로운 가치를 부여하도록 하는 정의를 연산 값을 통해 만들어지며(단계 S106a), 이 연산 값들은 상품이 가지고 있는 속성에 작용하여 각 각의 가치를 부여하여 각 각을 데이터로 저장한다(단계 S106b). 이와 같이 데이터와 데이터를 조작하는 메소드는 하나로 묶여 있는 데 이를 캡슐화(Encapsulation)라고 정의하고자 한다(단계 S106c). 이렇게 정의된 캡슐화는 외부 인터페이스만을 통하여 접근이 가능하므로 수정, 변경, 삭제하고자 하는 데이터가 존재 할 경우 개별 객체의 데이터를 직접적으로 조정하지 않고 단지 메소드의 연산 값만을 수정, 변경, 삭제하여 그 데이터를 조정함으로써 데이터를 보존하고 관리하는 작업이 더 편리하고 효율적이라는 장점이 있다. 또한, 상품 관리자들이 해당 상품을 체계적이며 논리적으로 관리하고자 할 때 유지보수에따르는 비용을 감소시킬 수 있는 장점을 지니고 있다.As described above, the process of assigning a corresponding attribute and value is performed through a method of acting on operation values (step S106), where the method means specifying and acting on each operation value defining data of a class and an object. . That is, as described in detail in FIG. 3, the method creates a definition for assigning a new value to an attribute of the product through operation values (step S106a), and these operation values act on the attributes of the product, respectively. Each value is stored as data by assigning a value of (step S106b). As such, the data and the methods for manipulating the data are grouped together, and this is defined as encapsulation (step S106c). The defined encapsulation can be accessed only through the external interface, so if there is data to be modified, changed, or deleted, only the operation value of the method can be modified, changed, and deleted without directly adjusting the data of individual objects. The advantage of making adjustments is that it is more convenient and efficient to preserve and manage data. In addition, product managers can reduce the cost of maintenance when they want to manage the product systematically and logically.

상기의 Super Class의 데이터와 데이터를 조작하는 메소드를 하나로 묶은 캡슐을 Super Class DB로 구축하며(단계 S107), 구축된 Super Class DB에서 새롭게 추가되는 속성 및 가치가 있는가를 확인하여(단계 S108) 없는 경우에는 Super Class DB의 데이터를 하위 클래스인 Sub Class에 상속하며, 있는 경우에는 Needs Shaping DB에서 새롭게 추가되는 속성 및 가치를 분석하여(단계 S109) 해당 Sub Class에 적정한 속성 혹은 가치의 데이터인가를 판단한 후 해당 속성과 가치를 부여하는 작업을 한다(단계 S110).In the case where there is no capsule that combines the data of the super class and the method for manipulating the data into a super class DB (step S107), and checks whether there is a newly added attribute and value in the built super class DB (step S108). Inherits the data of the super class DB into the sub class, and if any, analyzes the newly added property and value in the needs shaping DB (step S109) and determines whether the data is the proper property or value for the sub class. The operation of assigning the property and the value is performed (step S110).

여기서 해당 Sub Class를 설명하자면, 본 발명에서는 Super Class에서 정의된 제품군 중 소비자의 욕구와 성향에 기반을 둔 사용 용도·제품 고유 기능면에서 공통된 특성을 지니는 즉, 일반적으로는 상품의 "중분류"에 해당하는 개념이다. 이는 일반적으로 통용되는 "Line"의 개념과 동일한 의미로 정의될 수 있으며 Super Class의 "전자제품" 분류를 하나의 실례로 들자면 Sub Class에서는 '컴퓨터', '영상기기', 음향기기', '주방가전', '생활가전' 등으로 분류될 수 있다.Here, the sub class will be described in the present invention. In the present invention, the products defined in the Super Class have common characteristics in terms of use and product-specific functions based on consumer's desires and inclinations. This is the corresponding concept. This can be defined in the same sense as the general concept of "Line". For example, the class "Electronics" of the Super Class is an example of "Computer", "Video", "Audio", "Kitchen" in the Sub Class. Home appliances', 'household appliances', and the like.

상기의 해당 속성과 가치를 부여하는 작업에서는 역시 메소드를 통해 연산 값으로 정의되어 새로운 속성과 가치를 부여 받게 되며(단계 S111), 이는 역시 상위 클래스 즉, Super Class에서 상속 받은 데이터와 데이터를 조작하는 메소드를 하나로 묶은 캡슐을 Sub Class DB로 구축한다(단계 S112).In the operation of assigning the corresponding attribute and value, it is also defined as an operation value through a method to receive a new attribute and value (step S111), which also manipulates data and data inherited from an upper class, that is, Super Class. A capsule in which the methods are combined is constructed as a sub class DB (step S112).

여기서 해당 클래스들을 상세히 설명하자면, 본 발명에서는 상기의 Super Class, Sub Class 외에 하위 클래스로서 Main Class와 C Class와 B Class로 구성되어 있다.Herein, the classes will be described in detail. In the present invention, in addition to the above-described Super Class and Sub Class, the subclass includes Main Class, C Class, and B Class.

Main Class는 Sub Class에서 분류된 제품 중 기본 기능은 동일하나, 소비자의 욕구 충족을 위한 특정 필요와 요구를 충족시켜주는 Sub Class보다 특화 된 제품을 설명하는 즉, 일반적으로는 상품의 "소분류"에 해당하는 개념이다. 이는 일반적으로 유통 용어에서 통용되는 "Class"의 개념과 동일한 의미로 정의될 수 있으며 Sub Class의 "컴퓨터" 분류를 하나의 실례로 들자면 Main Class에서는 '일반 PC', '노트북', '모니터' 등으로 분류될 수 있다.The Main Class describes the products that are classified in the Sub Class, but the basic functions are the same, but describe the products that are more specialized than the Sub Class that meets the specific needs and needs of consumers to meet their needs. This is the corresponding concept. This can be defined in the same sense as the concept of "Class" generally used in distribution terminology. For example, the "Class" category of Sub Class can be defined as "General PC", "Notebook", "Monitor", etc. Can be classified as.

또한, C Class는 Main Class의 개념적인 단위의 제품군을 실체적으로 제조·공급하는 기본단위 즉, 일반적으로는 "제조사"를 말하는 개념이다. 이는 상품의 종류와 관계없이 모든 상품에 반드시 존재하는 개념이며 Main Class의 "노트북" 분류를 하나의 실례로 들자면 C Class에서는 '삼성', '컴팩', '소니','LG' 등으로 분류될 수 있다.In addition, C class is a basic unit which manufactures and supplies the product range of the conceptual unit of Main Class substantially, namely, a "manufacturer." This is a concept that exists in all products irrespective of the type of the product. For example, the "Classbook" category of the Main Class is classified as 'Samsung', 'Compact', 'Sony', and 'LG' in the C Class. Can be.

B Class는 C Class의 하위 레벨 클래스로 존재하며 일반적으로 각 제조·공급자 집단들이 그들의 제품을 식별하고 차별화 시킬 목적으로 사용하는 명칭 즉, 일반적으로는 "브랜드"를 말하는 개념이다. 이는 각 상품의 특성에 따라 존재하는 경우도 있고, 존재하지 않는 경우도 있으며 C Class에서의 "삼성"과 "컴팩"의 분류를 하나의 실례로 들자면 B Class에서는 '센스 Q', '프리자리오' 등이 존재할 수 있다.Class B exists as a lower level class of Class C and is generally a name used by each manufacturer / supplier group to identify and differentiate their products, generally "brands." These may or may not be present depending on the characteristics of each product. For example, the classification of "Samsung" and "Compact" in C Class is one example of "Sense Q" and "Presario" in B Class. This may exist.

상기에서 설명한 단계(단계 S107, 단계 S108, 단계 S109, 단계 110)에서와 같이 데이터와 데이터를 조작하는 메소드를 하나로 묶은 캡슐을 각각의 Class DB로구축하며(단계 S112 및 단계 S117 및 단계 S122 및 단계 S127), 하위 클래스에서는 메소드를 통하여 상위 클래스의 공통적인 속성 및 가치의 데이터 여부를 판단하여(단계 S113 및 단계 S118 및 단계 S123및 단계 S128) 상속 받고, 하위 클래스에서는 상위 클래스에서 상속 받은 데이터 외에 새롭게 추가되는 속성 및 가치를 분석하여(단계 S114 및 단계 S119 및 단계 S124 및 단계 S129) 해당 클래스에 적정한 속성 및 가치의 데이터인가를 판단한 후 해당 속성과 가치를 부여하는 작업을 한다(단계 S 115 및 단계 S120 및 단계 S125 및 단계 S130).As in the above-described steps (step S107, step S108, step S109, step 110), a capsule in which data and methods for manipulating the data are combined into each class DB (steps S112 and S117 and step S122 and steps). In the lower class, the method determines whether the data of common attributes and values of the upper class are inherited through the method (steps S113, S118, S123, and S128), and the lower class inherits the data in addition to the data inherited from the upper class. By analyzing the added attribute and value (step S114 and step S119 and step S124 and step S129), it is determined whether the data of the appropriate attribute and value is applied to the corresponding class, and then assigns the attribute and value (step S 115 and step). S120 and step S125 and step S130).

이 때, 해당 속성과 가치를 부여하는 작업에서는 역시 메소드를 통해 연산 값으로 정의되어 새로운 속성과 가치를 부여 받게 된다(단계 S116 및 단계 S121 및 단계 S126 및 단계 S131).At this time, the task of assigning the attribute and the value is also defined as an operation value through the method to be given a new attribute and the value (step S116 and step S121 and step S126 and step S131).

각 객체(Object)에서는 상기와 같이 상위 클래스에서 분석된 가치 DB를(단계 S127) 메소드를 통하여 공통적인 속성 및 가치의 데이터 여부를 판단하여(단계 S128) 상속 받고, 상속받은 데이터 외에 새롭게 추가되는 속성 및 가치를 분석하여(단계 S129) 해당 객체에 적정한 속성 및 가치의 데이터인가를 판단한 후 해당 속성과 가치를 부여하는 작업을 한다(단계 S130).Each object inherits the value DB analyzed in the upper class as described above (step S127) through the method to determine whether there is a common property and value data (step S128), and newly added property other than the inherited data. And analyzing the value (step S129) to determine whether the data of the proper attribute and value is applied to the object, and then assigning the attribute and the value (step S130).

여기서 객체(Object)라 함은 본 발명에 있어서는 기능적인 속성 요소와 가치적 속성요소를 지닌 고유의 제품 모델 번호를 가지고 있는 실체의 개별 제품을 의미하며, 이는 일반적으로 통용되는 "Item"의 개념과 동일한 의미로 정의될 수 있다.Herein, the term “object” in the present invention refers to an individual product of an entity having a unique product model number having a functional attribute value and a value attribute attribute. The same meaning may be defined.

상기에 설명한 방법으로 분석이 진행되어 개별 상품의 가치를 분석해 놓은집합인 개별 상품의 시소러스 DB가 구축된다(단계 S133).The analysis proceeds in the manner described above to construct a thesaurus DB of the individual products, which is a set in which the values of the individual products are analyzed (step S133).

이 때, 네트워크 통신망에 접속한 클라이언트들의 단말기를 통해 사용자들은 사용자의 욕구와 성향에 맞는 적합한 상품을 검색하기 위해 사용자 연령, 성별, 학력등의 사용자 프로파일을 입력하며(S134), 자연어 표현 인터페이스를 통해 상품과 관련된 욕구와 성향 및 상품의 주요 가치 요소를 입력하며(단계 S135), 입력 받은 사용자의 상품 관련 욕구를 자연어 표현 인터페이스를 이용하여 사용자의 욕구를 추론하여 사용자의 욕구와 관련된 명사형 단어와 명사구를 '동의어', '최상위어', '상위어', '하위어', '관련어'로 구분하여 개별 상품의 시소러스 DB에서 분석하여 매칭 여부를 판단하며(단계 S136), 매칭된 상품의 속성 및 가치를 추출하게 된다(단계 S138).At this time, through the terminals of the clients connected to the network communication network, users input a user profile such as user age, gender, education, etc. in order to search for a suitable product suitable for the user's desires and inclinations (S134). Input the desire and propensity related to the product and the main value elements of the product (step S135), and infer the user's desire using the natural language expression interface of the input user's product related desire, and calculate the noun-type words and noun phrases related to the user's desire. It is classified into 'synonyms', 'top words', 'top words', 'sub words' and 'related words' and analyzed in the thesaurus DB of individual products to determine whether they match (step S136), and determine the attributes and values of the matched products. It extracts (step S138).

상기 사용자의 해당 질문에 대하여 소비자의 욕구와 성향에 근거 한 상품의 속성과 가치를 클라이언트 단말기에 다차원적으로 검색 및 추천함으로써(단계 S139) 상품을 가격, 기능과 같은 단차원적 비교, 검색이 아니라 상품이 가지는 속성과 가치 및 소비자의 욕구로서 비교, 검색하는 다차원적인 검색할 수 있는 장점이 있다. 이후 해당 검색 결과 리스트를 생성하여 상기에서 비교 및 추천한 상품에 대한 상세 사항을 자체 제작하여 제공되는 e-catalog를 열람가능 하게 하는 단계(단계 S140)로 구성됨으로써 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 관리 시스템 및 방법이 제공되어지게 된다.By searching and recommending the attributes and values of goods based on consumer's desires and inclinations to the client terminal in a multi-dimensional manner (step S139), the product is not a single-dimensional comparison such as price and function, but a search. This branch has the advantage of being able to search and compare in terms of attributes and values and consumer desires. Thereafter, by generating a corresponding search result list and making e-catalog provided by self-producing the details of the above-compared and recommended products, the customer desire based on the object-oriented theory is composed. An oriented multidimensional product management system and method will be provided.

도 3은 소비자의 욕구를 표현하는 명사와 명사구를 모아 놓은 Needs Shaping DB(S201)를 참조하여 개별 상품의 속성과 가치를 분석하는 단계를 보다 자세하게설명하는 도면이다.3 is a diagram illustrating in detail the steps of analyzing the attributes and values of individual products with reference to the Needs Shaping DB (S201), which collects nouns and noun phrases expressing consumer desires.

객체라고 정의되는 개별 상품은 상품이 속하는 분류 단계 즉, 대분류, 중분류, 소분류로 구분되고 또한 제조사와 브랜드별로 구분되는데, 이 개념이 클래스에 해당하는 것이다.An individual product defined as an object is classified into classification stages to which the product belongs, that is, a major classification, a middle classification, and a small classification, and also by a manufacturer and a brand. This concept corresponds to a class.

해당 각 클래스에서는 상품을 분석하여 속성과 가치를 부여하는 작업(S202)을 하며, 또한 각 속성과 가치를 부여하는 과정은 연산으로 정의된 메소드를 통해서 이루어진다(S203). 즉, 메소드는 상품이 가지는 속성에 새로운 가치를 부여하도록 하는 정의를 연산 값을 통해 만들어지며(S203a), 이 연산 값들은 상품의 가지고 있는 속성에 작용하여 가치를 부여한다(S203b). 예를 들어, 「if 무게<=2kg, "무게가 가볍다"」라는 가치를 갖는 것으로 메소드의 연산이 정의되면 이 상품은 "무게= 2kg" 라는 상품의 속성 외에 "무게가 가볍다"라는 가치를 부여 받게 되는 것이다. 이렇게 데이터와 메소드는 함께 하나로 묶여 있는데 이와 같이 데이터와 메소드가 하나로 묶여 있는 것이 캡슐화(Encapsulation)이다(S203c).In each of the classes, the operation of assigning an attribute and a value by analyzing a product is performed (S202), and the process of assigning each attribute and a value is performed through a method defined as an operation (S203). That is, the method creates a definition for assigning a new value to an attribute of the product through an operation value (S203a), and the operation values act on an attribute of the product to give a value (S203b). For example, if the method's operation is defined as having a value of "if weight <= 2kg," light weight "", then the product gives the value of "light weight" in addition to the attribute of "weight = 2kg". You will receive. In this way, the data and the method are grouped together as one. In this way, the data and the method are grouped together as encapsulation (S203c).

상기에 설명한 S203의 방식으로 상품의 속성과 가치를 분석하면, 시간이 지나 새롭게 추가되는 속성과 가치가 등장하였을 경우에도 새로운 가치를 직접 개별 상품 모두에 추가하는 것이 아니라, S203a의 메소드를 통해 메소드에 새로운 연산을 정의함으로써 새로운 가치가 같은 클래스에 속한 개별 객체 모두에 한번에 추가(S203b)되도록 하는 것이다. 메소드와 데이터가 캡슐화(S203c) 되어 있는 것은 직접 데이터를 수정하거나 삭제, 추가 하지 않고 메소드를 통해 연산을 새롭게 정의하거나 재 정의하는 작업을 통해 수행함으로써, 데이터를 보존하고 관리하는 작업이 더 편리하고 효율적이라는 장점을 갖는다.When analyzing the attributes and values of a product in the manner of S203 described above, even if a newly added attribute and value appear over time, the new value is not added directly to all individual products, but instead is added to the method through the method of S203a. By defining a new operation, the new value is added to all the individual objects belonging to the same class at once (S203b). The method and the data are encapsulated (S203c) through the operation of redefining or redefining the operation through the method without directly modifying, deleting, or adding the data, making it easier and more efficient to preserve and manage the data. Has the advantage of.

상기에 설명한 S203의 방법과 같이 하위 클래스에서는 역시 메소드를 통해서 상위 클래스의 공통 데이터를 상속 받고 하위 클래스에서는 상위 클래스에서 상속 받은 데이터 외에 새롭게 추가되는 속성이 있는지를 분석하는 작업을 반복하게 된다. 새롭게 추가되는 속성은 역시 메소드를 통해 연산으로 정의되어 새로운 가치를 부여 받게 되며 이는 역시 상위 클래스에서 상속 받은 데이터와 함께 그 해당 클래스DB에 저장되어(S204), 상기에 설명한 방법과 같이 역시 또 하위 클래스로 전체를 상속한다(S205). 이러한 작업이 마지막 단계의 클래스까지 반복되는 것이다.As in the method of S203 described above, the lower class also inherits the common data of the upper class through the method, and the lower class repeats the task of analyzing whether there is a newly added property in addition to the data inherited from the upper class. The newly added property is also defined as an operation through a method to be given a new value, which is also stored in the corresponding class DB together with the data inherited from the upper class (S204), and again, as in the above-described method Inherit the whole (S205). This is repeated up to the last class.

각 객체(Object)에서는 역시 상위 클래스에서 분석된 가치 DB를 상속 받는다(S205). 객체에서도 상속 받은 데이터와 그 외에 새롭게 추가되는 속성과 가치를 부여하는 작업을 하는데, 각 속성과 가치를 부여하는 과정은 연산으로 정의된 메소드를 통해서 이루어진다(S206). 상기 설명한 클래스에서 작용하는 과정과 같이(S203), 상품이 가지는 속성에 새로운 가치를 부여하도록 하는 정의를 연산 정의인 메소드를 통해 만들고(S206a), 이 연산 값들은 상품의 가지고 있는 속성에 작용하여 가치를 부여한다(S206b). 객체에서도 이와 같이 데이터와 메소드가 하나로 묶여 있는 것이 캡슐화(Encapsulation)이다(S206c).Each object inherits the value DB analyzed in the upper class (S205). The object also inherits the inherited data and other newly added properties and values. The process of assigning each property and value is performed through a method defined as an operation (S206). As in the process described in the above-described class (S203), a definition for assigning a new value to an attribute of the product is made through a method that is an operation definition (S206a), and these operation values act on the property of the product and have a value. It is given (S206b). In the same way, the object and the data and the method are bundled together as encapsulation (S206c).

객체 단계에서도 역시 상속 받은 데이터 외에 새롭게 추가되는 속성과 가치를 부여하는 과정(S206-1)이 중요한 개념이 된다.In the object level, the process of assigning newly added attributes and values in addition to inherited data (S206-1) becomes an important concept.

상기에 설명한 방법으로 분석이 진행되어 개별 상품의 가치를 분석해 놓은 집합인 개별상품의 시소러스 DB(S207)가 최종적으로 구축된다.The analysis proceeds by the method described above, and finally, the thesaurus DB (S207) of the individual products, which is a set that analyzes the value of the individual products, is finally constructed.

이상 본 발명을 바람직한 실시 예를 사용하여 상세히 설명하였지만, 본 발명의 범위는 특정 실시 예에 한정되는 것은 아니며, 첨부된 특허 청구범위에 의해서 해석되어야 할 것이다.Although the present invention has been described in detail by using the preferred embodiments, the scope of the present invention is not limited to the specific embodiments, and should be interpreted by the appended claims.

본 발명은 상품의 속성을 분석하여 소비자의 욕구와 성향에 맞는 가치를 지닌 적합한 상품을 검색하여 추천하는 방법론을 제공하는 다차원 상품 분석·관리 시스템 및 방법이다.The present invention is a multi-dimensional product analysis and management system and method that provides a methodology for analyzing a property of a product and searching for and recommending a suitable product having a value suitable for a consumer's desire and inclination.

본 발명에서 속성 가치를 중심으로 상품을 보다 효율적으로 관리할 수 있으며, 소비자의 욕구에 맞는 적합한 제품을 추천하여 소비자의 만족을 높일 수 있다.In the present invention, it is possible to more efficiently manage the product around the attribute value, it is possible to increase the customer satisfaction by recommending a suitable product that meets the needs of the consumer.

본 발명은 e-marketplace에서의 상품 분석과 관리하는데 시간과 노력을 감소시키며, 보다 다양하고 분석적인 정보를 담은 e-catalog를 제작, 관리하는 효율적인 방법이다. 본 발명의 방법으로 제작된 e-catalog는 소비자들에게 보다 체계적이며 소비자의 욕구와 관련된 자세한 정보 제공이 가능하다.The present invention reduces time and effort in analyzing and managing products in an e-marketplace, and is an efficient way to produce and manage e-catalogs containing more diverse and analytical information. The e-catalog produced by the method of the present invention is more systematic and can provide detailed information related to the needs of consumers.

본 발명을 통해 기존의 전자상거래가 안고 있었던 문제점이었던 상품 설명 부족으로 인한 실질 구매 저조의 문제를 해결하여 전자상거래 구매율을 증진시키고, e-marketplace에서 제품의 sales force를 향상시킬 수 있다.Through the present invention, it is possible to improve the e-commerce purchase rate and improve the sales force of the product in the e-marketplace by solving the problem of the poor real purchase due to the lack of product description, which was the problem of the existing e-commerce.

또한 본 발명을 통해 상품이 지닌 속성을 다차원적으로 분석함으로써 소비자의 욕구와 성향과 요구에 대한 파악이 용이하게 되어진다.In addition, the present invention facilitates the grasping of consumer's desires, inclinations and demands by multi-dimensionally analyzing the attributes of products.

Claims (8)

객체 지향 이론을 기반으로 상속 받은 속성과 상속 받은 속성 외에 하위 레벨인 하위 클래스와 객체에서 새롭게 추가되는 속성을 분석하는 개별 상품의 분석 단계와,An analysis step of individual products that analyze inherited and inherited attributes based on object-oriented theory, and analyzes newly added attributes from lower-level subclasses and objects; 분석된 개별 상품의 가치를 데이터베이스로 구축하는 단계와,Building the value of the analyzed individual products into a database, 네트워크 통신망을 통해 접속한 클라이언트들의 프로파일을 입력 받는 단계와,Receiving profiles of clients connected through a network communication network; 자연어 표현 인터페이스로 사용자의 요구 가치를 입력 받는 단계와,Receiving a user's required value through a natural language expression interface, 자연어로 입력 받은 요구 가치를 통해 사용자의 욕구와 성향을 추론하는 단계와,Inferring the user's desires and dispositions from the demand values received in natural language, 사용자의 욕구와 성향과 매칭되는 상품의 속성 가치를 판단하고 데이터베이스내에서 검색하는 단계와,Determining the attribute value of the product matching the user's desires and inclinations and searching in the database; 사용자 프로파일분석과 요구가치, 사용자의 욕구와 성향의 매칭 작업을 통해사용자에게 가장 알맞은 상품을 분석하여 추천 상품을 분석하는 단계와,Analyzing recommended products by analyzing products that are most suitable for users through user profile analysis and matching of needs and users' needs and inclinations; 검색, 추천된 상품을 인터페이스를 통해 클라이언트에게 제공하는 단계와,Providing search and recommended products to the client through the interface, 사용자의 프로파일, 사용자의 요구 가치와 욕구, 성향, 추천된 상품 등의 히스토리를 사용자DB에 저장하는 단계와,Storing a history of the user's profile, user's required values and desires, inclinations, recommended products, etc. in the user DB; 저장된 사용자 요구 가치 등을 참조하여 소비자의 욕구와 성향에 관한 데이터베이스를 추가하고 관리하는 피드백 단계로 이루어진 객체지향 이론을 기반으로한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법A customer needs-oriented multidimensional product analysis and management system and method based on the object-oriented theory, which consists of a feedback step of adding and managing a database of consumers' needs and inclinations by referring to stored user demand values. 제 1항에 있어서,The method of claim 1, 객체 지향 이론을 기반으로 상속 받은 속성과 상속 받은 속성 외에 하위 레벨인 하위 클래스와 객체에서 새롭게 추가되는 속성을 분석하는 개별 상품의 분석 단계에서는,Based on the object-oriented theory, in the analysis phase of individual products, in addition to inherited and inherited attributes, it analyzes newly added attributes from lower-level subclasses and objects. 물적 속성과 생산면의 특성을 기준으로 분류하는 상품이 속하는 대분류, 즉 일반적인 유통용어에서의 Department의 개념과 같은 "Super Class"로 분류하는 단계와,The classification into "Super Class", such as the concept of Department in general distribution terminology, to which a product is classified based on its physical properties and characteristics of production; 소비자의 욕구에 기반을 둔 사용 용도·제품의 고유 기능면에서의 공통 특성을 지닌 상품들로 분류하는 중분류, 즉 일반적인 유통용어에서의 Line의 개념인 "Sub Class"로 분류하는 단계와,Classifying into subclasses classified as commodities having common characteristics in terms of use and product inherent function based on the needs of consumers, that is, classifying them into "Sub Class" which is a concept of Line in general distribution terms; 소비자의 욕구 충족을 위한 특정 요구를 충족시키는 특화 된 상품을 설명하는 소분류, 즉 일반적인 유통에서 사용되는 용어인 Class의 개념인 "Main Class"로 분류하는 단계와,Subclassifying a specialized product that meets specific needs to meet consumer needs, ie categorizing it into "Main Class", the concept of Class, the term used in general distribution, Main Class의 상품 군을 실제적으로 제조·공급하는 기본 단위인 제조사 인 "C Class"로 분류하는 단계와,Categorizing the main class product group into "C Class", which is a basic unit that manufactures and supplies the actual product class; C Class의 상품들을 제조·공급자 집단들이 그들의 상품을 다른 제조사의 상품들과 구별하고 차별화 시킬 목적으로 사용하는 명칭, 브랜드를 말하는 "B class"로 분류하는 단계와,Classifying products of Class C as "B class", which refers to the name and brand used by manufacturers and suppliers to distinguish and differentiate their products from those of other manufacturers; 상기의 방법으로 분류된 각 클래스별로 순차적으로 해당 속성과 가치를 분석하는 단계와,Sequentially analyzing the corresponding attributes and values for each class classified by the above method; 각 클래스별로 속성과 가치를 분석할 때, 공통의 속성인지를 판단하는 단계와, 공통 속성으로 판단되었을 경우 이를 하위 클래스로 상속하는 단계와,When analyzing the property and value for each class, determining whether it is a common property, and if it is determined to be a common property, inheriting it as a subclass, 각 객체는 상위 클래스에서 상속 받은 속성과 가치 외에 새롭게 추가되는 속성과 가치를 분석하는 단계로 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법Each object is a consumer desire-oriented multidimensional product analysis and management system and method based on the object-oriented theory that analyzes newly added attributes and values in addition to the attributes and values inherited from the upper class. 제1항과 2항에 있어서,The method according to claim 1 and 2, 객체 지향 이론을 기반으로 상속 받은 속성과 상속 받은 속성 외에 하위 레벨인 하위 클래스와 객체에서 새롭게 추가되는 속성을 분석하는 개별 상품의 분석 단계에서는,Based on the object-oriented theory, in the analysis phase of individual products, in addition to inherited and inherited attributes, it analyzes newly added attributes from lower-level subclasses and objects. 상품의 속성과 가치를 부여함에 있어 상품이 지닌 개별적인 기능적 속성을 사용자의 욕구와 관계된 가치로 변환시키기 위해 메소드의 연산 값을 정의하는 단계와,Defining operational values of the method to convert the individual functional attributes of the product into values related to the user's desires in assigning the attributes and values of the product, 실제 이 메소드를 통해 상품의 개별 속성을 사용자의 욕구와 성향에 맞는 상위 레벨의 가치로 전환하는 단계와,In fact, this method converts the individual attributes of the product into higher-level values that match the needs and preferences of the user, 전환된 속성을 상품의 가치 데이터로 정의 하는 단계와,Defining the converted attributes as value data for the product, 데이터와 메소드를 하나로 묶어 캡슐화 하는 단계와,To encapsulate data and methods together, 변환된 가치가 상속되는 것인지를 판단하는 단계와,Determining whether the converted value is inherited, 공통된 가치로 판단되었을 경우 하위 클래스와 객체로 상속하는 단계와,If it is determined to have a common value, inheriting to subclasses and objects, 분석된 상품의 속성과 가치를 DB화 하는 단계로 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법Multi-dimensional product analysis and management system and method for consumer needs based on object-oriented theory consisting of DB of attributes and values of analyzed products 제1항에 있어서,The method of claim 1, 사용자의 욕구와 매칭되는 상품의 속성 가치를 판단하고 데이터베이스 내에서 사용자의 요구 가치를 지닌 상품을 검색하는 단계에서는,In the step of determining the attribute value of the product that matches the user's desires and searching for the product having the user's required value in the database, 사용자가 자신이 원하는 가치를 지닌 상품을 검색하고자 자연어로 표현하고 자연어로 검색할 수 있는 인터페이스를 통해 자신이 검색,구매하고자 하는 상품의 속성 또는 가치를 직접 입력하는 단계와,Inputting attributes or values of the products that the user wants to search and purchase through an interface that allows the user to express in natural language and search in natural language to search for a product having a desired value; 자연어 표현 인터페이스를 통해 사용자로부터 입력 받은 자연어의 의미를 처리하는 단계와,Processing the meaning of the natural language input from the user through the natural language expression interface; 처리되어 분석된 자연어의 의미와 그 유사 의미와 연관되는 사용자의 욕구와, 상품의 가치를 찾아내는 단계로 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구지향적인 다차원 상품 분석·관리 시스템 및 방법A system and method for consumer demand-oriented multidimensional product analysis and management based on the object-oriented theory consisting of the user's needs related to the meaning of the processed natural language and its similar meanings and the value of the product. 제1항에 있어서,The method of claim 1, 데이터베이스 내에서 사용자가 요구한 속성을 지닌 상품을 검색하고 추천하는 단계에서는,In the step of searching for and recommending products with attributes requested by users in the database, 추론된 의미와 매칭되는 속성과 가치를 지닌 상품을 데이터베이스에서 검색하는 단계와,Searching the database for products with attributes and values that match the inferred meaning, 성별, 연령, 학력, 직업, 취미 등 입력 받은 사용자 프로파일을 분석하여 사용자의 요구 가치와 가장 밀접한 관계가 있는 상품을 찾아내어 이를 사용자에게 추천하는 단계로 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품분석·관리 시스템 및 방법Analyze the user profile inputted by gender, age, education, job, hobbies, etc., and find the products that are most closely related to the user's needs and recommend them to the user. Multi-dimensional product analysis and management system and method 제1항에 있어서,The method of claim 1, 검색, 추천된 상품을 인터페이스를 통해 클라이언트의 단말기로 제공하는 단계에서는,In the step of providing the searched and recommended products to the terminal of the client through the interface, 사용자의 요구 가치와 가장 밀접한 관계가 있는 상품을 검색하는 단계와,Searching for products that are most closely associated with the value of the user's needs, 검색된 상품을 사용자 인터페이스를 통해 가장 적합한 상품을 추천하여 주는단계와,Recommending the most suitable product through the user interface through the searched products, 상품의 상세한 속성과 가치를 상품의 사진 등등의 정보를 담은 e-catalog를 자동으로 제작하는 단계와,Automatically producing an e-catalog containing the detailed attributes and values of the product, such as photographs of the product, 사용자의 인터페이스로 검색, 추천된 상품의 e-catalog를 사용자에게 제공하는 단계와,Providing the user with an e-catalog of recommended products searched through the user interface, 사용자에게 검색, 추천된 상품 외에 유사 가치를 지닌 상품들간의 비교를 제공하는 단계로 이루어진 객체 지향 이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법Multi-dimensional product analysis and management system for consumer needs based on object-oriented theory that provides users with comparisons between similar products in addition to search and recommended products 제1항과 2항과 3항에 있어서,According to claim 1 and 2 and 3, 객체 지향 이론을 기반으로 상속 받은 속성과 상속 받은 속성 외에 하위 레벨인 하위 클래스와 객체에서 새롭게 추가되는 속성을 분석하는 개별 상품의 분석 단계와,An analysis step of individual products that analyze inherited and inherited attributes based on object-oriented theory, and analyzes newly added attributes from lower-level subclasses and objects; 분석된 개별 상품의 가치를 데이터베이스로 구축하는 단계에서는,In building the value of the analyzed individual products into a database, 새로운 상품이 추가되어 신상품에 대한 가치 분석을 하여 새롭게 데이터베이스에 저장하는 단계와,Adding new products, analyzing the value of new products, storing them in a new database, 새로운 상품이 출시되어 상품의 속성과 가치분석의 데이터가 새롭게 추가되었을 경우, 업데이트 된 데이터베이스의 내용을 웹서버를 통해 연결되어 있는 본 시스템의 엔진에 일정 주기마다 자동으로 업데이트 해주는 단계를 특징으로 하는 객체 지향이론을 기반으로 한 소비자 욕구 지향적인 다차원 상품 분석·관리 시스템 및 방법When a new product is released and new data on the product's attributes and value analysis are added, an object that automatically updates the contents of the updated database at regular intervals to the engine of the system connected through a web server. Multi-Dimensional Product Analysis and Management System and Method for Consumer Needs Based on Oriented Theory 컴퓨터에,On your computer, 사용자 및 기업회원이 웹서버를 통해 접속하였을 시, 사용자의 요구사항 및 답변을 웹 페이지를 통해 요청하는 기능과,When a user and a company member access through a web server, the user can request the user's requirements and answers through a web page. 각각의 답변 및 요구사항을 입력 받아 어플리케이션 서버에 전달하고, 어플리케이션 서버는 이를 통해 검색식을 생성하여 데이터베이스 서버에 요청하는 기능과,Receives each response and requirements to pass to the application server, the application server through this to create a search expression and request to the database server, 상기 검색식을 토대로 데이터베이스를 검색하여 결과물을 추출해내는 기능과,A function of extracting a result by searching a database based on the search expression; 상기 결과물을 웹서버를 통해 클라이언트에 전송하는 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체A computer-readable recording medium having recorded thereon a program for realizing the function of transmitting the result to a client through a web server.
KR1020010029844A 2001-05-29 2001-05-29 The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory KR20020090816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010029844A KR20020090816A (en) 2001-05-29 2001-05-29 The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010029844A KR20020090816A (en) 2001-05-29 2001-05-29 The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory

Publications (1)

Publication Number Publication Date
KR20020090816A true KR20020090816A (en) 2002-12-05

Family

ID=27706995

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010029844A KR20020090816A (en) 2001-05-29 2001-05-29 The system and method of analyzing and managing the value of product to fit the customers' needs using the object-oriented theory

Country Status (1)

Country Link
KR (1) KR20020090816A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030009556A (en) * 2003-01-02 2003-01-29 에이티이시스템즈(주) Classification and Basic Information Management Method of Object-Oriented Programming
KR100445587B1 (en) * 2001-08-08 2004-08-25 하상호 Computer readable medium storing XML based data platform for representing product information using in electronic commerce system
WO2009020283A1 (en) * 2007-08-08 2009-02-12 Nhn Corporation Method and system for user centered information searching
KR100905523B1 (en) * 2006-12-04 2009-07-01 한국전자통신연구원 A method and its system for user's intention modeling based on human desires
WO2012044305A1 (en) * 2010-09-30 2012-04-05 Hewlett-Packard Development Company, L.P. Identification of events of interest
WO2013173788A1 (en) * 2012-05-17 2013-11-21 Luvocracy Inc. Progressively asking for increasing amounts of user and network data
US8799314B2 (en) 2007-10-24 2014-08-05 Nhn Corporation System and method for managing information map
US9799046B2 (en) 2012-05-17 2017-10-24 Wal-Mart Stores, Inc. Zero click commerce systems
US10181147B2 (en) 2012-05-17 2019-01-15 Walmart Apollo, Llc Methods and systems for arranging a webpage and purchasing products via a subscription mechanism
US10210559B2 (en) 2012-05-17 2019-02-19 Walmart Apollo, Llc Systems and methods for recommendation scraping
US10346895B2 (en) 2012-05-17 2019-07-09 Walmart Apollo, Llc Initiation of purchase transaction in response to a reply to a recommendation
US10580056B2 (en) 2012-05-17 2020-03-03 Walmart Apollo, Llc System and method for providing a gift exchange
KR102581301B1 (en) * 2023-01-25 2023-09-22 주식회사 이모셔널인사이트 A Consumption Platform Providing Method with Insights on Desire and Cause Expressed by Users According to the Operation of a User Keyword List Including Desire/Cause Keywords
KR102614403B1 (en) * 2022-09-20 2023-12-18 주식회사 이모셔널인사이트 A Consumption Platform Providing Method with Insights on Desire and Cause Expressed by Users
KR102619835B1 (en) * 2023-07-13 2024-01-04 주식회사 이모셔널인사이트 Information Management Solution Providing Method by User-Expressed Purchase Causes and Desire Insights Based on a User-Led and Controlled Database

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100445587B1 (en) * 2001-08-08 2004-08-25 하상호 Computer readable medium storing XML based data platform for representing product information using in electronic commerce system
KR20030009556A (en) * 2003-01-02 2003-01-29 에이티이시스템즈(주) Classification and Basic Information Management Method of Object-Oriented Programming
KR100905523B1 (en) * 2006-12-04 2009-07-01 한국전자통신연구원 A method and its system for user's intention modeling based on human desires
US8239361B2 (en) 2007-08-08 2012-08-07 Nhn Corporation Method and system for user centered information searching
WO2009020283A1 (en) * 2007-08-08 2009-02-12 Nhn Corporation Method and system for user centered information searching
KR100892842B1 (en) * 2007-08-08 2009-04-10 엔에이치엔(주) Method and system for user centered information searching
US8799314B2 (en) 2007-10-24 2014-08-05 Nhn Corporation System and method for managing information map
WO2012044305A1 (en) * 2010-09-30 2012-04-05 Hewlett-Packard Development Company, L.P. Identification of events of interest
WO2013173788A1 (en) * 2012-05-17 2013-11-21 Luvocracy Inc. Progressively asking for increasing amounts of user and network data
US9799046B2 (en) 2012-05-17 2017-10-24 Wal-Mart Stores, Inc. Zero click commerce systems
US9875483B2 (en) 2012-05-17 2018-01-23 Wal-Mart Stores, Inc. Conversational interfaces
US10181147B2 (en) 2012-05-17 2019-01-15 Walmart Apollo, Llc Methods and systems for arranging a webpage and purchasing products via a subscription mechanism
US10210559B2 (en) 2012-05-17 2019-02-19 Walmart Apollo, Llc Systems and methods for recommendation scraping
US10346895B2 (en) 2012-05-17 2019-07-09 Walmart Apollo, Llc Initiation of purchase transaction in response to a reply to a recommendation
US10580056B2 (en) 2012-05-17 2020-03-03 Walmart Apollo, Llc System and method for providing a gift exchange
US10740779B2 (en) 2012-05-17 2020-08-11 Walmart Apollo, Llc Pre-establishing purchasing intent for computer based commerce systems
KR102614403B1 (en) * 2022-09-20 2023-12-18 주식회사 이모셔널인사이트 A Consumption Platform Providing Method with Insights on Desire and Cause Expressed by Users
KR102581301B1 (en) * 2023-01-25 2023-09-22 주식회사 이모셔널인사이트 A Consumption Platform Providing Method with Insights on Desire and Cause Expressed by Users According to the Operation of a User Keyword List Including Desire/Cause Keywords
KR102619835B1 (en) * 2023-07-13 2024-01-04 주식회사 이모셔널인사이트 Information Management Solution Providing Method by User-Expressed Purchase Causes and Desire Insights Based on a User-Led and Controlled Database

Similar Documents

Publication Publication Date Title
US10909133B1 (en) Browse hierarchies customized for rules based custom catalogs
US6487539B1 (en) Semantic based collaborative filtering
US8402068B2 (en) System and method for collecting, associating, normalizing and presenting product and vendor information on a distributed network
US6678695B1 (en) Master data maintenance tool for single source data
US8117072B2 (en) Promoting strategic documents by bias ranking of search results on a web browser
US6978273B1 (en) Rules based custom catalogs generated from a central catalog database for multiple entities
US7249058B2 (en) Method of promoting strategic documents by bias ranking of search results
KR20020090816A (en) The system and method of analyzing and managing the value of product to fit the customers&#39; needs using the object-oriented theory
KR100525072B1 (en) Ontology system
US20020013782A1 (en) Software program for internet information retrieval, analysis and presentation
Heim et al. Service process configurations in electronic retailing: A taxonomic analysis of electronic food retailers
US8856094B2 (en) Remote segmentation system and method
WO1999052042A2 (en) Telecommunication transmission system adapted to provide a platform for agent oriented electronic market place services
US7505923B1 (en) Network based franchise business system and method
EP1031935A2 (en) Electronic commerce apparatus and electronic commerce method for improving a sales efficiency, and recording medium for storing electronic commerce programs
WO2000021006A9 (en) Computer system and computer-implemented method for electronic commerce
KR102429104B1 (en) Product catalog automatic classification system based on artificial intelligence
KR20020006905A (en) System and method for providing search index information with real-time changing, a media for recording program source
WO2000045628A2 (en) Computer system and computer-implemented method for electronic commerce
KR100424144B1 (en) Web-based multi-dimensional information analyzing method and system
Wen et al. Personalized recommendation services based on service-oriented architecture
Wang et al. Towards autonomous and automatic evaluation and negotiation in agent-mediated internet marketplaces
Rosaci A model of agent ontologies for B2C E-Commerce
Cheung et al. Customised electronic commerce with intelligent software agents
Desikan et al. Web mining for business computing

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application