Skip to content

ids of adjective_animal not unique #20

Description

@S-AQ

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions