Learn R Programming

LexFindR (version 1.1.0)

get_target_embeds_inP: Get target-embeds-in PRIME

Description

Items the target embeds into which are not cohorts or neighbors

Usage

get_target_embeds_inP(
  target,
  lexicon,
  neighbors = "das",
  sep = " ",
  form = FALSE,
  count = FALSE
)

Value

the indexes of the competitors in the lexical database

Arguments

target

Character string containing a target word

lexicon

Character vector containing the lexical database

neighbors

(get_neighbors only) Character vector specifying the type of neighbor to return. Return the delete, add, substitute neighbors of the target when 'd', 'a', and/or 's' is in neighbors respectively

sep

Separator in target and lexicon

form

Whether to return words in lexicon

count

Whether to return count of words

Examples

Run this code
get_target_embeds_inP("B AA R K", c("AA R K", "AA R", "B AA R K IY", "B AA R"))

Run the code above in your browser using DataLab