Nothing
#' AhoCorasickTrie: fast searching for multiple keywords in multiple texts
#'
#' @docType package
#' @name AhoCorasickTrie
#' @importFrom Rcpp evalCpp
#' @useDynLib AhoCorasickTrie
#' @description Builds an Aho-Corasick trie from one or more keywords and uses it to
#' search one or more texts. For a large number of keywords, Aho-Corasick is much faster
#' than a naive approach (such as \code{lapply(keywords, gregexpr, text)}).
"_PACKAGE"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.