add_indefartls_to_phrases: Add indefinite articles to phrases

add_indefartls_to_phrasesR Documentation

Add indefinite articles to phrases

Description

add_indefartls_to_phrases() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add indefinite articles to phrases. The function returns Phrases (a character vector).

Usage

add_indefartls_to_phrases(
  abbreviated_phrase_1L_chr,
  abbreviations_lup,
  ignore_phrs_not_in_lup_1L_lgl = T
)

Arguments

abbreviated_phrase_1L_chr

Abbreviated phrase (a character vector of length one)

abbreviations_lup

Abbreviations (a lookup table)

ignore_phrs_not_in_lup_1L_lgl

Ignore phrases not in lookup table (a logical vector of length one), Default: T

Value

Phrases (a character vector)


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