You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, random words must be picked from a specific category (noun, adjective, ...). There should be a way to get a random word across all categories.
Support class and instance methods: Spicy::Proton.word, gen.word
Support constraints: gen.word(min: 2, max: 5)
Support formatters: Spicy::Proton.format('%w %w %w')
Support word list: gen.words gives everything in the corpus
Update readme
The text was updated successfully, but these errors were encountered:
Right now, random words must be picked from a specific category (noun, adjective, ...). There should be a way to get a random word across all categories.
Spicy::Proton.word
,gen.word
gen.word(min: 2, max: 5)
Spicy::Proton.format('%w %w %w')
gen.words
gives everything in the corpusThe text was updated successfully, but these errors were encountered: