get_embeds_in_target {LexFindR} | R Documentation |
Embedding competitors are items embedded in target
get_embeds_in_target(target, lexicon, sep = " ", form = FALSE, count = FALSE)
target |
Character string containing a target word |
lexicon |
Character vector containing the lexical database |
sep |
Separator in target and lexicon |
form |
Whether to return words in lexicon |
count |
Whether to return count of words |
the indexes of the competitors in the lexical database
get_embeds_in_target("AA R K", c("AA R K", "AA R", "B AA B"))