add_indef_artl_to_item: Add indefinite article to item

Description Usage Arguments Value

Description

add_indef_artl_to_item() is an Add function that updates an object by adding data to that object. Specifically, this function implements an algorithm to add indefinite article to item. Function argument phrase_chr specifies the object to be updated. The function returns Indefinite item (a character vector).

Usage

1
2
3
4
5
add_indef_artl_to_item(
  phrase_chr,
  abbreviations_lup = NULL,
  ignore_phrs_not_in_lup_1L_lgl = T
)

Arguments

phrase_chr

Phrase (a character vector)

abbreviations_lup

Abbreviations (a lookup table), Default: NULL

ignore_phrs_not_in_lup_1L_lgl

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

Value

Indefinite item (a character vector)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.