Skip to content

Commit

Permalink
bump version for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Apr 29, 2015
1 parent 8fcb251 commit 38abb44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Chinese Text Segmentation
Description: Chinese text segmentation, keyword extraction and speech tagging
For R.
Version: 0.4.2
Version: 0.5
Date: 2015-01-21
Author: Qin Wenfeng, and the authors of CppJieba for the included version of
CppJieba
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in Version 0.5 (2015-04-29)
=====================================

o Fix: edit_dict() on Mac
o New function: filter_segment() to filter segmentation result
o New function: vector_keywords() to extract keywords from a string
o Enhancement: Segmentation support: Vector input => List output
o Enhancement: Segmentation support: Input by lines => Output by lines
o Enhancement: Add option write = "NOFILE"
o Enhancement: New rules for "English word + Numbers"
o Update documentation

Changes in Version 0.4 (2015-01-03)
=====================================

Expand Down

0 comments on commit 38abb44

Please sign in to comment.