Git Product home page Git Product logo

keyword_server's Introduction

Build Status


微型中文关键词抽取服务

Introduction

keyword_server 是一个基于 CppJieba 包装而成 中文关键词抽取服务

CppJieba 项目自带 关键词抽取 的功能, 但是没有包装成服务,本来想改进 CppJieba 使之支持该服务。

但是考虑再三,为了避免 CppJieba 变得越来越臃肿,所以将该需求单独出来做成该项目。

这样好处也很明显,代码清凉解暑,不到50行代码的 server.cpp 就可以编译出一个 中文关键词抽取服务

Feature

  • 支持utf-8编码。
  • 使用 TF-IDF 抽取算法。

Usage

Dependency

  • g++ (version >= 4.1 recommended) or clang++;

Download

git clone git://github.com/aszxqw/keyword_server.git
cd keyword_server
make

server start

./keyword.server

testing server

./curl.sh

Contact

I will appreciate that if you issue any question or send mails to me ([email protected]).

keyword_server's People

Contributors

yanyiwu avatar

Watchers

 avatar  avatar  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.