Skip to content

Commit

Permalink
docs: update Search Engine/Word Segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
huaize2020 committed Jan 10, 2022
1 parent d4688b9 commit e08d255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ English | [简体中文](./README.md)
- [Forum](#forum)
- [Database](#database)
- [Cache](#cache)
- [Search Engine](#search-engine)
- [Search Engine/Word Segmentation](#search-engineword-segmentation)
- [Serverless](#serverless)
- [Automation & RPA](#automation--rpa)
- [Testing](#testing)
Expand Down Expand Up @@ -1069,9 +1069,10 @@ English | [简体中文](./README.md)
- [flat-cache](https://github.com/royriojas/flat-cache) - A stupidly simple key/value storage using files to persist the data. ![](https://img.shields.io/github/stars/royriojas/flat-cache.svg?style=social&label=Star)
- [ylru](https://github.com/node-modules/ylru) - Add "expire", "allow set empty value" extends on hashlru. ![](https://img.shields.io/github/stars/node-modules/ylru.svg?style=social&label=Star)

### Search Engine
### Search Engine/Word Segmentation

- [elasticsearch-js](https://github.com/elastic/elasticsearch-js) - Official Elasticsearch client library for Node.js. ![](https://img.shields.io/github/stars/elastic/elasticsearch-js.svg?style=social&label=Star)
- [nodejieba](https://github.com/yanyiwu/nodejieba) - NodeJieba provides chinese word segmentation for Node.js based on CppJieba. ![](https://img.shields.io/github/stars/yanyiwu/nodejieba.svg?style=social&label=Star)
- [elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy) - Legacy Elasticsearch client library for Node.js and the browser. ![](https://img.shields.io/github/stars/elastic/elasticsearch-js-legacy.svg?style=social&label=Star)

### Serverless
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
- [论坛](#论坛)
- [数据库](#数据库)
- [缓存](#缓存)
- [搜索引擎](#搜索引擎)
- [搜索引擎/分词](#搜索引擎分词)
- [Serverless](#serverless)
- [自动化 & 机器人流程自动化 - RPA](#自动化--机器人流程自动化---rpa)
- [测试相关](#测试相关)
Expand Down Expand Up @@ -1088,9 +1088,10 @@
- [flat-cache](https://github.com/royriojas/flat-cache) - 一个傻瓜般简单的键/值存储使用文件来持久化数据。 ![](https://img.shields.io/github/stars/royriojas/flat-cache.svg?style=social&label=Star)
- [ylru](https://github.com/node-modules/ylru) - 基于 hashlru 添加过期时间,允许空值。 ![](https://img.shields.io/github/stars/node-modules/ylru.svg?style=social&label=Star)
### 搜索引擎
### 搜索引擎/分词
- [elasticsearch-js](https://github.com/elastic/elasticsearch-js) - 官方 Elasticsearch 客户端库。 ![](https://img.shields.io/github/stars/elastic/elasticsearch-js.svg?style=social&label=Star)
- [nodejieba](https://github.com/yanyiwu/nodejieba) - "结巴"中文分词的Node.js版本。 ![](https://img.shields.io/github/stars/yanyiwu/nodejieba.svg?style=social&label=Star)
- [elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy) - 适用于 Node.js 和浏览器的旧版 Elasticsearch 客户端库。 ![](https://img.shields.io/github/stars/elastic/elasticsearch-js-legacy.svg?style=social&label=Star)
### Serverless
Expand Down

0 comments on commit e08d255

Please sign in to comment.