Hi, thank you for the package.
I discovered that the ids resulting from adjective_animal are not unique:
library(dplyr)
set.seed(7040)
animal_ids <- adjective_animal(n = 10000, n_adjectives = 1, max_len = 6)
animal_ids %>% unique() %>% length()
# 9937
Perhaps this might result from homonyms getting listed as separate entries in the word list, but I haven't checked. Anyway, I thought it was important to raise an issue.
Hi, thank you for the package.
I discovered that the ids resulting from
adjective_animalare not unique:Perhaps this might result from homonyms getting listed as separate entries in the word list, but I haven't checked. Anyway, I thought it was important to raise an issue.