CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索引擎

文件名称:5

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-05
  • 文件大小:
    18.02mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

自己动手写搜索引擎第三章代码,随书光盘中的内容,整个太大,只能分别上传-Chapter code search engine to write himself, with the contents of the CD-ROM, the whole is too big, we were only able to upload
(系统自动生成,下载前可以参看下载内容)

下载文件列表

第5章/Chapter5AutoSummary/.classpath
第5章/Chapter5AutoSummary/.project
第5章/Chapter5ChineseConverter/.classpath
第5章/Chapter5ChineseConverter/.project
第5章/Chapter5ChineseConverter/bin/com/lietu/example/ChineseConverter.class
第5章/Chapter5ChineseConverter/bin/com/lietu/example/CopyOfChineseConverter.class
第5章/Chapter5ChineseConverter/bin/com/lietu/example/Dst.class
第5章/Chapter5ChineseConverter/bin/com/lietu/example/DstItem.class
第5章/Chapter5ChineseConverter/bin/com/lietu/example/DstNode.class
第5章/Chapter5ChineseConverter/bin/dic/ChineseMap.txt
第5章/Chapter5ChineseConverter/src/com/lietu/example/ChineseConverter.java
第5章/Chapter5ChineseConverter/src/com/lietu/example/CopyOfChineseConverter.java
第5章/Chapter5ChineseConverter/src/com/lietu/example/Dst.java
第5章/Chapter5ChineseConverter/src/com/lietu/example/DstItem.java
第5章/Chapter5ChineseConverter/src/com/lietu/example/DstNode.java
第5章/Chapter5ChineseConverter/src/dic/ChineseMap.txt
第5章/Chapter5DynamicSummary/.classpath
第5章/Chapter5DynamicSummary/.project
第5章/Chapter5DynamicSummary/bin/lib/lucene-core-2.3.2.jar
第5章/Chapter5DynamicSummary/bin/test/DynamicSummaryTest.class
第5章/Chapter5DynamicSummary/src/lib/lucene-core-2.3.2.jar
第5章/Chapter5DynamicSummary/src/test/DynamicSummaryTest.java
第5章/Chapter5KeyWordGet/.classpath
第5章/Chapter5KeyWordGet/.project
第5章/Chapter5KeyWordGet/bin/com/lietu/example/Bigrams.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/BigramsContextCounts.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/CnPhraseDic$Prefix.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/CnPhraseDic$TSTNode.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/CnPhraseDic.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/CnTagMaker.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/KeyWord.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/PairingHeap$PairNode.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/PairingHeap.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/StopSet.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/Test.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/WordContext.class
第5章/Chapter5KeyWordGet/bin/com/lietu/example/WordWeight.class
第5章/Chapter5KeyWordGet/bin/dic/BigramDict.txt
第5章/Chapter5KeyWordGet/bin/dic/coreDict.txt
第5章/Chapter5KeyWordGet/bin/dic/hanziPinyin.txt
第5章/Chapter5KeyWordGet/bin/dic/lexical.ctx.txt
第5章/Chapter5KeyWordGet/bin/dic/nr.ctx.txt
第5章/Chapter5KeyWordGet/bin/dic/nr.txt
第5章/Chapter5KeyWordGet/bin/dic/nrTone.txt
第5章/Chapter5KeyWordGet/bin/dic/ns.ctx.txt
第5章/Chapter5KeyWordGet/bin/dic/ns.txt
第5章/Chapter5KeyWordGet/bin/dic/nz.ctx.txt
第5章/Chapter5KeyWordGet/bin/dic/nz.txt
第5章/Chapter5KeyWordGet/bin/dic/phrase.txt
第5章/Chapter5KeyWordGet/bin/dic/StopWord.txt
第5章/Chapter5KeyWordGet/bin/dic/tr.ctx.txt
第5章/Chapter5KeyWordGet/bin/dic/tr.txt
第5章/Chapter5KeyWordGet/bin/dic/userDict.txt
第5章/Chapter5KeyWordGet/lib/lucene-core-2.3.2.jar
第5章/Chapter5KeyWordGet/lib/seg.jar
第5章/Chapter5KeyWordGet/src/com/lietu/example/Bigrams.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/BigramsContextCounts.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/CnPhraseDic.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/CnTagMaker.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/KeyWord.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/PairingHeap.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/StopSet.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/Test.java
第5章/Chapter5KeyWordGet/src/com/lietu/example/WordWeight.java
第5章/Chapter5KeyWordGet/src/dic/BigramDict.txt
第5章/Chapter5KeyWordGet/src/dic/coreDict.txt
第5章/Chapter5KeyWordGet/src/dic/hanziPinyin.txt
第5章/Chapter5KeyWordGet/src/dic/lexical.ctx.txt
第5章/Chapter5KeyWordGet/src/dic/nr.ctx.txt
第5章/Chapter5KeyWordGet/src/dic/nr.txt
第5章/Chapter5KeyWordGet/src/dic/nrTone.txt
第5章/Chapter5KeyWordGet/src/dic/ns.ctx.txt
第5章/Chapter5KeyWordGet/src/dic/ns.txt
第5章/Chapter5KeyWordGet/src/dic/nz.ctx.txt
第5章/Chapter5KeyWordGet/src/dic/nz.txt
第5章/Chapter5KeyWordGet/src/dic/phrase.txt
第5章/Chapter5KeyWordGet/src/dic/StopWord.txt
第5章/Chapter5KeyWordGet/src/dic/tr.ctx.txt
第5章/Chapter5KeyWordGet/src/dic/tr.txt
第5章/Chapter5KeyWordGet/src/dic/userDict.txt
第5章/Chapter5RelatedWord/.classpath
第5章/Chapter5RelatedWord/.project
第5章/Chapter5RelatedWord/bin/com/lietu/relatedwords/Distance.class
第5章/Chapter5RelatedWord/bin/com/lietu/relatedwords/SearchLog2File.class
第5章/Chapter5RelatedWord/bin/com/lietu/relatedwords/SimWords.class
第5章/Chapter5RelatedWord/dic/searchWords.txt
第5章/Chapter5RelatedWord/dic/searchWords1.txt
第5章/Chapter5RelatedWord/lib/2.0.jar
第5章/Chapter5RelatedWord/lib/commons-beanutils.jar
第5章/Chapter5RelatedWord/lib/fseg.jar
第5章/Chapter5RelatedWord/lib/highlighter.jar
第5章/Chapter5RelatedWord/lib/hsqldb.jar
第5章/Chapter5RelatedWord/lib/htmlparser.jar
第5章/Chapter5RelatedWord/lib/jdom.jar
第5章/Chapter5RelatedWord/lib/je.jar
第5章/Chapter5RelatedWord/lib/jseg.jar
第5章/Chapter5RelatedWord/lib/jstl.jar
第5章/Chapter5RelatedWord/lib/junit.jar
第5章/Chapter5RelatedWord/lib/lucene-core-2.3.1.jar
第5章/Chapter5RelatedWord/lib/pager-taglib.jar
第5章/Chapter5RelatedWord/lib/seg.jar
第5章/Chapter5RelatedWord/lib/standard.jar
第5章/Chapter5RelatedWord/LogFile

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com