基于部分计值的信息个人化—网站结构的自动分类更新研究
INFORMATION PERSONALIZATION BASED ON PARTIAL EVALUATION
——RESEARCH ON AUTO-UPDATA THE STRUCTURE OF WEB-SITE
基本信息
作者: 翁敏华
学生学号: 师:
学号:5980339101
班级:
系别:计算机科学与工程系
学校:
指导老师: 黄林鹏
写作日期:
字数: 11,068
编号: 172
类别: 理工科〉计算机>计算机软件
级别: 本科毕业论文
目 录
引言
目 录 2
摘要 4
ABSTRACT 5
引言 6
第一章 概述 7
1.1研究背景 7
1.2研究现状 7
1.3本文完成的工作 8
第二章 基于部分计值的信息个人化简介 9
2.1部分计值 9
2.2 信息个人化 9
2.3 基于部分计值的信息个人化 11
第三章 系统构架分析 12
3.1技术路线——PIPE 12
3.2 用户界面(AGENT) 14
3.3优势 14
3.4需解决的问题 15
第四章 系统总体框架 16
4.1系统组成部分 16
4.2 系统的实现、运行环境 16
4.3 本人的工作 16
第五章 分模块设计 18
5.1 用户界面 18
5.1.1功能分析 18
5.1.2 数据结构 18
5.2 PIPE搜索 21
5.2.1功能分析 21
5.2.2数据结构 21
5.2.3算法实现 23
5.3 页面重构 27
5.3.1 功能分析 27
5.4 自动更新 27
5.4.1 功能分析 27
5.4.2 数据结构 28
5.4.3 算法实现 28
5.5 总结 29
第六章 实验结果 31
6.1 实验一 31
6.2 实验二 32
第七章 总结与展望 34
5.1 主要结论 34
5.2 后期工作 34
致 谢 35
参考文献 36
附录 37
摘要
随着Internet在近几年获得了飞速的发展,Internet上的信息资源也日益膨胀。WWW(World Wide Web)作为Internet上最主要的信息服务,正在被越来越多的人使用。传统的信息查询系统没有有效的手段理解用户部分或非精确的查询输入,忽视用户个性化的要求,不能提供主动的信息服务。因此,充分有效利用WWW的资源已经成为人们的迫切要求。
在本文中我们描述了一个基于部分计值的个人化信息搜索的实现,主要是针对Internet上的网站的信息检索,并且加入了根据网站结构变化的自动对查询结构进行更新,和对搜索结果的重构。我们把部分计值的这一理论应用于信息个人化研究中的通过部分输入进行结果查询,这一点在国内还是率先尝试。
PEAgent该系统适用于国家863高新技术网站的信息代理,具有一定的应用价值。目前还是一个雏形系统。
关键词:部分计值、信息个人化、信息检索,智能Agent
Abstract
With the current exponential growth of the Internet,the information of the Internet
became to be more and more.WWW(World Wide Web) as the main service on the Internet
have been used by more and more people.Traditional information query systems
haven't effective ways to understand user's partial or inaccurate queries, they
ignore user's personal requirements and can not supply positive service.So,how
to use the Internet adequately and effectively have been the imminent requirement.
In this paper we describes the system that user can use to search in a Internet
Web site.This system base on the Partial Evaluation.It can automatically updata
with the change of Web site structure,and offer user a good rebuild Web page
of the result. We apply this theory to information personalization research
which can query a system by partial input. This is a first trial in China.
The PEAgent system can help user in browsing and searching information on www.863.org.cn,
it has some value of application. Now it is a rudiment Agent.
Keywords: partial evaluation,Web personalization,information retrieval