Skip to content

Commit

Permalink
modify README.md for usage && add license
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Feb 8, 2014
1 parent fce57b1 commit 3a994fb
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.0

依照node的c++扩展的常规写法,对CppJieba进行简单的包装,并已`npm publish`

## v0.1.1

修改README.md相关使用示例
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2013 Yanyi Wu

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ node index.js

`node v0.10.2`下测试通过

## 鸣谢

[jieba中文分词](https://github.com/fxsjy/jieba)

## 客服

[email protected]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejieba",
"description": "chinese segment for node",
"version": "0.1.0",
"version": "0.1.1",
"author": "Yanyi Wu <[email protected]>",
"maintainers": [
"aszxqw <[email protected]>"
Expand All @@ -12,13 +12,13 @@
},
"repository": {
"type": "git",
"url": "git://github.com/aszxqw/nodejieba.git"
"url": "http://github.com/aszxqw/nodejieba.git"
},
"keywords": [
"chinese",
"segment",
"jieba",
"cppjieba"
"cppjieba",
"jieba"
],
"dependencies": {
},
Expand Down

0 comments on commit 3a994fb

Please sign in to comment.