-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
qinwf
committed
Nov 23, 2014
1 parent
f62abcf
commit 466cf99
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Package: jiebaR | ||
Type: Package | ||
Title: Chinese text segmentation | ||
Title: Chinese Text Segmentation | ||
Description: Chinese text segmentation, keyword extraction and speech tagging | ||
For R. | ||
Version: 0.1.2 | ||
Version: 0.2 | ||
Date: 2014-11-23 | ||
Authors@R: as.person(c( "Qin Wenfeng <[email protected]> [aut, cre]")) | ||
Maintainer: Qin Wenfeng <[email protected]> | ||
Author: Qin Wenfeng, and the authors of CppJieba for the included version of | ||
CppJieba | ||
Maintainer: Qin Wenfeng <[email protected]> | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 3.1) | ||
|
@@ -18,7 +19,5 @@ Suggests: | |
knitr | ||
URL: https://github.com/qinwf/jiebaR/ | ||
BugReports: https://github.com/qinwf/jiebaR/issues | ||
Author: Qin Wenfeng, the authors of CppJieba for the included version of | ||
CppJieba | ||
VignetteBuilder: knitr | ||
NeedsCompilation: yes |