mine-cetinkaya-rundel / dictionary

R package with words from the English dictionary, their types and meanings
1 stars 0 forks source link

Goals of the package #2

Open mine-cetinkaya-rundel opened 7 years ago

mine-cetinkaya-rundel commented 7 years ago

Create a tibble with rows as words from the English dictionary and columns

Do we need anything else? Singular/plural is another entry that tends to be on dictionary entries.

kathy0305 commented 7 years ago

Add columns:

Should we limit the number of synonyms and antonyms , or do we provide as much as possible?

mine-cetinkaya-rundel commented 7 years ago

@kathy0305 good suggestions!

As for limiting number of synonyms and antonyms listed or providing as much as possible, we might use the same approach we're using for number of definitions. If listing multiple, I think list columns would be useful (as opposed to just listing them comma separated or something). So I propose having the goal of listing multiple, but sticking to just the first one listed if that's getting tricky to resolve, at least for the first version of the package.