get_uniqpt {LexFindR} | R Documentation |
Get phonological uniqueness point
Description
Phonological uniqueness point is the index at which the target becomes unique in the lexicon
Usage
get_uniqpt(target, lexicon, sep = " ")
Arguments
target |
Character string containing a target word |
lexicon |
Character vector containing the lexical database |
sep |
Separator in target and lexicon |
Value
Target is not unique: length + 1, else index where target becomes unique in lexicon
Examples
get_uniqpt("AA R K", c("AA R", "B AA B", "B AA R K"))
[Package LexFindR version 1.1.0 Index]