R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nocov start
  .process_wp_vocab.integer <<- memoise::memoise(.process_wp_vocab.integer)
  .infer_case_from_vocab <<- memoise::memoise(.infer_case_from_vocab)
}  # nocov end

Try the wordpiece package in your browser

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

wordpiece documentation built on March 18, 2022, 5:55 p.m.