Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 441 Bytes

Search_engine

简介

一个基于boost 在线文档所实现的一个简单的搜索引擎

加入sam 不需要分词支持语句,不确定边界语言查询

Install


1.httplib:
g++版本必须得是4.9以上

2.jieba分词的库


3.boost:
yum install boost-devel.x86_64


4.jsoncpp:
yum list | grep jsoncpp-devel

yum -y install epel-release

yum install jsoncpp-devel.x86_64