Skip to content

Commit

Permalink
update URL and Date
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Apr 29, 2015
1 parent 38abb44 commit c62e0fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion R/tagger.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions jiebaR.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace
2 changes: 1 addition & 1 deletion man/edit_dict.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}

2 changes: 1 addition & 1 deletion man/tagging.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit c62e0fc

Please sign in to comment.