用户名: 密码: 验证码:
基于简单本体的农业P2P搜索引擎关键技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着互联网上资源爆炸式的增长,越来越多的网络用户依靠专门的检索工具,如Google、Yahoo!、Baidu等搜索引擎来查找自己所需的信息。这些站点在帮助用户快速找到所需信息的同时,也取得了巨大的商业成功。通常情况下,搜索引擎首先从数以百万计的网站中检索相关网页,并将它们存储在文件服务器中,然后通过分析这些下载页面来建立索引,搜索引擎使用生成的索引来定位网页中的所有查询关键字,并根据某些具体的相关函数返回最恰当的内容。从逻辑体系架构上分析,目前大型网络搜索引擎都是集中式的,而其检索的站点遍布世界每一个角落,拥有其自身的索引和查询处理机制,所以搜索引擎的扩展性、覆盖率、安全性和专业性等问题将是其在成功路上面临的巨大挑战。
     本文针对集中式搜索引擎存在的问题,利用基于P2P网络的分布式搜索引擎。即面向两种不同的拓扑结构——结构化P2P网络和非结构化P2P网络——分别采用了相应的检索方法,通过潜在语义索引对两种检索机制的结果进行聚类合并,论文同时将这几种关键技术应用到基于简单本体的农业搜索引擎系统中。
     具体而言,论文的研究内容主要包括:
     (1)论文以《农业科学叙词表》为基础,使用本体编辑器protege进行简单农业本体的构建,并通过设计算法,实现词表向本体的大批量自动转化。
     (2)论文提出了一种基于简单本体的农业P2P搜索引擎的体系框架PSAOS (P2P Search Engines Based on Agriculture Ontology System, PSAOS),构建一个基于简单农业本体的、全局的分布式索引目录(Index Directory),构建在P2P网络之上,用来保存聚合、压缩节点索引的元信息,以及对农业本体中各位类建立联系,提供依据。
     (3)论文主要基于P2P的两种网络拓扑结构,分别采用不同的方法来面向结构化网络和非结构化网络进行检索。
     针对结构化P2P网络,本文采用了一种自适应索引检索方法,将Chord环和平衡树相结合,通过统计树结构的检索词的个数并按其重要性适当分类,Chord环用来对树上的结点进行索引。在树结构中,根据词的权重,结点将词语划分为重点词语和非重点词语两类,具有较高分值的词语可用来区分孩子结点与邻居结点,故需要在Chord环中建立索引,并链接到相应的结点。剩下的,无论是高频词还是低频词,都将进行汇总,并传递给父亲结点。这种方法可从任一结点对查询请求进行处理,而不必每次都从根结点开始。因此,即使这种方法采用一种树状结构,也不用担心在根结点或根结点附近的瓶颈问题。
     针对非结构化P2P网络,本文将向量空间模型(VSM)和相关性排序算法相结合来构造层叠网络,利用基于语义组的K阶迭代方法进行检索,这种方法有效地解决了检索的效率和查准率低下的问题,降低了系统的检索成本。
     (4)在分布式搜索引擎中,每个查询请求被转发给多个结点;然后根据结果相关度的大小进行排序,合并成一个结果列表。由于各结点所处的网络拓扑结构不同,采用的检索机制也有所差异,所以从各节点返回的信息文档不能够直接用于比较合并。
     针对此问题,本文采用一种对检索结果进行聚类的方法,利用潜在语义索引对整篇文档进行聚类,采用Apache Lucene作为索引引擎,利用Spring Rich客户端平台进行聚类引擎测试,取得了比较理想的结果。
     本文研究的系统,利用JAVA JDK1.5模拟出P2P网络,每个结点用一组IP地址和端口号来表示,模拟器用几个参数来控制网络的不同属性。通过与同类方法的试验结果对比,本文的方法在查全率,查准率及查询延迟等方面都具有明显的优势。
With the explosive growth of resources on the Internet, more and more internet users rely on specialized search tools, such as Google, Yahoo, Baidu and other search engines to retrieval the information they want. Normally, the search engine firstly retrieves relevant web pages from the hundreds of sites and stores them in a file server. By analyzing the pages and indexing, search engine uses the generated index to locate all query keywords in the web, and returns the most appropriate content according to some specific function. From the analysis of the logical architecture, Large-scale Web search engines are centralized and the sites are spread all over corner of the world, which has its own indexing and query processing mechanism. Therefore, it is a great challenge in the way to success for the search engine with scalability, coverage, security and professionalism.
     For the problems of the centralized search engine, this paper proposes a distributed search engine based on P2P network. That is separately proposing the retrieval methods for two different topologies, structured P2P network and unstructured P2P network, and clustering and merging the results of two retrieval mechanisms by latent semantic indexing. This paper applies the several of the key technology to the agricultural search engine system based on a simple ontology.
     Specifically, the results of the research in this article mainly include the following aspects:
     (1) This paper is based on "Agricultural Sciences Thesaurus", using the ontology editor protege to construct the simple agricultural ontology, and designing an algorithm to convert the vocabulary to the ontology in large quantities.
     (2) This paper presents a framework of P2P search engines based on agriculture ontology system and builds a global distributed index directory based on simple agricultural ontology on top of the P2P network, which is used to save the meta information of the node index, establish contact with the Class of agricultural ontology and provide a basis for system.
     (3) The research of this paper is based on two network topology of P2P, using different methods for structured network and unstructured network to retrieve.
     For structured P2P network, this paper presents an adaptive index retrieval method, combines a Chord ring and a balanced tree. It statistics the number of the search terms in the tree structure and classify the terms with their importance, while the chord ring is used to index terms of nodes in the tree. Specifically, at each node of the tree, the system classifies terms as either important or unimportant. Important terms, which can distinguish the node from its neighbor nodes, are indexed in the Chord ring. On the other hand, unimportant terms, which are either popular or rare terms, are aggregated to the parent node. This method can be carried out from any node on the query request, while not always have to start from the root. Therefore, even using a tree structure, it is not worried about bottlenecks in the root and nearby.
     For unstructured P2P network, it takes an algorithm of merging the vector space model (VSM) and relevance ranking to construct the overlay network, which is used K-iteration preference based on semantic group to retrieval. This method effectively solves the problem of retrieval efficiency and precision, and reduces the cost of system of retrieval.
     (4) In a distributed search engine, each query request is forwarded to a plurality of nodes, then sorted the results according to the size of the degree of correlation and combined into a results list. Each node with the different network topology has a difference retrieval mechanism. The document returned from each node can not be directly used to compare and merge.
     To solve this problem, this paper uses take a method of search results clustering, which uses latent semantic indexing on the whole document content, takes Apache Lucene as the indexing engine, uses spring rich client platform for clustering engine test and obtains more satisfactory results.
     In this paper, the system uses Java JDK1.5to analog the P2P networks, in which each node is indicated with a set of IP address and port number and the simulator uses several parameters to control the different properties of the network. In contrast to the similar methods with the experimental results, the method has obvious advantages in the recall, precision and query latency.
引文
1.陈志伟.2008.本体的构建及其在信息检索系统中的应用.硕士论文.华中师范大学
    2.陈兰,金远平.2009.基于本体的垂直搜索引擎研究.计算机应用与软件,11(26):129-130
    3.段迅.2007.对等网络路由算法研究.博士论文.贵州大学
    4.窦天芳等.2006.基于P2P技术的搜索引擎.情报科学,3(24):417-420
    5.高一波等.2009.面向垂直搜索引擎的基于知识的语义关联算法.计算机工程,11(35):184-186
    6.郭来德等.2007.农业信息搜索引擎设计与实现.河北工程大学学报(自然科学版),3(24):41-43
    7.黄志平.2009.Google的商业模式研究:基于第三方付费营销战略.生产力研究,(23):182-183
    8.贾玉文.2009.国内搜索引擎SWOT战略分析-以百度公司为例.生产力研究,(22):205-206
    9.蒋建洪.2007.主要分布式搜索引擎技术的研究.科学技术与工程,10(7):2418-2424
    10.郎小伟,王申康.2006.基于Lucene的全文检索系统的研究与开发.计算机工程,(4):94-96
    11.李景.2004.本体理论及在农业文献检索系统中的应用研究_以花卉学本体建模为例.博士论文.中国科学院文献情报中心
    12.李庆虎.2004.基于P2P架构的网格文件系统研究.博士论文.清华大学
    13.李学凯等.2010.面向垂直搜索引擎的Web站点划分方案.计算机工程,8(36):275-277
    14.刘琨.2004.搜索引擎的研究与实现.硕士论文.西安电子科技大学
    15.刘鹏程.2009.软件过程中知识本体构建与应用.硕士论文.重庆大学
    16.罗丽珊.2006.垂直搜索引擎发展概述.图书馆学研究,12:68-70
    17.马冠骏.2009.基于网络编码的P2P文件分发的研究.博十论文.中国科学技术大学
    18.苗海等.2013.基于聚类算法的垂直搜索引擎技术研究.北京信息科技大学学报,1(28):41-44
    19.彭玉蓉等.2010.农业搜索引擎的发展现状及关键技术研究.安徽农业科学,38(20):10971-10972
    20.任祖杰.2010.非合作性环境下的PZP搜索技术研究.博士论文.浙江大学
    21.鲜国建.2008.农业科学叙词表向农业本体转化系统的研究与实现.硕十.中国农业科学院
    22.夏斌等.2010.中文农业信息垂直搜索引擎的设计与实现.河南农业大学学报,6(44):715-717
    23.熊金辉等.2005.中文农业信息资源整合平台的设计与实现.中国农学通报,12(21):407-410
    24.徐海,李军民.2009.基于LUCENE的站内搜索的研究与实现.河北软件职业技术学院学报.(01):69-71
    25.王朝斌等.2010.基于本体的搜索引擎研究.西华师范大学学报(白然科学版),4(31):382-384
    26.王芳芳.2011.基于Agent的网络信息检索.硕士论文.沈阳工业大学
    27.王剑等.2013.基于时空感知能力的农业信息搜索技术研究.南方农业学报,1:166-170
    28.王静君;陈长青..2013.开放存取资源的分布和利用研究——以农业类资源为例.新世纪图书馆,1:32-34
    29.王乐.2008.基于本体的垂直搜索引擎研究.硕士论文.西北大学
    30.王睿.2007.数字科技馆中文信息检索系统的设计与实现.硕十论文.山东大学
    31.王向辉.2008.PZP网络拓扑结构研究.博士论文.哈尔滨工程大学
    32.王振华.2011.P2P WEB搜索中一种有效的查询路由策略.计算机与数字工程,10(39):13-15
    33.王自洋.2011.基于多策略的Chord算法研究.硕士论文,中北大学
    34.王知津,潘颖.2012.中文搜索引擎商业模式比较:以百度和谷歌为例.学术论坛,12(201):4-11
    35.王淑彦.基于简单本体的农业搜索引擎研究与设计.硕士论文.2012,沈阳农业大学
    36.魏毅峰,张亮.2010.基于本体的搜索引擎模型设计.软件导刊,9(7):118-119
    37.吴庆兰.2006.论农业信息化的重要性.农业网络信息,3:43-46
    38.颜瑜.2010.百度盈利模式研究分析.情报探索,(1):63-65
    39.张建军,王剑霞.2012.浅谈Lucene在号百搜索引擎系统中的集成.科技资讯,(21):12-14
    40.张美芳,张迎春.2010.浅议垂直搜索引擎服务市场的商业模式.现代商业,(6):158
    41.张睿.2009.基于P2PSIP的安全机制的研究.硕士论文.西安电子科技大学
    42.张姗姗等.2012.基于对等结点指针表优化的Chord算法改进.22(8):43-47
    43.赵洋等.2009.基于Internet的农业信息垂直搜索引擎的设计.河北农业大学学报,6(32):125-128
    44.郑文良,杨勇.2012.基于P2P技术的分布式农业搜索引擎建设方法.沈阳农业大学学报,43(3):633-635
    45.周鹏等.2009.基于Nutch农业搜索引擎的研究与设计.30(3):610-612
    47.周若静.本体的构建及其在图书信息检索中的应用研究.硕十论文.2009,大连海事大学
    48.周青松.2005.基于JXTA协议的层次性点对点搜索的查询路由机制研究.硕士论文.大连理工大学
    49. A. Crainiceanu, etc.2004. Querying peer-to-peer networks using P-trees, in:Proceedings of WebDB, pp.25-30
    50. A.M. Rysanek, R. Choudhary.2012. A decoupled whole-building simulation engine for rapid exhaustive search of low-carbon and low-energy building refurbishment options. Building and Environment,(50):21-33
    51. Ahmad Mozaffari.etc.2013. Comprehensive preference optimization of an irreversible thermal engine using pareto based mutable smart bee algorithm and generalized regression neural network. Swarm and Evolutionary Computation,(9):90-103
    52. Alexandros Batzios.2012. WebOWL:A Semantic Web search engine development experiment. Expert Systems with Applications,5(39):5052-5060
    53. Akkermans,P.B.H.1997. An ontology approach to product disassembly. Sant Feliu de Gu5xols, (10):15-19
    54. Aleman-Meza, etc.2003.Context-aware semantic association ranking. Semantic web and databases workshop proceedings. Berlin, Germany, September 7-8
    55. A. Ntoulas.2005.The infocious web search engine:Improving web searching through linguistic analysis, in:Proceedings of the World Wide Web Conference, pp.840-849
    56. An-Hsun Cheng, Yuh-Jzer Joung.2006. Probabilistic file indexing and searching in unstructured peer-to-peer networks, Computer Networks 50 (1):106-127
    57. A. Rector.2003. Modularisation of domain ontologies implemented in description logics and related formalisms including.In 2nd International Conference on Knowledge Capture (K-CAP), Sanibel Island.
    58. Albert Trias i Mansilla. etc.2012.Asknext:An agent protocol for social search. Information Sciences (190):144-161
    59. Aleman-Meza B. etc.2003.Context-aware semantic association ranking. Semantic web and databases workshop proceedings. Berlin, Germany, September 7-8
    60. Andrea Passarella.2012.A survey on content-centric technologies for the current Internet:CDN and P2P solutions. Computer Communications 35:1-32
    61. Aoying Zhou. etc.2008. Adaptive indexing for content-based search in P2P systems. Data & Knowledge Engineering, (67):381-398
    62. B. Tesfa.2012. Water injection effects on the performance and emission characteristics of a CI engine operating with biodiesel. Renewable Energy,1(37):333-344
    63. Barroso L A, Holzle U.2009.The Datacenter as a Computer:an introduction to the design of warehouse-scale machines. Synthesis Lectures on Computer Architecture,1:1-107
    64. Bawa M. etc.2003. SETS:Search enhanced by topic segmentation. Proceedings of the Annual ACM Conference on Research and Development in Information Retrieval (SIGIR'03), Jul 28 Aug 1,2003, Toronto, Canada. New York, NY, USA:ACM,:306-313
    65. Bernard J.etc.2013. Evaluating the performance of demographic targeting using gender in sponsored search. Information Processing & Management,1(49):286-302
    66. Bert Re'veil.2012. Improving proper name recognition by means of automatically learned pronunciation variants. Speech Communication (54):321-340
    67. Beydoun, G. 2009. Formal concept analysis for an e-learning semantic web. Expert Systems with Applications,36(8),10952-10961
    68. Chien Chin chen. etc.2012.A novel business cycle surveillance system using the query logs of search engines. Knowledge-Based Systems (30):104-114
    69. Claudio Carpineto. etc.2012. Evaluating subtopic retrieval methods:Clustering versus diversification of search results. Information Processing and Management 48:358-373
    70. C. Papadimitriou. etc.2000. Latent semantic indexing:a probabilistic analysis, Journal of Computer and System Sciences 61 (2) (2000) 217-235
    71. C. Tang. etc.2003.Peer-to-peer information retrieval using self-organizing semantic overlay networks, in:Proceedings of SIGCOMM, pp.175-186
    72. Chang-Shing Lee. etc.2007.Automated ontology construction for unstructured text documents. Data & Knowledge Engineering 60:547-566
    73. Christoph Hametner, Stefan Jakubek.2013. Local model network identification for online engine modeling. Information Sciences,20(220):210-225
    74. Damaris Fuentes-Lorenzo.2013. Improving large-scale search engines with semantic annotations. Expert Systems with Applications,6(40):2287-2296
    75. David Sanchez.2013. Knowledge-based scheme to create privacy-preserving but semantically-related queries for web search engines. Information Sciences,(218):17-30
    76. Diego Arroyuelo.etc.2012. Distributed search based on self-indexed compressed text. Information Processing & Management,5(48):819-827
    77. Druss Benjamin G, Marcus Steven C.2005. Growth and decentralization of the medical literature: implications for evidence-based medicine. Journal of Medical Library Association,93(4):499-501
    78. Enver Kayaaslan. etc.2013. Document replication strategies for geographically distributed web search engines. Information Processing and Management 49:51-66
    79. Erdinc Uzun.2012. A fuzzy ranking approach for improving search results in Turkish as an agglutinative language. Expert Systems with Applications,5(39):5658-5664
    80. F. Cuenca-Acuna. etc.2003. Planetp:using gossiping to build content addressable peer-to-peer information sharing communities, in:Proceedings of HPDC, pp.236-249
    81. Fagni, T.etc.2006.Boosting the performance of web search engines:Caching and prefetching query results by exploiting historical usage data. ACM Transactions on Information Systems,24(1),51-78
    82. Federico Perini.2013. High-dimensional, unsupervised cell clustering for computationally efficient engine simulations with detailed combustion chemistry. Fuel,(106):344-356
    83. Francisco Garc'ia-Sa'nchez. etc.2006. An ontology-based intelligent system for recruitment. Expert Systems with Applications (31):248-263
    84. G. Nagarajan, K.K. Thyagharajan.2012. A Machine Learning Technique for Semantic Search Engine. Procedia Engineering,(38):2164-2171
    85. Gang Chen. etc.2011. PISA:A framework for integrating uncooperative peers into P2P-based federated search. Computer Communications 34:715-729
    86. Ghassan Beydoun. etc.2011. Development of a peer-to-peer information sharing system using ontologies. Expert Systems with Applications 38:9352-9364
    87. Giansalvatore Mecca, etc.2007. A new algorithm for clustering search results. Data & Knowledge Engineering, (62):504-522
    88. Guo L. etc.2004. Exploiting content localities for efficient search in P2P systems. Proceedings of the 18th International Symposium on Distributed Computing (DISC'04), Oct 48,2004, Amsterdam, The Netherlands. LNCS 3274. Berlin, Germany:Springer-Verlag, pp.349-364
    89. Guo L. etc.2005. Fast and low cost search schemes by exploiting localities in P2P networks. Journal of Parallel and Distributed Computing,65(6):729-742
    90. Habib Rostami. etc.2008.Semantic routing of search queries in P2P networks, J. Parallel Distrib. Comput, (68):1590-1602
    91. Hamid Hassanpour, Farzaneh Zahmatkesh.2012. An adaptive meta-search engine considering the user field of interest. Journal of King Saud University-Computer and Information Sciences (24):71-81
    92. Jacob Aron.2012. Metaphorical search engine gives you what you don't already know. New Scientist, 213(2853):24-25
    93. Javad Akbari Torkestani.2012. An adaptive learning to rank algorithm:Learning automata approach. Decision Support Systems (54):574-583
    94. Jin-Wook Baek, Heon Y. Yeom.2006. A timed mobile agent planning approach for distributed information retrieval in dynamic network environments. Information Sciences, (176):3347-3378
    95. Jinxing Zhao, Min Xu.2013. Fuel economy optimization of an Atkinson cycle engine using genetic algorithm. Applied Energy,(105):335-348
    96. Jingguo Wang.etc.2012. An exploration of risk information search via a search engine:Queries and clicks in healthcare and information security. Decision Support Systems (52):395-405
    97. Jinoh Oh. etc.2013. Efficient semantic network construction with application to PubMed search. Knowledge-Based Systems,(39):185-193
    98. Jinsoo Park. etc.2011. Ontology selection ranking model for knowledge reuse. Expert Systems with Applications (38):5133-5144
    99. Joachim Demuynck.2012. Heat Loss Comparison Between Hydrogen, Methane, Gasoline and Methanol in a Spark-Ignition Internal Combustion Engine. Energy Procedia,(29):138-146
    100. Josep Domingo-Ferrer, Ursula Gonzalez-Nicolas, etc.2012. Rational behavior in peer-to-peer profile obfuscation for anonymous keyword search:The multi-hop scenario. Information Sciences 200: 123-134
    101. J.P. Callan. etc.1995. Searching distributed collections with inference networks, in:Proceedings of SIGIR, pp.21-28
    102. Kan Zhang, Nick Antonopoulos.2009. Towards a cluster based incentive mechanism for p2p networks, in:Proceedings of the 2009 9th IEEE/ACM International Symposium on Cluster Computing and the Grid (CCGRID), IEEE Computer Society, Washington, DC, USA, pp.532-537
    103. Khan, S. U.,Ahmad I.2008. Comparison and analysis of ten static heuristics-based Internet data replication techniques. Journal of Parallel and Distributed Computing,68(2),113-136
    104. Kihoon Kim.2012. Dynamic search engine competition with a knowledge-sharing service. Decision Support Systems,2(52):427-437
    105. Knarig Arabshian.2009. Ontology-based Service Discovery in a Globally Distributed Network. Doctor of Philosophy. COLUMBIA UNIVERSITY
    106. Ian Thomas Rose.2011. Real-Time Query Systems for Complex Data Sources. Doctor of Philosophy. Harvard University
    107. Lawrence S, Giles C L.2009.Searching the World Wide Web. Science.280(3):98-100
    108. L. Gravano.1999. Gloss:text-source discovery over the Internet, ACM Transactions on Database Systems 24 (2):229-264
    109. Lando M. di Carlantonio.2012. ICE-Intelligent Clustering Engine:A clustering gadget for Google Desktop. Expert Systems with Applications,10(39):9524-9533
    110. Lixin Han. etc.2006. ADSS:An approach to determining semantic similarity, Advances in Engineering Software, (37):129-132
    111. Ma X Q. etc.2004. EM-based channel estimation algorithms for OFDM. EURASIP Journal on Applied Signal Processing (10):1460-1477
    112. Maik Annies.2012. Best practice in search and analysis of chemical formulations:From chemical recipes to complex formulation types and dosage forms. World Patent Information,3(34):206-212
    113. Matthieu Latapy. etc.2013. Quantifying paedophile activity in a large P2P system. Information Processing and Management 49:248-263
    114. M. Bender.2005. The minerva project:database selection in the context of p2p search, in:Proceedings of BTW, pp.125-144
    115. Ming Zhong.etc.2013.3SEPIAS:A Semi-Structured Search Engine for Personal Information in dAtaspace System. Information Sciences,1 (28):31-50
    116. Myung Jae kwak.2011. Development and Evaluation of a Predicate-Based Biomedical Search Engine Using Design Science Methodology. Doctor of Philosophy.Claremont Graduate University
    117. Nacho Lopez, Francesc Sebe.2013. Privacy preserving release of blogosphere data in the presence of search engines. Information Processing & Management,4(49):833-851
    118. Nilesh Padhariya. etc.2013. Economic incentive-based brokerage schemes for improving data availability in mobile-P2P networks. Computer Communications 36:861-874
    119. Ntoulas A., Cho J.2007. Pruning policies for two-tiered inverted index with correctness guarantee. In Proceedings of the 30th international ACM conference research and development in information retrieval (pp.191-198)
    120. Panayotis Antoniadis, Costas Courcoubetis.2006. Enforcing efficient resource provisioning in peer-to-peer file sharing systems, ACM SIGOPS Operating Systems Review 40 (3):67-72
    121. P. Anick, S. Vaithyanathan.1997. Exploiting clustering and phrases for context-based information retrieval, in:ACM SIGIR, pp.314-323
    122. P. Reynolds, A. Vahdat.2003.Efficient peer-to-peer keyword searching, in:Proceedings of the International Conference on Middleware, pp.21-40
    123. Raul Gracia-Tinedo. etc.2012. Sophia:A local trust system to secure key-based routing in non-deterministic DHTs. J. Parallel Distrib. Comput.72:1696-1712
    124. R. Fikes. etc.2004. Owl-ql-a language for deductive query answering on the semantic web. J. Web Sem.,2(1):19-29
    125. Saito, Y., Shapiro, M.2005. Optimistic replication. ACM Computer Surveys,37(1),42-81
    126. R. Baeza-Yates.etc.2007. Challenges on distributed information retrieval.Proceedings of ICDE(07):6-20
    127. Rifat Ozcan.etc.2012. A five-level static cache architecture for web search engines. Information Processing and Management (48):828-840
    128. Risson J, Moors T.2006.Survey of research towards robust peer-to-peer networks:search methods. Computer Networks,50(17):3485-3521
    129. Robert Moskovitch, Yuval Shahar.2009. Vaidurya:A multiple-ontology, concept-based, context-sensitive clinical-guideline search engine. Journal of Biomedical Informatics 42:11-21
    130. Rodriguez M, Egenhofer M.2003.Determining semantic similarity among entity classes from different ontologies. IEEE Trans Knowl. Data Eng;15(2):442-56
    131. Saleh Al-shomrani.2008. A WEB-BASED DISTRIBUTED AND INTEROPERABLE TOOL FOR SHARING MATHEMATICAL ASSESSMENTS AND SUPERVISING ONLINE TESTS. Doctor of Philosophy. Kent State University
    132. SHEN Wen-wu. etc.2010. SKIP:an efficient search mechanism in unstructured P2P networks. The Journal of China Universities of Posts and Telecommunications,17(5):64-71
    133. S. Osinski, D. Weiss.2005. A concept-driven algorithm for clustering search results, IEEE Intelligent Systems,20 (3):48-54
    134. S. Sedef Savas. etc.2012. Adaptive streaming of multi-view video over P2P networks. Signal Processing:Image Communication 27:522-531
    135. Tao Gu. etc.2007.Information retrieval in schema-based P2P systems using one-dimensional semantic space. Computer Networks 51:4543-4560
    136. T.Sakthi Priya.etc.2012. Design and Development of an Ontology based Personal Web Search Engine. Procedia Technology,(6):299-306
    137. Vladimir Vishnevsky.etc.2008. Scalable blind search and broadcasting over Distributed Hash Tables. Computer Communications,31:292-303
    138. V. Vishnevsky. etc.2008. Scalable blind search and broadcasting over distributed hash tables, Comput. Commun.31(2):292-303
    139. Weiyi Ge. etc.2013.Incorporating compactness to generate term-association view snippets for ontology search. Information Processing and Management 49:513-528
    140. Yang B, Garcia-Molina H.2002. Improving search in peer-to-peer networks. Proceedings of the 22nd International Conference on Distributed Computing Systems (ICDCS'02), Jul 25,2002, Vienna, Austria. Piscataway, NJ, USA:IEEE:5-14
    141. Xing Jiang.2009. Learning and inferencing in user ontology for personalized Semantic Web search. Information Sciences 179:2794-2808
    142. Yuh-Jzer Joung. etc.2012.Cooperating with free riders in unstructured P2P networks. Computer Networks 56:198-212
    143. Zhongming Ma.etc.2012. Can visible cues in search results indicate vendors' reliability?. Decision Support Systems,3(52):768-775
    144. Zhu Y, Hu Y.2006.Enhancing search performance on Gnutella-like P2P systems. IEEE Transactions on Parallel and Distributed Systems,17(12):1482-1495
    145. Ziyang Liu.2011. Enhancing the Usability of Complex Structured Data by Supporting Keyword Searches. Doctor of Philosophy. ARIZONA STATE UNIVERSITY

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700