Skip to content

Commit f3e2bd1

Browse files
committed
docs
1 parent 85089c6 commit f3e2bd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#' @param alpha logical indicating to keep only alphanumeric characters. Defaults to TRUE.
1313
#' @param tolower logical indicating to lowercase \code{x}. Defaults to TRUE.
1414
#' @param trim logical indicating to trim leading/trailing white space. Defaults to TRUE.
15-
#' @return the character vector \code{x} of the same length as \code{x}
16-
#' which is standardised by translating to ascii, lowercasing and
15+
#' @return a character vector of the same length as \code{x}
16+
#' which is standardised by converting the encoding to ascii, lowercasing and
1717
#' keeping only alphanumeric elements
1818
#' @export
1919
#' @examples

man/txt_clean_word2vec.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)