Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 706 Bytes

Simhash Server

Test

Introduction

HTTP Server based on simhash

Usage

Dependencies:

  • g++ (version >= 4.1 recommended) or clang++;
git clone --recurse-submodules https://github.com/yanyiwu/simhash_server.git
make
cd keyword_server

if you are using MacOSX, please use make osx .

./simhash.server
curl "http://127.0.0.1:11201/?s=你好世界"
curl -d "我是蓝翔 技工拖拉机学院手扶拖拉机专业的。" "http://127.0.0.1:11201"