powered by
Phonological uniqueness point is the index at which the target becomes unique in the lexicon
get_uniqpt(target, lexicon, sep = " ")
Target is not unique: length + 1, else index where target becomes unique in lexicon
Character string containing a target word
Character vector containing the lexical database
Separator in target and lexicon
get_uniqpt("AA R K", c("AA R", "B AA B", "B AA R K"))
Run the code above in your browser using DataLab