GithubHelp home page GithubHelp logo

goods_pullwords's Introduction

电商领域搜索分词。

所有的代码采用纯C编写,字典用Redis存储。

Redis 字典的格式如下:

set 户 '{"0":"户外","1":"户型"}'

set 背 '{"0":"背包","1":"背景"}'

就像上面展示的,词条的首汉字作为键值存储在Redis中。

具体的代码处理在main.c有体现,有很详细的注释。

这个是项目截图。

image

此项目后续开发计划。

1/4 做个后台管理词典,web方式,打算采用node跟一些前端MVC框架,angular之类。

2/4 支持mysql商品表导入,输入搜索词,返回分词匹配到的商品ID,支持分页返回。

3/4 开发错误搜索词纠正功能。

3/4 支持多机部署,分布式计算。

........

goods_pullwords's People

Contributors

lokenetwork avatar

Watchers

James Cloos avatar

Forkers

mickelfeng

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.