diff --git a/DESCRIPTION b/DESCRIPTION index 71ec273..63b5cc6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Chinese Text Segmentation Description: Chinese text segmentation, keyword extraction and speech tagging For R. Version: 0.5 -Date: 2015-01-21 +Date: 2015-04-29 Author: Qin Wenfeng, and the authors of CppJieba for the included version of CppJieba Maintainer: Qin Wenfeng diff --git a/R/tagger.R b/R/tagger.R index 5ee73fc..7f43b84 100644 --- a/R/tagger.R +++ b/R/tagger.R @@ -10,7 +10,7 @@ #' @seealso \code{\link{<=.tagger}} \code{\link{worker}} #' @param code a Chinese sentence or the path of a text file #' @param jiebar jiebaR Worker -#' @references The ictclas speech tag : \url{http://t.cn/8FdDD3I} +#' @references The ictclas speech tag : \url{http://t.cn/RAEj7e1} #' @examples #' \dontrun{ #' words = "hello world" diff --git a/R/tools.R b/R/tools.R index c6c349f..acc7cc6 100644 --- a/R/tools.R +++ b/R/tools.R @@ -20,7 +20,7 @@ ShowDictPath<-function(){ #' Edit default user dictionary #' #' Edit the default user dictionary. -#' @references The ictclas speech tag : \url{http://t.cn/8FdDD3I} +#' @references The ictclas speech tag : \url{http://t.cn/RAEj7e1} #' @details #' There are three column in the system dictionary. The first column is the word, #' and the second column is the frequency of word. The third column is diff --git a/jiebaR.Rproj b/jiebaR.Rproj index fec809a..5caf458 100644 --- a/jiebaR.Rproj +++ b/jiebaR.Rproj @@ -15,4 +15,5 @@ LaTeX: pdfLaTeX BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source +PackageCheckArgs: --as-cran PackageRoxygenize: rd,collate,namespace diff --git a/man/edit_dict.Rd b/man/edit_dict.Rd index 1ec256b..30955d8 100644 --- a/man/edit_dict.Rd +++ b/man/edit_dict.Rd @@ -31,6 +31,6 @@ you can put it in the system dictionary. Qin Wenfeng } \references{ -The ictclas speech tag : \url{http://t.cn/8FdDD3I} +The ictclas speech tag : \url{http://t.cn/RAEj7e1} } diff --git a/man/tagging.Rd b/man/tagging.Rd index dfb7500..2795201 100644 --- a/man/tagging.Rd +++ b/man/tagging.Rd @@ -37,7 +37,7 @@ tagger <= words Qin Wenfeng } \references{ -The ictclas speech tag : \url{http://t.cn/8FdDD3I} +The ictclas speech tag : \url{http://t.cn/RAEj7e1} } \seealso{ \code{\link{<=.tagger}} \code{\link{worker}}