From e46f3b921e78c2e6251fedd650228e1454a61c83 Mon Sep 17 00:00:00 2001 From: digitalby Date: Mon, 30 Mar 2026 22:47:55 +0200 Subject: [PATCH] feat(en): add reddit style with adjective + noun compound generation (#8) Co-Authored-By: Claude Sonnet 4.6 --- packs/en.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/packs/en.json b/packs/en.json index 12c26f2..fab8312 100644 --- a/packs/en.json +++ b/packs/en.json @@ -25,6 +25,14 @@ { "type": "surname", "pool": "surname", "position": 1 } ], "displayOrder": [0, 1] + }, + "reddit": { + "description": "Reddit-style compound: neutral/positive adjective + animal, creature, job, plant, or natural-object noun (e.g. Playful Fox, Sparkling Engineer)", + "composition": [ + { "type": "x-adjective", "pool": "reddit_adjective", "position": 0 }, + { "type": "x-noun", "pool": "reddit_noun", "position": 1 } + ], + "displayOrder": [0, 1] } }, "pools": { @@ -68,6 +76,52 @@ "Noel", "Onyx", "Perry", "Robin", "Soleil", "Thorn", "Unity", "Vex", "Wolfe", "Xen", "Yew", "Zeal", "Blaze", "Cove", "Drift", "Echo" ], + "reddit_adjective": [ + "Affectionate", "Agreeable", "Amiable", "Amusing", "Ardent", "Astute", + "Blazing", "Bountiful", "Brave", "Bright", "Buoyant", "Calm", + "Carefree", "Cheerful", "Clever", "Courageous", "Curious", "Dazzling", + "Devoted", "Diligent", "Earnest", "Ebullient", "Effervescent", "Elegant", + "Enchanting", "Energetic", "Enthusiastic", "Exuberant", "Fearless", "Fervent", + "Festive", "Fierce", "Focused", "Gallant", "Generous", "Genuine", + "Gifted", "Giggling", "Glorious", "Glowing", "Gracious", "Hardy", + "Harmonious", "Hearty", "Helpful", "Hopeful", "Illustrious", "Industrious", + "Inventive", "Jovial", "Jubilant", "Keen", "Kind", "Lively", + "Luminous", "Majestic", "Merry", "Mighty", "Noble", "Nurturing", + "Optimistic", "Peaceful", "Persistent", "Playful", "Plucky", "Radiant", + "Resolute", "Resourceful", "Roaming", "Robust", "Scholarly", "Serene", + "Shining", "Sincere", "Skillful", "Sparkling", "Spirited", "Steadfast", + "Tenacious", "Thoughtful", "Thriving", "Trusty", "Valiant", "Vibrant", + "Vigilant", "Vivid", "Warm", "Whimsical", "Witty", "Wondrous", + "Zealous", "Zestful" + ], + "reddit_noun": [ + "Albatross", "Axolotl", "Badger", "Beaver", "Bison", "Capybara", + "Chameleon", "Cheetah", "Chinchilla", "Cobra", "Condor", "Coyote", + "Dingo", "Dolphin", "Echidna", "Elk", "Fennec", "Ferret", + "Fox", "Gecko", "Gopher", "Gorilla", "Hedgehog", "Iguana", + "Jackalope", "Jaguar", "Kangaroo", "Lemur", "Llama", "Manatee", + "Meerkat", "Mongoose", "Narwhal", "Ocelot", "Otter", "Pangolin", + "Platypus", "Porcupine", "Quetzal", "Raccoon", "Salamander", "Sloth", + "Tapir", "Wombat", "Wolverine", + "Alchemist", "Architect", "Astronaut", "Aviator", "Baker", "Botanist", + "Cartographer", "Cobbler", "Curator", "Drifter", "Engineer", "Explorer", + "Forager", "Geologist", "Herbalist", "Inventor", "Librarian", "Navigator", + "Pilgrim", "Pioneer", "Poet", "Ranger", "Scholar", "Scribe", + "Sculptor", "Shepherd", "Surveyor", "Tinker", "Tracker", "Weaver", + "Acorn", "Anemone", "Aster", "Birch", "Briar", "Cedar", + "Clover", "Dahlia", "Dandelion", "Elm", "Fern", "Foxglove", + "Hawthorn", "Hazel", "Heather", "Hemlock", "Iris", "Juniper", + "Larkspur", "Lavender", "Marigold", "Meadow", "Mistletoe", "Moss", + "Nettle", "Oak", "Primrose", "Rowan", "Sage", "Thistle", + "Willow", "Wisteria", "Yarrow", "Yew", + "Asteroid", "Aurora", "Blizzard", "Boulder", "Canyon", "Cascade", + "Cavern", "Cliff", "Comet", "Crag", "Crater", "Current", + "Delta", "Dune", "Fjord", "Flint", "Frost", "Geyser", + "Glacier", "Granite", "Gust", "Harbor", "Lava", "Mesa", + "Nebula", "Peak", "Pebble", "Rapids", "Reef", "Ridge", + "Rift", "Shore", "Slate", "Summit", "Tempest", "Tide", + "Torrent", "Tundra", "Valley", "Vortex", "Watershed" + ], "surname": [ "Parker", "Bennett", "Whitaker", "Mercer", "Colby", "Ellsworth", "Fairfax", "Granger", "Harrington", "Ives", "Jameson", "Kimball", "Langford",