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

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

中學(xué)文科教材全文檢索系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-05-18 02:39

  本文選題:中學(xué)文科教材 + 全文檢索; 參考:《中央民族大學(xué)》2017年碩士論文


【摘要】:隨著信息時(shí)代的來(lái)臨和信息技術(shù)的迅猛發(fā)展,學(xué)習(xí)資源不僅僅以紙為載體,將一部分學(xué)習(xí)資源信息化、電子化已經(jīng)是現(xiàn)代教育的發(fā)展趨勢(shì),其中教材資源就包括在這學(xué)習(xí)資源中。學(xué)生、教師在大規(guī)模的信息中如何快速精確的找到自己所需要的學(xué)習(xí)信息,而不是迷失在茫茫數(shù)據(jù)的大海中,這是一個(gè)需要思索的問(wèn)題。全文檢索是對(duì)文檔集中的詞建立倒排索引,記錄每個(gè)詞語(yǔ)在文檔集中出現(xiàn)的頻率和位置,在進(jìn)行查詢時(shí)會(huì)對(duì)倒排索引進(jìn)行檢索,提高檢索效率,而全文檢索系統(tǒng)就是應(yīng)用全文檢索技術(shù)建立起來(lái)的系統(tǒng)體系。因此,針對(duì)教育領(lǐng)域的全文檢索系統(tǒng)的開(kāi)發(fā)與實(shí)現(xiàn)是有意義的。本次畢業(yè)設(shè)計(jì)使用Elastic Search搜索引擎調(diào)用底層Lucene工具包開(kāi)發(fā)了中學(xué)文科教材全文檢索系統(tǒng),主要工作內(nèi)容如下:(1)收集和整理中學(xué)文科教材語(yǔ)料;(2)對(duì)全文檢索的相關(guān)技術(shù)進(jìn)行研究,對(duì)全文檢索技術(shù)中計(jì)算相似度值的公式進(jìn)行了分析,提供了條件檢索的功能,包括全文檢索、復(fù)合檢索、作者、科目、年級(jí)、題目檢索類別;(3)在系統(tǒng)后臺(tái)我們使用ES庫(kù)來(lái)存儲(chǔ)收集到的教材文本,并且將這些文檔使用IK分詞器進(jìn)行分詞,通過(guò)ES建立倒排索引,在檢索模塊使用MVC框架來(lái)搭建,將系統(tǒng)的數(shù)據(jù)、顯示、業(yè)務(wù)功能分成不同的模塊,使得開(kāi)發(fā)過(guò)程中邏輯層次更加清晰,在后期的維護(hù)中也更加便捷;(4)系統(tǒng)前臺(tái)頁(yè)面使用JSP技術(shù),為信息檢索提供界面,前臺(tái)頁(yè)面主要包括了查詢頁(yè)、結(jié)果列表頁(yè)和信息詳情頁(yè),通過(guò)接口的調(diào)用和方法類的實(shí)現(xiàn),將檢索得到的信息展示在Web頁(yè)面并且在前臺(tái)檢索結(jié)果頁(yè)面高亮顯示檢索詞。本次畢業(yè)設(shè)計(jì)希望可以幫助學(xué)生和教師在進(jìn)行檢索之后,對(duì)與輸入關(guān)鍵字相關(guān)的各大初中文科教材內(nèi)容有一個(gè)整體的把握,便利用戶查找感興趣的相關(guān)內(nèi)容。本次畢業(yè)設(shè)計(jì)將有助于用戶提高檢索效率,促進(jìn)用戶深入地學(xué)習(xí)相關(guān)知識(shí),提高教學(xué)質(zhì)量。
[Abstract]:With the advent of the information age and the rapid development of information technology, learning resources not only take paper as the carrier, part of the learning resources information, electronic has been the development trend of modern education. Among them, the textbook resources are included in the learning resources. It is a problem that students and teachers need to think about how to find the learning information they need quickly and accurately in the large-scale information, instead of being lost in the sea of vast data. Full-text retrieval is to build inverted index of words in document set, record the frequency and position of each word appearing in document set, search inverted index in query, improve retrieval efficiency. And the full-text retrieval system is the system established by using the full-text retrieval technology. Therefore, it is meaningful to develop and implement the full-text retrieval system in the field of education. This graduation project has developed a full-text retrieval system for liberal arts textbooks in middle schools using the Elastic Search search engine calling the underlying Lucene toolkit. The main work is as follows: 1) collecting and sorting out the corpus of Chinese liberal arts textbooks. (2) researching on the related techniques of full-text retrieval. This paper analyzes the formula of calculating similarity value in full-text retrieval technology, and provides the functions of conditional retrieval, including full-text retrieval, compound retrieval, author, subject, grade, etc. In the background of the system, we use es library to store the collected text of teaching materials, and use IK participle to segment these documents, build inverted index through es, and use MVC framework to build the retrieval module. The data of the system, display, business function are divided into different modules, which makes the logic level more clear in the development process, and also more convenient in the later maintenance) the system foreground page uses JSP technology to provide the interface for information retrieval. The front page mainly includes the query page, the result list page and the information detail page, through the interface call and the method class realization, displays the retrieved information in the Web page and highlights the key words in the foreground retrieval result page. This graduation project hopes to help the students and teachers to have a comprehensive grasp of the contents of the liberal arts textbooks related to the input keywords after the retrieval, and to facilitate the users to find the relevant content of interest. This graduation project will help users to improve the efficiency of retrieval, promote the users to learn relevant knowledge, improve the quality of teaching.
【學(xué)位授予單位】:中央民族大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP391.3;G434

【相似文獻(xiàn)】

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

1 楊則正;Calera's Wordscan全文檢索系統(tǒng)[J];管理科學(xué)文摘;1997年09期

2 周拴龍;全文檢索系統(tǒng)軟件功能研究[J];河南師范大學(xué)學(xué)報(bào)(哲學(xué)社會(huì)科學(xué)版);1994年02期

3 林永照;;學(xué)生優(yōu)秀論文全文檢索系統(tǒng)的開(kāi)發(fā)與利用[J];濟(jì)南職業(yè)學(xué)院學(xué)報(bào);2009年01期

4 李琳;超文本全文檢索系統(tǒng)模型分析[J];青島海洋大學(xué)學(xué)報(bào)(社會(huì)科學(xué)版);1997年02期

5 鐘鋒;;基于Lucene的全文檢索系統(tǒng)研究與實(shí)現(xiàn)[J];浙江外國(guó)語(yǔ)學(xué)院學(xué)報(bào);2013年04期

6 潘以鋒;;基于Lucene的網(wǎng)站全文檢索系統(tǒng)的開(kāi)發(fā)[J];廣西教育學(xué)院學(xué)報(bào);2006年05期

7 胡飛龍;;用VFP開(kāi)發(fā)文本全文檢索系統(tǒng)[J];常州教育學(xué)院學(xué)報(bào)(綜合版);1999年01期

8 謝松;楊志永;;CNKI知識(shí)搜索檢索技術(shù)及評(píng)價(jià)[J];科教文匯(下旬刊);2009年08期

9 ;[J];;年期

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

1 趙慧;李春明;鮑可進(jìn);;一種基于DotLucene搜索引擎的知識(shí)庫(kù)中文全文檢索系統(tǒng)[A];第二十二屆中國(guó)數(shù)據(jù)庫(kù)學(xué)術(shù)會(huì)議論文集(技術(shù)報(bào)告篇)[C];2005年

2 周小庭;;用Info Digger全文檢索系統(tǒng)構(gòu)建首都師大基教中心網(wǎng)上平臺(tái)[A];OA’99辦公自動(dòng)化全國(guó)學(xué)術(shù)研討暨展示會(huì)論文集[C];1999年

相關(guān)重要報(bào)紙文章 前2條

1 肖詩(shī)斌;全文檢索技術(shù)的深層剖析[N];中國(guó)計(jì)算機(jī)報(bào);2003年

2 羅懿;世紀(jì)永聯(lián)搜索引擎獲獎(jiǎng)[N];中國(guó)企業(yè)報(bào);2000年

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

1 吳煒;密文全文檢索系統(tǒng)中的索引機(jī)制研究[D];華中科技大學(xué);2009年

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

1 黃小文;基于NoSQL存儲(chǔ)的海量文檔全文檢索系統(tǒng)的研究與實(shí)現(xiàn)[D];華北電力大學(xué);2015年

2 張?chǎng)?TextRank算法的改進(jìn)及在政法全文檢索系統(tǒng)中的應(yīng)用[D];廣西大學(xué);2015年

3 陶化忠;基于MapReduce全文檢索系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[D];東北大學(xué);2014年

4 陳碧榮;中學(xué)文科教材全文檢索系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];中央民族大學(xué);2017年

5 何勝利;礦山法律法規(guī)全文檢索系統(tǒng)的研究與應(yīng)用[D];西安建筑科技大學(xué);2005年

6 楊鎰菲;基于云存儲(chǔ)的分布式全文檢索系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];華南理工大學(xué);2012年

7 蔡晶晶;多文檔全文檢索系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)[D];電子科技大學(xué);2013年

8 王紅勝;多文檔全文檢索系統(tǒng)的設(shè)計(jì)與開(kāi)發(fā)[D];電子科技大學(xué);2010年

9 劉超;專利全文檢索系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];北京郵電大學(xué);2010年

10 李秦;基于用戶行為的全文檢索系統(tǒng)個(gè)性化推薦研究[D];西南大學(xué);2009年



本文編號(hào):1904036

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

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


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

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