Skip to content

Commit

Permalink
bump version for UBSAN test
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Dec 1, 2014
1 parent 81ad230 commit a8c321b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Type: Package
Title: Chinese Text Segmentation
Description: Chinese text segmentation, keyword extraction and speech tagging
For R.
Version: 0.2.1
Date: 2014-11-23
Version: 0.3
Date: 2014-12-01
Author: Qin Wenfeng, and the authors of CppJieba for the included version of
CppJieba
Maintainer: Qin Wenfeng <mail@qinwenfeng.com>
Expand Down
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changes in Version 0.2.1 (2014-12-01)
Changes in Version 0.3 (2014-12-01)
=====================================

o 2X segmentation speed
o Quick Mode
o portable string utility function

o A new `[` symbol to do segmentation
o Portable string utility function

Changes in Version 0.2 (2014-11-23)
=====================================

o first version released on CRAN
o First release on CRAN.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Linux : [![Build Status](https://travis-ci.org/qinwf/jiebaR.svg?branch=master)](
+ 可以通过[Rpy2][jvmr]等被其他语言调用。
+ 基于MIT协议。

## GitHub 版更新 v0.2.1
## CRAN 版更新 v0.3

+ 2X 分词速度
+ 新的`[`分词运算符
+ 快速模式
+ 修正特定环境下的编码转换问题

Expand Down Expand Up @@ -130,9 +131,9 @@ mixseg$detect = F
可以自定义用户词库,推荐使用[深蓝词库转换]构建分词词库,它可以快速地将搜狗细胞词库等输入法词库转换为jiebaR的词库格式。

```r
ShowDictPath() ### 显示词典路径
EditDict() ### 编辑用户词典
?EditDict() ### 打开帮助系统
show_dictpath() ### 显示词典路径
edit_dict() ### 编辑用户词典
?edit_dict() ### 打开帮助系统
```

### 快速模式
Expand Down

0 comments on commit a8c321b

Please sign in to comment.