get_new_abbrs_cndts: Get new abbreviations candidates

get_new_abbrs_cndtsR Documentation

Get new abbreviations candidates

Description

get_new_abbrs_cndts() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get new abbreviations candidates. The function returns New abbreviations candidates (a character vector).

Usage

get_new_abbrs_cndts(
  text_chr,
  abbreviations_lup,
  drop_first_1L_lgl = F,
  use_last_1L_int = NULL,
  treat_as_words_chr = character(0)
)

Arguments

text_chr

Text (a character vector)

abbreviations_lup

Abbreviations (a lookup table)

drop_first_1L_lgl

Drop first (a logical vector of length one), Default: F

use_last_1L_int

Use last (an integer vector of length one), Default: NULL

treat_as_words_chr

Treat as words (a character vector), Default: character(0)

Value

New abbreviations candidates (a character vector)


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.