• Title/Summary/Keyword: Web search pattern

Search Result 70, Processing Time 0.02 seconds

An Efficient Web Search Method Based on a Style-based Keyword Extraction and a Keyword Mining Profile (스타일 기반 키워드 추출 및 키워드 마이닝 프로파일 기반 웹 검색 방법)

  • Joo, Kil-Hong;Lee, Jun-Hwl;Lee, Won-Suk
    • The KIPS Transactions:PartD
    • /
    • v.11D no.5
    • /
    • pp.1049-1062
    • /
    • 2004
  • With the popularization of a World Wide Web (WWW), the quantity of web information has been increased. Therefore, an efficient searching system is needed to offer the exact result of diverse Information to user. Due to this reason, it is important to extract and analysis of user requirements in the distributed information environment. The conventional searching method used the only keyword for the web searching. However, the searching method proposed in this paper adds the context information of keyword for the effective searching. In addition, this searching method extracts keywords by the new keyword extraction method proposed in this paper and it executes the web searching based on a keyword mining profile generated by the extracted keywords. Unlike the conventional searching method which searched for information by a representative word, this searching method proposed in this paper is much more efficient and exact. This is because this searching method proposed in this paper is searched by the example based query included content information as well as a representative word. Moreover, this searching method makes a domain keyword list in order to perform search quietly. The domain keyword is a representative word of a special domain. The performance of the proposed algorithm is analyzed by a series of experiments to identify its various characteristic.

Design and Implementation of a realtime Auction System using information providing agent (정보 제공 에이전트를 이용한 실시간 경매 시스템 설계 및 구현)

  • 최옥경;한상용
    • The Journal of Society for e-Business Studies
    • /
    • v.6 no.2
    • /
    • pp.87-99
    • /
    • 2001
  • Along with the rapid emergence of the Internet and e-commerce, online auctions are hitting the spotlights. The inconveniences found in off-line auctions, such as time and place restriction and limited number of items, are solved in the online auction. However, not so many auction sites have integrated auction information systems, which monitor the present status of auctions, resulting in greater inconvenience for the online auction users. Moreover, there is no auction site that suggests the appropriate starting or closing price that is useful for users when they make, their bids, What the online auction users need is an auction system that can solve such problems. This study is purported for solving the problems by designing and implementing a real time auction system that applies the comparison search functions and the agent functions. In other words, an integrated database system using a bidder-oriented agent for providing information is built so that the users can search and compare the information on the item they are interested in and make a faster and more accurate purchase. Also the appropriate starting and closing prices are offered to the sellers and bidders through the integrated system for a closer and more accurate comparison and analysis of the prices. For future work, the product recommendation service, which accurately reflects the bidding patterns, and the methods for studying the multi bidding pattern will be applied to the suggested system to realize a real time auction information system that supports CRM(Customer Relationship Management) .

  • PDF

A Photo Management Model for Semantic Web (시맨틱 웹을 위한 사진 관리 모델)

  • Han Jeong-Hwan;Koo Yong-Wan
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.10 no.3
    • /
    • pp.15-20
    • /
    • 2005
  • Since the invention of Web, it became part of our daily life replacing the routine information search and effecting many activities which otherwise could have been done off-line without it. It was a natural evolution of the web technology, which had started out as a simple test based pattern matching, to be based on the optimized match process for its multi-media Web environment, like still images, music and movies that we are to face today. In this paper, we proposed and implemented the model which the multimedia resources can be efficiently shared in semantic web. After converting multimedia resource information(metadata) into RDF, for efficient management, the model separate and allotment actual multimedia resource and corresponding metadata changed to RDF to each server. The proposed model could be applied in all multimedia resources. For easy explanation and implementation, however, we applied it to the digital photograph in example.

  • PDF

XML Document Clustering Based on Sequential Pattern (순차패턴에 기반한 XML 문서 클러스터링)

  • Hwang, Jeong-Hee;Ryu, Keun-Ho
    • The KIPS Transactions:PartD
    • /
    • v.10D no.7
    • /
    • pp.1093-1102
    • /
    • 2003
  • As the use of internet is growing, the amount of information is increasing rapidly and XML that is a standard of the web data has the property of flexibility of data representation. Therefore electronic document systems based on web, such as EDMS (Electronic Document Management System), ebXML (e-business extensible Markup Language), have been adopting XML as the method for exchange and standard of documents. So research on the method which can manage and search structural XML documents in an effective wav is required. In this paper we propose the clustering method based on structural similarity among the many XML documents, using typical structures extracted from each document by sequential pattern mining in pre-clustering process. The proposed algorithm improves the accuracy of clustering by computing cost considering cluster cohesion and inter-cluster similarity.

Utilization of Log Data Reflecting User Information-Seeking Behavior in the Digital Library

  • Lee, Seonhee;Lee, Jee Yeon
    • Journal of Information Science Theory and Practice
    • /
    • v.10 no.1
    • /
    • pp.73-88
    • /
    • 2022
  • This exploratory study aims to understand the potential of log data analysis and expand its utilization in user research methods. Transaction log data are records of electronic interactions that have occurred between users and web services, reflecting information-seeking behavior in the context of digital libraries where users interact with the service system during the search for information. Two ways were used to analyze South Korea's National Digital Science Library (NDSL) log data for three days, including 150,000 data: a log pattern analysis, and log context analysis using statistics. First, a pattern-based analysis examined the general paths of usage by logged and unlogged users. The correlation between paths was analyzed through a χ2 analysis. The subsequent log context analysis assessed 30 identified users' data using basic statistics and visualized the individual user information-seeking behavior while accessing NDSL. The visualization shows included 30 diverse paths for 30 cases. Log analysis provided insight into general and individual user information-seeking behavior. The results of log analysis can enhance the understanding of user actions. Therefore, it can be utilized as the basic data to improve the design of services and systems in the digital library to meet users' needs.

Java API Pattern Extraction and Recommendation using Collocation Analysis (연어 관계 분석을 통한 Java API 패턴 추출 및 추천 방법)

  • Kwon, Chanwoo;Hwang, Sangwon;Nam, Youngkwang
    • Journal of KIISE
    • /
    • v.44 no.11
    • /
    • pp.1165-1177
    • /
    • 2017
  • Many developers utilize specific APIs to develop software, and to identify the use of a particular API, a developer can refer to a website that provides the API or can retrieve the API from the web. However, the site that provides the API does not necessarily provide guidance on how to use it while it can be partially provided in many other cases. In this paper, we propose a novel system JACE (Java AST collocation-pattern extractor) as a method to reuse commonly-used code as a supplement. The JACE extracts the API call nodes, collocation patterns and analyzes the relations between the collocations to extract significant API patterns from the source code. The following experiment was performed to verify the accuracy of a defined pattern: 794 open source projects were analyzed to extract about 15M API call nodes. Then, the Eclipse plug-in test program was utilized to retrieve the pattern using the top 10 classes of API call nodes. Finally, the code search results from reference pages of the API classes and the Searchcode [1] were compared with the test program results.

Analysis of the usage Pattern of Tagging in Collaborative Bookmarking (협력적 북마킹의 태킹 행태 분석)

  • Choeh, Joon-Yeon;Kim, Yong-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.9 no.7
    • /
    • pp.193-201
    • /
    • 2009
  • The use of tagging to describes web documents in the form of keyword has experienced rising popularity among various web services. Tagging also plays an important role in collaborative bookmarking services which can be regarded as an online favorite bookmark service. Tags which are created by users make it easier to search other users' bookmarks as well as user's own bookmarks. In this paper we analyze usage patterns of collaborative tagging for exploring factors influencing the number of tags in web documents and users. We discovered that user's characteristics have more effect on the tags than the web documents' characteristics. Moreover, leading users contribute to make a variety of tag than following users. Our study implies that more knowledge can be created through the incentives for leading user in order to improve the service quality of tagging service.

Predicting Impacts of Climate Change on Sinjido Marine Food Web (기후변화로 인한 신지도 근해 해양먹이망 변동예측)

  • Kang, Yun-Ho;Ju, Se-Jong;Park, Young-Gyu
    • Ocean and Polar Research
    • /
    • v.34 no.2
    • /
    • pp.239-251
    • /
    • 2012
  • The food web dynamics in a coastal ecosystem of Korea were predicted with Ecosim, a trophic flow model, under various scenarios of primary productivity due to ocean warming and ocean acidification. Changes in primary productivity were obtained from an earth system model 2.1 under A1B scenario of IPCC $CO_2$ emission and replaced for forcing functions on the phytoplankton group during the period between 2020 and 2100. Impacts of ocean acidification on species were represented in the model for gastropoda, bivalvia, echinodermata, crustacean and cephalopoda groups with effect sizes of conservative, medium and large. The model results show that the total biomass of invertebrate and fish groups decreases 5%, 11~28% and 14~27%, respectively, depending on primary productivity, ocean acidification and combined effects. In particular, the blenny group shows zero biomass at 2080. The zooplankton group shows a sudden increase at the same time, and finally reaches twice the baseline at 2100. On the other hand, the ecosystem attributes of the mean trophic level of the ecosystem, Shannon's H and Kempton's Q indexes show a similar reduction pattern to biomass change, indicating that total biomass, biodiversity and evenness shrink dynamically by impacts of climate change. It is expected from the model results that, after obtaining more information on climate change impacts on the species level, this study will be helpful for further investigation of the food web dynamics in the open seas around Korea.

An Efficient Extended Query Suggestion System Using the Analysis of Users' Query Patterns (사용자 질의패턴 분석을 이용한 효율적인 확장검색어 추천시스템)

  • Kim, Young-An;Park, Gun-Woo
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37 no.7C
    • /
    • pp.619-626
    • /
    • 2012
  • With the service suggesting additional extended or related query, search engines aim to provide their users more convenience. The extended or related query suggestion service based on popularity, or by how many people have searched on web using the query, has limitations to elevate users' satisfaction, because each user's preference and interests differ. This paper will demonstrate the design and realization of the system that suggests extended query appropriate for users' demands, and also an improvement in the computing process between entering the first search word and the subsequent extension to the related themes. According to the evaluation the proposed system suggested 41% more extended or related query than when searching on Google, and 48% more than on Yahoo. Also by improving the shortcomings of the extended or related query system based on general popularity rather than each user's preference, the new system enhanced users' convenience further.

Analysis on the design characteristics of blouse for silver generation in domestic and foreign (실버 세대를 위한 국내·외 블라우스에 나타난 디자인 특성 분석)

  • Kim, Da Eun;Lee, Kyoung Hee
    • The Research Journal of the Costume Culture
    • /
    • v.23 no.1
    • /
    • pp.32-44
    • /
    • 2015
  • Increasing of Korean old women's rate is demographic characteristics attributed an aging society, silver generation would lead to silver fashion market with steady competitiveness and interest in fashion. So the study attempts to use foundation material for silver's fashion design by analyzing design characteristics and processing development of design representative women's top. Selecting brand for collecting photo using study represents a mid- and premium-priced with reference Brand Yearbook. After selecting brand on domestic and foreign I have collected picture from Internet shopping mall and web-site of fashion brand, from October 2013 to July 2014, but I selected 840 pictures based on front poses for easy decision. In order to search design characteristics according to sort of silver blouse design on domestic and foreign. I have examined shape, color, pattern, fabric sensation, inside composition line and decoration with reference standard of analysis in preceding research. Data analysis method was conducted on analysis of frequency and cross analysis using SPSS statistical package 21.0. The conclusion of design characteristic according to type of blouse design for silver, H-silhouette in shirt blouse seems to fit in body transformation and expose silhouette with correcting the body flaw. Using soft material in T-shirt blouse they are able to conceal a body defect and express beautiful silhouette. By using detail in pullover shirt blouse and tunic blouse for point of design, it express glamour and luxurious. Most of blouse are printed various pattern, it would looks more gorgeous using pattern.