天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 搜索引擎論文 >

關(guān)系數(shù)據(jù)庫(kù)數(shù)據(jù)社區(qū)的檢索方法研究

發(fā)布時(shí)間:2018-04-10 13:45

  本文選題:關(guān)系數(shù)據(jù)庫(kù) + 數(shù)據(jù)圖; 參考:《大連海事大學(xué)》2013年碩士論文


【摘要】:如今互聯(lián)網(wǎng)快速發(fā)展,關(guān)鍵字搜索技術(shù)為網(wǎng)頁(yè)搜索等方面提供了關(guān)鍵技術(shù)支持,這是如今網(wǎng)頁(yè)搜索獲得巨大成功的關(guān)鍵,使得用戶可以用簡(jiǎn)單的自己熟知的關(guān)鍵字在網(wǎng)上尋找自己需要的信息。在眾多的數(shù)據(jù)庫(kù)中,關(guān)系數(shù)據(jù)庫(kù)是當(dāng)前最為流行的、使用最多的一種,只要用戶掌握一定的結(jié)構(gòu)化查詢(xún)語(yǔ)言和數(shù)據(jù)庫(kù)的基本模式知識(shí)就能夠進(jìn)行操作。但是,如今絕大多數(shù)網(wǎng)民并不具備這些專(zhuān)業(yè)化知識(shí),如何讓關(guān)系數(shù)據(jù)庫(kù)能夠支持高效的關(guān)鍵字檢索成為近來(lái)的研究熱點(diǎn),因?yàn)殛P(guān)系數(shù)據(jù)庫(kù)的關(guān)鍵字檢索可以使用戶擺脫結(jié)構(gòu)化查詢(xún)語(yǔ)句(如SQL等)的束縛。 關(guān)系數(shù)據(jù)庫(kù)關(guān)鍵字搜索與網(wǎng)絡(luò)搜索引擎工作相比又有其不同特點(diǎn),比如:數(shù)據(jù)庫(kù)由元組組成,元組間有鍵值或語(yǔ)意關(guān)系等。關(guān)鍵字檢索作用于關(guān)系數(shù)據(jù)庫(kù)上使檢索得到的結(jié)果再進(jìn)行一定程度的信息整合,得到用戶真正需要的信息。 本文提出的關(guān)系數(shù)據(jù)庫(kù)數(shù)據(jù)社區(qū)檢索方法是以中心節(jié)點(diǎn)為驅(qū)動(dòng)及其所能夠到達(dá)各關(guān)鍵字節(jié)點(diǎn)的組合來(lái)確定一個(gè)社區(qū)的方法。本篇社區(qū)由節(jié)點(diǎn)和邊組成,節(jié)點(diǎn)又分三類(lèi):關(guān)鍵字節(jié)點(diǎn)、中心節(jié)點(diǎn)和路徑節(jié)點(diǎn);邊可以是無(wú)向邊也可以是有向邊。把各關(guān)鍵字向外擴(kuò)展一定的距離所能夠到達(dá)的公共節(jié)點(diǎn)設(shè)立為中心節(jié)點(diǎn),中心節(jié)點(diǎn)結(jié)構(gòu)中有它所能夠到達(dá)的各關(guān)鍵字節(jié)點(diǎn)的信息,以此來(lái)判斷能否滿足社區(qū)的形成條件,也就是用戶想得到的信息。對(duì)于排序問(wèn)題,利用中心節(jié)點(diǎn)到達(dá)各關(guān)鍵字節(jié)點(diǎn)的開(kāi)銷(xiāo)為依據(jù)進(jìn)行相應(yīng)的規(guī)范調(diào)整,以便得到最優(yōu)結(jié)果。 本文設(shè)計(jì)了數(shù)據(jù)社區(qū)檢索方法框架,并實(shí)現(xiàn)了相關(guān)算法。以DBLP數(shù)據(jù)集對(duì)該算法進(jìn)行了驗(yàn)證,其結(jié)果證實(shí)了算法思想的可行性和具體算法的高效性。本文檢索方法的思想也可以擴(kuò)展到其他的領(lǐng)域。與傳統(tǒng)的關(guān)系數(shù)據(jù)庫(kù)關(guān)鍵字檢索結(jié)果相比,本算法有效地改善了單個(gè)結(jié)果包含信息量少、各結(jié)果間缺少相應(yīng)的依賴(lài)聯(lián)系等問(wèn)題,通過(guò)本文的算法實(shí)現(xiàn)使得單個(gè)結(jié)果包含了較為豐富的信息也使得用戶更清晰、明了的理解檢索結(jié)果間的關(guān)系。
[Abstract]:Now the rapid development of the Internet, the keyword search technology provides key technical support for web search, which is now the key of web search to achieve great success, so that users can use their own familiar simple keyword search for the information they need on the Internet. In many databases, relational database is the most popular use. One of the most, as long as the users master some knowledge of basic mode of structured query language and database to operate. But now, the vast majority of users do not have these specialized knowledge, how to make the relational database can support efficient keyword search has become the focus of research recently, because relational database keyword search allows the user to get rid of structured the query (such as SQL) bound.
Relational database keyword search compared with network search engines has different characteristics, such as: the database consists of tuples, key or semantic relations between tuples. Such as keyword search in relational database on the retrieval results and information integration to a certain extent, get the needed information for users.
In this paper the relational database community retrieval method is based on the center node as the combination of drive and can reach each keyword nodes to determine a community. The community composed of nodes and edges, nodes are divided into three categories: keyword node, the central node and the path node; the edge can be undirected edges can be directed edges. The key expansion common node distance can reach the set for the central node, with each keyword nodes it can reach the information center node structure, in order to determine whether it can meet the condition of the formation of a community, also is the information the user wants. For the sorting problem, use the central node to each keyword node overhead as the basis for the corresponding standard adjustment, in order to get the optimal results.
This paper introduces the design of data retrieval community framework, and implement the relevant algorithm. Based on DBLP data set to validate the algorithm, and the result confirms that the efficiency of the algorithm feasibility and specific algorithm. The retrieval method thought in this paper can also be extended to other areas. And the relational database keyword search results compared to traditional. This algorithm can effectively improve the individual results contain less information, the lack of corresponding relationship between the results and other issues, through this algorithm makes the single result contain abundant information makes users more clear, the relationship between the clear understanding of the retrieval results.

【學(xué)位授予單位】:大連海事大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2013
【分類(lèi)號(hào)】:TP311.132.3

【共引文獻(xiàn)】

相關(guān)期刊論文 前10條

1 蔡茂蓉;;基于VRML和Java的遠(yuǎn)程虛擬教學(xué)系統(tǒng)[J];兵工自動(dòng)化;2005年06期

2 王圓;孫鐵利;李楊;;Web文本挖掘中的特征表示和特征提取[J];電腦知識(shí)與技術(shù);2006年14期

3 張輝,隋佳;網(wǎng)絡(luò)信息資源組織管理的模式、問(wèn)題與對(duì)策[J];東岳論叢;2005年03期

4 俞桂杰;彭語(yǔ)冰;褚衍昌;;復(fù)雜網(wǎng)絡(luò)理論及其在航空網(wǎng)絡(luò)中的應(yīng)用[J];復(fù)雜系統(tǒng)與復(fù)雜性科學(xué);2006年01期

5 蘇云;搜索引擎Google檢索技巧研究[J];甘肅科技;2005年02期

6 宋春暉;網(wǎng)頁(yè)設(shè)計(jì)中的美學(xué)應(yīng)用分析[J];海南師范學(xué)院學(xué)報(bào)(自然科學(xué)版);2005年01期

7 宋春暉,雷景生,陳煥東;基于Web模式可移植性訓(xùn)練系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[J];海南師范學(xué)院學(xué)報(bào)(自然科學(xué)版);2005年02期

8 張輝,吳輝;用戶協(xié)作式智能搜索模型的研究[J];計(jì)算機(jī)工程與應(yīng)用;2005年11期

9 宋峻峰,張維明,肖衛(wèi)東,李國(guó)輝;基于元數(shù)據(jù)的同領(lǐng)域異構(gòu)數(shù)據(jù)管理研究[J];計(jì)算機(jī)工程與應(yīng)用;2005年14期

10 郭巖;白碩;于滿泉;;Web使用信息挖掘綜述[J];計(jì)算機(jī)科學(xué);2005年01期

相關(guān)會(huì)議論文 前2條

1 來(lái)旭;李國(guó)輝;徐蕊;;基于云圖和雨量的關(guān)聯(lián)規(guī)則挖掘[A];第一屆建立和諧人機(jī)環(huán)境聯(lián)合學(xué)術(shù)會(huì)議(HHME2005)論文集[C];2005年

2 維尼拉·木沙江;吳俊森;吐?tīng)柛ひ啦祭?;維吾爾文搜索引擎的倒排索引設(shè)計(jì)與實(shí)現(xiàn)[A];民族語(yǔ)言文字信息技術(shù)研究——第十一屆全國(guó)民族語(yǔ)言文字信息學(xué)術(shù)研討會(huì)論文集[C];2007年

相關(guān)博士學(xué)位論文 前10條

1 常春;Ontology在農(nóng)業(yè)信息管理中的構(gòu)建和轉(zhuǎn)化[D];中國(guó)農(nóng)業(yè)科學(xué)院;2004年

2 劉云峰;基于潛在語(yǔ)義分析的中文概念檢索研究[D];華中科技大學(xué);2005年

3 柳偉;易錯(cuò)信道下基于內(nèi)容的差錯(cuò)控制方法研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2005年

4 趙鵬;復(fù)雜網(wǎng)絡(luò)與互聯(lián)網(wǎng)個(gè)性化信息服務(wù)的研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2006年

5 馬明全;大規(guī)模交通網(wǎng)絡(luò)的模擬與優(yōu)化[D];西北大學(xué);2007年

6 宋峻峰;面向語(yǔ)義Web的領(lǐng)域本體表示、推理、集成及其應(yīng)用研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2006年

7 覃森;無(wú)標(biāo)度網(wǎng)絡(luò)及其應(yīng)用研究[D];西北工業(yè)大學(xué);2007年

8 劉夫云;基于復(fù)雜網(wǎng)絡(luò)的機(jī)械產(chǎn)品零部件分析與配置技術(shù)研究[D];浙江大學(xué);2006年

9 胡熠;面向信息檢索的文本內(nèi)容分析[D];上海交通大學(xué);2007年

10 楊波;復(fù)雜社會(huì)網(wǎng)絡(luò)的結(jié)構(gòu)測(cè)度與模型研究[D];上海交通大學(xué);2007年

相關(guān)碩士學(xué)位論文 前10條

1 王曉慶;基于RBF網(wǎng)絡(luò)的文本自動(dòng)分類(lèi)的研究[D];江西師范大學(xué);2003年

2 周祥東;視頻特征提取和視頻鏡頭分析[D];中國(guó)人民解放軍國(guó)防科學(xué)技術(shù)大學(xué);2002年

3 湯義;基于MPEG-7標(biāo)準(zhǔn)的視頻描述與檢索[D];中國(guó)人民解放軍國(guó)防科學(xué)技術(shù)大學(xué);2002年

4 董志勇;Web信息檢索中基于超鏈接的網(wǎng)頁(yè)評(píng)估算法的研究[D];河海大學(xué);2004年

5 吳福英;面向用戶的信息過(guò)濾研究與實(shí)現(xiàn)[D];江西師范大學(xué);2004年

6 王君;基于結(jié)構(gòu)化文本的SARS應(yīng)急知識(shí)管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];大連理工大學(xué);2005年

7 曾雪強(qiáng);潛在語(yǔ)義分類(lèi)模型的研究[D];江西師范大學(xué);2005年

8 付雪峰;基于模糊—粗糙集的文本分類(lèi)模型[D];江西師范大學(xué);2005年

9 梁海燕;圖像搜索引擎案例評(píng)價(jià)及檢索模式研究[D];東北師范大學(xué);2005年

10 趙景彥;基于Internet的視頻服務(wù)器支持系統(tǒng)的研究與設(shè)計(jì)[D];東華大學(xué);2005年

,

本文編號(hào):1731443

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/sousuoyinqinglunwen/1731443.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶9162c***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com