`
out345
  • 浏览: 7900 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

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

阅读更多
国外开发的相关程序

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 of Computing Technology, Chinese Lexical Analysis System),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达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

WebLech is a fully featured web site download/mirror tool in Java, which supports many features required to download websites and emulate standard web-browser behaviour as much as possible. WebLech is multithreaded and comes with a GUI console.

语言:JAVA, (下载地址)

JSpider

A Java 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

WebSPHINX is a web crawler (robot, spider) Java class library, originally developed by Robert Miller of Carnegie Mellon University. Multithreaded, tollerant HTML parsing, URL filtering and page classification, pattern matching, mirroring, and more.


语言:JAVA, (下载地址)

PySolitaire

PySolitaire is a fork of PySol Solitaire that runs correctly on Windows and has a nice clean installer. PySolitaire (Python Solitaire) is a collection of more than 300 solitaire and Mahjongg games like Klondike and Spider.


语言:Python , (下载地址)

The Spider Web Network Xoops Mod Team    

The Spider Web Network Xoops Module Team provides modules for the Xoops community written in the PHP coding language. We develop mods and or take existing php script and port it into the Xoops format. High quality mods is our goal.


语言:php , (下载地址)

Fetchgals

A multi-threaded web spider that finds free porn thumbnail galleries by visiting a list of known TGPs (Thumbnail Gallery Posts). It optionally downloads the located pictures and movies. TGP list is included. Public domain perl script running on Linux.



语言:perl , (下载地址)


Where Spider



The purpose of the Where Spider software is to provide a database system for storing URL addresses. The software is used for both ripping links and browsing them offline. The software uses a pure XML database which is easy to export and import.

语言:XML , (下载地址)



Sperowider Website Archiving Suite is a set of Java applications, the primary purpose of which is to spider dynamic websites, and to create static distributable archives with a full text search index usable by an associated Java applet.

语言:Java , (下载地址)


SpiderPy is a web crawling spider program written in Python that allows users to collect files and search web sites through a configurable interface.

语言:Python , (下载地址)



Spider is a complete standalone Java application designed to easily integrate varied datasources. * XML driven framework * Scheduled pulling * Highly extensible * Provides hooks for custom post-processing and configuration

语言:Java , (下载地址)



WebLoupe is a java-based tool for analysis, interactive visualization (sitemap), and exploration of the information architecture and specific properties of local or publicly accessible websites. Based on web spider (or web crawler) technology.

语言:java , (下载地址)

ASpider

Robust featureful multi-threaded CLI web spider using apache commons httpclient v3.0 written in java. ASpider downloads any files matching your given mime-types from a website. Tries to reg.exp. match emails by default, logging all results using log4j.

语言:java , (下载地址)

larbin

Larbin is an HTTP Web crawler with an easy interface that runs under Linux. It can fetch more than 5 million pages a day on a standard PC (with a good network).

语言:C++, (下载地址)

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/
分享到:
评论

相关推荐

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

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

    搜索引擎网络蜘蛛程序

    搜索引擎网络蜘蛛程序,Nutch,Lucene,Larbin,中文分词程序代码

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

    分词技术 排序技术 搜索引擎-网络蜘蛛程序源代码 搜索引擎机器人研究报告 中文全文检索网_全文检索相关知识介绍

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

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

    开源php搜索引擎-蜘蛛程序

    采用PHP+Mysql的轻量级PHP开源搜索引擎/蜘蛛程序,功能为蜘蛛自动爬行站点,创建关键词及索引,可作为站点搜索或者创建站点的分类搜索。

    ASP搜索引擎蜘蛛爬行日志生成程序

    ASP搜索引擎蜘蛛爬行日志生成程序 将本代码加入要统计的文件中(你的站点统计放那里这个就摆那里!)

    搜索引擎蜘蛛捕捉php版

    搜索引擎派出“蜘蛛”程序检索现有网站一定IP地址范围内的新网站,而对现有网站的更新则根据该网站的等级不同有快慢之分。一般来说,网站网页等级越高,更新的频率就越快。搜索引擎的“蜘蛛”同一天会对某些网站或...

    余志国搜索引擎蜘蛛来访记录系统asp版v2.0

    该程序采用ASP编写,使用Access数据库,主要功能是记录常用搜索引擎蜘蛛最近来访时间、IP、来访次数、抓取页面地址。 经过2周的亲自测试,截至2009.8.30,本系统可统计95种蜘蛛。由于搜索引擎抓取网页不抓取JS代码,...

    2015ASP搜索引擎日志蜘蛛记录统计程序

    ASP搜索引擎日志蜘蛛记录统计程序,日志显示程序。  使用方法:在需要记录的页面任意部分加入一行引用代码即可:<!--#include file="iis/Robot.asp"--> 只需要进入页面就可以查看日志记录了。建议在footer.asp之类...

    Sphider-plus (带蜘蛛搜索引擎程序) v2.0.rar

    Sphider 是一个完美的带有蜘蛛的搜索引擎程序 继Sphider v1.3.4 完美汉化版后,又对一关于IIS支持的重大BUG问题给予修补。 增加了很多特色功能, 数据结构进行重大优化, 版面做了较大的改进更方面修改,内置几...

    C#写的搜索引擎代码

    用C#写的网络搜索蜘蛛程序,可以参考学习。

    余志国搜索引擎蜘蛛来访记录系统 v2.0.rar

    该程序采用ASP编写,使用Access数据库,主要功能是记录常用搜索引擎蜘蛛最近来访时间、IP、来访次数、抓取页面地址。 经过2周的亲自测试,截至2009.8.30,本系统可统计95种蜘蛛。由于搜索引擎抓取网页不抓取JS代码...

    网络蜘蛛程序源代码nutch0·8

    网络蜘蛛程序源代码nutch0·8,压缩文件

    Sphider 带蜘蛛搜索引擎程序PHP汉化版

    内容索引:PHP源码,查询搜索,搜索引擎 Sphider是基于PHP环境,程序很小巧,原版程序是国外的,界面纯英文,由丁廷臣汉化,现在界面操作语言都是中文了,在汉化过程中,款对程序代码进行任何修改,保证原汁原味,开源...

    扎鸟搜索引擎蜘蛛爬行查询

    搜索引擎蜘蛛的跟踪记录,主要有 百度,谷歌,搜搜,搜狗,360,雅虎,Bing,有道,Alexa,搜索引擎蜘蛛,能准确抓取并记录。 因为知识兴趣爱好,不是程序员的原因,修改程序花费不少精力,让大家见笑了。 此程序你可以...

    搜索引擎代码

    蜘蛛程序每执行一阶段采集任务后,自动释放cpu和内存,避免蜘蛛一直执行会挂死。 2011.05.18升级(1.51版本) 1.5版升级的主要内容如下: 1.全新规划系统架构,彻底分离数据访问层,推出Access和MS SQL两个版本...

    扎鸟搜索引擎蜘蛛爬行日志查询PHP版|适用于wordpress

    本程序支持的搜索引擎蜘蛛跟踪记录主要有百度,谷歌,搜搜,搜狗,360,雅虎,Bing,有道,Alexa,搜索引擎蜘蛛,能准确抓取并记录。  安装使用说明:  您的域名/zhizhu/install  填写相应的配置信息即可自动完成安...

    扎鸟搜索引擎蜘蛛爬行统计系统 V1.11(sqlite版).rar

    搜索引擎蜘蛛的跟踪记录,主要有 百度,谷歌,搜搜,搜狗,360,雅虎,Bing,有道,Alexa,搜索引擎蜘蛛,能准确抓取并记录。 因为知识兴趣爱好,不是程序员的原因,修改程序花费不少精力,让大家见笑了。 此程序你...

    搜猫搜索引擎9.0

    ¤ 优化蜘蛛程序,整合Crawler爬虫代码、自动下载采集数据到本地 调用,实现本地索引功能。 ¤ 优化蜘蛛功能,实现蜘蛛智能去除死链接,实现多线程采集,默认蜘蛛开启数为20个,也就是说可以同时开启20个蜘蛛同时...

Global site tag (gtag.js) - Google Analytics