R/RcppExports.R

Defines functions extract_matches pattern_search extract_indices reformat_embedding match_terms calculate_similarities vector_similarity

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

vector_similarity <- function(a, b, metrics) {
    .Call(`_lingmatch_vector_similarity`, a, b, metrics)
}

calculate_similarities <- function(m, comp, type, metrics) {
    .Call(`_lingmatch_calculate_similarities`, m, comp, type, metrics)
}

match_terms <- function(tokens, terms, isword, dim, complete, tokensonly) {
    .Call(`_lingmatch_match_terms`, tokens, terms, isword, dim, complete, tokensonly)
}

reformat_embedding <- function(infile, outfile, sep = ' ', digits = 9L, remove = "", term_check = "^[a-zA-Z]+$|^['a-zA-Z][a-zA-Z.'\\/-]*[a-zA-Z.]$", verbose = FALSE) {
    invisible(.Call(`_lingmatch_reformat_embedding`, infile, outfile, sep, digits, remove, term_check, verbose))
}

extract_indices <- function(indices, file, sep = ' ') {
    .Call(`_lingmatch_extract_indices`, indices, file, sep)
}

pattern_search <- function(texts, patterns, terms, fixed, exclusive) {
    .Call(`_lingmatch_pattern_search`, texts, patterns, terms, fixed, exclusive)
}

extract_matches <- function(terms, text, raw) {
    .Call(`_lingmatch_extract_matches`, terms, text, raw)
}

Try the lingmatch package in your browser

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

lingmatch documentation built on Aug. 29, 2023, 1:09 a.m.