Giter Club home page Giter Club logo

kingrobotzhou / boost-search-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duchenlong/boost-search-engine

0.0 0.0 0.0 179.31 MB

一个使用C++面向对象编程语言实现的,基于boost在线文档(英文)的搜索引擎项目,主要的功能就是可以在一个搜索框中,输入想要查找的关键字,然后根据自定义的权值计算公式,按照权值大小对指定文档进行显示,并对关键字前后一些文本进行显示

C++ 36.72% Makefile 0.28% HTML 61.43% CSS 0.08% Perl 0.01% M4 0.01% Batchfile 0.01% Shell 0.10% C 0.58% Max 0.01% XSLT 0.20% Python 0.44% Assembly 0.04% TeX 0.01% CWeb 0.05% Tcl 0.01% JavaScript 0.03% Roff 0.01% C# 0.01% Cuda 0.01%

boost-search-engine's Introduction

boost search engine

博客地址:https://blog.csdn.net/duchenlong/article/details/108189922

一个基于boost 在线文档所实现的一个简单的搜索引擎,随后加入到博客系统的搜索框架中

boost 2.0

在boost 2.0 中,将之前的一些细节进行完善,修改了项目的目录格式,加入了配置文件模块和设置进程名称模块。可以将一些相对的路径,和一个公共的参数以key=value的格式放置在my.conf中,然后调用函数进行读取

使用的时候,先将1.0 中的 data 文件拷贝到boost-2 中,因为data 文件里含有 已经下载好的boost在线文档(比较大)

运行 boost-2 目录下 (后台运行)

make

./main > tmp.sh &

boost-search-engine's People

Contributors

duchenlong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.