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

Try the nsyllable package in your browser

Any scripts or data that you put into this service are public.

nsyllable documentation built on March 18, 2022, 6:37 p.m.