R/RcppExports.R

Defines functions refinedSoundex_internal soundex_internal metaphone_internal

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

metaphone_internal <- function(word, maxCodeLen = 10L) {
    .Call('_phonics_metaphone_internal', PACKAGE = 'phonics', word, maxCodeLen)
}

#' @useDynLib phonics
#' @importFrom Rcpp evalCpp
soundex_internal <- function(word, maxCodeLen = 4L) {
    .Call('_phonics_soundex_internal', PACKAGE = 'phonics', word, maxCodeLen)
}

#' @useDynLib phonics
#' @importFrom Rcpp evalCpp
refinedSoundex_internal <- function(word, maxCodeLen = 10L) {
    .Call('_phonics_refinedSoundex_internal', PACKAGE = 'phonics', word, maxCodeLen)
}

Try the phonics package in your browser

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

phonics documentation built on July 12, 2021, 1:06 a.m.