登录
首页 » Java » nutch-0.8

nutch-0.8

于 2007-07-18 发布 文件大小:445KB
0 246
下载积分: 1 下载次数: 32

代码说明:

  nutch-0.8刚出来不久的一个很好用的搜索引擎工具 nutch-0.8刚出来不久的一个很好用的搜索引(nutch-0.8 has just come out near a very good tool to use search engine nutch-0.8 has just come out soon with a good primer of english)

文件列表:

META-INF
........\MANIFEST.MF
nutch-default.xml
nutch-site.xml
org
...\apache
...\......\nutch
...\......\.....\analysis
...\......\.....\........\AnalyzerFactory.class
...\......\.....\........\CharStream.class
...\......\.....\........\CommonGrams$ArrayTokens.class
...\......\.....\........\CommonGrams$Filter.class
...\......\.....\........\CommonGrams.class
...\......\.....\........\FastCharStream.class
...\......\.....\........\NutchAnalysis$1.class
...\......\.....\........\NutchAnalysis$JJCalls.class
...\......\.....\........\NutchAnalysis$LookaheadSuccess.class
...\......\.....\........\NutchAnalysis.class
...\......\.....\........\NutchAnalysisConstants.class
...\......\.....\........\NutchAnalysisTokenManager.class
...\......\.....\........\NutchAnalyzer.class
...\......\.....\........\NutchDocumentAnalyzer$1.class
...\......\.....\........\NutchDocumentAnalyzer$AnchorAnalyzer.class
...\......\.....\........\NutchDocumentAnalyzer$AnchorFilter.class
...\......\.....\........\NutchDocumentAnalyzer$ContentAnalyzer.class
...\......\.....\........\NutchDocumentAnalyzer.class
...\......\.....\........\NutchDocumentTokenizer.class
...\......\.....\........\ParseException.class
...\......\.....\........\Token.class
...\......\.....\........\TokenManager.class
...\......\.....\........\TokenMgrError.class
...\......\.....\clustering
...\......\.....\..........\HitsCluster.class
...\......\.....\..........\OnlineClusterer$1.class
...\......\.....\..........\OnlineClusterer.class
...\......\.....\..........\OnlineClustererFactory.class
...\......\.....\crawl
...\......\.....\.....\Crawl.class
...\......\.....\.....\CrawlDatum$Comparator.class
...\......\.....\.....\CrawlDatum.class
...\......\.....\.....\CrawlDb.class
...\......\.....\.....\CrawlDbMerger$Merger.class
...\......\.....\.....\CrawlDbMerger.class
...\......\.....\.....\CrawlDbReader$CrawlDbDumpReducer.class
...\......\.....\.....\CrawlDbReader$CrawlDbStatMapper.class
...\......\.....\.....\CrawlDbReader$CrawlDbStatReducer.class
...\......\.....\.....\CrawlDbReader$CrawlDbTopNMapper.class
...\......\.....\.....\CrawlDbReader$CrawlDbTopNReducer.class
...\......\.....\.....\CrawlDbReader.class
...\......\.....\.....\CrawlDbReducer.class
...\......\.....\.....\Generator$HashComparator.class
...\......\.....\.....\Generator$Selector.class
...\......\.....\.....\Generator$SelectorEntry.class
...\......\.....\.....\Generator$SelectorInverseMapper.class
...\......\.....\.....\Generator.class
...\......\.....\.....\Injector$InjectMapper.class
...\......\.....\.....\Injector$InjectReducer.class
...\......\.....\.....\Injector.class
...\......\.....\.....\Inlink.class
...\......\.....\.....\Inlinks.class
...\......\.....\.....\LinkDb$1.class
...\......\.....\.....\LinkDb$2.class
...\......\.....\.....\LinkDb$Merger.class
...\......\.....\.....\LinkDb.class
...\......\.....\.....\LinkDbMerger.class
...\......\.....\.....\LinkDbReader.class
...\......\.....\.....\MapWritable$ClassIdEntry.class
...\......\.....\.....\MapWritable$KeyValueEntry.class
...\......\.....\.....\MapWritable.class
...\......\.....\.....\MD5Signature.class
...\......\.....\.....\PartitionUrlByHost.class
...\......\.....\.....\Signature.class
...\......\.....\.....\SignatureComparator.class
...\......\.....\.....\SignatureFactory.class
...\......\.....\.....\TextProfileSignature$1.class
...\......\.....\.....\TextProfileSignature$Token.class
...\......\.....\.....\TextProfileSignature$TokenComparator.class
...\......\.....\.....\TextProfileSignature.class
...\......\.....\fetcher
...\......\.....\.......\Fetcher$FetcherThread.class
...\......\.....\.......\Fetcher$InputFormat.class
...\......\.....\.......\Fetcher.class
...\......\.....\.......\FetcherOutput.class
...\......\.....\.......\FetcherOutputFormat$1.class
...\......\.....\.......\FetcherOutputFormat.class
...\......\.....\html
...\......\.....\....\Entities.class
...\......\.....\indexer
...\......\.....\.......\DeleteDuplicates$1.class
...\......\.....\.......\DeleteDuplicates$2.class
...\......\.....\.......\DeleteDuplicates$HashPartitioner.class
...\......\.....\.......\DeleteDuplicates$HashReducer.class
...\......\.....\.......\DeleteDuplicates$HashScore.class
...\......\.....\.......\DeleteDuplicates$IndexDoc.class
...\......\.....\.......\DeleteDuplicates$InputFormat.class
...\......\.....\.......\DeleteDuplicates.class
...\......\.....\.......\FsDirectory$1.class
...\......\.....\.......\FsDirectory$DfsIndexInput$Descriptor.class
...\......\.....\.......\FsDirectory$DfsIndexInput.class
...\......\.....\.......\FsDirectory$DfsIndexOutput.class

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 游戏像素绘制DEMO
    游戏像素绘制DEMO 这是不可多得的源码
    2023-04-30 15:05:05下载
    积分:1
  • jas代码
    深入了解js代码,有利于开发和利用。
    2022-07-11 15:07:11下载
    积分:1
  • DBSCAN算法python代码
    DBSCAN算法的重点是选取的聚合半径参数和聚合所需指定的MinPts数目。  在此使用球面距离来衡量地理位置的距离,来作为聚合的半径参数。  如下实验,选取2公里作为密度聚合的半径参数,MinPts个数为5.
    2022-12-14 05:15:03下载
    积分:1
  • Z源/准Z源逆变器及其各自改进拓扑和调制策略
    这是自己研究生阶段,关于Z源逆变的的相关资料,已经删选过滤了,都是拓扑结构和调制策略改进方案的精华,分享给大家,希望对感兴趣的朋友有帮助。
    2022-03-17 21:05:34下载
    积分:1
  • weibobee_OpenSrc
    新浪微博爬虫程序,小蜜蜂,新浪微博爬虫程序,小蜜蜂(Sina micro-blog crawler, small bee,Sina micro-blog crawler, small bee)
    2013-09-25 09:19:51下载
    积分:1
  • googlesf
    说明:  google搜索引擎算法 软件语言 简体中文 运行环境 Delphi (google search engine algorithm software operating environment Delphi Language Simplified Chinese)
    2010-03-19 17:00:12下载
    积分:1
  • Search_engine
    这本书介绍了搜索引擎的基本工作原理,并用实际的搜索引擎为例加以生动的说明,为学习搜索引擎原理提供了很大的便利(This book introduces the basic search engine working principle and the actual search engine used to be a vivid example of that principle for the learning search engine provides a great convenience)
    2009-07-20 14:05:57下载
    积分:1
  • uneshop_2005
    软件介绍 操作简单,功能上比较实用,特别对爬虫类搜索引擎,如google,yahoo 等做了URL,title等优化控制(Software introduction The operation is simple, the function is more practical, especially for the crawler search engines, such as Google, Yahoo and so on to do the URL, title and other optimization control)
    2016-05-10 13:21:42下载
    积分:1
  • 打砖块,共六关
    在游戏中,玩家要操作一根屏幕上水平的"棒子",让一颗不断弹来弹去的"球"在撞击作为过关目标消去的"砖块"的途中不会落到屏幕底下。球碰到砖块、棒子与底下以外的三边会反弹,落到底下会失去一颗球,把砖块全部消去就可以破关。一共六关,超级好玩
    2022-04-19 02:35:46下载
    积分:1
  • Practice1
    网络爬虫抓取页面的链接,利用递归可以从该链接到达的页面继续获取链接(Web crawler recursively crawls pages link)
    2012-12-28 17:29:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载