风的偏旁是什么字:网络蜘蛛,搜索引擎/网络蜘蛛程序代码 疯狂代码!

来源:百度文库 编辑:偶看新闻 时间:2024/04/28 11:41:16

搜索引擎/网络蜘蛛程序代码

国外开发的相关程序
1、Nutch

官方网站 http://www.nutch.org/
中文站点 http://www.nutchchina.com/
最新版本:Nutch 0.7.2 Released
Nutch 是一个开源Java 实现的搜索引擎。它提供了我们运行自己的搜索引擎所需的全部工具,可以建立自己内部网的搜索引擎,也可以针对整个网络建立搜索引擎。自由(Free)而免费(Free)。
2、Lucene

官方网站  http://lucene.apache.org
中文站点  http://www.lucene.com.cn/
Lucene是apache软件基金会jakarta项目组的一个子项目,是一个开放源代码的全文检索引擎工具包[用Java写的],即它不是一个完整的全文检索引擎,而是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎(英文与德文两种西方语言)。Lucene的目的是为软件开发人员提供一个简单易用的工具包,以方便的在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎。
3、Larbin: http://larbin.sourceforge.net/index-eng.html
larbin是一种开源的网络爬虫/网络蜘蛛,由法国的年轻人 Sébastien Ailleret独立开发。larbin目的是能够跟踪页面的url进行扩展的抓取,最后为搜索引擎提供广泛的数据来源。
国内开发的相关程序
1、SQLET - 开放源码的中文搜索引擎
官方网站 http://www.sqlet.com/
SQLET,是Search & Query &Link, 加后缀let,表示小的,小型的意思.打算建立一个能搜上亿张网页的基于主题功能的中文搜索引擎.支持3种索引方式:MySql_table_Index,Lucene_Index,SQLET_Index.网页抓取可以保存在文件系统及数据库里。自带WebServer.
2、菲度垂直搜索引擎代码
菲度http://www.faydu.net 为一个垂直在线搜索的演示版,主要对国内一些购物站点进行搜索整理,
语言:VB.net(c#)
二、中文分词程序代码
1、计算所汉语词法分析系统 ICTCLAS
中国科学院计算技术研究所在多年研究基础上,耗时一年研制出了基于多层隐马模型的汉语词法分析系统 ICTCLAS(Institute ofComputing Technology, Chinese Lexical AnalysisSystem),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达97.58%(最近的973专家组评测结果),基于角色标注的未登录词识别能取得高于90%召回率,其中中国人名的识别召回率接近98%,分词和词性标注处理速度为31.5KB/s。ICTCLAS和计算所其他14项免费发布的成果被中外媒体广泛地报道,国内很多免费的中文分词模块都或多或少的参考过ICTCLAS的代码。
下载页面:http://www.nlp.org.cn/project/project.php?proj_id=6
由于 ICTCLAS 是由 C 语言写成的,现在主流的开发工具用起来不太方便,于是有一些热心的程序员把 ICTCLAS 改为 Java 和 C# 等其他语言。
(1)fenci,Java 的 ICTCLAS,下载页面:http://www.xml.org.cn/printpage.asp?BoardID=2&id=11502
(2)AutoSplit,另一个 Java 的 ICTCLAS,已经找不到下载页面,点击本地下载
(3)小叮咚中文分词,曾经有下载页面,现在找不到了。据作者介绍,从 ICTCLAS 中改进,有 Java,C# 和 C++ 三个版本,介绍页面:http://www.donews.net/accesine
2、海量智能分词研究版
海量智能计算技术研究中心为了使中文信息处理领域的研究者们能够共同分享海量智能中心的研究成果,共同提高中文信息处理水平,特此发布《海量智能分词研究版》,供专家、学者和爱好者进行研究。
下载页面:http://www.hylanda.com/cgi-bin/download/download.asp?id=8
3、其他
(1)CSW中文智能分词组件
运行环境:Windows NT、2000、XP 或更高,可以在 ASP,VB 等微软的开发语言中调用。
简介: CSW中文智能分词DLL组件,可将一段文本自动的按常规汉语词组进行拆分,并以指定方式进行分隔,且可对其拆分后的词组进行语义、词频标注。其广范应用于各行各业的信息资料检索、分析。
下载页面:http://www.vgoogle.net/
(2) C# 写的中文分词组件
据作者介绍,一个 DLL 文件,可以做中英文分词组件。完全C#托管代码编写,独立开发。
下载页面:http://www.rainsts.net/article.asp?id=48
三、开源spider一览
spider是搜索引擎的必须模块.spider数据的结果直接影响到搜索引擎的评价指标.
第一个spider程序由MIT的Matthew K Gray操刀该程序的目的是为了统计互联网中主机的数目
Spier定义(关于Spider的定义,有广义和狭义两种).
  • 狭义:利用标准的http协议根据超链和web文档检索的方法遍历万维网信息空间的软件程序.
  • 广义:所有能利用http协议检索web文档的软件都称之为spider.
其中Protocol Gives Sites Way To Keep Out The 'Bots Jeremy Carl, Web Week,Volume 1, Issue 7, November 1995 是和spider息息相关的协议,大家有兴趣参考robotstxt.org.
Heritrix
Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project.
Heritrix (sometimes spelled heretrix, or misspelled or missaid as heratrix/heritix/ heretix/heratix) is an archaic word for heiress (woman who inherits). Since our crawler seeks to collect and preserve the digital artifacts of our culture for the benefit of future researchers and generations, this name seemed apt.
语言:JAVA, (下载地址)
WebLech URL Spider
WebLechis a fully featured web site download/mirror tool in Java, whichsupports many features required to download websites and emulatestandard web-browser behaviour as much as possible. WebLech ismultithreaded and comes with a GUI console.
语言:JAVA, (下载地址)
JSpider
AJava implementation of a flexible and extensible web spider engine.Optional modules allow functionality to be added (searching dead links,testing the performance and scalability of a site, creating a sitemap,etc ..
语言:JAVA, (下载地址)
WebSPHINX
WebSPHINXis a web crawler (robot, spider) Java class library, originallydeveloped by Robert Miller of Carnegie Mellon University. Multithreaded,tollerant HTML parsing, URL filtering and page classification, patternmatching, mirroring, and more.
语言:JAVA, (下载地址)
PySolitaire
PySolitaire is a fork of PySol Solitaire that runs correctly _disibledevent=>语言ython , (下载地址)
The Spider Web Network Xoops Mod Team    
TheSpider Web Network Xoops Module Team provides modules for the Xoopscommunity written in the PHP coding language. We develop mods and ortake existing php script and port it into the Xoops format. High qualitymods is our goal.
语言:php , (下载地址)
Fetchgals
Amulti-threaded web spider that finds free porn thumbnail galleries byvisiting a list of known TGPs (Thumbnail Gallery Posts). It optionallydownloads the located pictures and movies. TGP list is included. Publicdomain perl script running _disibledevent=>语言:perl , (下载地址)
Where Spider
Thepurpose of the Where Spider software is to provide a database systemfor storing URL addresses. The software is used for both ripping linksand browsing them offline. The software uses a pure XML database whichis easy to export and import.
语言:XML , (下载地址)
Sperowider WebsiteArchiving Suite is a set of Java applications, the primary purpose ofwhich is to spider dynamic websites, and to create static distributablearchives with a full text search index usable by an associated Javaapplet.
语言:Java , (下载地址)
SpiderPy is a web crawling spiderprogram written in Python that allows users to collect files and searchweb sites through a configurable interface.
语言ython , (下载地址)
Spideris a complete standalone Java application designed to easily integratevaried datasources. * XML driven framework * Scheduled pulling * Highlyextensible * Provides hooks for custom post-processing and configuration
语言:Java , (下载地址)
WebLoupe is a java-based tool for analysis,interactive visualization (sitemap), and exploration of the informationarchitecture and specific properties of local or publicly accessiblewebsites. Based _disibledevent=>语言:java , (下载地址)
ASpider
Robustfeatureful multi-threaded CLI web spider using apache commonshttpclient v3.0 written in java. ASpider downloads any files matchingyour given mime-types from a website. Tries to reg.exp. match emails bydefault, logging all results using log4j.
语言:java , (下载地址)
larbin
Larbinis an HTTP Web crawler with an easy interface that runs under Linux. Itcan fetch more than 5 million pages a day _disibledevent=>下载地址)
webloupeSpidered Data RetrievalSpiderPySperowider
三、SEO相关资源
  1、域名信息查询
★查询国际顶级域名的信息(.aero, .arpa, .biz, .com, .coop, .edu, .info, .int,.museum, .net, .org),可以通过ICANN授权的域名注册商来查询,也可以直接到INTERNIC网站查询,网址是
http://www.internic.com/whois.html
   http://www.iwhois.com/
★ 查询全球各个地理顶级域名是否已经被注册可以到下列网址查询(其中也包括国内域名.cn):
http://www.uwhois.com/cgi/domains.cgi?User=NoAds
★ 查询国内域名的注册情况,
http://ewhois.cnnic.net.cn/index.jsp
       ★ 万网的域名注册信息查询
      http://www.net.cn/
       ★ IP地址查询、域名注册信息Whois查询
   http://ip.zahuopu.com/
2、alexa相关与搜索排行榜
    ★ 中文排名500强
   http://www.alexa.com/site/ds/top_sites?ts_mode=lang&lang=zh_gb2312
    ★ Google Zeitgeist--Google搜索排行榜
   http://www.google.com/press/intl-zeitgeist.html#cn
    ★ 百度中文搜索风云榜
   http://top.baidu.com/
★ 雅虎搜索排行榜
http://misc.yahoo.com.cn/top_index.html
★ 搜狗搜索指数
http://www.sogou.com/top/
3、搜索关键词查询
★ google关键字查询 https://adwords.google.com/select/KeywordSandbox
★ 百度关键字查询 http://www2.baidu.com/inquire/dsquery.php
★ 搜狐关键词 http://db.sohu.com/regurl/pv_price/query_consumer.asp
4、seo项目/工具
★网页质量 http://category.booso.com/cgi-bin/category/category.cgi
★关键词密度 http://www.21ql.com/seo/keyword.asp
★搜索引擎蜘蛛模拟器  http://www.webconfs.com/search-engine-spider-simulator.php
★Google Dance查询工具:http://www.google-dance-tool.com/
5、seo网站
  英文网站
搜索观察  http://www.searchenginewatch.com/
seochat http://www.seochat.com
中文网站
1>美国尚奇公司 http://www.zunch.cn
全球领先的网站设计和搜索引擎优化服务公司 ,目前中国区负责人为--柳焕斌
尚奇博客社区  blog.zunch.cn

在这里可以获取最新的SEO行业信息
2>搜索引擎优化交流中心    http://www.seoonline.cn
SEO从业者网站
1>尚奇中国区负责人为--柳焕斌  http://blog.zunch.cn/category/robinliu/
2>seo专业人士--bianyue    http://www.bianyue.com/