mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
rename aszxqw -> yanyiwu
This commit is contained in:
parent
8fe97fc898
commit
b3d928a450
@ -16,7 +16,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- wuyanyi09@foxmail.com
|
- i@yanyiwu.com
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
@ -82,5 +82,5 @@
|
|||||||
4. 使用 [Limonp]作为工具函数库,比如日志,字符串操作等常用函数。
|
4. 使用 [Limonp]作为工具函数库,比如日志,字符串操作等常用函数。
|
||||||
5. 使用 [Husky] 搭简易分词服务的服务器框架。
|
5. 使用 [Husky] 搭简易分词服务的服务器框架。
|
||||||
|
|
||||||
[Limonp]:http://github.com/aszxqw/limonp.git
|
[Limonp]:http://github.com/yanyiwu/limonp.git
|
||||||
[Husky]:http://github.com/aszxqw/husky.git
|
[Husky]:http://github.com/yanyiwu/husky.git
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
MAINTAINER yanyiwu <wuyanyi09@foxmail.com>
|
MAINTAINER yanyiwu <i@yanyiwu.com>
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y g++ cmake git
|
RUN apt-get install -y g++ cmake git
|
||||||
RUN git clone https://github.com/aszxqw/cppjieba.git
|
RUN git clone https://github.com/yanyiwu/cppjieba.git
|
||||||
RUN mkdir cppjieba/build
|
RUN mkdir cppjieba/build
|
||||||
WORKDIR /cppjieba/build
|
WORKDIR /cppjieba/build
|
||||||
RUN cmake ..
|
RUN cmake ..
|
||||||
|
28
README.md
28
README.md
@ -1,4 +1,4 @@
|
|||||||
# CppJieba [](https://travis-ci.org/aszxqw/cppjieba)
|
# CppJieba [](https://travis-ci.org/yanyiwu/cppjieba)
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ CppJieba是"结巴"中文分词的C++版本
|
|||||||
### 下载和编译
|
### 下载和编译
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --depth=10 --branch=master git://github.com/aszxqw/cppjieba.git
|
git clone --depth=10 --branch=master git://github.com/yanyiwu/cppjieba.git
|
||||||
cd cppjieba
|
cd cppjieba
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
@ -356,23 +356,23 @@ https://github.com/fxsjy/jieba
|
|||||||
|
|
||||||
## 作者
|
## 作者
|
||||||
|
|
||||||
- yanyiwu https://github.com/aszxqw i@yanyiwu.com
|
- yanyiwu https://github.com/yanyiwu i@yanyiwu.com
|
||||||
- aholic https://github.com/aholic ruochen.xu@gmail.com
|
- aholic https://github.com/aholic ruochen.xu@gmail.com
|
||||||
|
|
||||||
[CppJieba]:https://github.com/aszxqw/cppjieba
|
[CppJieba]:https://github.com/yanyiwu/cppjieba
|
||||||
[jannson]:https://github.com/jannson
|
[jannson]:https://github.com/jannson
|
||||||
[cppjiebapy]:https://github.com/jannson/cppjiebapy
|
[cppjiebapy]:https://github.com/jannson/cppjiebapy
|
||||||
[cppjiebapy_discussion]:https://github.com/aszxqw/cppjieba/issues/1
|
[cppjiebapy_discussion]:https://github.com/yanyiwu/cppjieba/issues/1
|
||||||
[NodeJieba]:https://github.com/aszxqw/nodejieba
|
[NodeJieba]:https://github.com/yanyiwu/nodejieba
|
||||||
[jiebaR]:https://github.com/qinwf/jiebaR
|
[jiebaR]:https://github.com/qinwf/jiebaR
|
||||||
[simhash]:https://github.com/aszxqw/simhash
|
[simhash]:https://github.com/yanyiwu/simhash
|
||||||
[代码详解]:https://github.com/aszxqw/cppjieba/wiki/CppJieba%E4%BB%A3%E7%A0%81%E8%AF%A6%E8%A7%A3
|
[代码详解]:https://github.com/yanyiwu/cppjieba/wiki/CppJieba%E4%BB%A3%E7%A0%81%E8%AF%A6%E8%A7%A3
|
||||||
[libcppjieba]:https://github.com/aszxqw/libcppjieba
|
[libcppjieba]:https://github.com/yanyiwu/libcppjieba
|
||||||
[issue25]:https://github.com/aszxqw/cppjieba/issues/25
|
[issue25]:https://github.com/yanyiwu/cppjieba/issues/25
|
||||||
[exjieba]:https://github.com/falood/exjieba
|
[exjieba]:https://github.com/falood/exjieba
|
||||||
[KeywordServer]:https://github.com/aszxqw/keyword_server
|
[KeywordServer]:https://github.com/yanyiwu/keyword_server
|
||||||
[ngx_http_cppjieba_module]:https://github.com/aszxqw/ngx_http_cppjieba_module
|
[ngx_http_cppjieba_module]:https://github.com/yanyiwu/ngx_http_cppjieba_module
|
||||||
[dict.367W.utf8.tar.gz]:http://pan.baidu.com/s/1o6A0BWY
|
[dict.367W.utf8.tar.gz]:http://pan.baidu.com/s/1o6A0BWY
|
||||||
[cjieba]:http://github.com/aszxqw/cjieba
|
[cjieba]:http://github.com/yanyiwu/cjieba
|
||||||
[jieba_rb]:https://github.com/altkatz/jieba_rb
|
[jieba_rb]:https://github.com/altkatz/jieba_rb
|
||||||
[iosjieba]:https://github.com/aszxqw/iosjieba
|
[iosjieba]:https://github.com/yanyiwu/iosjieba
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# go get github.com/aszxqw/go_http_load
|
# go get github.com/yanyiwu/go_http_load
|
||||||
go_http_load -method=GET -get_urls="../test/testdata/load_test.urls" -loop_count=500 -goroutines=2
|
go_http_load -method=GET -get_urls="../test/testdata/load_test.urls" -loop_count=500 -goroutines=2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user