R/nsyllable-package.R

#' nsyllable: Count syllables in character vectors
#'
#' Counts syllables from character vector inputs.  Imputes syllables as the
#' number of vowel sequences for words not found.
#' @author Kenneth Benoit
#' @name nsyllable-package
#' @seealso
#' Useful links:
#' * <https://github.com/quanteda/nsyllable>
#' * Report bugs at <https://github.com/quanteda/nsyllable/issues>
#' @docType package
NULL

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
quanteda/nsyllable documentation built on March 30, 2022, 2:41 a.m.