{
  "comment": "tmct's starter lexicon, now covering BOTH the original software domain and the default 'human-world' persona's everyday people/places/objects/nature/time/body/mind vocabulary. Every word the ACE-OWL sub-fragment parser (src/domain/grammar/ace.mjs) is allowed to understand is DECLARED here — tmct never guesses a word's category. Nouns may declare a possessive property typing ('data' or 'object', pattern 7) or an irregular 'plural' (WordNet-sourced human nouns like 'man'/'child' need this — the morphology fold only handles regular -s/-ies/-es endings); adjectives MUST declare a type ('subclass' forms a class, 'data' asserts a boolean-ish datatype property, pattern 8); verbs may declare a preposition ('depend' + 'on' → dependsOn). The human-domain additions are flat and simple (breadth over depth — no gender/kinship taxonomy, no formal role hierarchy), matching corpus/tier2/generate.mjs's CORPUSES.human.lexicon sub-key, which --verify drift-checks against. Extend via loadLexicon(extra) with this same shape.",
  "nouns": {
    "module": {},
    "class": {},
    "function": {},
    "method": {},
    "attribute": {},
    "variable": {},
    "constant": {},
    "test": {},
    "suite": {},
    "service": {},
    "repository": {},
    "branch": {},
    "commit": {},
    "tag": {},
    "release": {},
    "package": {},
    "library": {},
    "framework": {},
    "api": {},
    "endpoint": {},
    "route": {},
    "handler": {},
    "controller": {},
    "model": {},
    "view": {},
    "template": {},
    "component": {},
    "interface": {},
    "type": {},
    "category": {},
    "kind": {},
    "artifact": {},
    "routine": {},
    "part": {},
    "helper": {},
    "operation": {},
    "change": {},
    "schema": {},
    "database": {},
    "table": {},
    "query": {},
    "index": {
      "plural": "indices"
    },
    "cache": {},
    "queue": {},
    "worker": {},
    "job": {},
    "task": {},
    "bug": {},
    "defect": {},
    "issue": {},
    "ticket": {},
    "feature": {},
    "requirement": {},
    "specification": {},
    "document": {},
    "developer": {},
    "engineer": {},
    "user": {},
    "visitor": {},
    "team": {},
    "project": {},
    "codebase": {},
    "file": {},
    "directory": {},
    "folder": {},
    "line": {},
    "symbol": {},
    "identifier": {},
    "comment": {},
    "docstring": {},
    "string": {},
    "number": {},
    "list": {},
    "array": {},
    "graph": {},
    "node": {},
    "edge": {},
    "triple": {},
    "fact": {},
    "ontology": {},
    "lexicon": {},
    "grammar": {},
    "sentence": {},
    "utterance": {},
    "session": {},
    "response": {},
    "request": {},
    "question": {},
    "answer": {},
    "error": {},
    "exception": {},
    "warning": {},
    "log": {},
    "metric": {},
    "benchmark": {},
    "pipeline": {},
    "build": {},
    "deployment": {},
    "environment": {},
    "config": {},
    "configuration": {},
    "setting": {},
    "option": {},
    "flag": {},
    "argument": {},
    "parameter": {},
    "value": {},
    "result": {},
    "output": {},
    "input": {},
    "server": {},
    "client": {},
    "protocol": {},
    "message": {},
    "event": {},
    "hook": {},
    "plugin": {},
    "script": {},
    "tool": {},
    "command": {},
    "prompt": {},
    "token": {},
    "parser": {},
    "compiler": {},
    "linter": {},
    "formatter": {},
    "runtime": {},
    "process": {},
    "thread": {},
    "loop": {},
    "statement": {},
    "expression": {},
    "keyword": {},
    "scope": {},
    "callback": {},
    "promise": {},
    "iterator": {},
    "generator": {},
    "unit": {},
    "risk": {},
    "prototype": {},
    "milestone": {},
    "sprint": {},
    "backlog": {},
    "roadmap": {},
    "phase": {},
    "pattern": {},
    "smell": {},
    "coverage": {},
    "mock": {},
    "stub": {},
    "fixture": {},
    "assertion": {},
    "snapshot": {},
    "regression": {},
    "migration": {},
    "refactor": {},
    "review": {},
    "merge": {},
    "license": {
      "property": "data"
    },
    "version": {
      "property": "data"
    },
    "name": {
      "property": "data"
    },
    "path": {
      "property": "data"
    },
    "size": {
      "property": "data"
    },
    "status": {
      "property": "data"
    },
    "language": {
      "property": "data"
    },
    "extension": {
      "property": "data"
    },
    "churn": {
      "property": "data"
    },
    "impact": {
      "property": "data"
    },
    "complexity": {
      "property": "data"
    },
    "latency": {
      "property": "data"
    },
    "duration": {
      "property": "data"
    },
    "frequency": {
      "property": "data"
    },
    "severity": {
      "property": "data"
    },
    "owner": {
      "property": "object"
    },
    "maintainer": {
      "property": "object"
    },
    "author": {
      "property": "object"
    },
    "reviewer": {
      "property": "object"
    },
    "parent": {
      "property": "object"
    },
    "dependency": {
      "property": "object"
    },
    "man": {
      "plural": "men"
    },
    "woman": {
      "plural": "women"
    },
    "person": {
      "plural": "people"
    },
    "child": {
      "plural": "children"
    },
    "boy": {},
    "girl": {},
    "baby": {},
    "adult": {},
    "friend": {},
    "neighbor": {},
    "stranger": {},
    "guest": {},
    "doctor": {},
    "teacher": {},
    "nurse": {},
    "student": {},
    "farmer": {},
    "mother": {},
    "father": {},
    "brother": {},
    "sister": {},
    "family": {},
    "king": {},
    "queen": {},
    "soldier": {},
    "artist": {},
    "writer": {},
    "cook": {},
    "group": {},
    "crowd": {},
    "audience": {},
    "club": {},
    "president": {},
    "human": {},
    "lawyer": {},
    "driver": {},
    "manager": {},
    "officer": {},
    "judge": {},
    "priest": {},
    "servant": {},
    "butler": {},
    "housekeeper": {},
    "gardener": {},
    "employee": {},
    "boss": {},
    "husband": {},
    "wife": {
      "plural": "wives"
    },
    "son": {},
    "daughter": {},
    "grandmother": {},
    "grandfather": {},
    "citizen": {},
    "customer": {},
    "leader": {},
    "champion": {},
    "volunteer": {},
    "resident": {},
    "place": {},
    "city": {},
    "town": {},
    "village": {},
    "country": {},
    "house": {},
    "home": {},
    "room": {},
    "kitchen": {},
    "bedroom": {},
    "bathroom": {},
    "school": {},
    "hospital": {},
    "shop": {},
    "market": {},
    "church": {},
    "park": {},
    "garden": {},
    "street": {},
    "road": {},
    "bridge": {},
    "farm": {},
    "office": {},
    "factory": {},
    "museum": {},
    "hotel": {},
    "airport": {},
    "castle": {},
    "beach": {},
    "forest": {},
    "mountain": {},
    "hat": {},
    "shirt": {},
    "coat": {},
    "shoe": {},
    "dress": {},
    "clothing": {},
    "chair": {},
    "desk": {},
    "lamp": {},
    "portrait": {},
    "bed": {},
    "door": {},
    "window": {},
    "wall": {},
    "roof": {},
    "pen": {},
    "paper": {},
    "key": {},
    "lock": {},
    "box": {},
    "car": {},
    "bicycle": {},
    "boat": {},
    "train": {},
    "wheel": {},
    "knife": {
      "plural": "knives"
    },
    "spoon": {},
    "fork": {},
    "plate": {},
    "cup": {},
    "bottle": {},
    "bag": {},
    "money": {},
    "coin": {},
    "toy": {},
    "machine": {},
    "clock": {},
    "phone": {},
    "book": {},
    "letter": {},
    "umbrella": {},
    "glove": {},
    "sock": {},
    "ring": {},
    "watch": {},
    "mirror": {},
    "candle": {},
    "ladder": {},
    "hammer": {},
    "basket": {},
    "wallet": {},
    "dog": {},
    "cat": {},
    "horse": {},
    "cow": {},
    "pig": {},
    "sheep": {},
    "bird": {},
    "fish": {},
    "mouse": {
      "plural": "mice"
    },
    "rabbit": {},
    "rodent": {},
    "bear": {},
    "lion": {},
    "tiger": {},
    "elephant": {},
    "snake": {},
    "mole": {},
    "groundhog": {},
    "meerkat": {},
    "tree": {},
    "flower": {},
    "grass": {},
    "leaf": {
      "plural": "leaves"
    },
    "root": {},
    "seed": {},
    "fruit": {},
    "water": {},
    "air": {},
    "fire": {},
    "earth": {},
    "stone": {},
    "sand": {},
    "gold": {},
    "iron": {},
    "rain": {},
    "snow": {},
    "wind": {},
    "cloud": {},
    "sun": {},
    "moon": {},
    "star": {},
    "owl": {},
    "wolf": {
      "plural": "wolves"
    },
    "frog": {},
    "bee": {},
    "ant": {},
    "butterfly": {},
    "spider": {},
    "river": {},
    "ocean": {},
    "time": {},
    "day": {},
    "night": {},
    "morning": {},
    "evening": {},
    "week": {},
    "month": {},
    "year": {},
    "hour": {},
    "minute": {},
    "second": {},
    "moment": {},
    "season": {},
    "spring": {},
    "summer": {},
    "winter": {},
    "wedding": {},
    "race": {},
    "dozen": {},
    "half": {
      "plural": "halves"
    },
    "amount": {},
    "meeting": {},
    "game": {},
    "war": {},
    "trip": {},
    "birthday": {},
    "holiday": {},
    "autumn": {},
    "century": {},
    "body": {},
    "head": {},
    "hand": {},
    "arm": {},
    "leg": {},
    "foot": {
      "plural": "feet"
    },
    "eye": {},
    "ear": {},
    "mouth": {},
    "nose": {},
    "hair": {},
    "heart": {},
    "blood": {},
    "bone": {},
    "skin": {},
    "face": {},
    "food": {},
    "bread": {},
    "meat": {},
    "milk": {},
    "egg": {},
    "cheese": {},
    "vegetable": {},
    "meal": {},
    "breakfast": {},
    "dinner": {},
    "drink": {},
    "wine": {},
    "tea": {},
    "coffee": {},
    "tongue": {},
    "tooth": {
      "plural": "teeth"
    },
    "finger": {},
    "toe": {},
    "shoulder": {},
    "knee": {},
    "brain": {},
    "lung": {},
    "sugar": {},
    "salt": {},
    "word": {},
    "story": {},
    "news": {},
    "idea": {},
    "thought": {},
    "mind": {},
    "memory": {},
    "dream": {},
    "belief": {},
    "love": {},
    "hate": {},
    "fear": {},
    "joy": {},
    "anger": {},
    "hope": {},
    "surprise": {},
    "pride": {},
    "song": {},
    "music": {},
    "sound": {},
    "voice": {},
    "picture": {},
    "art": {},
    "knowledge": {},
    "opinion": {},
    "reason": {},
    "imagination": {},
    "laughter": {},
    "tear": {},
    "smile": {},
    "silence": {},
    "object": {},
    "location": {},
    "quantity": {},
    "organization": {},
    "animal": {},
    "plant": {},
    "furniture": {},
    "vehicle": {},
    "insect": {},
    "emotion": {},
    "metal": {},
    "liquid": {},
    "weather": {},
    "planet": {},
    "jewelry": {},
    "cutlery": {},
    "government": {},
    "material": {},
    "draw": {},
    "set": {},
    "heavy": {},
    "stand": {},
    "free": {},
    "pack": {},
    "dead": {},
    "pick": {},
    "double": {},
    "straight": {},
    "cast": {},
    "dry": {},
    "bank": {},
    "stamp": {},
    "tender": {},
    "fair": {},
    "active": {},
    "regular": {},
    "blue": {},
    "hack": {},
    "band": {},
    "brush": {},
    "guard": {},
    "master": {},
    "transfer": {},
    "firm": {},
    "side": {},
    "bull": {},
    "mate": {},
    "rank": {},
    "board": {},
    "brace": {},
    "grade": {},
    "better": {},
    "course": {},
    "natural": {},
    "butt": {},
    "camp": {},
    "crop": {},
    "date": {},
    "fold": {},
    "help": {},
    "hunt": {},
    "count": {},
    "court": {},
    "crush": {},
    "major": {},
    "march": {},
    "tease": {},
    "tough": {},
    "flight": {},
    "forward": {},
    "division": {},
    "commission": {},
    "jam": {},
    "rat": {},
    "gray": {},
    "hood": {},
    "jerk": {},
    "miss": {},
    "pile": {},
    "pool": {},
    "rear": {},
    "whip": {},
    "bench": {},
    "chain": {},
    "cycle": {},
    "grind": {},
    "guide": {},
    "stiff": {},
    "troll": {},
    "union": {},
    "circle": {},
    "carrier": {},
    "defence": {},
    "defense": {},
    "radical": {},
    "reserve": {},
    "intimate": {},
    "opposite": {},
    "superior": {},
    "grey": {},
    "host": {},
    "knot": {},
    "left": {},
    "lost": {},
    "blind": {},
    "crank": {},
    "panel": {},
    "rally": {},
    "state": {},
    "tramp": {},
    "waver": {},
    "clutch": {},
    "living": {},
    "runner": {},
    "steady": {},
    "stream": {},
    "combine": {},
    "company": {},
    "convert": {},
    "general": {},
    "moderate": {},
    "alternate": {},
    "ace": {},
    "crab": {},
    "flop": {},
    "fund": {},
    "pair": {},
    "rake": {},
    "rock": {},
    "sick": {},
    "blade": {},
    "cheat": {},
    "sport": {},
    "caller": {},
    "column": {},
    "couple": {},
    "divine": {},
    "pledge": {},
    "simple": {},
    "sponge": {},
    "system": {},
    "wanton": {},
    "sleeper": {},
    "business": {},
    "associate": {},
    "instrument": {},
    "substitute": {},
    "gun": {},
    "sum": {},
    "alto": {},
    "best": {},
    "buff": {},
    "dear": {},
    "mass": {},
    "cream": {},
    "creep": {},
    "giant": {},
    "labor": {},
    "pilot": {},
    "sneak": {},
    "stack": {},
    "staff": {},
    "world": {},
    "gutter": {},
    "jumper": {},
    "labour": {},
    "lather": {},
    "picket": {},
    "reader": {},
    "savage": {},
    "captain": {},
    "culture": {},
    "monitor": {},
    "neutral": {},
    "unknown": {},
    "utility": {},
    "inferior": {},
    "initiate": {},
    "innocent": {},
    "national": {},
    "transpose": {},
    "association": {},
    "professional": {},
    "bum": {},
    "fan": {},
    "law": {},
    "deck": {},
    "fool": {},
    "join": {},
    "kink": {},
    "page": {},
    "pink": {},
    "stud": {},
    "twin": {},
    "clump": {},
    "coach": {},
    "dance": {},
    "drone": {},
    "extra": {},
    "feast": {},
    "fence": {},
    "fleet": {},
    "flock": {},
    "ghost": {},
    "clear": {},
    "right": {},
    "open": {},
    "beat": {},
    "back": {},
    "block": {},
    "see": {},
    "keep": {},
    "square": {},
    "pitch": {},
    "center": {},
    "centre": {},
    "top": {},
    "post": {},
    "field": {},
    "spot": {},
    "bar": {},
    "end": {},
    "frame": {},
    "rough": {},
    "address": {},
    "quarter": {},
    "position": {},
    "land": {},
    "bound": {},
    "range": {},
    "seat": {},
    "dark": {},
    "rail": {},
    "cross": {},
    "section": {},
    "tip": {},
    "plug": {},
    "port": {},
    "stall": {},
    "corner": {},
    "outside": {},
    "dig": {},
    "way": {},
    "front": {},
    "joint": {},
    "patch": {},
    "reach": {},
    "thick": {},
    "medium": {
      "plural": "media"
    },
    "dock": {},
    "ruin": {},
    "tack": {},
    "floor": {},
    "bottom": {},
    "puddle": {},
    "compound": {},
    "retreat": {},
    "mat": {},
    "belt": {},
    "dump": {},
    "scene": {},
    "space": {},
    "border": {},
    "common": {},
    "cradle": {},
    "inside": {},
    "surface": {},
    "lie": {},
    "boot": {},
    "clog": {},
    "coil": {},
    "nest": {},
    "wire": {},
    "yard": {},
    "forge": {},
    "limit": {},
    "lodge": {},
    "buffer": {},
    "middle": {},
    "capital": {},
    "overhead": {},
    "preserve": {},
    "terminal": {},
    "direction": {},
    "hall": {},
    "loft": {},
    "plot": {},
    "tape": {},
    "grate": {},
    "stoop": {},
    "fringe": {},
    "circuit": {},
    "distance": {},
    "derivation": {},
    "bent": {},
    "gate": {},
    "mill": {},
    "safe": {},
    "sail": {},
    "hedge": {},
    "paint": {},
    "parcel": {},
    "sphere": {},
    "bearing": {},
    "profile": {},
    "shelter": {},
    "crossing": {},
    "interior": {},
    "reservation": {},
    "area": {},
    "bush": {},
    "cork": {},
    "dive": {},
    "limb": {},
    "raft": {},
    "shed": {},
    "zone": {},
    "chase": {},
    "cut": {},
    "light": {},
    "charge": {},
    "check": {},
    "work": {},
    "stock": {},
    "stick": {},
    "flat": {},
    "crack": {},
    "press": {},
    "settle": {},
    "spread": {},
    "wash": {},
    "well": {},
    "swing": {},
    "fly": {},
    "tap": {},
    "stretch": {},
    "shot": {},
    "black": {},
    "strip": {},
    "separate": {},
    "tie": {},
    "rack": {},
    "match": {},
    "piece": {},
    "shell": {},
    "still": {},
    "present": {},
    "trim": {},
    "spike": {},
    "split": {},
    "white": {},
    "yield": {},
    "squeeze": {},
    "bolt": {},
    "fret": {},
    "choke": {},
    "float": {},
    "track": {},
    "low": {},
    "crown": {},
    "screen": {},
    "die": {
      "plural": "dice"
    },
    "pin": {},
    "chip": {},
    "mold": {},
    "seal": {},
    "draft": {},
    "shade": {},
    "shaft": {},
    "stuff": {},
    "switch": {},
    "balance": {},
    "reverse": {},
    "subject": {},
    "approach": {},
    "beam": {},
    "bill": {},
    "card": {},
    "link": {},
    "sack": {},
    "sink": {},
    "trap": {},
    "spare": {},
    "credit": {},
    "counter": {},
    "express": {},
    "positive": {},
    "net": {},
    "pay": {},
    "ball": {},
    "bond": {},
    "bowl": {},
    "horn": {},
    "pole": {},
    "wing": {},
    "glass": {},
    "grant": {},
    "smack": {},
    "collar": {},
    "record": {},
    "ruffle": {},
    "silver": {},
    "negative": {},
    "cap": {},
    "lap": {},
    "pad": {},
    "rag": {},
    "rig": {},
    "bend": {},
    "clip": {},
    "fine": {},
    "flap": {},
    "heel": {},
    "pall": {},
    "pump": {},
    "gauge": {},
    "image": {},
    "plain": {},
    "print": {},
    "slick": {},
    "spoil": {},
    "clinch": {},
    "gather": {},
    "offset": {},
    "pocket": {},
    "relief": {},
    "channel": {},
    "whistle": {},
    "irregular": {},
    "transport": {},
    "bat": {},
    "ice": {},
    "peg": {},
    "pot": {},
    "bust": {},
    "grip": {},
    "hole": {},
    "nail": {},
    "poke": {},
    "slug": {},
    "spat": {},
    "stem": {},
    "suit": {},
    "yoke": {},
    "flood": {},
    "grand": {},
    "gross": {},
    "perch": {},
    "slip": {},
    "down": {},
    "shoot": {},
    "ground": {},
    "discharge": {},
    "solid": {},
    "kill": {},
    "slack": {},
    "waste": {},
    "rush": {},
    "grain": {},
    "shake": {},
    "pit": {},
    "mould": {},
    "colour": {},
    "render": {},
    "mount": {},
    "cutting": {},
    "fill": {},
    "flux": {},
    "tail": {},
    "plaster": {},
    "swallow": {},
    "concentrate": {},
    "bay": {},
    "gum": {},
    "ray": {},
    "slop": {},
    "spur": {},
    "extract": {},
    "fat": {},
    "hop": {},
    "corn": {},
    "rust": {},
    "smut": {},
    "label": {},
    "stain": {},
    "composition": {},
    "gas": {},
    "pip": {},
    "duck": {},
    "gall": {},
    "lime": {},
    "mint": {},
    "tick": {},
    "stalk": {},
    "whiff": {},
    "cement": {},
    "rubber": {},
    "conjugate": {},
    "preparation": {},
    "dun": {},
    "dust": {},
    "jade": {},
    "mire": {},
    "pulp": {},
    "snag": {},
    "bloom": {},
    "caper": {},
    "crude": {},
    "fluid": {},
    "frost": {},
    "paste": {},
    "rinse": {},
    "steam": {},
    "straw": {},
    "corona": {},
    "poison": {},
    "refuse": {},
    "savory": {},
    "feather": {},
    "ferment": {},
    "organic": {},
    "chestnut": {},
    "mushroom": {},
    "percolate": {},
    "sublimate": {},
    "synthetic": {},
    "suspension": {},
    "precipitate": {},
    "cod": {},
    "pet": {},
    "rod": {},
    "bunt": {},
    "crow": {},
    "hide": {},
    "punk": {},
    "vein": {},
    "assay": {},
    "goose": {
      "plural": "geese"
    },
    "olive": {},
    "stray": {},
    "trash": {},
    "ginger": {},
    "pepper": {},
    "permit": {},
    "polish": {},
    "sorrel": {},
    "blister": {},
    "bristle": {},
    "complex": {},
    "filling": {},
    "flicker": {},
    "harvest": {},
    "scollop": {},
    "whiting": {},
    "anteater": {},
    "snowball": {},
    "tincture": {},
    "repellent": {},
    "ink": {},
    "lip": {},
    "nag": {},
    "rue": {},
    "wad": {},
    "acid": {},
    "beak": {},
    "bean": {},
    "coal": {},
    "dirt": {},
    "fawn": {},
    "fuel": {},
    "lark": {},
    "ling": {},
    "mash": {},
    "palm": {},
    "pelt": {},
    "plum": {},
    "pony": {},
    "pout": {},
    "soil": {},
    "stag": {},
    "bream": {},
    "brier": {},
    "chalk": {},
    "coral": {},
    "fiber": {},
    "fall": {},
    "pass": {},
    "lift": {},
    "go": {},
    "roll": {},
    "drop": {},
    "blow": {},
    "return": {},
    "strike": {},
    "rise": {},
    "snap": {},
    "shift": {},
    "twist": {},
    "case": {},
    "deal": {},
    "start": {},
    "deep": {},
    "jump": {},
    "step": {},
    "stop": {},
    "pound": {},
    "advance": {},
    "pop": {},
    "flash": {},
    "rest": {},
    "crash": {},
    "score": {},
    "figure": {},
    "leave": {},
    "smash": {},
    "stroke": {},
    "first": {},
    "sweep": {},
    "even": {},
    "flow": {},
    "kick": {},
    "heave": {},
    "trace": {},
    "opening": {},
    "full": {},
    "gain": {},
    "jack": {},
    "spin": {},
    "wave": {},
    "splash": {},
    "bob": {},
    "bang": {},
    "dash": {},
    "flick": {},
    "hitch": {},
    "prime": {},
    "proof": {},
    "passing": {},
    "bit": {},
    "click": {},
    "knock": {},
    "swell": {},
    "trouble": {},
    "collapse": {},
    "movement": {},
    "standard": {},
    "variation": {},
    "rap": {},
    "boom": {},
    "bump": {},
    "clap": {},
    "pace": {},
    "peck": {},
    "zero": {},
    "blaze": {},
    "speed": {},
    "spell": {},
    "treat": {},
    "bounce": {},
    "factor": {},
    "little": {},
    "plunge": {},
    "scrape": {},
    "single": {},
    "ban": {},
    "mix": {},
    "one": {},
    "mesh": {},
    "roar": {},
    "tilt": {},
    "climb": {},
    "flip": {},
    "puff": {},
    "bite": {},
    "feed": {},
    "bitter": {},
    "chop": {},
    "sour": {},
    "special": {},
    "crisp": {},
    "tonic": {},
    "scallop": {},
    "mess": {},
    "quick": {},
    "smear": {},
    "fillet": {},
    "curl": {},
    "malt": {},
    "glaze": {},
    "souse": {},
    "breast": {},
    "humour": {},
    "draught": {},
    "delicacy": {},
    "dressing": {},
    "transplant": {},
    "hip": {},
    "sop": {},
    "kiss": {},
    "mush": {},
    "neck": {},
    "belly": {},
    "frank": {},
    "jumble": {},
    "junket": {},
    "trifle": {},
    "stomach": {},
    "clot": {},
    "shin": {},
    "stew": {},
    "tart": {},
    "cheek": {},
    "graft": {},
    "molar": {},
    "roast": {},
    "spice": {},
    "stout": {},
    "sweat": {},
    "groove": {},
    "region": {},
    "savoury": {},
    "western": {},
    "backbone": {},
    "conserve": {},
    "dominant": {},
    "macerate": {},
    "melancholy": {},
    "cake": {},
    "lens": {},
    "loaf": {
      "plural": "loaves"
    },
    "menu": {},
    "must": {},
    "peel": {},
    "pore": {},
    "suds": {},
    "butch": {},
    "cling": {},
    "curry": {},
    "drool": {},
    "honey": {},
    "jerky": {},
    "juice": {},
    "mince": {},
    "nasal": {},
    "nerve": {},
    "sauce": {},
    "tract": {},
    "dainty": {},
    "entree": {},
    "facial": {},
    "relish": {},
    "squash": {},
    "brittle": {},
    "caramel": {},
    "cordial": {},
    "fissure": {},
    "oblique": {},
    "adhesion": {},
    "turnover": {},
    "nonpareil": {},
    "posterior": {},
    "vegetation": {},
    "ail": {},
    "orb": {},
    "pap": {},
    "rum": {},
    "brew": {},
    "chew": {},
    "hash": {},
    "lard": {},
    "rump": {},
    "brine": {},
    "dowdy": {},
    "farce": {},
    "flour": {},
    "fudge": {},
    "halal": {},
    "icing": {},
    "lunch": {},
    "play": {},
    "make": {},
    "hold": {},
    "close": {},
    "mark": {},
    "form": {},
    "order": {},
    "support": {},
    "rule": {},
    "sign": {},
    "hang": {},
    "drag": {},
    "feel": {},
    "find": {},
    "shock": {},
    "mean": {},
    "offer": {},
    "study": {},
    "show": {},
    "tone": {},
    "flare": {},
    "attack": {},
    "act": {},
    "life": {
      "plural": "lives"
    },
    "stay": {},
    "think": {},
    "secret": {},
    "account": {},
    "hurt": {},
    "note": {},
    "taste": {},
    "report": {},
    "measure": {},
    "condition": {},
    "cry": {},
    "focus": {
      "plural": "foci"
    },
    "style": {},
    "thing": {},
    "title": {},
    "recall": {},
    "average": {},
    "contract": {},
    "dissolve": {},
    "so": {},
    "aim": {},
    "bind": {},
    "heat": {},
    "know": {},
    "stir": {},
    "claim": {},
    "power": {},
    "demand": {},
    "design": {},
    "notice": {},
    "source": {},
    "upgrade": {},
    "resolution": {},
    "bid": {},
    "skim": {},
    "brand": {},
    "curve": {},
    "sight": {},
    "smoke": {},
    "digest": {},
    "regard": {},
    "passage": {},
    "program": {},
    "exposure": {},
    "interest": {},
    "character": {},
    "projection": {},
    "lay": {},
    "curse": {},
    "favor": {},
    "remit": {},
    "sense": {},
    "slash": {},
    "wedge": {},
    "bubble": {},
    "excuse": {},
    "favour": {},
    "invite": {},
    "mantle": {},
    "salute": {},
    "stress": {},
    "survey": {},
    "temper": {},
    "comfort": {},
    "neglect": {},
    "resolve": {},
    "respect": {},
    "torment": {},
    "conflict": {},
    "dispatch": {},
    "standing": {},
    "challenge": {},
    "programme": {},
    "background": {},
    "conclusion": {},
    "impression": {},
    "particular": {},
    "withdrawal": {},
    "cite": {},
    "echo": {},
    "hail": {},
    "rip": {},
    "lot": {},
    "great": {},
    "relay": {},
    "tenor": {},
    "browse": {},
    "bundle": {},
    "chorus": {},
    "cypher": {},
    "fellow": {},
    "litter": {},
    "marine": {},
    "native": {},
    "occult": {},
    "plague": {},
    "rocker": {},
    "scheme": {},
    "series": {
      "plural": "series"
    },
    "social": {},
    "streak": {},
    "sucker": {},
    "teaser": {},
    "antique": {},
    "battery": {},
    "bracket": {},
    "founder": {},
    "gallery": {},
    "liberal": {},
    "starter": {},
    "turnout": {},
    "witness": {},
    "diagonal": {},
    "familiar": {},
    "ordinary": {},
    "prospect": {},
    "sequence": {},
    "aggregate": {},
    "authority": {},
    "community": {},
    "dependent": {},
    "desperate": {},
    "patronage": {},
    "primitive": {},
    "principal": {},
    "complement": {},
    "engagement": {},
    "foundation": {},
    "generation": {},
    "settlement": {},
    "combination": {},
    "lightweight": {},
    "steamroller": {},
    "subordinate": {},
    "organisation": {},
    "establishment": {},
    "representative": {},
    "con": {},
    "fox": {},
    "kid": {},
    "pod": {},
    "red": {},
    "sex": {},
    "spy": {},
    "vet": {},
    "aged": {},
    "bore": {},
    "diet": {},
    "fare": {},
    "gown": {},
    "hawk": {},
    "heap": {},
    "herd": {},
    "hive": {},
    "lump": {},
    "romp": {},
    "sort": {},
    "agent": {},
    "alien": {},
    "beard": {},
    "brave": {},
    "breed": {},
    "brood": {},
    "canon": {},
    "craft": {},
    "crazy": {},
    "devil": {},
    "dummy": {},
    "equal": {},
    "flake": {},
    "groom": {},
    "mound": {},
    "organ": {},
    "scrub": {},
    "toast": {},
    "troop": {},
    "youth": {},
    "colony": {},
    "copper": {},
    "cutter": {},
    "escort": {},
    "feeder": {},
    "junior": {},
    "maroon": {},
    "matrix": {
      "plural": "matrices"
    },
    "modern": {},
    "muscle": {},
    "people": {},
    "sector": {},
    "shrink": {},
    "tinker": {},
    "topper": {},
    "booster": {},
    "gallant": {},
    "hostile": {},
    "marshal": {},
    "network": {},
    "nucleus": {
      "plural": "nuclei"
    },
    "premier": {},
    "scourge": {},
    "secular": {},
    "sitting": {},
    "snapper": {},
    "suspect": {},
    "swagger": {},
    "traffic": {},
    "variant": {},
    "cardinal": {},
    "derelict": {},
    "domestic": {},
    "favorite": {},
    "finisher": {},
    "graduate": {},
    "humanist": {},
    "infernal": {},
    "magazine": {},
    "manifold": {},
    "minister": {},
    "palatine": {},
    "presence": {},
    "receiver": {},
    "relation": {},
    "favourite": {},
    "following": {},
    "goldbrick": {},
    "operative": {},
    "sensitive": {},
    "syndicate": {},
    "complexion": {},
    "mouthpiece": {},
    "withdrawer": {},
    "appointment": {},
    "conjugation": {},
    "constituent": {},
    "heavyweight": {},
    "incompetent": {},
    "independent": {},
    "replacement": {},
    "underground": {},
    "untouchable": {},
    "conservative": {},
    "administration": {},
    "ape": {},
    "gem": {},
    "hob": {},
    "sap": {},
    "van": {},
    "axis": {
      "plural": "axes"
    },
    "chap": {},
    "char": {},
    "crew": {},
    "cult": {},
    "duet": {},
    "gang": {},
    "hero": {},
    "hire": {},
    "lamb": {},
    "lame": {},
    "mute": {},
    "nude": {},
    "pawn": {},
    "pill": {},
    "sage": {},
    "soul": {},
    "tout": {},
    "trio": {},
    "ward": {},
    "worm": {},
    "bunch": {},
    "crimp": {},
    "dwarf": {},
    "elect": {},
    "flank": {},
    "ideal": {},
    "noble": {},
    "octet": {},
    "quack": {},
    "saint": {},
    "scrag": {},
    "shark": {},
    "shoal": {},
    "silly": {},
    "skunk": {},
    "super": {},
    "witch": {},
    "zombi": {},
    "agency": {},
    "anchor": {},
    "backup": {},
    "batter": {},
    "buster": {},
    "canary": {},
    "circus": {},
    "dealer": {},
    "domain": {},
    "doomed": {},
    "genius": {},
    "gossip": {},
    "herald": {},
    "hoodoo": {},
    "hopper": {},
    "immune": {},
    "jockey": {},
    "legion": {},
    "member": {},
    "nature": {},
    "orphan": {},
    "parade": {},
    "peanut": {},
    "pillar": {},
    "pirate": {},
    "player": {},
    "porter": {},
    "pusher": {},
    "putter": {},
    "senior": {},
    "septet": {},
    "sestet": {},
    "sextet": {},
    "surety": {},
    "tapper": {},
    "tiller": {},
    "zombie": {},
    "adjunct": {},
    "butcher": {},
    "captive": {},
    "cascade": {},
    "chapter": {},
    "charity": {},
    "checker": {},
    "chicane": {},
    "chicken": {},
    "climber": {},
    "cognate": {},
    "consort": {},
    "cracker": {},
    "dresser": {},
    "gentile": {},
    "invalid": {},
    "knocker": {},
    "lineage": {},
    "mission": {},
    "mixture": {},
    "monster": {},
    "offence": {},
    "partner": {},
    "pioneer": {},
    "pitcher": {},
    "quartet": {},
    "quintet": {},
    "recruit": {},
    "referee": {},
    "shooter": {},
    "spoiler": {},
    "sponsor": {},
    "stemmer": {},
    "steward": {},
    "striker": {},
    "terrace": {},
    "alliance": {},
    "castrate": {},
    "designer": {},
    "director": {},
    "ensemble": {},
    "faithful": {},
    "friendly": {},
    "mandarin": {},
    "operator": {},
    "romantic": {},
    "accessory": {},
    "annoyance": {},
    "attendant": {},
    "bourgeois": {},
    "precedent": {},
    "quadruple": {},
    "reception": {},
    "recession": {},
    "religious": {},
    "reprobate": {},
    "satellite": {},
    "selection": {},
    "sensation": {},
    "supporter": {},
    "contingent": {},
    "convention": {},
    "expedition": {},
    "incendiary": {},
    "individual": {},
    "masquerade": {},
    "population": {},
    "sweetheart": {},
    "tubercular": {},
    "confederate": {},
    "cooperative": {},
    "subdivision": {},
    "territorial": {},
    "transcriber": {},
    "intelligence": {},
    "registration": {},
    "sophisticate": {},
    "welterweight": {},
    "revolutionary": {},
    "ex": {},
    "ass": {},
    "cog": {},
    "cub": {},
    "den": {},
    "dud": {},
    "duo": {},
    "ham": {},
    "hog": {},
    "mob": {},
    "pro": {},
    "deaf": {},
    "dove": {},
    "fate": {},
    "five": {},
    "folk": {},
    "gull": {},
    "jinx": {},
    "mime": {},
    "nark": {},
    "nine": {},
    "pest": {},
    "prey": {},
    "quad": {},
    "rash": {},
    "scab": {},
    "sire": {},
    "wisp": {},
    "wood": {},
    "zany": {},
    "armor": {},
    "batch": {},
    "bogey": {},
    "caste": {},
    "chief": {},
    "choir": {},
    "clone": {},
    "divan": {},
    "drunk": {},
    "elder": {},
    "enemy": {},
    "exile": {},
    "faith": {},
    "flirt": {},
    "grunt": {},
    "joker": {},
    "lobby": {},
    "louse": {
      "plural": "lice"
    },
    "pagan": {},
    "pivot": {},
    "racer": {},
    "rebel": {},
    "scout": {},
    "siren": {},
    "slave": {},
    "swarm": {},
    "timid": {},
    "triad": {},
    "tribe": {},
    "armour": {},
    "bearer": {},
    "censor": {},
    "choker": {},
    "convoy": {},
    "covert": {},
    "damned": {},
    "deputy": {},
    "empire": {},
    "goffer": {},
    "gopher": {},
    "huddle": {},
    "killer": {},
    "league": {},
    "martyr": {},
    "muster": {},
    "mystic": {},
    "outfit": {},
    "packet": {},
    "palace": {},
    "passer": {},
    "patrol": {},
    "potter": {},
    "quarry": {},
    "rigger": {},
    "ringer": {},
    "rustic": {},
    "scribe": {},
    "sitter": {},
    "slider": {},
    "slouch": {},
    "squire": {},
    "squirt": {},
    "stupid": {},
    "summit": {},
    "tailor": {},
    "tenant": {},
    "terror": {},
    "tracer": {},
    "turkey": {},
    "turner": {},
    "venter": {},
    "voider": {},
    "voodoo": {},
    "walker": {},
    "worthy": {},
    "academy": {},
    "agonist": {},
    "amateur": {},
    "ancient": {},
    "banquet": {},
    "cabinet": {},
    "cashier": {},
    "classic": {},
    "commune": {},
    "courser": {},
    "crammer": {},
    "current": {},
    "divider": {},
    "economy": {},
    "edition": {},
    "emperor": {},
    "entrant": {},
    "fireman": {},
    "lookout": {},
    "octette": {},
    "orderly": {},
    "painter": {},
    "pervert": {},
    "plotter": {},
    "plunger": {},
    "roaster": {},
    "sampler": {},
    "scanner": {},
    "sellout": {},
    "skimmer": {},
    "skipper": {},
    "society": {},
    "soprano": {},
    "spastic": {},
    "spotter": {},
    "stratum": {
      "plural": "strata"
    },
    "trimmer": {},
    "tripper": {},
    "trooper": {},
    "tumbler": {},
    "upstart": {},
    "veteran": {},
    "wheeler": {},
    "academic": {},
    "agnostic": {},
    "aviation": {},
    "backstop": {},
    "baritone": {},
    "calendar": {},
    "casualty": {},
    "colonial": {},
    "divinity": {},
    "fireball": {},
    "homeless": {},
    "huckster": {},
    "marriage": {},
    "militant": {},
    "military": {},
    "ministry": {},
    "modifier": {},
    "partisan": {},
    "pedigree": {},
    "possible": {},
    "recorder": {},
    "regiment": {},
    "renegade": {},
    "repeater": {},
    "revenant": {},
    "septette": {},
    "sextette": {},
    "shepherd": {},
    "stalwart": {},
    "stringer": {},
    "stripper": {},
    "whistler": {},
    "affiliate": {},
    "ascendant": {},
    "bacchanal": {},
    "canvasser": {},
    "cockscomb": {},
    "collector": {},
    "comforter": {},
    "commander": {},
    "companion": {},
    "conductor": {},
    "crossover": {},
    "eccentric": {},
    "executive": {},
    "fledgling": {},
    "franchise": {},
    "freelance": {},
    "incumbent": {},
    "mercenary": {},
    "moderator": {},
    "neighbour": {},
    "newspaper": {},
    "patriarch": {},
    "patrician": {},
    "portfolio": {},
    "quartette": {},
    "quintette": {},
    "repertory": {},
    "secretary": {},
    "segregate": {},
    "spearhead": {},
    "stigmatic": {},
    "summation": {},
    "transient": {},
    "trumpeter": {},
    "voluntary": {},
    "absolutism": {},
    "anthropoid": {},
    "apparition": {},
    "assemblage": {},
    "collective": {},
    "contractor": {},
    "delinquent": {},
    "episcopate": {},
    "exaltation": {},
    "exposition": {},
    "illiterate": {},
    "judicature": {},
    "leadership": {},
    "lieutenant": {},
    "minimalist": {},
    "percussion": {},
    "profligate": {},
    "provincial": {},
    "rendezvous": {},
    "brotherhood": {},
    "determinant": {},
    "distributor": {},
    "interpreter": {},
    "stipendiary": {},
    "analphabetic": {},
    "antediluvian": {},
    "civilisation": {},
    "civilization": {},
    "commonwealth": {},
    "conglomerate": {},
    "contemporary": {},
    "cosmopolitan": {},
    "humanitarian": {},
    "neighborhood": {},
    "thoroughbred": {},
    "ultramontane": {},
    "concatenation": {},
    "featherweight": {},
    "superordinate": {},
    "classification": {},
    "fundamentalist": {},
    "cop": {},
    "don": {},
    "eon": {},
    "gal": {},
    "gob": {},
    "god": {},
    "hoe": {},
    "kin": {},
    "nan": {},
    "pup": {},
    "wag": {},
    "wit": {},
    "aeon": {},
    "ally": {},
    "bard": {},
    "chum": {},
    "clew": {},
    "dean": {},
    "fink": {},
    "flak": {},
    "geek": {},
    "goof": {},
    "hulk": {},
    "idol": {},
    "lady": {},
    "loon": {},
    "mace": {},
    "para": {},
    "ruck": {},
    "seer": {},
    "self": {
      "plural": "selves"
    },
    "adder": {},
    "angel": {},
    "augur": {},
    "baron": {},
    "blond": {},
    "brick": {},
    "brute": {},
    "cabal": {},
    "champ": {},
    "comic": {},
    "crier": {},
    "decoy": {},
    "demon": {},
    "diner": {},
    "diver": {},
    "diwan": {},
    "drove": {},
    "envoy": {},
    "fiend": {},
    "flack": {},
    "flier": {},
    "flyer": {},
    "freak": {},
    "gaudy": {},
    "harpy": {},
    "horde": {},
    "indie": {},
    "jewel": {},
    "leech": {},
    "levee": {},
    "liege": {},
    "locus": {},
    "loser": {},
    "mimic": {},
    "needy": {},
    "nymph": {},
    "oiler": {},
    "poser": {},
    "pupil": {},
    "riser": {},
    "roper": {},
    "rummy": {},
    "scold": {},
    "squad": {},
    "timer": {},
    "tutor": {},
    "usher": {},
    "vicar": {},
    "whale": {},
    "wiper": {},
    "affine": {},
    "albino": {},
    "angler": {},
    "badass": {},
    "baster": {},
    "beggar": {},
    "blonde": {},
    "bomber": {},
    "bowler": {},
    "butter": {},
    "carver": {},
    "caster": {},
    "chichi": {},
    "clinic": {},
    "closer": {},
    "cohort": {},
    "coiner": {},
    "comber": {},
    "cookie": {},
    "cordon": {},
    "corpus": {},
    "cotter": {},
    "cowboy": {},
    "coyote": {},
    "critic": {},
    "dragon": {},
    "drawer": {},
    "drudge": {},
    "eleven": {},
    "ensign": {},
    "estate": {},
    "ethnic": {},
    "exarch": {},
    "finder": {},
    "fodder": {},
    "gaffer": {},
    "gainer": {},
    "galaxy": {},
    "granny": {},
    "hacker": {},
    "hedger": {},
    "heller": {},
    "holder": {},
    "honker": {},
    "hooker": {},
    "hotdog": {},
    "inmate": {},
    "intern": {},
    "jungle": {},
    "knight": {},
    "kvetch": {},
    "lineup": {},
    "lovely": {},
    "magpie": {},
    "maiden": {},
    "mailer": {},
    "maniac": {},
    "matron": {},
    "miller": {},
    "muller": {},
    "nation": {},
    "opener": {},
    "ouster": {},
    "packer": {},
    "parrot": {},
    "patron": {},
    "peeler": {},
    "peeper": {},
    "polity": {},
    "poster": {},
    "powwow": {},
    "punter": {},
    "puppet": {},
    "purdah": {},
    "racist": {},
    "rafter": {},
    "ramrod": {},
    "redact": {},
    "regent": {},
    "rusher": {},
    "sailor": {},
    "scorer": {},
    "seeder": {},
    "shaver": {},
    "slaver": {},
    "slicer": {},
    "smoker": {},
    "snitch": {},
    "syntax": {},
    "tacker": {},
    "tagger": {},
    "tanker": {},
    "tartar": {},
    "teller": {},
    "thrush": {},
    "trigon": {},
    "troika": {},
    "truant": {},
    "tucker": {},
    "tyrant": {},
    "umpire": {},
    "undoer": {},
    "vestal": {},
    "virgin": {},
    "votary": {},
    "warren": {},
    "washer": {},
    "wetter": {},
    "winder": {},
    "winner": {},
    "wizard": {},
    "admirer": {},
    "amnesic": {},
    "analyst": {},
    "anomaly": {},
    "aphasic": {},
    "armorer": {},
    "arrival": {},
    "ascetic": {},
    "auditor": {},
    "baggage": {},
    "bastion": {},
    "biology": {},
    "boarder": {},
    "brahman": {},
    "brahmin": {},
    "breaker": {},
    "caravan": {},
    "clapper": {},
    "cluster": {},
    "coaster": {},
    "cobbler": {},
    "college": {},
    "convict": {},
    "council": {},
    "counsel": {},
    "coxcomb": {},
    "crawler": {},
    "creeper": {},
    "crewman": {},
    "crimper": {},
    "darling": {},
    "destiny": {},
    "dragoon": {},
    "dreamer": {},
    "duality": {},
    "echelon": {},
    "ejector": {},
    "fiddler": {},
    "fighter": {},
    "flasher": {},
    "forbear": {},
    "harrier": {},
    "holdout": {},
    "hostess": {},
    "incubus": {},
    "ingenue": {},
    "justice": {},
    "kachina": {},
    "kindred": {},
    "kingpin": {},
    "macumba": {},
    "manikin": {},
    "marcher": {},
    "married": {},
    "newborn": {},
    "notable": {},
    "nursing": {},
    "outpost": {},
    "parvenu": {},
    "patient": {},
    "payroll": {},
    "peasant": {},
    "phalanx": {},
    "phantom": {},
    "planter": {},
    "platoon": {},
    "plodder": {},
    "poacher": {},
    "printer": {},
    "prodigy": {},
    "puncher": {},
    "realist": {},
    "redhead": {},
    "revival": {},
    "runaway": {},
    "scholar": {},
    "sharpie": {},
    "skidder": {},
    "slicker": {},
    "slogger": {},
    "smasher": {},
    "snorter": {},
    "snuffer": {},
    "spinner": {},
    "splicer": {},
    "stalker": {},
    "stamper": {},
    "standby": {},
    "stepper": {},
    "striper": {},
    "sweeper": {},
    "thrower": {},
    "triplet": {},
    "utopian": {},
    "utterer": {},
    "voucher": {},
    "washout": {},
    "watcher": {},
    "wiggler": {},
    "wrecker": {},
    "affluent": {},
    "armourer": {},
    "attender": {},
    "bacchant": {},
    "bachelor": {},
    "bankrupt": {},
    "bisexual": {},
    "bondsman": {},
    "cautious": {},
    "congress": {},
    "corporal": {},
    "creature": {},
    "decadent": {},
    "defeated": {},
    "delegate": {},
    "diabetic": {},
    "dictator": {},
    "dyslexic": {},
    "effector": {},
    "exponent": {},
    "flagging": {},
    "freshman": {},
    "fugitive": {},
    "futurist": {},
    "garrison": {},
    "greyback": {},
    "hangover": {},
    "humanism": {},
    "immortal": {},
    "juvenile": {},
    "lapidary": {},
    "mainstay": {},
    "mannikin": {},
    "maverick": {},
    "mechanic": {},
    "minority": {},
    "minstrel": {},
    "mistress": {},
    "monotype": {},
    "mutation": {},
    "nativist": {},
    "neophyte": {},
    "neurotic": {},
    "newsroom": {},
    "nobility": {},
    "opponent": {},
    "pacifier": {},
    "pantheon": {},
    "planting": {},
    "probable": {},
    "producer": {},
    "recusant": {},
    "referral": {},
    "reminder": {},
    "retainer": {},
    "ruralism": {},
    "scalawag": {},
    "scrubber": {},
    "searcher": {},
    "sergeant": {},
    "sociable": {},
    "songster": {},
    "splitter": {},
    "squadron": {},
    "straggle": {},
    "strawman": {},
    "survivor": {},
    "taxonomy": {},
    "treasury": {},
    "vanguard": {},
    "virtuoso": {},
    "walloper": {},
    "warhorse": {},
    "yearling": {},
    "alcoholic": {},
    "anorectic": {},
    "artificer": {},
    "artillery": {},
    "attracter": {},
    "attractor": {},
    "automaton": {},
    "auxiliary": {},
    "barbarian": {},
    "bombshell": {},
    "brokerage": {},
    "coalition": {},
    "concourse": {},
    "contralto": {},
    "counselor": {},
    "crewwoman": {},
    "cyberpunk": {},
    "defaulter": {},
    "deliverer": {},
    "democracy": {},
    "dependant": {},
    "descender": {},
    "dissident": {},
    "dyspeptic": {},
    "feudatory": {},
    "firewoman": {},
    "flyweight": {},
    "incurable": {},
    "institute": {},
    "insurgent": {},
    "intellect": {},
    "introvert": {},
    "mandatory": {},
    "mendicant": {},
    "middleman": {},
    "navigator": {},
    "organiser": {},
    "organizer": {},
    "pluralism": {},
    "pluralist": {},
    "pothunter": {},
    "precursor": {},
    "predictor": {},
    "presenter": {},
    "pretender": {},
    "processor": {},
    "proconsul": {},
    "publisher": {},
    "quintuple": {},
    "registrar": {},
    "regulator": {},
    "scallywag": {},
    "scavenger": {},
    "scrambler": {},
    "scratcher": {},
    "serration": {},
    "singleton": {},
    "stargazer": {},
    "stockpile": {},
    "successor": {},
    "surrogate": {},
    "symbolism": {},
    "temporary": {},
    "throwback": {},
    "trickster": {},
    "warrantee": {},
    "womanhood": {},
    "antagonist": {},
    "attendance": {},
    "blackguard": {},
    "bondswoman": {},
    "chancellor": {},
    "classifier": {},
    "conference": {},
    "conformist": {},
    "counsellor": {},
    "crossroads": {},
    "descendant": {},
    "descendent": {},
    "doorkeeper": {},
    "embodiment": {},
    "expatriate": {},
    "federation": {},
    "fellowship": {},
    "filibuster": {},
    "forerunner": {},
    "fratricide": {},
    "grandstand": {},
    "mastermind": {},
    "minstrelsy": {},
    "missionary": {},
    "ordination": {},
    "plantation": {},
    "powerhouse": {},
    "quadruplet": {},
    "quintuplet": {},
    "repatriate": {},
    "republican": {},
    "respondent": {},
    "rubberneck": {},
    "salamander": {},
    "scholastic": {},
    "separatism": {},
    "sisterhood": {},
    "subscriber": {},
    "subsidiary": {},
    "supplicant": {},
    "suppresser": {},
    "suppressor": {},
    "timekeeper": {},
    "translator": {},
    "university": {},
    "wallflower": {},
    "abomination": {},
    "academician": {},
    "agriculture": {},
    "anachronism": {},
    "antiquarian": {},
    "beneficiary": {},
    "bureaucracy": {},
    "clairvoyant": {},
    "conditioner": {},
    "confederacy": {},
    "consumptive": {},
    "deification": {},
    "enlightened": {},
    "incarnation": {},
    "lilliputian": {},
    "middlewoman": {},
    "narcoleptic": {},
    "nationalist": {},
    "partnership": {},
    "peacekeeper": {},
    "peripatetic": {},
    "pontificate": {},
    "progression": {},
    "prosecution": {},
    "quarterback": {},
    "recessional": {},
    "romanticist": {},
    "shipbuilder": {},
    "transmitter": {},
    "transsexual": {},
    "underwriter": {},
    "undesirable": {},
    "utilitarian": {},
    "acquaintance": {},
    "bantamweight": {},
    "collaborator": {},
    "congregation": {},
    "conservatory": {},
    "countertenor": {},
    "demonstrator": {},
    "denomination": {},
    "headquarters": {},
    "illegitimate": {},
    "investigator": {},
    "metropolitan": {},
    "middleweight": {},
    "noncombatant": {},
    "philharmonic": {},
    "schoolmaster": {},
    "sharpshooter": {},
    "totalitarian": {},
    "authoritarian": {},
    "confederation": {},
    "correspondent": {},
    "reincarnation": {},
    "schizophrenic": {},
    "supernumerary": {},
    "categorization": {},
    "tatterdemalion": {},
    "instrumentality": {},
    "internationalist": {},
    "bey": {},
    "cox": {},
    "cur": {},
    "few": {},
    "foe": {},
    "hag": {},
    "lad": {},
    "mod": {},
    "obi": {},
    "sib": {},
    "aide": {},
    "amah": {},
    "anti": {},
    "army": {},
    "beau": {},
    "bevy": {},
    "bogy": {},
    "chit": {},
    "clod": {},
    "coon": {},
    "czar": {},
    "dada": {},
    "dame": {},
    "derp": {},
    "dodo": {},
    "dude": {},
    "duke": {},
    "dupe": {},
    "gild": {},
    "giro": {},
    "goat": {},
    "goon": {},
    "grad": {},
    "guru": {},
    "heir": {},
    "hobo": {},
    "hunk": {},
    "jilt": {},
    "jock": {},
    "jury": {},
    "khan": {},
    "maid": {},
    "naif": {},
    "navy": {},
    "nerd": {},
    "peri": {},
    "pimp": {},
    "putz": {},
    "sect": {},
    "suer": {},
    "swot": {},
    "tuft": {},
    "adept": {},
    "baker": {},
    "basso": {},
    "beast": {},
    "bride": {},
    "bunny": {},
    "cadre": {},
    "comer": {},
    "cooky": {},
    "corps": {},
    "covey": {},
    "deist": {},
    "edger": {},
    "elite": {},
    "emcee": {},
    "enate": {},
    "faery": {},
    "fatty": {},
    "fauna": {},
    "felon": {},
    "filer": {},
    "flora": {},
    "folks": {},
    "forum": {},
    "genus": {
      "plural": "genera"
    },
    "ghoul": {},
    "gipsy": {},
    "giver": {},
    "gnome": {},
    "grove": {},
    "gypsy": {},
    "hajji": {},
    "hakim": {},
    "junky": {},
    "knave": {},
    "lefty": {},
    "leper": {},
    "loony": {},
    "macho": {},
    "madam": {},
    "magus": {},
    "medic": {},
    "mezzo": {},
    "miler": {},
    "mooch": {},
    "mufti": {},
    "nabob": {},
    "nexus": {},
    "ninja": {},
    "obeah": {},
    "parer": {},
    "pigmy": {},
    "poilu": {},
    "ponce": {},
    "prior": {},
    "proxy": {},
    "puppy": {},
    "pygmy": {},
    "quint": {},
    "raver": {},
    "rover": {},
    "satyr": {},
    "scamp": {},
    "sheik": {},
    "shill": {},
    "shrew": {},
    "sibyl": {},
    "sissy": {},
    "slain": {},
    "smith": {},
    "snoop": {},
    "sprog": {},
    "stoic": {},
    "sylph": {},
    "taker": {},
    "thane": {},
    "toady": {},
    "totem": {},
    "trier": {},
    "tryst": {},
    "tuner": {},
    "twirp": {},
    "uncle": {},
    "valet": {},
    "vegan": {},
    "vixen": {},
    "waker": {},
    "widow": {},
    "wight": {},
    "wirer": {},
    "yenta": {},
    "agnate": {},
    "alexic": {},
    "amazon": {},
    "audile": {},
    "avatar": {},
    "avower": {},
    "bagger": {},
    "bagman": {},
    "banker": {},
    "barber": {},
    "barker": {},
    "bather": {},
    "bawler": {},
    "beater": {},
    "beldam": {},
    "bidder": {},
    "boater": {},
    "brewer": {},
    "broker": {},
    "brunet": {},
    "bureau": {},
    "caddie": {},
    "camper": {},
    "cantor": {},
    "caucus": {},
    "chaser": {},
    "cherub": {},
    "chosen": {},
    "coeval": {},
    "cooper": {},
    "coquet": {},
    "cottar": {},
    "craven": {},
    "cubist": {},
    "daemon": {},
    "deacon": {},
    "digger": {},
    "dodger": {},
    "dowser": {},
    "duette": {},
    "dunker": {},
    "egoist": {},
    "eldest": {},
    "eparch": {},
    "erotic": {},
    "eyeful": {},
    "faller": {},
    "fitter": {},
    "flunky": {},
    "forger": {},
    "framer": {},
    "gaggle": {},
    "gagman": {},
    "gamine": {},
    "gasbag": {},
    "gillie": {},
    "goalie": {},
    "gouger": {},
    "grouch": {},
    "gunman": {},
    "gunner": {},
    "hamlet": {},
    "hanger": {},
    "hawker": {},
    "heaver": {},
    "hermit": {},
    "hitter": {},
    "hummer": {},
    "iceman": {},
    "joiner": {},
    "junkie": {},
    "jurist": {},
    "keeper": {},
    "kelpie": {},
    "kisser": {},
    "lackey": {},
    "lector": {},
    "lifter": {},
    "lister": {},
    "lizard": {},
    "loader": {},
    "loaner": {},
    "logjam": {},
    "longer": {},
    "lubber": {},
    "lumper": {},
    "lyceum": {},
    "madcap": {},
    "maenad": {},
    "maimed": {},
    "masher": {},
    "medico": {},
    "menial": {},
    "midden": {},
    "midget": {},
    "minder": {},
    "moiety": {},
    "motile": {},
    "nester": {},
    "oblate": {},
    "oilman": {},
    "parish": {},
    "paster": {},
    "pelter": {},
    "phylum": {},
    "picker": {},
    "plenum": {},
    "police": {},
    "pruner": {},
    "psyche": {},
    "puller": {},
    "python": {},
    "rabble": {},
    "raider": {},
    "raiser": {},
    "ranger": {},
    "ranker": {},
    "rapper": {},
    "reaper": {},
    "redcap": {},
    "reeler": {},
    "regime": {},
    "renter": {},
    "rifler": {},
    "romper": {},
    "sachem": {},
    "salter": {},
    "sawyer": {},
    "sealer": {},
    "seeker": {},
    "sender": {},
    "sexist": {},
    "shaker": {},
    "shaper": {},
    "sharpy": {},
    "signer": {},
    "silvan": {},
    "sleuth": {},
    "smiler": {},
    "sorter": {},
    "sphinx": {},
    "stager": {},
    "stater": {},
    "supper": {},
    "sylvan": {},
    "talent": {},
    "tanner": {},
    "tester": {},
    "theist": {},
    "throng": {},
    "tilter": {},
    "tipper": {},
    "toller": {},
    "tosser": {},
    "tourer": {},
    "townie": {},
    "trusty": {},
    "varlet": {},
    "vermin": {},
    "vestry": {},
    "victor": {},
    "virago": {},
    "voicer": {},
    "waster": {},
    "weasel": {},
    "weaver": {},
    "weeder": {},
    "weeper": {},
    "weirdo": {},
    "whaler": {},
    "winker": {},
    "wraith": {},
    "wretch": {},
    "yakuza": {},
    "yeoman": {},
    "adapter": {},
    "admiral": {},
    "airhead": {},
    "amalgam": {},
    "animist": {},
    "aphakic": {},
    "applier": {},
    "arbiter": {},
    "armiger": {},
    "atheist": {},
    "attache": {},
    "babbler": {},
    "baffled": {},
    "beldame": {},
    "beloved": {},
    "berserk": {},
    "bondman": {},
    "bounder": {},
    "brigade": {},
    "browser": {},
    "buffoon": {},
    "bulimic": {},
    "burgher": {},
    "caitiff": {},
    "carload": {},
    "catcher": {},
    "cavalry": {},
    "chachka": {},
    "changer": {},
    "charmer": {},
    "chemist": {},
    "cocotte": {},
    "collage": {},
    "compere": {},
    "shadow": {},
    "layer": {},
    "north": {},
    "orbit": {},
    "trend": {},
    "truss": {},
    "vault": {},
    "bunker": {},
    "harbor": {},
    "orient": {},
    "origin": {},
    "resort": {},
    "safety": {},
    "target": {},
    "chamber": {},
    "extreme": {},
    "harbour": {},
    "kingdom": {},
    "mandate": {},
    "outline": {},
    "station": {},
    "blockade": {},
    "darkness": {},
    "overlook": {},
    "landscape": {},
    "northeast": {},
    "northwest": {},
    "partition": {},
    "southeast": {},
    "southwest": {},
    "structure": {},
    "atmosphere": {},
    "lug": {},
    "tee": {},
    "balk": {},
    "burr": {},
    "cage": {},
    "drip": {},
    "east": {},
    "fort": {},
    "hoop": {},
    "west": {},
    "cleat": {},
    "fluke": {},
    "scour": {},
    "south": {},
    "beacon": {},
    "closet": {},
    "duplex": {},
    "radius": {
      "plural": "radii"
    },
    "vacuum": {},
    "wattle": {},
    "canteen": {},
    "grounds": {},
    "cloister": {},
    "pinnacle": {},
    "property": {},
    "surround": {},
    "terminus": {},
    "anchorage": {},
    "barricade": {},
    "honeycomb": {},
    "turnaround": {},
    "institution": {},
    "termination": {},
    "cab": {},
    "dam": {},
    "brim": {},
    "calk": {},
    "dome": {},
    "goal": {},
    "hill": {},
    "hull": {},
    "knob": {},
    "prop": {},
    "seam": {},
    "site": {},
    "turf": {},
    "apron": {},
    "arena": {},
    "baulk": {},
    "cabin": {},
    "grill": {},
    "groin": {},
    "haunt": {},
    "lever": {},
    "niche": {},
    "privy": {},
    "works": {},
    "airway": {},
    "barren": {},
    "corral": {},
    "dugout": {},
    "fender": {},
    "galley": {},
    "hurdle": {},
    "lounge": {},
    "outlet": {},
    "refuge": {},
    "sconce": {},
    "sprawl": {},
    "temple": {},
    "toilet": {},
    "wicket": {},
    "barrack": {},
    "bulwark": {},
    "buttery": {},
    "cornice": {},
    "grating": {},
    "landing": {},
    "leeward": {},
    "maximum": {},
    "pasture": {},
    "salient": {},
    "shingle": {},
    "squinch": {},
    "surgery": {},
    "building": {},
    "cylinder": {},
    "downtown": {},
    "fountain": {},
    "landmark": {},
    "munition": {},
    "quadrant": {},
    "rearward": {},
    "sideline": {},
    "windward": {},
    "homestead": {},
    "multiplex": {},
    "perfumery": {},
    "residence": {},
    "stretcher": {},
    "substrate": {},
    "excavation": {},
    "silhouette": {},
    "convenience": {},
    "culmination": {},
    "declination": {},
    "architecture": {},
    "spa": {},
    "aery": {},
    "brow": {},
    "bung": {},
    "dike": {},
    "flue": {},
    "hell": {},
    "tent": {},
    "abbey": {},
    "aisle": {},
    "arbor": {},
    "attic": {},
    "booth": {},
    "brink": {},
    "disco": {},
    "oxbow": {},
    "oxeye": {},
    "quoin": {},
    "realm": {},
    "salon": {},
    "villa": {},
    "whorl": {},
    "barony": {},
    "barrow": {},
    "bazaar": {},
    "billet": {},
    "bustle": {},
    "canton": {},
    "casing": {},
    "cellar": {},
    "cooler": {},
    "garage": {},
    "ghetto": {},
    "grille": {},
    "hearth": {},
    "locker": {},
    "midway": {},
    "muffle": {},
    "oracle": {},
    "remise": {},
    "saloon": {},
    "stocks": {},
    "studio": {},
    "tiptop": {},
    "uptown": {},
    "volute": {},
    "arsenal": {},
    "chassis": {},
    "cockpit": {},
    "commons": {},
    "cubicle": {},
    "dockage": {},
    "fairway": {},
    "fencing": {},
    "gondola": {},
    "heading": {},
    "hotspot": {},
    "lattice": {},
    "lodging": {},
    "minimum": {},
    "moorage": {},
    "pannier": {},
    "rattrap": {},
    "rootage": {},
    "stowage": {},
    "theater": {},
    "theatre": {},
    "vacuity": {},
    "baseline": {},
    "butchery": {},
    "buttress": {},
    "clearing": {},
    "crosscut": {},
    "domicile": {},
    "erection": {},
    "exterior": {},
    "fanlight": {},
    "fastness": {},
    "firewall": {},
    "foothold": {},
    "frontier": {},
    "lavatory": {},
    "memorial": {},
    "monument": {},
    "mortuary": {},
    "overhang": {},
    "pedestal": {},
    "scenario": {},
    "solitude": {},
    "sprocket": {},
    "stockade": {},
    "stoppage": {},
    "vaulting": {},
    "bombproof": {},
    "cathedral": {},
    "fundament": {},
    "hindrance": {},
    "panhandle": {},
    "proximity": {},
    "resonator": {},
    "sanctuary": {},
    "territory": {},
    "watershed": {},
    "confluence": {},
    "department": {},
    "encampment": {},
    "flashpoint": {},
    "groundwork": {},
    "hinderance": {},
    "quartering": {},
    "substratum": {},
    "underbelly": {},
    "breadbasket": {},
    "columbarium": {},
    "destination": {},
    "engineering": {},
    "equinoctial": {},
    "planetarium": {},
    "penitentiary": {},
    "circumference": {},
    "confectionery": {},
    "fortification": {},
    "hub": {},
    "hut": {},
    "lee": {},
    "sty": {},
    "acme": {},
    "apex": {},
    "barn": {},
    "brig": {},
    "coop": {},
    "digs": {},
    "holy": {},
    "jail": {},
    "jook": {},
    "juke": {},
    "loge": {},
    "mall": {},
    "nook": {},
    "pave": {},
    "sash": {},
    "silo": {},
    "slum": {},
    "tope": {},
    "weir": {},
    "abode": {},
    "aerie": {},
    "altar": {},
    "bazar": {},
    "detox": {},
    "haven": {},
    "heath": {},
    "hutch": {},
    "kraal": {},
    "lager": {},
    "manor": {},
    "manse": {},
    "navel": {},
    "oasis": {
      "plural": "oases"
    },
    "opera": {},
    "paddy": {},
    "plaza": {},
    "pylon": {},
    "rodeo": {},
    "shire": {},
    "spile": {},
    "sprag": {},
    "venue": {},
    "visor": {},
    "apogee": {},
    "arcade": {},
    "ashram": {},
    "asylum": {},
    "atrium": {},
    "bagnio": {},
    "bailey": {},
    "barrio": {},
    "belfry": {},
    "boards": {},
    "casino": {},
    "chapel": {},
    "county": {},
    "creche": {},
    "cupola": {},
    "deckle": {},
    "fraise": {},
    "haymow": {},
    "hostel": {},
    "kennel": {},
    "lancet": {},
    "larder": {},
    "lockup": {},
    "mihrab": {},
    "parlor": {},
    "plaque": {},
    "prefab": {},
    "prison": {},
    "spigot": {},
    "stacks": {},
    "tampon": {},
    "turret": {},
    "vertex": {},
    "zodiac": {},
    "automat": {},
    "balcony": {},
    "batwing": {},
    "benthos": {},
    "borough": {},
    "bubbler": {},
    "bullpen": {},
    "cabaret": {},
    "caboose": {},
    "chantry": {},
    "convent": {},
    "deanery": {},
    "demesne": {},
    "derrick": {},
    "desktop": {},
    "drydock": {},
    "dukedom": {},
    "dungeon": {},
    "earldom": {},
    "earplug": {},
    "embassy": {},
    "emirate": {},
    "eparchy": {},
    "equinox": {},
    "fiefdom": {},
    "florist": {},
    "flyover": {},
    "framing": {},
    "funfair": {},
    "grocery": {},
    "hayrack": {},
    "hospice": {},
    "khanate": {},
    "lunette": {},
    "mansion": {},
    "marquee": {},
    "masonry": {},
    "matting": {},
    "midland": {},
    "mooring": {},
    "narthex": {},
    "nirvana": {},
    "obelisk": {},
    "outback": {},
    "parapet": {},
    "parlour": {},
    "pinhead": {},
    "railing": {},
    "rathole": {},
    "redoubt": {},
    "ribbing": {},
    "rotunda": {},
    "sanctum": {},
    "sawmill": {},
    "shipway": {},
    "shoebox": {},
    "stopple": {},
    "tambour": {},
    "transom": {},
    "trellis": {},
    "trestle": {},
    "tribune": {},
    "vantage": {},
    "abutment": {},
    "airspace": {},
    "ambiance": {},
    "ambience": {},
    "backside": {},
    "ballpark": {},
    "basement": {},
    "basilica": {},
    "bioscope": {},
    "bodywork": {},
    "brattice": {},
    "diggings": {},
    "doghouse": {},
    "dominion": {},
    "entrepot": {},
    "environs": {},
    "extremum": {},
    "farmland": {},
    "fireside": {},
    "hacienda": {},
    "hideaway": {},
    "imperium": {},
    "jalousie": {},
    "littoral": {},
    "mantelet": {},
    "mounting": {},
    "nailhead": {},
    "outdoors": {},
    "palisade": {},
    "pharmacy": {},
    "porthole": {},
    "province": {},
    "revolver": {},
    "seascape": {},
    "sidewall": {},
    "steerage": {},
    "stopover": {},
    "suburbia": {},
    "sudatory": {},
    "sweatbox": {},
    "tailgate": {},
    "turnpike": {},
    "wellhead": {},
    "backwater": {},
    "bailiwick": {},
    "beachhead": {},
    "belvedere": {},
    "caliphate": {},
    "caparison": {},
    "cellarage": {},
    "chandlery": {},
    "cloakroom": {},
    "colonnade": {},
    "cookhouse": {},
    "couchette": {},
    "crematory": {},
    "crownwork": {},
    "cubbyhole": {},
    "dollhouse": {},
    "dormitory": {},
    "dripstone": {},
    "fieldwork": {},
    "fireguard": {},
    "forefront": {},
    "guardroom": {},
    "hatchback": {},
    "isoclinal": {},
    "lazaretto": {},
    "lineation": {},
    "mezzanine": {},
    "millinery": {},
    "orphanage": {},
    "outfitter": {},
    "pleasance": {},
    "princedom": {},
    "revetment": {},
    "roadblock": {},
    "scrapheap": {},
    "shrubbery": {},
    "viewpoint": {},
    "viscounty": {},
    "workhouse": {},
    "architrave": {},
    "birthplace": {},
    "borderline": {},
    "bridgehead": {},
    "brownstone": {},
    "chokepoint": {},
    "commissary": {},
    "courthouse": {},
    "escarpment": {},
    "greenhouse": {},
    "ironmonger": {},
    "justiciary": {},
    "laboratory": {},
    "lamination": {},
    "maisonette": {},
    "metropolis": {},
    "obstructor": {},
    "panopticon": {},
    "playground": {},
    "prefecture": {},
    "proscenium": {},
    "quadrangle": {},
    "rotisserie": {},
    "sanatorium": {},
    "suzerainty": {},
    "tenderloin": {},
    "triclinium": {},
    "wellspring": {},
    "wheelhouse": {},
    "condominium": {},
    "conventicle": {},
    "crematorium": {},
    "crenelation": {},
    "demarcation": {},
    "maisonnette": {},
    "observatory": {},
    "reformatory": {},
    "superstrate": {},
    "tobacconist": {},
    "trusteeship": {},
    "wainscoting": {},
    "amphitheater": {},
    "amphitheatre": {},
    "chapterhouse": {},
    "clotheshorse": {},
    "delicatessen": {},
    "fountainhead": {},
    "haberdashery": {},
    "municipality": {},
    "packinghouse": {},
    "patriarchate": {},
    "retrenchment": {},
    "substructure": {},
    "superstratum": {},
    "surroundings": {},
    "wainscotting": {},
    "juxtaposition": {},
    "infrastructure": {},
    "dec": {},
    "inn": {},
    "loo": {},
    "pub": {},
    "burg": {},
    "cafe": {},
    "deli": {},
    "dorm": {},
    "hank": {},
    "iglu": {},
    "kirk": {},
    "lair": {},
    "lawn": {},
    "mart": {},
    "nave": {},
    "oast": {},
    "rink": {},
    "souk": {},
    "tine": {},
    "tipi": {},
    "veld": {},
    "ways": {},
    "wold": {},
    "yurt": {},
    "apsis": {},
    "burgh": {},
    "condo": {},
    "cubby": {},
    "cuddy": {},
    "dacha": {},
    "duchy": {},
    "duomo": {},
    "eaves": {},
    "flies": {},
    "gable": {},
    "glade": {},
    "gulag": {},
    "harem": {},
    "hogan": {},
    "igloo": {},
    "lanai": {},
    "layby": {},
    "mecca": {},
    "midst": {},
    "motel": {},
    "oriel": {},
    "parts": {},
    "patio": {},
    "polls": {},
    "qibla": {},
    "roads": {},
    "rooms": {},
    "sauna": {},
    "skein": {},
    "socle": {},
    "soddy": {},
    "sodom": {},
    "spire": {},
    "stoep": {},
    "stupa": {},
    "tenon": {},
    "tepee": {},
    "tupek": {},
    "tupik": {},
    "veldt": {},
    "weald": {},
    "abatis": {},
    "abbacy": {},
    "alcove": {},
    "apiary": {},
    "arbour": {},
    "aviary": {},
    "bedsit": {},
    "bethel": {},
    "bodega": {},
    "bounds": {},
    "bowels": {},
    "cabana": {},
    "calkin": {},
    "campus": {},
    "carrel": {},
    "casbah": {},
    "casern": {},
    "chalet": {},
    "depths": {},
    "dolmen": {},
    "donjon": {},
    "dormer": {},
    "durbar": {},
    "eatery": {},
    "escarp": {},
    "fipple": {},
    "flange": {},
    "flyway": {},
    "friary": {},
    "furket": {},
    "gantry": {},
    "garret": {},
    "hangar": {},
    "hareem": {},
    "hayrig": {},
    "imaret": {},
    "isobar": {},
    "isohel": {},
    "isolex": {},
    "kasbah": {},
    "laager": {},
    "locale": {},
    "loggia": {},
    "marina": {},
    "masjid": {},
    "meadow": {},
    "medina": {},
    "menhir": {},
    "merlon": {},
    "midair": {},
    "morgue": {},
    "mosque": {},
    "mudhif": {},
    "musjid": {},
    "pagoda": {},
    "paling": {},
    "pantry": {},
    "parvis": {},
    "pelmet": {},
    "piazza": {},
    "pigsty": {},
    "plinth": {},
    "priory": {},
    "pueblo": {},
    "radome": {},
    "setoff": {},
    "skybox": {},
    "skyway": {},
    "stalls": {},
    "storey": {},
    "suburb": {},
    "tenter": {},
    "upside": {},
    "volary": {},
    "wigwam": {},
    "wikiup": {},
    "winery": {},
    "abattis": {},
    "airdock": {},
    "airlock": {},
    "alcazar": {},
    "antapex": {},
    "apadana": {},
    "apojove": {},
    "apolune": {},
    "athanor": {},
    "barroom": {},
    "bascule": {},
    "bedside": {},
    "beeline": {},
    "borstal": {},
    "boudoir": {},
    "brewery": {},
    "brewpub": {},
    "brothel": {},
    "campong": {},
    "cannery": {},
    "capitol": {},
    "carport": {},
    "carrell": {},
    "chancel": {},
    "chateau": {},
    "citadel": {},
    "coaming": {},
    "corncob": {},
    "cottage": {},
    "cowbarn": {},
    "cowshed": {},
    "cowtown": {},
    "crinion": {},
    "dinette": {},
    "diocese": {},
    "earshot": {},
    "edifice": {},
    "enclave": {},
    "exurbia": {},
    "eyeshot": {},
    "fantail": {},
    "feedlot": {},
    "firebox": {},
    "screw": {},
    "share": {},
    "sheet": {},
    "slice": {},
    "slide": {},
    "spill": {},
    "stage": {},
    "stake": {},
    "tread": {},
    "paddle": {},
    "weight": {},
    "canvass": {},
    "compact": {},
    "undercut": {},
    "representation": {},
    "fin": {},
    "gag": {},
    "jet": {},
    "tug": {},
    "bark": {},
    "bunk": {},
    "drum": {},
    "mask": {},
    "pipe": {},
    "reel": {},
    "scan": {},
    "blank": {},
    "drill": {},
    "plumb": {},
    "plume": {},
    "shank": {},
    "sling": {},
    "spray": {},
    "pickup": {},
    "saddle": {},
    "trench": {},
    "capsule": {},
    "security": {},
    "sacrifice": {},
    "technical": {},
    "can": {},
    "jar": {},
    "map": {},
    "ply": {},
    "rib": {},
    "rim": {},
    "web": {},
    "bell": {},
    "buck": {},
    "claw": {},
    "comb": {},
    "copy": {},
    "crib": {},
    "dish": {},
    "fake": {},
    "foil": {},
    "grab": {},
    "kite": {},
    "ramp": {},
    "rent": {},
    "slot": {},
    "spit": {},
    "tank": {},
    "bosom": {},
    "cable": {},
    "charm": {},
    "drain": {},
    "grave": {},
    "price": {},
    "skirt": {},
    "stool": {},
    "strap": {},
    "stump": {},
    "trail": {},
    "access": {},
    "cannon": {},
    "fiddle": {},
    "formal": {},
    "insert": {},
    "launch": {},
    "purple": {},
    "reward": {},
    "strand": {},
    "tackle": {},
    "display": {},
    "floater": {},
    "incline": {},
    "limited": {},
    "portion": {},
    "torpedo": {},
    "overcast": {},
    "puncture": {},
    "broadside": {},
    "duplicate": {},
    "submarine": {},
    "surcharge": {},
    "production": {},
    "interchange": {},
    "bus": {},
    "due": {},
    "gap": {},
    "jaw": {},
    "lag": {},
    "nut": {},
    "tin": {},
    "win": {},
    "arch": {},
    "bail": {},
    "cell": {},
    "dope": {},
    "fell": {},
    "film": {},
    "lace": {},
    "lash": {},
    "mail": {},
    "pale": {},
    "purl": {},
    "rate": {},
    "skid": {},
    "sole": {},
    "spar": {},
    "tuck": {},
    "vamp": {},
    "vent": {},
    "vest": {},
    "brake": {},
    "brass": {},
    "chuck": {},
    "cramp": {},
    "crest": {},
    "drape": {},
    "elbow": {},
    "habit": {},
    "lease": {},
    "lower": {},
    "prize": {},
    "roach": {},
    "royal": {},
    "scrap": {},
    "slate": {},
    "snare": {},
    "snuff": {},
    "total": {},
    "trump": {},
    "beaver": {},
    "canvas": {},
    "future": {},
    "handle": {},
    "header": {},
    "jacket": {},
    "motley": {},
    "muzzle": {},
    "quiver": {},
    "rocket": {},
    "roller": {},
    "staple": {},
    "wrench": {},
    "compass": {},
    "element": {},
    "exhaust": {},
    "frontal": {},
    "thunder": {},
    "transit": {},
    "upstage": {},
    "traverse": {},
    "accession": {},
    "allowance": {},
    "guarantee": {},
    "promenade": {},
    "shipwreck": {},
    "attachment": {},
    "protection": {},
    "perpendicular": {},
    "aid": {},
    "gig": {},
    "gin": {},
    "nap": {},
    "oil": {},
    "ram": {},
    "bead": {},
    "bulb": {},
    "curb": {},
    "dart": {},
    "daub": {},
    "dial": {},
    "dose": {},
    "exit": {},
    "fuse": {},
    "goad": {},
    "item": {},
    "knit": {},
    "plan": {},
    "rein": {},
    "swag": {},
    "veil": {},
    "alarm": {},
    "chart": {},
    "cinch": {},
    "clasp": {},
    "eagle": {},
    "entry": {},
    "fluff": {},
    "gouge": {},
    "lance": {},
    "meter": {},
    "miter": {},
    "pouch": {},
    "probe": {},
    "punch": {},
    "purse": {},
    "sable": {},
    "scuff": {},
    "shear": {},
    "stern": {},
    "taper": {},
    "thumb": {},
    "wharf": {},
    "whisk": {},
    "barrel": {},
    "beetle": {},
    "bronze": {},
    "burden": {},
    "congee": {},
    "fleece": {},
    "glossy": {},
    "halter": {},
    "limber": {},
    "margin": {},
    "mobile": {},
    "needle": {},
    "remote": {},
    "shroud": {},
    "sketch": {},
    "splice": {},
    "stripe": {},
    "toggle": {},
    "trough": {},
    "volume": {},
    "ballast": {},
    "binding": {},
    "blanket": {},
    "costume": {},
    "crackle": {},
    "crystal": {},
    "diamond": {},
    "fitting": {},
    "graphic": {},
    "harness": {},
    "premium": {},
    "product": {},
    "pyramid": {},
    "sandbag": {},
    "squelch": {},
    "trammel": {},
    "uniform": {},
    "venture": {},
    "warrant": {},
    "wildcat": {},
    "working": {},
    "assembly": {},
    "charcoal": {},
    "discount": {},
    "envelope": {},
    "imperial": {},
    "ligature": {},
    "original": {},
    "specific": {},
    "treasure": {},
    "vertical": {},
    "deduction": {},
    "distemper": {},
    "inventory": {},
    "objective": {},
    "reversion": {},
    "whitewash": {},
    "supplement": {},
    "contrivance": {},
    "convertible": {},
    "inspiration": {},
    "intersection": {},
    "counterbalance": {},
    "bet": {},
    "gel": {},
    "gut": {},
    "jag": {},
    "jig": {},
    "pan": {},
    "pry": {},
    "tab": {},
    "tax": {},
    "zip": {},
    "bait": {},
    "barb": {},
    "bomb": {},
    "cone": {},
    "cuff": {},
    "dado": {},
    "disk": {},
    "gear": {},
    "gore": {},
    "grid": {},
    "harp": {},
    "loom": {},
    "main": {},
    "pant": {},
    "pike": {},
    "prod": {},
    "reef": {},
    "ruff": {},
    "sham": {},
    "tare": {},
    "tidy": {},
    "tire": {},
    "toll": {},
    "award": {},
    "basic": {},
    "basin": {},
    "baton": {},
    "birch": {},
    "braid": {},
    "broom": {},
    "clack": {},
    "cloak": {},
    "clout": {},
    "crock": {},
    "fagot": {},
    "ferry": {},
    "filet": {},
    "forte": {},
    "found": {},
    "frail": {},
    "jolly": {},
    "motor": {},
    "pedal": {},
    "potty": {},
    "radio": {},
    "rivet": {},
    "scarf": {},
    "shore": {},
    "shunt": {},
    "sieve": {},
    "splat": {},
    "splay": {},
    "stave": {},
    "steal": {},
    "steel": {},
    "thong": {},
    "tithe": {},
    "torch": {},
    "trunk": {},
    "twine": {},
    "upper": {},
    "valve": {},
    "weave": {},
    "bridle": {},
    "buckle": {},
    "buffet": {},
    "carpet": {},
    "cotton": {},
    "custom": {},
    "devise": {},
    "enamel": {},
    "entail": {},
    "furrow": {},
    "girdle": {},
    "hobble": {},
    "mangle": {},
    "mosaic": {},
    "motive": {},
    "pallet": {},
    "pencil": {},
    "pinion": {},
    "powder": {},
    "radial": {},
    "rattle": {},
    "rebate": {},
    "rumble": {},
    "shield": {},
    "shimmy": {},
    "shovel": {},
    "sledge": {},
    "sluice": {},
    "tablet": {},
    "throne": {},
    "timber": {},
    "tinsel": {},
    "uplift": {},
    "benefit": {},
    "bombard": {},
    "bootleg": {},
    "console": {},
    "default": {},
    "forfeit": {},
    "freight": {},
    "gantlet": {},
    "generic": {},
    "grapple": {},
    "journal": {},
    "loading": {},
    "molding": {},
    "overlap": {},
    "pigment": {},
    "plastic": {},
    "salvage": {},
    "scooter": {},
    "scuffle": {},
    "spindle": {},
    "steamer": {},
    "stopper": {},
    "upright": {},
    "carriage": {},
    "catapult": {},
    "facility": {},
    "laminate": {},
    "medicine": {},
    "offstage": {},
    "overload": {},
    "plastron": {},
    "railroad": {},
    "retrofit": {},
    "strickle": {},
    "throttle": {},
    "whipping": {},
    "wireless": {},
    "automatic": {},
    "blackjack": {},
    "blackwash": {},
    "foliation": {},
    "interlock": {},
    "roughcast": {},
    "threshold": {},
    "antiseptic": {},
    "camouflage": {},
    "incidental": {},
    "intangible": {},
    "preventive": {},
    "reversible": {},
    "watercolor": {},
    "maintenance": {},
    "watercolour": {},
    "differential": {},
    "prescription": {},
    "preventative": {},
    "prophylactic": {},
    "reproduction": {},
    "transcription": {},
    "transportation": {},
    "fob": {},
    "guy": {},
    "hem": {},
    "jug": {},
    "kit": {},
    "saw": {},
    "cane": {},
    "cart": {},
    "clam": {},
    "coif": {},
    "cosy": {},
    "cozy": {},
    "disc": {},
    "felt": {},
    "gash": {},
    "hone": {},
    "hose": {},
    "keel": {},
    "loot": {},
    "luff": {},
    "lure": {},
    "mast": {},
    "mend": {},
    "mine": {},
    "muff": {},
    "nuke": {},
    "plow": {},
    "robe": {},
    "ruby": {},
    "snip": {},
    "soap": {},
    "spud": {},
    "swab": {},
    "tile": {},
    "till": {},
    "tram": {},
    "vane": {},
    "wand": {},
    "weed": {},
    "weld": {},
    "welt": {},
    "audio": {},
    "audit": {},
    "baste": {},
    "bilge": {},
    "brail": {},
    "bugle": {},
    "canal": {},
    "chest": {},
    "chock": {},
    "conge": {},
    "couch": {},
    "crape": {},
    "crepe": {},
    "crook": {},
    "flute": {},
    "frill": {},
    "frock": {},
    "fusee": {},
    "hoist": {},
    "inset": {},
    "kitty": {},
    "leash": {},
    "liner": {},
    "mixer": {},
    "noose": {},
    "novel": {},
    "pearl": {},
    "piano": {},
    "plait": {},
    "quill": {},
    "reset": {},
    "roost": {},
    "saber": {},
    "sabre": {},
    "scull": {},
    "spear": {},
    "squab": {},
    "stilt": {},
    "sulky": {},
    "video": {},
    "vomit": {},
    "wagon": {},
    "aerial": {},
    "armory": {},
    "baffle": {},
    "banner": {},
    "batten": {},
    "binder": {},
    "bodkin": {},
    "bypass": {},
    "canopy": {},
    "chisel": {},
    "clench": {},
    "dollar": {},
    "dredge": {},
    "drogue": {},
    "duster": {},
    "engine": {},
    "excise": {},
    "facing": {},
    "funnel": {},
    "garner": {},
    "hamper": {},
    "joggle": {},
    "kettle": {},
    "lining": {},
    "livery": {},
    "lumber": {},
    "marble": {},
    "mortar": {},
    "mousse": {},
    "nickel": {},
    "ocular": {},
    "payoff": {},
    "pestle": {},
    "piping": {},
    "pommel": {},
    "profit": {},
    "puzzle": {},
    "ransom": {},
    "ration": {},
    "rental": {},
    "ribbon": {},
    "rotary": {},
    "runway": {},
    "saucer": {},
    "seesaw": {},
    "siphon": {},
    "suture": {},
    "tattoo": {},
    "thatch": {},
    "throat": {},
    "tunnel": {},
    "turtle": {},
    "wealth": {},
    "acrylic": {},
    "armoury": {},
    "balloon": {},
    "bargain": {},
    "beehive": {},
    "blinker": {},
    "bolster": {},
    "caisson": {},
    "casting": {},
    "ceiling": {},
    "chariot": {},
    "chopper": {},
    "clarion": {},
    "clinker": {},
    "clipper": {},
    "cowhide": {},
    "earnest": {},
    "elastic": {},
    "expense": {},
    "festoon": {},
    "fortune": {},
    "garnish": {},
    "gravure": {},
    "grinder": {},
    "killing": {},
    "linkage": {},
    "novelty": {},
    "overall": {},
    "overlay": {},
    "pallium": {},
    "perfume": {},
    "pillory": {},
    "pointer": {},
    "ringlet": {},
    "rosette": {},
    "segment": {},
    "shuttle": {},
    "staging": {},
    "trailer": {},
    "trumpet": {},
    "unction": {},
    "barbecue": {},
    "barbeque": {},
    "disguise": {},
    "electric": {},
    "elevated": {},
    "fraction": {},
    "gauntlet": {},
    "gossamer": {},
    "heritage": {},
    "homespun": {},
    "ironclad": {},
    "lifeline": {},
    "lighting": {},
    "mackinaw": {},
    "moulding": {},
    "pinpoint": {},
    "pinwheel": {},
    "poundage": {},
    "sanguine": {},
    "sapphire": {},
    "scribble": {},
    "triangle": {},
    "underlay": {},
    "upstairs": {},
    "virginal": {},
    "admission": {},
    "amphibian": {},
    "backstage": {},
    "capillary": {},
    "cartridge": {},
    "cartwheel": {},
    "cathartic": {},
    "condenser": {},
    "damascene": {},
    "depiction": {},
    "diaphragm": {},
    "medallion": {},
    "overdrive": {},
    "pacemaker": {},
    "reservoir": {},
    "screening": {},
    "sectional": {},
    "solitaire": {},
    "spotlight": {},
    "undercoat": {},
    "assessment": {},
    "bottleneck": {},
    "equatorial": {},
    "overburden": {},
    "pigeonhole": {},
    "pocketbook": {},
    "pontifical": {},
    "refractory": {},
    "reparation": {},
    "roundabout": {},
    "simulation": {},
    "waterproof": {},
    "accelerator": {},
    "certificate": {},
    "inheritance": {},
    "installment": {},
    "restorative": {},
    "ventilation": {},
    "modification": {},
    "subscription": {},
    "hospitalization": {},
    "instrumentation": {},
    "ax": {},
    "axe": {},
    "bib": {},
    "bin": {},
    "bur": {},
    "cot": {},
    "fee": {},
    "fur": {},
    "jib": {},
    "lid": {},
    "six": {},
    "ten": {},
    "tub": {},
    "two": {},
    "bath": {},
    "bike": {},
    "cash": {},
    "coke": {},
    "cope": {},
    "cowl": {},
    "cusp": {},
    "darn": {},
    "debt": {},
    "dice": {},
    "dory": {},
    "duct": {},
    "fore": {},
    "four": {},
    "gaff": {},
    "gage": {},
    "gong": {},
    "helm": {},
    "hemp": {},
    "icon": {},
    "iris": {},
    "junk": {},
    "kern": {},
    "loan": {},
    "maul": {},
    "mink": {},
    "pane": {},
    "pier": {},
    "quid": {},
    "reed": {},
    "rook": {},
    "scum": {},
    "semi": {},
    "sump": {},
    "swob": {},
    "taxi": {},
    "vice": {},
    "ware": {},
    "wool": {},
    "yarn": {},
    "yawl": {},
    "annex": {},
    "atlas": {},
    "barge": {},
    "bevel": {},
    "chaff": {},
    "chute": {},
    "clamp": {},
    "crane": {},
    "crate": {},
    "cubeb": {},
    "dandy": {},
    "dicky": {},
    "dinky": {},
    "dolly": {},
    "dower": {},
    "eight": {},
    "fifty": {},
    "flail": {},
    "floss": {},
    "folio": {},
    "fuzee": {},
    "genre": {},
    "girth": {},
    "gourd": {},
    "grape": {},
    "hinge": {},
    "hobby": {},
    "inlay": {},
    "japan": {},
    "ladle": {},
    "latch": {},
    "linen": {},
    "means": {},
    "mitre": {},
    "motif": {},
    "mulct": {},
    "pique": {},
    "quilt": {},
    "quirk": {},
    "quota": {},
    "rifle": {},
    "rotor": {},
    "setup": {},
    "seven": {},
    "shred": {},
    "skate": {},
    "spade": {},
    "spool": {},
    "spout": {},
    "strut": {},
    "three": {},
    "toner": {},
    "trawl": {},
    "truck": {},
    "twill": {},
    "virtu": {},
    "alpaca": {},
    "anklet": {},
    "argyle": {},
    "argyll": {},
    "arnica": {},
    "balsam": {},
    "bender": {},
    "birdie": {},
    "bishop": {},
    "blower": {},
    "blowup": {},
    "bolero": {},
    "bonnet": {},
    "bounty": {},
    "budget": {},
    "bullet": {},
    "cachet": {},
    "carbon": {},
    "casket": {},
    "castor": {},
    "claxon": {},
    "cobble": {},
    "cobweb": {},
    "collet": {},
    "crenel": {},
    "cutoff": {},
    "cutout": {},
    "damask": {},
    "damper": {},
    "dibble": {},
    "dickey": {},
    "dipper": {},
    "domino": {},
    "douche": {},
    "dragee": {},
    "equity": {},
    "eyelet": {},
    "fetish": {},
    "foible": {},
    "fresco": {},
    "gaiter": {},
    "gibbet": {},
    "gusset": {},
    "heckle": {},
    "hooter": {},
    "horror": {},
    "hunter": {},
    "intake": {},
    "jigger": {},
    "lacing": {},
    "lappet": {},
    "makeup": {},
    "making": {},
    "mallet": {},
    "marker": {},
    "patina": {},
    "paving": {},
    "platen": {},
    "plough": {},
    "poleax": {},
    "portal": {},
    "primer": {},
    "rabbet": {},
    "rattan": {},
    "refill": {},
    "retort": {},
    "revere": {},
    "screed": {},
    "sheath": {},
    "sinker": {},
    "socket": {},
    "splint": {},
    "stereo": {},
    "syphon": {},
    "tamper": {},
    "tandem": {},
    "tarmac": {},
    "tenure": {},
    "ticker": {},
    "trepan": {},
    "twenty": {},
    "velvet": {},
    "veneer": {},
    "vessel": {},
    "vicuna": {},
    "backing": {},
    "bandage": {},
    "bobsled": {},
    "carving": {},
    "central": {},
    "chamfer": {},
    "chequer": {},
    "cistern": {},
    "cleaner": {},
    "cleanup": {},
    "coinage": {},
    "crochet": {},
    "cruiser": {},
    "curtain": {},
    "dilator": {},
    "distaff": {},
    "emerald": {},
    "etching": {},
    "flannel": {},
    "flounce": {},
    "footing": {},
    "gangway": {},
    "garbage": {},
    "garland": {},
    "gauffer": {},
    "gelatin": {},
    "grizzle": {},
    "hanging": {},
    "haywire": {},
    "lamella": {},
    "laniard": {},
    "lanyard": {},
    "lashing": {},
    "lockage": {},
    "lounger": {},
    "manakin": {},
    "masking": {},
    "meshing": {},
    "mileage": {},
    "mintage": {},
    "mortice": {},
    "mortise": {},
    "movable": {},
    "muffler": {},
    "palette": {},
    "pendant": {},
    "pendent": {},
    "pennant": {},
    "pillbox": {},
    "poleaxe": {},
    "portage": {},
    "pottery": {},
    "priming": {},
    "quarrel": {},
    "readout": {},
    "retread": {},
    "roundel": {},
    "rubbing": {},
    "scupper": {},
    "scuttle": {},
    "serpent": {},
    "shampoo": {},
    "shellac": {},
    "shutter": {},
    "snaffle": {},
    "snorkel": {},
    "spangle": {},
    "spouter": {},
    "stabile": {},
    "stinker": {},
    "tankage": {},
    "toehold": {},
    "tracing": {},
    "treadle": {},
    "trefoil": {},
    "truckle": {},
    "trundle": {},
    "vesture": {},
    "webbing": {},
    "whipsaw": {},
    "wrapper": {},
    "additive": {},
    "adjuvant": {},
    "aperture": {},
    "aquatint": {},
    "backdoor": {},
    "basilisk": {},
    "blowback": {},
    "bludgeon": {},
    "breakage": {},
    "causeway": {},
    "checkout": {},
    "clincher": {},
    "compress": {},
    "corduroy": {},
    "coupling": {},
    "crossbar": {},
    "currency": {},
    "detector": {},
    "dividend": {},
    "dogtooth": {},
    "downcast": {},
    "followup": {},
    "frontage": {},
    "giveaway": {},
    "goodwill": {},
    "hardware": {},
    "headgear": {},
    "headshot": {},
    "hypnotic": {},
    "ignition": {},
    "inhalant": {},
    "lipstick": {},
    "masthead": {},
    "meniscus": {},
    "metallic": {},
    "modeling": {},
    "nautilus": {},
    "neckband": {},
    "nightcap": {},
    "ornament": {},
    "outboard": {},
    "partizan": {},
    "pavement": {},
    "pectoral": {},
    "planking": {},
    "plumbing": {},
    "portable": {},
    "pressing": {},
    "radiator": {},
    "remittal": {},
    "residual": {},
    "resource": {},
    "roulette": {},
    "scaffold": {},
    "scapular": {},
    "scissors": {
      "plural": "scissors"
    },
    "scrabble": {},
    "springer": {},
    "sunburst": {},
    "tapestry": {},
    "taxation": {},
    "thrasher": {},
    "tomahawk": {},
    "totality": {},
    "tympanum": {},
    "valuable": {},
    "vignette": {},
    "wardrobe": {},
    "widening": {},
    "admixture": {},
    "antiquity": {},
    "aquaplane": {},
    "bagatelle": {},
    "bastinado": {},
    "blindfold": {},
    "blueprint": {},
    "boomerang": {},
    "carpetbag": {},
    "crinoline": {},
    "depressor": {},
    "detergent": {},
    "doodlebug": {},
    "downstage": {},
    "emergency": {},
    "endowment": {},
    "equalizer": {},
    "exemption": {},
    "extortion": {},
    "extractor": {},
    "facsimile": {},
    "freewheel": {},
    "gabardine": {},
    "grotesque": {},
    "hemstitch": {},
    "horseshoe": {},
    "invention": {},
    "jackknife": {},
    "microwave": {},
    "millstone": {},
    "miniature": {},
    "modernism": {},
    "nosepiece": {},
    "ownership": {},
    "packaging": {},
    "pargeting": {},
    "patchwork": {},
    "pinstripe": {},
    "polyester": {},
    "potpourri": {},
    "recording": {},
    "refresher": {},
    "semaphore": {},
    "semblance": {},
    "shielding": {},
    "sideboard": {},
    "skyrocket": {},
    "slapstick": {},
    "soporific": {},
    "spectacle": {},
    "starboard": {},
    "telephone": {},
    "telescope": {},
    "treadmill": {},
    "turntable": {},
    "verdigris": {},
    "videotape": {},
    "whirligig": {},
    "allocation": {},
    "ambulatory": {},
    "anesthetic": {},
    "assistance": {},
    "astringent": {},
    "automation": {},
    "cantilever": {},
    "chinchilla": {},
    "concertina": {},
    "constraint": {},
    "deductible": {},
    "depilatory": {},
    "disposable": {},
    "elongation": {},
    "escutcheon": {},
    "featherbed": {},
    "foreground": {},
    "forfeiture": {},
    "guillotine": {},
    "hammerhead": {},
    "hydroplane": {},
    "innovation": {},
    "intoxicant": {},
    "knockabout": {},
    "lithograph": {},
    "monochrome": {},
    "nonpayment": {},
    "nutcracker": {},
    "pargetting": {},
    "peripheral": {},
    "polychrome": {},
    "redemption": {},
    "stabilizer": {},
    "stenograph": {},
    "subvention": {},
    "sustenance": {},
    "technology": {},
    "television": {},
    "waterspout": {},
    "anaesthetic": {},
    "anamorphism": {},
    "concealment": {},
    "containment": {},
    "copperplate": {},
    "cornerstone": {},
    "counterfeit": {},
    "countersink": {},
    "cryptograph": {},
    "delineation": {},
    "delinquency": {},
    "encumbrance": {},
    "fingerboard": {},
    "fluorescent": {},
    "incumbrance": {},
    "perforation": {},
    "pyrotechnic": {},
    "retribution": {},
    "subsistence": {},
    "tensiometer": {},
    "transporter": {},
    "undercharge": {},
    "withholding": {},
    "dispensation": {},
    "electrolytic": {},
    "encrustation": {},
    "inclinometer": {},
    "incrustation": {},
    "installation": {},
    "intermixture": {},
    "photogravure": {},
    "straightaway": {},
    "transparency": {},
    "appropriation": {},
    "embellishment": {},
    "improvisation": {},
    "merchandising": {},
    "mystification": {},
    "quadruplicate": {},
    "semiautomatic": {},
    "pharmaceutical": {},
    "superannuation": {},
    "aba": {},
    "boa": {},
    "dag": {},
    "fax": {},
    "gad": {},
    "keg": {},
    "nib": {},
    "nog": {},
    "pix": {},
    "pyx": {},
    "rep": {},
    "ski": {},
    "taw": {},
    "urn": {},
    "ante": {},
    "arms": {},
    "bale": {},
    "berm": {},
    "bier": {},
    "bitt": {},
    "bola": {},
    "bolo": {},
    "brad": {},
    "cape": {},
    "cask": {},
    "cent": {},
    "coax": {},
    "coca": {},
    "cosh": {},
    "dime": {},
    "dole": {},
    "doll": {},
    "garb": {},
    "gilt": {},
    "gyro": {},
    "hasp": {},
    "hypo": {},
    "ikon": {},
    "juju": {},
    "lane": {},
    "lint": {},
    "luge": {},
    "lute": {},
    "maxi": {},
    "maze": {},
    "mini": {},
    "mitt": {},
    "mule": {},
    "pail": {},
    "perk": {},
    "plat": {},
    "pork": {},
    "pouf": {},
    "rung": {},
    "scow": {},
    "silk": {},
    "sill": {},
    "skep": {},
    "sled": {},
    "tamp": {},
    "tapa": {},
    "topi": {},
    "trey": {},
    "vape": {},
    "wale": {},
    "wick": {},
    "adobe": {},
    "aegis": {},
    "aglet": {},
    "album": {},
    "alley": {},
    "anode": {},
    "anvil": {},
    "arrow": {},
    "auger": {},
    "batik": {},
    "bogie": {},
    "bolus": {},
    "bongo": {},
    "borer": {},
    "bribe": {},
    "bulla": {},
    "caddy": {},
    "canoe": {},
    "chime": {},
    "coign": {},
    "debit": {},
    "denim": {},
    "depot": {},
    "diary": {},
    "diode": {},
    "drier": {},
    "flask": {},
    "flume": {},
    "fount": {},
    "frier": {},
    "fryer": {},
    "gauze": {},
    "globe": {},
    "golem": {},
    "hijab": {},
    "inlet": {},
    "jimmy": {},
    "jorum": {},
    "kayak": {},
    "khaki": {},
    "lasso": {},
    "latex": {},
    "lisle": {},
    "lorry": {},
    "lucre": {},
    "manta": {},
    "mimeo": {},
    "mizen": {},
    "moire": {},
    "mulch": {},
    "newel": {},
    "nylon": {},
    "penny": {},
    "piste": {},
    "plush": {},
    "poker": {},
    "prism": {},
    "pyxis": {},
    "ranch": {},
    "razor": {},
    "relic": {},
    "rouge": {},
    "ruler": {},
    "sabot": {},
    "scape": {},
    "sedan": {},
    "seine": {},
    "servo": {},
    "shelf": {
      "plural": "shelves"
    },
    "slops": {},
    "spoke": {},
    "sprig": {},
    "stele": {},
    "steps": {},
    "stoup": {},
    "stove": {},
    "strop": {},
    "suede": {},
    "swage": {},
    "tammy": {},
    "tanka": {},
    "tappa": {},
    "teddy": {},
    "terms": {},
    "toque": {},
    "torus": {},
    "towel": {},
    "tunic": {},
    "tweed": {},
    "usury": {},
    "verso": {},
    "vizor": {},
    "waist": {},
    "winch": {},
    "withe": {},
    "xerox": {},
    "yacht": {},
    "abacus": {},
    "afghan": {},
    "aiglet": {},
    "alidad": {},
    "amends": {},
    "arctic": {},
    "artery": {},
    "avenue": {},
    "banger": {},
    "bangle": {},
    "banian": {},
    "banyan": {},
    "bauble": {},
    "beaker": {},
    "bicorn": {},
    "blazon": {},
    "boiler": {},
    "bracer": {},
    "broach": {},
    "bumper": {},
    "burner": {},
    "buzzer": {},
    "caftan": {},
    "calash": {},
    "camera": {},
    "camion": {},
    "camlet": {},
    "capote": {},
    "carton": {},
    "casein": {},
    "catgut": {},
    "chaise": {},
    "cheque": {},
    "chiton": {},
    "chukka": {},
    "cither": {},
    "cloaca": {},
    "cloche": {},
    "coffer": {},
    "coffin": {},
    "coigne": {},
    "colors": {},
    "corbel": {},
    "corker": {},
    "corset": {},
    "crayon": {},
    "crutch": {},
    "dagger": {},
    "daybed": {},
    "detour": {},
    "diaper": {},
    "dickie": {},
    "dipole": {},
    "dirndl": {},
    "discus": {},
    "dogleg": {},
    "dolman": {},
    "dosage": {},
    "duffel": {},
    "duffle": {},
    "eyecup": {},
    "fabric": {},
    "facade": {},
    "falsie": {},
    "fanjet": {},
    "fascia": {},
    "fetter": {},
    "firkin": {},
    "fizgig": {},
    "floppy": {},
    "frieze": {},
    "garter": {},
    "gimlet": {},
    "goblet": {},
    "guimpe": {},
    "guinea": {},
    "gunnel": {},
    "harrow": {},
    "helmet": {},
    "hookup": {},
    "hotbed": {},
    "impost": {},
    "instep": {},
    "iodine": {},
    "island": {},
    "jersey": {},
    "jetsam": {},
    "jigsaw": {},
    "juicer": {},
    "kaftan": {},
    "kibble": {},
    "kirtle": {},
    "lateen": {},
    "laurel": {},
    "ledger": {},
    "linage": {},
    "lunula": {},
    "magnet": {},
    "markup": {},
    "miotic": {},
    "mizzen": {},
    "myotic": {},
    "nipple": {},
    "nozzle": {},
    "onager": {},
    "pajama": {},
    "pavage": {},
    "pellet": {},
    "pennon": {},
    "peplum": {},
    "peyote": {},
    "pincer": {},
    "pipage": {},
    "pomade": {},
    "pompon": {},
    "popper": {},
    "pyjama": {},
    "ragbag": {},
    "reamer": {},
    "remake": {},
    "reseau": {},
    "rudder": {},
    "russet": {},
    "scythe": {},
    "settee": {},
    "shades": {},
    "shorts": {},
    "siding": {},
    "sleeve": {},
    "sleigh": {},
    "spinet": {},
    "spline": {},
    "stoker": {},
    "stylus": {},
    "sublet": {},
    "subway": {},
    "surtax": {},
    "swathe": {},
    "swivel": {},
    "syrinx": {},
    "taenia": {},
    "talcum": {},
    "tariff": {},
    "teacup": {},
    "teeter": {},
    "tenner": {},
    "tether": {},
    "thwart": {},
    "tocsin": {},
    "trophy": {},
    "trowel": {},
    "turban": {},
    "viewer": {},
    "waggon": {},
    "wampum": {},
    "wherry": {},
    "wicker": {},
    "willow": {},
    "wiring": {},
    "woolen": {},
    "yarder": {},
    "zipper": {},
    "acetate": {},
    "aerosol": {},
    "airline": {},
    "alidade": {},
    "ampulla": {},
    "android": {},
    "aneroid": {},
    "annulet": {},
    "anodyne": {},
    "apanage": {},
    "apparel": {},
    "archive": {},
    "armband": {},
    "armilla": {},
    "arrears": {},
    "banding": {},
    "basting": {},
    "batting": {},
    "bayonet": {},
    "beading": {},
    "bedding": {},
    "bladder": {},
    "blocker": {},
    "blusher": {},
    "bollock": {},
    "bouquet": {},
    "bracing": {},
    "brocade": {},
    "broiler": {},
    "bullion": {},
    "bunting": {},
    "burthen": {},
    "bushing": {},
    "caleche": {},
    "caliper": {},
    "cathode": {},
    "catwalk": {},
    "cautery": {},
    "charger": {},
    "charnel": {},
    "chemise": {},
    "chevron": {},
    "chimney": {},
    "chlamys": {},
    "circlet": {},
    "colours": {},
    "commode": {},
    "cooling": {},
    "cordage": {},
    "coronet": {},
    "corsair": {},
    "crampon": {},
    "cutaway": {},
    "daybook": {},
    "deadeye": {},
    "decoder": {},
    "diagram": {},
    "doeskin": {},
    "dogsled": {},
    "doormat": {},
    "dragger": {},
    "dragnet": {},
    "drapery": {},
    "drawers": {},
    "dustpan": {},
    "escheat": {},
    "eyehole": {},
    "fixings": {},
    "flatbed": {},
    "flattop": {},
    "flipper": {},
    "foghorn": {},
    "foliage": {},
    "footage": {},
    "foretop": {},
    "forgery": {},
    "frigate": {},
    "funding": {},
    "furring": {},
    "fustian": {},
    "garment": {},
    "garotte": {},
    "garrote": {},
    "gouache": {},
    "grapnel": {},
    "griddle": {},
    "hackney": {},
    "hammock": {},
    "harpoon": {},
    "hassock": {},
    "hatchel": {},
    "hatchet": {},
    "heating": {},
    "hedging": {},
    "hibachi": {},
    "hobnail": {},
    "holding": {},
    "holster": {},
    "hydrant": {},
    "iceboat": {},
    "igniter": {},
    "impasse": {},
    "ironing": {},
    "jackpot": {},
    "javelin": {},
    "joinery": {},
    "fibre": {},
    "hazel": {},
    "lemon": {},
    "peach": {},
    "plank": {},
    "raven": {},
    "snipe": {},
    "spine": {},
    "steer": {},
    "stint": {},
    "stunt": {},
    "bleach": {},
    "breath": {},
    "callus": {},
    "cherry": {},
    "dimple": {},
    "entire": {},
    "ferret": {},
    "filler": {},
    "hybrid": {},
    "jackal": {},
    "marrow": {},
    "orange": {},
    "radish": {},
    "spruce": {},
    "stifle": {},
    "winkle": {},
    "endemic": {},
    "vanilla": {},
    "beefwood": {},
    "calabash": {},
    "concrete": {},
    "emission": {},
    "kingfish": {},
    "solution": {},
    "volatile": {},
    "partridge": {},
    "repellant": {},
    "derivative": {},
    "thickening": {},
    "ash": {},
    "bud": {},
    "cob": {},
    "hen": {},
    "mew": {},
    "mud": {},
    "mum": {},
    "paw": {},
    "roe": {},
    "sow": {},
    "soy": {},
    "wax": {},
    "yam": {},
    "beef": {},
    "burl": {},
    "calf": {
      "plural": "calves"
    },
    "chat": {},
    "fowl": {},
    "fuzz": {},
    "gill": {},
    "grub": {},
    "hock": {},
    "hoof": {},
    "lobe": {},
    "rose": {},
    "scup": {},
    "soup": {},
    "swan": {},
    "tint": {},
    "tuna": {},
    "tusk": {},
    "alloy": {},
    "briar": {},
    "clove": {},
    "coney": {},
    "ebony": {},
    "ether": {},
    "filth": {},
    "flesh": {},
    "gumbo": {},
    "homer": {},
    "jelly": {},
    "matte": {},
    "mocha": {},
    "reeve": {},
    "wrack": {},
    "annual": {},
    "canine": {},
    "carrot": {},
    "cereal": {},
    "cockle": {},
    "feeler": {},
    "fennel": {},
    "flimsy": {},
    "gargle": {},
    "gravel": {},
    "grouse": {},
    "indigo": {},
    "mammee": {},
    "medlar": {},
    "monkey": {},
    "nebula": {},
    "oyster": {},
    "salmon": {
      "plural": "salmon"
    },
    "shiner": {},
    "shrimp": {},
    "sprout": {},
    "stigma": {},
    "blossom": {},
    "blubber": {},
    "buffalo": {},
    "cabbage": {},
    "calamus": {},
    "catfish": {},
    "caudate": {},
    "caustic": {},
    "chelate": {},
    "chicory": {},
    "ciliate": {},
    "essence": {},
    "griffon": {},
    "hemlock": {},
    "hydrate": {},
    "incense": {},
    "lighter": {},
    "remount": {},
    "sardine": {},
    "stinger": {},
    "vitriol": {},
    "ambrosia": {},
    "billfish": {},
    "blackcap": {},
    "crawfish": {},
    "crayfish": {},
    "earthnut": {},
    "escallop": {},
    "filament": {},
    "flounder": {},
    "infusion": {},
    "ironwood": {},
    "quandong": {},
    "relative": {},
    "ringtail": {},
    "screamer": {},
    "sycamore": {},
    "alabaster": {},
    "algarroba": {},
    "broadbill": {},
    "composite": {},
    "fulminate": {},
    "perennial": {},
    "tangerine": {},
    "bladderpod": {},
    "granadilla": {},
    "heartsease": {},
    "periwinkle": {},
    "tumbleweed": {},
    "agglomerate": {},
    "bittersweet": {},
    "intermediate": {},
    "dye": {},
    "elk": {},
    "fig": {},
    "haw": {},
    "oka": {},
    "pea": {},
    "pee": {},
    "rye": {},
    "sac": {},
    "tar": {},
    "yak": {},
    "carp": {},
    "clay": {},
    "coma": {},
    "cony": {},
    "crud": {},
    "cusk": {},
    "dung": {},
    "fang": {},
    "foam": {},
    "germ": {},
    "glue": {},
    "hare": {},
    "hind": {},
    "husk": {},
    "kiwi": {},
    "lake": {},
    "mung": {},
    "okra": {},
    "pine": {},
    "pith": {},
    "puke": {},
    "rice": {},
    "roan": {},
    "sloe": {},
    "taro": {},
    "teal": {},
    "yellow": {},
    "titi": {},
    "twig": {},
    "amber": {},
    "anime": {},
    "berry": {},
    "boxer": {},
    "carob": {},
    "cedar": {},
    "chine": {},
    "guava": {},
    "hound": {},
    "husky": {},
    "kauri": {},
    "lemma": {},
    "monad": {},
    "ocher": {},
    "ochre": {},
    "onion": {},
    "ounce": {},
    "pansy": {},
    "pecan": {},
    "pewit": {},
    "prawn": {},
    "quail": {},
    "shuck": {},
    "sloth": {},
    "slush": {},
    "smelt": {},
    "snail": {},
    "snout": {},
    "spawn": {},
    "swift": {},
    "tabby": {},
    "thorn": {},
    "topaz": {},
    "umber": {},
    "virus": {},
    "wafer": {},
    "wahoo": {},
    "wheat": {},
    "whelk": {},
    "badger": {},
    "bonito": {},
    "broody": {},
    "chrome": {},
    "cirrus": {},
    "cocoon": {},
    "cowpea": {},
    "cuckoo": {},
    "elixir": {},
    "grease": {},
    "grubby": {},
    "howler": {},
    "jabiru": {},
    "jargon": {},
    "jujube": {},
    "kernel": {},
    "leaven": {},
    "lentil": {},
    "liquor": {},
    "locust": {},
    "manioc": {},
    "mastic": {},
    "mentum": {},
    "mildew": {},
    "mimosa": {},
    "mullet": {},
    "muscat": {},
    "mutant": {},
    "nectar": {},
    "nettle": {},
    "nodule": {},
    "pawpaw": {},
    "pecker": {},
    "plasma": {},
    "ruddle": {},
    "sallow": {},
    "shoddy": {},
    "squill": {},
    "starch": {},
    "stroma": {},
    "stucco": {},
    "sunray": {},
    "thorax": {},
    "tissue": {},
    "violet": {},
    "walnut": {},
    "warble": {},
    "amyloid": {},
    "antenna": {
      "plural": "antennae"
    },
    "apricot": {},
    "aquatic": {},
    "terrestrial": {},
    "asphalt": {},
    "avocado": {},
    "beebalm": {},
    "bobtail": {},
    "builder": {},
    "bulldog": {},
    "caltrop": {},
    "cayenne": {},
    "chinook": {},
    "coconut": {},
    "cricket": {},
    "cudweed": {},
    "currant": {},
    "cuticle": {},
    "dasheen": {},
    "gallfly": {},
    "juniper": {},
    "lacquer": {},
    "leaflet": {},
    "lettuce": {},
    "macadam": {},
    "mordant": {},
    "mustard": {},
    "packing": {},
    "panther": {},
    "papilla": {},
    "papyrus": {},
    "parsnip": {},
    "pigweed": {},
    "pollard": {},
    "redfish": {},
    "redwood": {},
    "rubbish": {},
    "saffron": {},
    "salsify": {},
    "shallot": {},
    "slating": {},
    "solvate": {},
    "solvent": {},
    "soybean": {},
    "sunfish": {},
    "truffle": {},
    "whisker": {},
    "abrasive": {},
    "allspice": {},
    "angelica": {},
    "biennial": {},
    "bilberry": {},
    "bluebell": {},
    "chickpea": {},
    "cinnabar": {},
    "cinnamon": {},
    "congener": {},
    "creosote": {},
    "demerara": {},
    "duckbill": {},
    "firebird": {},
    "fleabane": {},
    "humanity": {},
    "lavender": {},
    "mahogany": {},
    "monkfish": {},
    "paraffin": {},
    "peduncle": {},
    "peroxide": {},
    "plantain": {},
    "rockfish": {},
    "sandarac": {},
    "sandwort": {},
    "scammony": {},
    "shamrock": {},
    "skipjack": {},
    "skullcap": {},
    "snowbird": {},
    "suckling": {},
    "tubercle": {},
    "alligator": {},
    "angelfish": {},
    "arachnoid": {},
    "arrowroot": {},
    "bearberry": {},
    "blackfish": {},
    "buckthorn": {},
    "capitulum": {},
    "carbonate": {},
    "carnation": {},
    "celluloid": {},
    "chemistry": {},
    "coriander": {},
    "corrosive": {},
    "crabapple": {},
    "devilfish": {},
    "emanation": {},
    "groundnut": {},
    "horseback": {},
    "horsemint": {},
    "injection": {},
    "matchwood": {},
    "mistletoe": {},
    "offspring": {
      "plural": "offspring"
    },
    "pyrethrum": {},
    "raspberry": {},
    "razorback": {},
    "satinwood": {},
    "sheepskin": {},
    "tomatillo": {},
    "waxflower": {},
    "whitefish": {},
    "ammunition": {},
    "bitterwood": {},
    "blackberry": {},
    "butterfish": {},
    "chinquapin": {},
    "coneflower": {},
    "flagellate": {},
    "flamboyant": {},
    "fledgeling": {},
    "insulation": {},
    "peppermint": {},
    "receptacle": {},
    "strawberry": {},
    "watercress": {},
    "chittamwood": {},
    "everlasting": {},
    "fomentation": {},
    "helleborine": {},
    "honeysuckle": {},
    "horseradish": {},
    "huckleberry": {},
    "salmonberry": {},
    "shittimwood": {},
    "strawflower": {},
    "ultramarine": {},
    "whitethroat": {},
    "wintergreen": {},
    "helmetflower": {},
    "impregnation": {},
    "quintessence": {},
    "sternutatory": {},
    "thimbleberry": {},
    "contamination": {},
    "extravasation": {},
    "leatherjacket": {},
    "pulverisation": {},
    "pulverization": {},
    "tortoiseshell": {},
    "ti": {},
    "ala": {},
    "asp": {},
    "eel": {},
    "elm": {},
    "fir": {},
    "gar": {},
    "neb": {},
    "nit": {},
    "oak": {},
    "oat": {},
    "sol": {},
    "tom": {},
    "yew": {},
    "agar": {},
    "akee": {},
    "anil": {},
    "atom": {},
    "balm": {},
    "bast": {},
    "beet": {},
    "boar": {},
    "bole": {},
    "bran": {},
    "brit": {},
    "cere": {},
    "cero": {},
    "chow": {},
    "coho": {},
    "dahl": {},
    "dill": {},
    "flax": {},
    "foal": {},
    "glop": {},
    "gnat": {},
    "hake": {},
    "herb": {},
    "hoar": {},
    "homo": {},
    "kaki": {},
    "kino": {},
    "leek": {},
    "loin": {},
    "mite": {},
    "musk": {},
    "parr": {},
    "pear": {},
    "poon": {},
    "puka": {},
    "rhea": {},
    "saki": {},
    "seta": {},
    "shad": {},
    "silt": {},
    "slag": {},
    "soda": {},
    "soma": {},
    "soot": {},
    "soya": {},
    "talc": {},
    "teak": {},
    "tufa": {},
    "unai": {},
    "unau": {},
    "whey": {},
    "woad": {},
    "wort": {},
    "yolk": {},
    "zinc": {},
    "abaca": {},
    "alder": {},
    "alula": {},
    "amino": {},
    "anise": {},
    "apple": {},
    "aroid": {},
    "aster": {},
    "balsa": {},
    "basil": {},
    "beech": {},
    "betel": {},
    "biddy": {},
    "billy": {},
    "biped": {},
    "booby": {},
    "britt": {},
    "bruin": {},
    "cairn": {},
    "capon": {},
    "caulk": {},
    "chard": {},
    "chess": {},
    "chick": {},
    "cisco": {},
    "cohoe": {},
    "comma": {},
    "croup": {},
    "cumin": {},
    "dross": {},
    "elver": {},
    "epoxy": {},
    "ergot": {},
    "falls": {},
    "flint": {},
    "fossa": {},
    "genip": {},
    "grout": {},
    "grume": {},
    "henna": {},
    "hilum": {},
    "humus": {},
    "hydra": {},
    "icaco": {},
    "ilama": {},
    "imago": {},
    "ivory": {},
    "kapok": {},
    "kenaf": {},
    "lapin": {},
    "larch": {},
    "lilac": {},
    "lotus": {},
    "luffa": {},
    "mahoe": {},
    "maize": {},
    "mamey": {},
    "mango": {},
    "manna": {},
    "melon": {},
    "moong": {},
    "naiad": {},
    "nanny": {},
    "nopal": {},
    "orris": {},
    "osier": {},
    "otter": {},
    "ovary": {},
    "ovule": {},
    "pacer": {},
    "panda": {},
    "papaw": {},
    "piggy": {},
    "pilus": {},
    "pinna": {},
    "pixie": {},
    "polyp": {},
    "potto": {},
    "putty": {},
    "quira": {},
    "robin": {},
    "roble": {},
    "rosin": {},
    "scrod": {},
    "sepia": {},
    "sisal": {},
    "slime": {},
    "sorus": {},
    "sprat": {},
    "squid": {},
    "stoma": {},
    "sumac": {},
    "swede": {},
    "theca": {},
    "thyme": {},
    "trout": {
      "plural": "trout"
    },
    "tunny": {},
    "vapor": {},
    "velum": {},
    "venom": {},
    "vinyl": {},
    "whelp": {},
    "yeast": {},
    "acetum": {},
    "acinus": {},
    "acumen": {},
    "adduct": {},
    "agaric": {},
    "alkali": {},
    "almond": {},
    "anuran": {},
    "archil": {},
    "argent": {},
    "balata": {},
    "bamboo": {},
    "bantam": {},
    "barley": {},
    "basset": {},
    "beluga": {},
    "bennet": {},
    "bluing": {},
    "bonduc": {},
    "borage": {},
    "capsid": {},
    "cashew": {},
    "cassia": {},
    "caudex": {},
    "celery": {},
    "chives": {},
    "cilium": {},
    "citron": {},
    "cobnut": {},
    "cocker": {},
    "cosmos": {},
    "cowage": {},
    "croton": {},
    "cupule": {},
    "cushaw": {},
    "darter": {},
    "dentin": {},
    "dobson": {},
    "dodder": {},
    "donkey": {},
    "durian": {},
    "embryo": {},
    "endive": {},
    "ermine": {},
    "falcon": {},
    "feijoa": {},
    "feline": {},
    "fisher": {},
    "fucoid": {},
    "gadfly": {},
    "garlic": {},
    "glycol": {},
    "hackle": {},
    "haunch": {},
    "herpes": {},
    "hyssop": {},
    "kaffir": {},
    "kitten": {},
    "lichee": {},
    "limpet": {},
    "linden": {},
    "linnet": {},
    "litchi": {},
    "loofah": {},
    "loquat": {},
    "lovage": {},
    "lupine": {},
    "madder": {},
    "maguey": {},
    "manure": {},
    "marang": {},
    "mescal": {},
    "mocker": {},
    "mombin": {},
    "mucoid": {},
    "mudcat": {},
    "munggo": {},
    "murine": {},
    "mussel": {},
    "myrtle": {},
    "nipper": {},
    "nutmeg": {},
    "obeche": {},
    "orchil": {},
    "orchis": {},
    "oriole": {},
    "padauk": {},
    "paigle": {},
    "papaya": {},
    "parget": {},
    "pasang": {},
    "peewee": {},
    "peewit": {},
    "phenol": {},
    "plaice": {},
    "pomelo": {},
    "poplar": {},
    "possum": {},
    "potato": {},
    "pothos": {},
    "pouter": {},
    "puffer": {},
    "pullet": {},
    "pumice": {},
    "pyrene": {},
    "quahog": {},
    "quartz": {},
    "quince": {},
    "rachis": {},
    "raffia": {},
    "ratter": {},
    "relict": {},
    "sabicu": {},
    "saline": {},
    "sapote": {},
    "saurel": {},
    "schrod": {},
    "senega": {},
    "septum": {},
    "setter": {},
    "sierra": {},
    "simian": {},
    "sludge": {},
    "solder": {},
    "spirea": {},
    "stevia": {},
    "sulfur": {},
    "thrift": {},
    "toetoe": {},
    "tomato": {},
    "tophus": {},
    "triton": {},
    "tupelo": {},
    "turbot": {},
    "turnip": {},
    "vapour": {},
    "vellum": {},
    "wapiti": {},
    "wasabi": {},
    "acerola": {},
    "actinon": {},
    "aculeus": {},
    "adamant": {},
    "albumen": {},
    "alewife": {},
    "alfalfa": {},
    "amboyna": {},
    "anchovy": {},
    "anemone": {},
    "anionic": {},
    "annelid": {},
    "annulus": {},
    "antacid": {},
    "antlion": {},
    "arsenic": {},
    "aurochs": {},
    "babbitt": {},
    "barilla": {},
    "beeswax": {},
    "bimetal": {},
    "biomass": {},
    "bloomer": {},
    "blotter": {},
    "bluefin": {},
    "blueing": {},
    "boneset": {},
    "boxwood": {},
    "bracken": {},
    "brocket": {},
    "bromide": {},
    "buckeye": {},
    "bugbane": {},
    "bugloss": {},
    "bullock": {},
    "bulrush": {},
    "buzzard": {},
    "cackler": {},
    "cacodyl": {},
    "caliche": {},
    "calycle": {},
    "cambium": {},
    "capulin": {},
    "caraway": {},
    "cardoon": {},
    "catbird": {},
    "catechu": {},
    "celtuce": {},
    "ceriman": {},
    "chalaza": {},
    "chamois": {},
    "chervil": {},
    "chigger": {},
    "citrate": {},
    "cocoyam": {},
    "codfish": {},
    "comfrey": {},
    "compost": {},
    "cowslip": {},
    "crappie": {},
    "crawdad": {},
    "crinoid": {},
    "cyanide": {},
    "cypress": {},
    "dabbler": {},
    "denizen": {},
    "diploid": {},
    "dogfish": {},
    "dogwood": {},
    "echidna": {},
    "eelpout": {},
    "enation": {},
    "fallout": {},
    "ferrite": {},
    "fetlock": {},
    "filaria": {},
    "filbert": {},
    "firebug": {},
    "firefly": {},
    "frijole": {},
    "fuchsia": {},
    "gamboge": {},
    "ginseng": {},
    "girasol": {},
    "glutton": {},
    "gobbler": {},
    "grackle": {},
    "grampus": {},
    "granite": {},
    "grizzly": {},
    "grouper": {},
    "grunter": {},
    "gudgeon": {},
    "haddock": {},
    "halibut": {},
    "haploid": {},
    "haricot": {},
    "heather": {},
    "hepatic": {},
    "herring": {},
    "hickory": {},
    "hogfish": {},
    "honesty": {},
    "hyaline": {},
    "ignitor": {},
    "inducer": {},
    "jackass": {},
    "jewfish": {},
    "jonquil": {},
    "kestrel": {},
    "kingcup": {},
    "kumquat": {},
    "lactate": {},
    "langsat": {},
    "lanolin": {},
    "lingcod": {},
    "lobster": {},
    "logwood": {},
    "mahagua": {},
    "majagua": {},
    "malacca": {},
    "mammoth": {},
    "marabou": {},
    "marasca": {},
    "menthol": {},
    "mercury": {},
    "monarch": {},
    "moneran": {},
    "mongrel": {},
    "moorhen": {},
    "morello": {},
    "muskrat": {},
    "nervure": {},
    "nitrate": {},
    "octopus": {},
    "oldwife": {},
    "opossum": {},
    "oregano": {},
    "ostrich": {},
    "oxheart": {},
    "parsley": {},
    "peacock": {},
    "pigfish": {},
    "pimento": {},
    "piranha": {},
    "plumcot": {},
    "pollack": {},
    "pollock": {},
    "pompano": {},
    "popcorn": {},
    "poultry": {},
    "pricket": {},
    "puccoon": {},
    "pulasan": {},
    "pyrogen": {},
    "quahaug": {},
    "quassia": {},
    "quetzal": {},
    "raccoon": {},
    "ragweed": {},
    "ragwort": {},
    "rattler": {},
    "redbird": {},
    "redpoll": {},
    "redtail": {},
    "reducer": {},
    "redwing": {},
    "remover": {},
    "residue": {},
    "retinal": {},
    "rhubarb": {},
    "rosebud": {},
    "rostrum": {},
    "satsuma": {},
    "saurian": {},
    "sequoia": {},
    "seriema": {},
    "skylark": {},
    "sockeye": {},
    "soursop": {},
    "sparrow": {},
    "spinach": {},
    "spiraea": {},
    "stentor": {},
    "steroid": {},
    "stubble": {},
    "sulfate": {},
    "sulphur": {},
    "tangelo": {},
    "taproot": {},
    "tarweed": {},
    "tarwood": {},
    "tattler": {},
    "taurine": {},
    "teargas": {},
    "timothy": {},
    "tobacco": {},
    "topknot": {},
    "tortrix": {},
    "trotter": {},
    "varmint": {},
    "verdure": {},
    "viceroy": {},
    "vinegar": {},
    "viscose": {},
    "vulture": {},
    "walleye": {},
    "waratah": {},
    "warbler": {},
    "waxwork": {},
    "whooper": {},
    "wilding": {},
    "witloof": {},
    "wryneck": {},
    "abradant": {},
    "absinthe": {},
    "acceptor": {},
    "actinoid": {},
    "adhesive": {},
    "adjutant": {},
    "ageratum": {},
    "agueweed": {},
    "albacore": {},
    "amarelle": {},
    "amethyst": {},
    "ammoniac": {},
    "argonaut": {},
    "armyworm": {},
    "auricula": {},
    "balancer": {},
    "baldpate": {},
    "barnacle": {},
    "basswood": {},
    "bayberry": {},
    "bearskin": {},
    "beetroot": {},
    "birdlime": {},
    "blackfly": {},
    "blacktop": {},
    "bluebird": {},
    "bluefish": {},
    "boarfish": {},
    "bocconia": {},
    "boxberry": {},
    "brisling": {},
    "broccoli": {},
    "buckskin": {},
    "bullhead": {},
    "bullrush": {},
    "canistel": {},
    "capuchin": {},
    "carangid": {},
    "carbonyl": {},
    "carboxyl": {},
    "cardamom": {},
    "cardamon": {},
    "carinate": {},
    "carnauba": {},
    "carotene": {},
    "cashmere": {},
    "catalyst": {},
    "catchfly": {},
    "celeriac": {},
    "cetacean": {},
    "chimaera": {},
    "chloride": {},
    "cilantro": {},
    "cinchona": {},
    "citrange": {},
    "cockspur": {},
    "conodont": {},
    "costmary": {},
    "cowberry": {},
    "cucumber": {},
    "deadwood": {},
    "detritus": {},
    "dewberry": {},
    "dilution": {},
    "dolomite": {},
    "duckling": {},
    "ectozoan": {},
    "eelgrass": {},
    "effluent": {},
    "eggplant": {},
    "emulsion": {},
    "estragon": {},
    "filtrate": {},
    "fireweed": {},
    "flathead": {},
    "flooring": {},
    "forelock": {},
    "galangal": {},
    "garbanzo": {},
    "grayback": {},
    "guaiacum": {},
    "hardtack": {},
    "harebell": {},
    "hawkweed": {},
    "hazelnut": {},
    "hedgehog": {},
    "hepatica": {},
    "hookworm": {},
    "hornwort": {},
    "horsefly": {},
    "hyacinth": {},
    "impurity": {},
    "iodoform": {},
    "jalapeno": {},
    "jamberry": {},
    "japonica": {},
    "keurboom": {},
    "kindling": {},
    "kingwood": {},
    "kinkajou": {},
    "kohlrabi": {},
    "labdanum": {},
    "lambskin": {},
    "locoweed": {},
    "lovebird": {},
    "magnolia": {},
    "mahimahi": {},
    "mandrake": {},
    "margarin": {},
    "marjoram": {},
    "medusoid": {},
    "mephitis": {},
    "migrator": {},
    "molecule": {},
    "moonfish": {},
    "mucilage": {},
    "mulberry": {},
    "nestling": {},
    "omnivore": {},
    "ovenbird": {},
    "pandanus": {},
    "pickerel": {},
    "pilchard": {},
    "pimiento": {},
    "pitahaya": {},
    "placenta": {},
    "plumbago": {},
    "predator": {},
    "ptomaine": {},
    "puffball": {},
    "pulassan": {},
    "purebred": {},
    "pyrectic": {},
    "quandang": {},
    "quickset": {},
    "rambotan": {},
    "rambutan": {},
    "redberry": {},
    "redstart": {},
    "reedbird": {},
    "ricebird": {},
    "richweed": {},
    "ringdove": {},
    "rockrose": {},
    "rosefish": {},
    "rosemary": {},
    "rosewood": {},
    "ruminant": {},
    "rutabaga": {},
    "sailfish": {},
    "salsilla": {},
    "saltwort": {},
    "sandfish": {},
    "scallion": {},
    "seahorse": {},
    "sealskin": {},
    "sewerage": {},
    "shoveler": {},
    "siderite": {},
    "silkworm": {},
    "sparling": {},
    "squealer": {},
    "squirrel": {},
    "stearate": {},
    "stinkpot": {},
    "superbug": {},
    "surffish": {},
    "sweetsop": {},
    "tamarind": {},
    "tarragon": {},
    "teaberry": {},
    "thresher": {},
    "throstle": {},
    "tilefish": {},
    "tomentum": {},
    "toxicant": {},
    "turmeric": {},
    "ungulate": {},
    "univalve": {},
    "urochord": {},
    "vesicant": {},
    "warragal": {},
    "warrigal": {},
    "watchdog": {},
    "waxberry": {},
    "weakfish": {},
    "wolffish": {},
    "woodbine": {},
    "woodruff": {},
    "wormcast": {},
    "wriggler": {},
    "zucchini": {},
    "absorbent": {},
    "adsorbate": {},
    "adsorbent": {},
    "albatross": {},
    "almandine": {},
    "andromeda": {},
    "antiknock": {},
    "apophysis": {},
    "archangel": {},
    "arsenical": {},
    "artichoke": {},
    "asparagus": {},
    "aubergine": {},
    "bacteroid": {},
    "blackbird": {},
    "blindworm": {},
    "bluegrass": {},
    "bluepoint": {},
    "broadtail": {},
    "brooklime": {},
    "brookweed": {},
    "brushwood": {},
    "buckwheat": {},
    "bugleweed": {},
    "buteonine": {},
    "butternut": {},
    "caecilian": {},
    "calyculus": {},
    "candlenut": {},
    "cantaloup": {},
    "carambola": {},
    "carbonado": {},
    "carbuncle": {},
    "cardboard": {},
    "carnivore": {},
    "catamount": {},
    "celandine": {},
    "chameleon": {},
    "chatterer": {},
    "chelonian": {},
    "cherimoya": {},
    "chickweed": {},
    "chlamydia": {},
    "clamshell": {},
    "clapboard": {},
    "coachwhip": {},
    "cochineal": {},
    "cocklebur": {},
    "cocozelle": {},
    "coltsfoot": {},
    "commensal": {},
    "courgette": {},
    "crackling": {},
    "cupflower": {},
    "cyanamide": {},
    "digestive": {},
    "digitalis": {},
    "driftfish": {},
    "ecrevisse": {},
    "ectoplasm": {},
    "eiderdown": {},
    "ephemeral": {},
    "eutherian": {},
    "evergreen": {},
    "excretion": {},
    "exudation": {},
    "fenugreek": {},
    "firebrand": {},
    "firestone": {},
    "flagellum": {},
    "frostweed": {},
    "funiculus": {},
    "gladiolus": {},
    "glasswort": {},
    "goldeneye": {},
    "goldfinch": {},
    "grapevine": {},
    "grenadier": {},
    "hackberry": {},
    "hamadryad": {},
    "heartleaf": {},
    "hellebore": {},
    "hollyhock": {},
    "horehound": {},
    "horsebean": {},
    "horsehair": {},
    "horseweed": {},
    "hortensia": {},
    "hydroxide": {},
    "jackfruit": {},
    "jacksnipe": {},
    "jellyfish": {},
    "juneberry": {},
    "lancewood": {},
    "langouste": {},
    "leavening": {},
    "lemonwood": {},
    "mammalian": {},
    "manzanita": {},
    "maravilla": {},
    "marihuana": {},
    "marijuana": {},
    "moosewood": {},
    "muscadine": {},
    "muskmelon": {},
    "nakedwood": {},
    "nectarine": {},
    "nighthawk": {},
    "pasturage": {},
    "patchouli": {},
    "patchouly": {},
    "pelecypod": {},
    "pellitory": {},
    "peregrine": {},
    "peristome": {},
    "persimmon": {},
    "phosphate": {},
    "pimpernel": {},
    "pinchbeck": {},
    "pineapple": {},
    "pistachio": {},
    "polyploid": {},
    "probiotic": {},
    "proboscis": {},
    "protozoan": {},
    "pureblood": {},
    "quadruped": {},
    "rauwolfia": {},
    "recycling": {},
    "reptilian": {},
    "reticulum": {},
    "rockcress": {},
    "rootstock": {},
    "rosinweed": {},
    "sandpaper": {},
    "sapodilla": {},
    "sassafras": {},
    "sheldrake": {},
    "shingling": {},
    "shoveller": {},
    "siccative": {},
    "sicklepod": {},
    "snakeroot": {},
    "snowflake": {},
    "sourdough": {},
    "spicebush": {},
    "spirillum": {},
    "stainless": {},
    "stiffener": {},
    "strangler": {},
    "strawworm": {},
    "sugarcane": {},
    "swordfish": {},
    "tamarindo": {},
    "tarantula": {},
    "topminnow": {},
    "tulipwood": {},
    "turquoise": {},
    "twayblade": {},
    "twinberry": {},
    "wallpaper": {},
    "whitebait": {},
    "whiteface": {},
    "wineberry": {},
    "wolverine": {},
    "workhorse": {},
    "adulterant": {},
    "amygdaloid": {},
    "anopheline": {},
    "aquamarine": {},
    "belladonna": {},
    "bellwether": {},
    "bitterweed": {},
    "blacksnake": {},
    "blackthorn": {},
    "bluebonnet": {},
    "bluebottle": {},
    "bottlenose": {},
    "brachiopod": {},
    "brazilwood": {},
    "breadfruit": {},
    "butterball": {},
    "butterweed": {},
    "candelilla": {},
    "cantaloupe": {},
    "catarrhine": {},
    "cellulosic": {},
    "chatterbox": {},
    "chinaberry": {},
    "cinquefoil": {},
    "citronwood": {},
    "clementine": {},
    "condensate": {},
    "copperhead": {},
    "coralberry": {},
    "cornflower": {},
    "cottonweed": {},
    "cottonwood": {},
    "crossbreed": {},
    "crustacean": {},
    "deathwatch": {},
    "demoiselle": {},
    "dollarfish": {},
    "elderberry": {},
    "exhalation": {},
    "feathertop": {},
    "fetterbush": {},
    "fiddlehead": {},
    "flycatcher": {},
    "fritillary": {},
    "garambulla": {},
    "goldenbush": {},
    "gooseberry": {},
    "grapefruit": {},
    "jaboticaba": {},
    "jackrabbit": {},
    "ketembilla": {},
    "kitembilla": {},
    "lemongrass": {},
    "littleneck": {},
    "loganberry": {},
    "loggerhead": {},
    "mangosteen": {},
    "marblewood": {},
    "marguerite": {},
    "massasauga": {},
    "meerschaum": {},
    "monoclonal": {},
    "nasturtium": {},
    "needlefish": {},
    "nonstarter": {},
    "ornamental": {},
    "pacesetter": {},
    "parenchyma": {},
    "pennyroyal": {},
    "pepperwort": {},
    "plasmodium": {},
    "princewood": {},
    "propellant": {},
    "propellent": {},
    "pufferfish": {},
    "pyrimidine": {},
    "quercitron": {},
    "restharrow": {},
    "restrainer": {},
    "ribbonfish": {},
    "ribbonwood": {},
    "rudderfish": {},
    "sapphirine": {},
    "scorzonera": {},
    "sidewinder": {},
    "silverbush": {},
    "silverfish": {},
    "silverweed": {},
    "spiceberry": {},
    "sticktight": {},
    "sugarberry": {},
    "superoxide": {},
    "tarmacadam": {},
    "turpentine": {},
    "turtledove": {},
    "velvetleaf": {},
    "vertebrate": {},
    "vesicatory": {},
    "wandflower": {},
    "watermelon": {},
    "windowpane": {},
    "witchgrass": {},
    "yellowbird": {},
    "yellowtail": {},
    "yellowwood": {},
    "adulterator": {},
    "arthrospore": {},
    "artiodactyl": {},
    "bactericide": {},
    "boysenberry": {},
    "branchiopod": {},
    "buffalofish": {},
    "butcherbird": {},
    "cauliflower": {},
    "cherrystone": {},
    "chittimwood": {},
    "chokecherry": {},
    "combustible": {},
    "conspecific": {},
    "digitigrade": {},
    "dolphinfish": {},
    "flameflower": {},
    "gillyflower": {},
    "groundberry": {},
    "groundcover": {},
    "heterocycle": {},
    "honeyflower": {},
    "insectivore": {},
    "leatherleaf": {},
    "leatherwood": {},
    "lingonberry": {},
    "liquidambar": {},
    "loosestrife": {},
    "muskellunge": {},
    "plantigrade": {},
    "platyrrhine": {},
    "pomegranate": {},
    "precipitant": {},
    "prickleback": {},
    "quicksilver": {},
    "recombinant": {},
    "refrigerant": {},
    "shellflower": {},
    "silversides": {},
    "sleuthhound": {},
    "swallowwort": {},
    "unguiculate": {},
    "waldmeister": {},
    "archosaurian": {},
    "distillation": {},
    "heterocyclic": {},
    "honeycreeper": {},
    "instillation": {},
    "invertebrate": {},
    "nonsteroidal": {},
    "placentation": {},
    "sarsaparilla": {},
    "serviceberry": {},
    "squirrelfish": {},
    "transudation": {},
    "weatherboard": {},
    "whortleberry": {},
    "yellowhammer": {},
    "branchiopodan": {},
    "inflorescence": {},
    "platyrrhinian": {},
    "semiconductor": {},
    "transactinide": {},
    "vitrification": {},
    "fructification": {},
    "aa": {},
    "ai": {},
    "ani": {},
    "auk": {},
    "awn": {},
    "bot": {},
    "dak": {},
    "daw": {},
    "dew": {},
    "doe": {},
    "dug": {},
    "eft": {},
    "ern": {},
    "ewe": {},
    "gib": {},
    "gnu": {},
    "goo": {},
    "ivy": {},
    "jay": {},
    "kea": {},
    "kob": {},
    "lac": {},
    "lye": {},
    "may": {},
    "mei": {},
    "moa": {},
    "oca": {},
    "ola": {},
    "olm": {},
    "pia": {},
    "pug": {},
    "teg": {},
    "tup": {},
    "acyl": {},
    "agua": {},
    "aloe": {},
    "amyl": {},
    "anoa": {},
    "apar": {},
    "aril": {},
    "arui": {},
    "atar": {},
    "axil": {},
    "barm": {},
    "baya": {},
    "bine": {},
    "boll": {},
    "bufo": {},
    "buna": {},
    "calx": {},
    "cavy": {},
    "chub": {},
    "cleg": {},
    "coco": {},
    "colt": {},
    "coot": {},
    "corm": {},
    "cows": {},
    "craw": {},
    "culm": {},
    "cyme": {},
    "dace": {},
    "dalo": {},
    "deer": {
      "plural": "deer"
    },
    "derv": {},
    "dhak": {},
    "dhal": {},
    "dika": {},
    "diol": {},
    "disa": {},
    "dita": {},
    "dogy": {},
    "doob": {},
    "dopa": {},
    "enol": {},
    "erne": {},
    "eyas": {},
    "fern": {},
    "fice": {},
    "floc": {},
    "fuji": {},
    "gean": {},
    "goby": {},
    "guan": {},
    "guar": {},
    "guib": {},
    "haem": {},
    "halm": {},
    "hart": {},
    "heme": {},
    "hogg": {},
    "hops": {},
    "hoya": {},
    "ibex": {},
    "ibis": {},
    "inga": {},
    "jird": {},
    "jute": {},
    "kali": {},
    "kelp": {},
    "kola": {},
    "kudu": {},
    "lily": {},
    "lino": {},
    "liza": {},
    "loam": {},
    "loir": {},
    "lory": {},
    "lynx": {},
    "mako": {},
    "mamo": {},
    "mara": {},
    "marl": {},
    "merl": {},
    "mica": {},
    "milo": {},
    "miro": {},
    "mola": {},
    "moss": {},
    "munj": {},
    "mutt": {},
    "myna": {},
    "nagi": {},
    "napa": {},
    "napu": {},
    "neem": {},
    "neon": {},
    "olla": {},
    "ombu": {},
    "onyx": {},
    "opah": {},
    "opal": {},
    "orca": {},
    "oryx": {},
    "paca": {},
    "peat": {},
    "peba": {},
    "pika": {},
    "pome": {},
    "puku": {},
    "puma": {},
    "pupa": {},
    "ragi": {},
    "rimu": {},
    "rudd": {},
    "sago": {},
    "salp": {},
    "sang": {},
    "sard": {},
    "scut": {},
    "sial": {},
    "sika": {},
    "sild": {},
    "sima": {},
    "skua": {},
    "smew": {},
    "sugi": {},
    "tatu": {},
    "teff": {},
    "teju": {},
    "tern": {},
    "tipu": {},
    "toad": {},
    "tody": {},
    "tolu": {},
    "tuff": {},
    "tung": {},
    "urea": {},
    "urus": {},
    "vole": {},
    "wasp": {},
    "weka": {},
    "blast": {},
    "dinar": {},
    "lapse": {},
    "lurch": {},
    "whirl": {},
    "travel": {},
    "capacity": {},
    "encounter": {},
    "conversion": {},
    "separation": {},
    "age": {},
    "nip": {},
    "now": {},
    "halt": {},
    "leap": {},
    "mile": {},
    "peak": {},
    "peso": {},
    "slam": {},
    "term": {},
    "wake": {},
    "faint": {},
    "scoop": {},
    "surge": {},
    "third": {},
    "trick": {},
    "bother": {},
    "cackle": {},
    "motion": {},
    "chatter": {},
    "reversal": {},
    "elevation": {},
    "experience": {},
    "dab": {},
    "pat": {},
    "cube": {},
    "howl": {},
    "over": {},
    "peep": {},
    "span": {},
    "cause": {},
    "death": {},
    "plump": {},
    "plunk": {},
    "poise": {},
    "pulse": {},
    "shame": {},
    "spark": {},
    "twang": {},
    "wound": {},
    "cipher": {},
    "crunch": {},
    "damage": {},
    "fusion": {},
    "period": {},
    "racket": {},
    "repeat": {},
    "supply": {},
    "wallow": {},
    "wonder": {},
    "dribble": {},
    "failure": {},
    "outrage": {},
    "sparkle": {},
    "backfire": {},
    "campaign": {},
    "delivery": {},
    "increase": {},
    "variance": {},
    "explosion": {},
    "correction": {},
    "disturbance": {},
    "translation": {},
    "displacement": {},
    "transposition": {},
    "hum": {},
    "mug": {},
    "buzz": {},
    "cord": {},
    "dawn": {},
    "fuss": {},
    "hint": {},
    "hiss": {},
    "much": {},
    "past": {},
    "ping": {},
    "rout": {},
    "seek": {},
    "tide": {},
    "warp": {},
    "birth": {},
    "blend": {},
    "crumb": {},
    "delay": {},
    "rupee": {},
    "worst": {},
    "climax": {},
    "deluge": {},
    "dirham": {},
    "recoil": {},
    "replay": {},
    "rhythm": {},
    "rising": {},
    "descent": {},
    "grumble": {},
    "impulse": {},
    "respite": {},
    "scruple": {},
    "triumph": {},
    "addition": {},
    "dogfight": {},
    "eruption": {},
    "occasion": {},
    "progress": {},
    "reprieve": {},
    "shilling": {},
    "stampede": {},
    "accretion": {},
    "induction": {},
    "appearance": {},
    "suggestion": {},
    "circulation": {},
    "irradiation": {},
    "accommodation": {},
    "precipitation": {},
    "in": {},
    "ebb": {},
    "mil": {},
    "zap": {},
    "gush": {},
    "honk": {},
    "lull": {},
    "plop": {},
    "rave": {},
    "ream": {},
    "slap": {},
    "then": {},
    "zoom": {},
    "fifth": {},
    "final": {},
    "gleam": {},
    "reign": {},
    "swash": {},
    "throb": {},
    "thump": {},
    "tweet": {},
    "wreck": {},
    "wring": {},
    "billow": {},
    "breach": {},
    "ending": {},
    "fourth": {},
    "gurgle": {},
    "injury": {},
    "nibble": {},
    "parity": {},
    "sunset": {},
    "billion": {},
    "history": {},
    "instant": {},
    "spatter": {},
    "blackout": {},
    "creation": {},
    "decision": {},
    "downhill": {},
    "entrance": {},
    "rational": {},
    "trillion": {},
    "hereafter": {},
    "immersion": {},
    "intrusion": {},
    "millenary": {},
    "remainder": {},
    "saltation": {},
    "adjustment": {},
    "antecedent": {},
    "dedication": {},
    "deflection": {},
    "impairment": {},
    "limitation": {},
    "outpouring": {},
    "refinement": {},
    "scattering": {},
    "devastation": {},
    "elaboration": {},
    "fundamental": {},
    "prohibition": {},
    "retardation": {},
    "interference": {},
    "transmission": {},
    "manifestation": {},
    "scintillation": {},
    "mi": {},
    "kip": {},
    "wee": {},
    "yaw": {},
    "bout": {},
    "bray": {},
    "doom": {},
    "harm": {},
    "haul": {},
    "jolt": {},
    "none": {},
    "ooze": {},
    "pity": {},
    "sigh": {},
    "surf": {},
    "thaw": {},
    "tour": {},
    "alpha": {},
    "carom": {},
    "chunk": {},
    "clink": {},
    "colon": {},
    "deuce": {},
    "drama": {},
    "glint": {},
    "going": {},
    "shtik": {},
    "sixth": {},
    "spurt": {},
    "thrum": {},
    "tinge": {},
    "today": {},
    "waltz": {},
    "worth": {},
    "bucket": {},
    "egress": {},
    "fathom": {},
    "mutter": {},
    "patter": {},
    "picnic": {},
    "quaver": {},
    "ripple": {},
    "rustle": {},
    "shtick": {},
    "sizzle": {},
    "squawk": {},
    "stride": {},
    "tremor": {},
    "whoosh": {},
    "wobble": {},
    "absence": {},
    "allegro": {},
    "andante": {},
    "deficit": {},
    "episode": {},
    "heaving": {},
    "raising": {},
    "rebirth": {},
    "roaring": {},
    "rupture": {},
    "screech": {},
    "scrunch": {},
    "seventh": {},
    "success": {},
    "sunrise": {},
    "takeoff": {},
    "trample": {},
    "twinkle": {},
    "cracking": {},
    "deletion": {},
    "incident": {},
    "interval": {},
    "isometry": {},
    "overflow": {},
    "rattling": {},
    "skeleton": {},
    "splatter": {},
    "striking": {},
    "twilight": {},
    "upheaval": {},
    "advantage": {},
    "alignment": {},
    "deflexion": {},
    "diffusion": {},
    "emergence": {},
    "inflation": {},
    "normality": {},
    "remission": {},
    "resultant": {},
    "ruination": {},
    "shakedown": {},
    "vibration": {},
    "yesterday": {},
    "allegretto": {},
    "conception": {},
    "concoction": {},
    "concretion": {},
    "disruption": {},
    "divergence": {},
    "graduation": {},
    "inflection": {},
    "initiation": {},
    "moderation": {},
    "sprinkling": {},
    "approaching": {},
    "biquadratic": {},
    "competition": {},
    "compression": {},
    "contraction": {},
    "humiliation": {},
    "permutation": {},
    "constriction": {},
    "ramification": {},
    "accompaniment": {},
    "embarrassment": {},
    "mortification": {},
    "rectification": {},
    "coo": {},
    "eve": {},
    "gee": {},
    "par": {},
    "sea": {},
    "sec": {},
    "tot": {},
    "won": {},
    "yen": {},
    "bash": {},
    "beep": {},
    "ding": {},
    "dram": {},
    "fete": {},
    "gait": {},
    "inch": {},
    "lira": {},
    "peal": {},
    "pint": {},
    "purr": {},
    "rial": {},
    "ting": {},
    "toot": {},
    "whiz": {},
    "blare": {},
    "bleat": {},
    "brawl": {},
    "cease": {},
    "digit": {},
    "dying": {},
    "epoch": {},
    "gravy": {},
    "idyll": {},
    "knell": {},
    "metre": {},
    "minim": {},
    "ninth": {},
    "plash": {},
    "plonk": {},
    "quake": {},
    "quart": {},
    "ravel": {},
    "salvo": {},
    "skirl": {},
    "snore": {},
    "spate": {},
    "spirt": {},
    "swish": {},
    "tenth": {},
    "unity": {},
    "whack": {},
    "whirr": {},
    "years": {},
    "ascent": {},
    "bushel": {},
    "curfew": {},
    "drachm": {},
    "eighth": {},
    "enough": {},
    "finale": {},
    "fizzle": {},
    "footer": {},
    "gobble": {},
    "jingle": {},
    "marvel": {},
    "myriad": {},
    "octave": {},
    "ravage": {},
    "smudge": {},
    "spritz": {},
    "squeak": {},
    "squeal": {},
    "squish": {},
    "swerve": {},
    "tierce": {},
    "usance": {},
    "waxing": {},
    "atrophy": {},
    "banging": {},
    "bending": {},
    "blowout": {},
    "centner": {},
    "clangor": {},
    "debacle": {},
    "decimal": {},
    "eclipse": {},
    "glitter": {},
    "kickoff": {},
    "midterm": {},
    "million": {},
    "misfire": {},
    "modulus": {},
    "monsoon": {},
    "ordinal": {},
    "outflow": {},
    "ringing": {},
    "shimmer": {},
    "sinking": {},
    "smolder": {},
    "torrent": {},
    "twelfth": {},
    "backwash": {},
    "bouncing": {},
    "downfall": {},
    "dripping": {},
    "drumbeat": {},
    "eighties": {},
    "eternity": {},
    "exigency": {},
    "footstep": {},
    "furlough": {},
    "gleaming": {},
    "grinding": {},
    "hardship": {},
    "instance": {},
    "invasion": {},
    "majority": {},
    "maturity": {},
    "nineties": {},
    "overtime": {},
    "overture": {},
    "pandemic": {},
    "pounding": {},
    "receding": {},
    "recovery": {},
    "rustling": {},
    "scraping": {},
    "sixtieth": {},
    "smoulder": {},
    "spoilage": {},
    "spraying": {},
    "tomorrow": {},
    "touching": {},
    "amplitude": {},
    "ascension": {},
    "athletics": {},
    "avalanche": {},
    "billionth": {},
    "checkmate": {},
    "clearance": {},
    "collision": {},
    "commotion": {},
    "contagion": {},
    "departure": {},
    "fertility": {},
    "formality": {},
    "gestation": {},
    "heartbeat": {},
    "honeymoon": {},
    "hundredth": {},
    "interlude": {},
    "irruption": {},
    "lactation": {},
    "millionth": {},
    "multitude": {},
    "onslaught": {},
    "outgrowth": {},
    "plurality": {},
    "probation": {},
    "pulsation": {},
    "shrinkage": {},
    "sixteenth": {},
    "spreading": {},
    "stalemate": {},
    "throbbing": {},
    "whistling": {},
    "withering": {},
    "affliction": {},
    "alteration": {},
    "betterment": {},
    "dispersion": {},
    "enervation": {},
    "expiration": {},
    "foreboding": {},
    "incubation": {},
    "incumbency": {},
    "inevitable": {},
    "irrational": {},
    "jubilation": {},
    "levitation": {},
    "millennium": {
      "plural": "millennia"
    },
    "procession": {},
    "repetition": {},
    "revolution": {},
    "sabbatical": {},
    "solubility": {},
    "subsidence": {},
    "thousandth": {},
    "undulation": {},
    "visitation": {},
    "accelerando": {},
    "catastrophe": {},
    "celebration": {},
    "coincidence": {},
    "consequence": {},
    "continuance": {},
    "deformation": {},
    "dislocation": {},
    "dissipation": {},
    "expansivity": {},
    "fluctuation": {},
    "gravitation": {},
    "oscillation": {},
    "preliminary": {},
    "punctuation": {},
    "sufficiency": {},
    "acceleration": {},
    "augmentation": {},
    "championship": {},
    "commencement": {},
    "conservation": {},
    "deceleration": {},
    "degeneration": {},
    "encroachment": {},
    "interlocking": {},
    "reflectivity": {},
    "consolidation": {},
    "hundredweight": {},
    "magnetisation": {},
    "magnetization": {},
    "regurgitation": {},
    "sheepshearing": {},
    "transmutation": {},
    "conglomeration": {},
    "materialisation": {},
    "optic": {},
    "patty": {},
    "prune": {},
    "saute": {},
    "scalp": {},
    "sinus": {},
    "swill": {},
    "bubbly": {},
    "burgoo": {},
    "choler": {},
    "claret": {},
    "cortex": {},
    "crotch": {},
    "drivel": {},
    "frappe": {},
    "hiatus": {},
    "kosher": {},
    "legume": {},
    "macula": {},
    "phlegm": {},
    "pickle": {},
    "stemma": {},
    "thenar": {},
    "tiptoe": {},
    "adrenal": {},
    "anatomy": {},
    "confect": {},
    "freckle": {},
    "jugular": {},
    "knuckle": {},
    "mastoid": {},
    "medulla": {},
    "pudding": {},
    "takeout": {},
    "thyroid": {},
    "tonsure": {},
    "wassail": {},
    "anterior": {},
    "coloring": {},
    "julienne": {},
    "libation": {},
    "rhomboid": {},
    "sandwich": {},
    "takeaway": {},
    "appendage": {},
    "chocolate": {},
    "colouring": {},
    "endocrine": {},
    "hamstring": {},
    "moonshine": {},
    "permanent": {},
    "recessive": {},
    "turbinate": {},
    "confection": {},
    "hemisphere": {},
    "ingredient": {},
    "spatchcock": {},
    "sweetening": {},
    "convolution": {},
    "pneumogastric": {},
    "os": {},
    "cos": {},
    "cud": {},
    "sup": {},
    "caul": {},
    "chaw": {},
    "chin": {},
    "chou": {},
    "curd": {},
    "cyst": {},
    "fizz": {},
    "jowl": {},
    "mane": {},
    "milt": {},
    "perm": {},
    "snot": {},
    "sorb": {},
    "sura": {},
    "taco": {},
    "booze": {},
    "broth": {},
    "caput": {},
    "chili": {},
    "cocoa": {},
    "costa": {},
    "cress": {},
    "dough": {},
    "eater": {},
    "fanny": {},
    "fondu": {},
    "hyoid": {},
    "loins": {},
    "lolly": {},
    "lumen": {},
    "mamma": {},
    "mummy": {},
    "pasta": {},
    "plasm": {},
    "porgy": {},
    "puree": {},
    "quaff": {},
    "quark": {},
    "sinew": {},
    "thigh": {},
    "tripe": {},
    "tummy": {},
    "areola": {},
    "banana": {},
    "booger": {},
    "bowleg": {},
    "brunch": {},
    "carpal": {},
    "cervix": {},
    "citrus": {},
    "comfit": {},
    "dactyl": {},
    "dorsum": {},
    "edible": {},
    "flitch": {},
    "fondue": {},
    "fornix": {},
    "gammon": {},
    "herbal": {},
    "lambda": {},
    "malted": {},
    "marcel": {},
    "millet": {},
    "monggo": {},
    "noodle": {},
    "paring": {},
    "pastry": {},
    "pelvis": {},
    "simnel": {},
    "spleen": {},
    "tarsal": {},
    "tensor": {},
    "tipple": {},
    "waffle": {},
    "wonton": {},
    "abdomen": {},
    "adenoid": {},
    "auricle": {},
    "biscuit": {},
    "brownie": {},
    "clabber": {},
    "criollo": {},
    "croaker": {},
    "cubitus": {},
    "deltoid": {},
    "dentine": {},
    "dietary": {},
    "eyeball": {},
    "fistula": {},
    "forearm": {},
    "fritter": {},
    "gherkin": {},
    "haircut": {},
    "headful": {},
    "hyaloid": {},
    "iceberg": {},
    "isthmus": {},
    "kneecap": {},
    "lacteal": {},
    "lasagna": {},
    "lasagne": {},
    "lozenge": {},
    "marmite": {},
    "midriff": {},
    "oatmeal": {},
    "ocellus": {},
    "pageboy": {},
    "paprika": {},
    "pathway": {},
    "pottage": {},
    "prepuce": {},
    "pumpkin": {},
    "ramekin": {},
    "ratafia": {},
    "roulade": {},
    "sausage": {},
    "seltzer": {},
    "serving": {},
    "sidecar": {},
    "slobber": {},
    "sorghum": {},
    "stirrup": {},
    "sultana": {},
    "teacake": {},
    "timbale": {},
    "toenail": {},
    "topping": {},
    "tostada": {},
    "trachea": {},
    "treacle": {},
    "twister": {},
    "vintage": {},
    "abducent": {},
    "abductor": {},
    "afferent": {},
    "alveolus": {},
    "appendix": {
      "plural": "appendices"
    },
    "astragal": {},
    "bicuspid": {},
    "blowfish": {},
    "blowhole": {},
    "bouffant": {},
    "capitate": {},
    "chowchow": {},
    "cobblers": {},
    "cocktail": {},
    "coquille": {},
    "couscous": {},
    "doughboy": {},
    "doughnut": {},
    "dumpling": {},
    "efferent": {},
    "eminence": {},
    "exocrine": {},
    "fascicle": {},
    "flatfish": {},
    "flatfoot": {},
    "flummery": {},
    "forehead": {},
    "foreskin": {},
    "hairline": {},
    "honeydew": {},
    "licorice": {},
    "ligament": {},
    "lollipop": {},
    "macaroni": {},
    "mackerel": {},
    "marinade": {},
    "membrane": {},
    "monstera": {},
    "mouthful": {},
    "muscatel": {},
    "pheasant": {},
    "physique": {},
    "potation": {},
    "prostate": {},
    "ramequin": {},
    "receptor": {},
    "sillabub": {},
    "sinusoid": {},
    "smoothie": {},
    "specimen": {},
    "streusel": {},
    "stuffing": {},
    "syllabub": {},
    "teardrop": {},
    "venation": {},
    "windfall": {},
    "abdominal": {},
    "apparatus": {},
    "blueberry": {},
    "casserole": {},
    "corpuscle": {},
    "cranberry": {},
    "demitasse": {},
    "dentition": {},
    "drinkable": {},
    "drumstick": {},
    "epiphysis": {},
    "flageolet": {},
    "fricassee": {},
    "hamburger": {},
    "labyrinth": {},
    "lifeblood": {},
    "lineament": {},
    "liquorice": {},
    "mastoidal": {},
    "maxillary": {},
    "navicular": {},
    "pituitary": {},
    "pompadour": {},
    "provender": {},
    "purulence": {},
    "shellfish": {},
    "spaghetti": {},
    "spareribs": {},
    "splayfoot": {},
    "spoilable": {},
    "sundowner": {},
    "sweetener": {},
    "trapezium": {},
    "trapezoid": {},
    "umbilical": {},
    "ventricle": {},
    "vestibule": {},
    "zygomatic": {},
    "applesauce": {},
    "autoplasty": {},
    "blackheart": {},
    "breadstuff": {},
    "cheesecake": {},
    "comestible": {},
    "gastronomy": {},
    "hotchpotch": {},
    "interstice": {},
    "jawbreaker": {},
    "kitambilla": {},
    "maraschino": {},
    "metacarpal": {},
    "metatarsal": {},
    "passageway": {},
    "perishable": {},
    "salmagundi": {},
    "shortening": {},
    "articulator": {},
    "excrescence": {},
    "grasshopper": {},
    "griddlecake": {},
    "intercostal": {},
    "longanberry": {},
    "nourishment": {},
    "screwdriver": {},
    "smorgasbord": {},
    "spindlelegs": {},
    "checkerberry": {},
    "perspiration": {},
    "spindleshanks": {},
    "parasympathetic": {},
    "ab": {},
    "ade": {},
    "ale": {},
    "bap": {},
    "bun": {},
    "jak": {},
    "lat": {},
    "lox": {},
    "pes": {},
    "pie": {},
    "poi": {},
    "pud": {},
    "pus": {},
    "tum": {},
    "vas": {},
    "veg": {},
    "anus": {},
    "arak": {},
    "axon": {},
    "baba": {},
    "bile": {},
    "bleb": {},
    "bleu": {},
    "bock": {},
    "bosc": {},
    "choc": {},
    "clit": {},
    "cola": {},
    "coxa": {},
    "crus": {},
    "cuke": {},
    "duff": {},
    "dura": {},
    "edda": {},
    "eggs": {},
    "fist": {},
    "flab": {},
    "flan": {},
    "fugu": {},
    "genu": {},
    "ghee": {},
    "glia": {},
    "grog": {},
    "isaw": {},
    "java": {},
    "kava": {},
    "marc": {},
    "mayo": {},
    "mead": {},
    "miso": {},
    "mons": {},
    "naan": {},
    "nape": {},
    "nipa": {},
    "oleo": {},
    "orzo": {},
    "ouzo": {},
    "ovum": {},
    "pecs": {},
    "pita": {},
    "pone": {},
    "pons": {},
    "porc": {},
    "rete": {},
    "rima": {},
    "rind": {},
    "roux": {},
    "ruga": {},
    "rusk": {},
    "slaw": {},
    "sops": {},
    "suet": {},
    "tofu": {},
    "ugli": {},
    "ulna": {},
    "umbo": {},
    "uvea": {},
    "veal": {},
    "veau": {},
    "vena": {},
    "vino": {},
    "womb": {},
    "ziti": {},
    "zona": {},
    "ackee": {},
    "adobo": {},
    "aioli": {},
    "anjou": {},
    "ankle": {},
    "annon": {},
    "aorta": {},
    "arcus": {},
    "aspic": {},
    "atole": {},
    "axone": {},
    "babka": {},
    "bacon": {},
    "bagel": {},
    "bialy": {},
    "bigos": {},
    "bitok": {},
    "blanc": {},
    "blini": {},
    "bliny": {},
    "boeuf": {},
    "borsh": {},
    "bowel": {},
    "bursa": {},
    "butty": {},
    "cauda": {},
    "cavum": {},
    "cecum": {},
    "celom": {},
    "chips": {},
    "chyle": {},
    "cider": {},
    "congo": {},
    "copra": {},
    "cornu": {},
    "cuppa": {},
    "cutis": {},
    "cyder": {},
    "cytol": {},
    "decaf": {},
    "donut": {},
    "facia": {},
    "femur": {},
    "filum": {},
    "flews": {},
    "fovea": {},
    "fries": {},
    "gigot": {},
    "gland": {},
    "glans": {},
    "gleet": {},
    "glogg": {},
    "glute": {},
    "gonad": {},
    "goody": {},
    "grist": {},
    "grits": {},
    "gruel": {},
    "gyrus": {},
    "hilus": {},
    "hoagy": {},
    "hooch": {},
    "hooks": {},
    "hymen": {},
    "hyson": {},
    "ileum": {},
    "ilium": {},
    "incus": {},
    "inion": {},
    "jello": {},
    "julep": {},
    "kabob": {},
    "kasha": {},
    "kebab": {},
    "knish": {},
    "kumis": {},
    "kvass": {},
    "lansa": {},
    "latke": {},
    "latte": {},
    "lichi": {},
    "limpa": {},
    "lymph": {},
    "macon": {},
    "manus": {},
    "matzo": {},
    "mucus": {},
    "nacho": {},
    "naris": {},
    "nates": {},
    "negus": {},
    "offal": {},
    "ootid": {},
    "pekoe": {},
    "penis": {},
    "penne": {},
    "perry": {},
    "pesto": {},
    "pilaf": {},
    "pinky": {},
    "pizza": {},
    "plica": {},
    "porta": {},
    "pruno": {},
    "psoas": {},
    "pubis": {},
    "quiff": {},
    "raita": {},
    "ramus": {},
    "raphe": {},
    "salmi": {},
    "salsa": {},
    "savoy": {},
    "sebum": {},
    "serum": {},
    "sirup": {},
    "skull": {},
    "sperm": {},
    "steak": {},
    "sudor": {},
    "sushi": {},
    "taffy": {},
    "tamal": {},
    "tater": {},
    "teeth": {},
    "teres": {},
    "tibia": {},
    "titty": {},
    "toddy": {},
    "toffy": {},
    "torso": {},
    "torte": {},
    "tress": {},
    "uvula": {},
    "vagus": {},
    "viand": {},
    "vodka": {},
    "vomer": {},
    "vulva": {},
    "wrist": {},
    "adnexa": {},
    "afters": {},
    "agnail": {},
    "ananas": {},
    "anlage": {},
    "annexa": {},
    "annona": {},
    "antrum": {},
    "armpit": {},
    "arrack": {},
    "axilla": {},
    "baguet": {},
    "beigel": {},
    "biceps": {},
    "bisque": {},
    "blintz": {},
    "bonbon": {},
    "borsch": {},
    "brazil": {},
    "bregma": {},
    "bulgur": {},
    "burger": {},
    "cachou": {},
    "caecum": {},
    "canape": {},
    "canola": {},
    "cardia": {},
    "carina": {},
    "carpus": {},
    "casaba": {},
    "catsup": {},
    "caviar": {},
    "chevre": {},
    "chiasm": {},
    "chilli": {},
    "choana": {},
    "coccyx": {},
    "coelom": {},
    "comedo": {},
    "concha": {},
    "confit": {},
    "congou": {},
    "corium": {},
    "corpse": {},
    "cupper": {},
    "cuspid": {},
    "cutlet": {},
    "damson": {},
    "danish": {},
    "dermis": {},
    "dewlap": {},
    "dolmas": {},
    "eclair": {},
    "eggnog": {},
    "eschar": {},
    "eyelid": {},
    "farina": {},
    "fauces": {},
    "fibula": {},
    "finnan": {},
    "flexor": {},
    "fundus": {},
    "gateau": {},
    "geneva": {},
    "giblet": {},
    "glossa": {},
    "gluten": {},
    "goatee": {},
    "gobbet": {},
    "gonion": {},
    "goober": {},
    "graham": {},
    "grappa": {},
    "groats": {},
    "gulyas": {},
    "haggis": {},
    "hairdo": {},
    "hallah": {},
    "hallux": {},
    "hamate": {},
    "haslet": {},
    "hoagie": {},
    "hominy": {},
    "hommos": {},
    "hootch": {},
    "hotpot": {},
    "huitre": {},
    "hummus": {},
    "inguen": {},
    "intima": {},
    "jambon": {},
    "jugale": {},
    "jumbal": {},
    "karyon": {},
    "kencur": {},
    "kidney": {},
    "kipper": {},
    "kirsch": {},
    "kishke": {},
    "korlan": {},
    "kummel": {},
    "labium": {},
    "lamina": {},
    "lanseh": {},
    "lanugo": {},
    "larynx": {},
    "lekvar": {},
    "limbus": {},
    "lingua": {},
    "lobule": {},
    "lochia": {},
    "locule": {},
    "lunule": {},
    "matzoh": {},
    "meatus": {},
    "meninx": {},
    "milium": {},
    "mohawk": {},
    "mouton": {},
    "mucosa": {},
    "muesli": {},
    "muffin": {},
    "murphy": {},
    "mutton": {},
    "nasion": {},
    "nervus": {},
    "neuron": {},
    "nougat": {},
    "oculus": {},
    "omelet": {},
    "onyxis": {},
    "oocyte": {},
    "oolong": {},
    "operon": {},
    "organs": {},
    "paczki": {},
    "paella": {},
    "palate": {},
    "paries": {},
    "pastis": {},
    "paunch": {},
    "pectus": {},
    "phyllo": {},
    "pilaff": {},
    "pinkie": {},
    "pinole": {},
    "pirogi": {},
    "pleura": {},
    "plexus": {},
    "pollex": {},
    "polony": {},
    "posset": {},
    "potage": {},
    "poteen": {},
    "potion": {},
    "potpie": {},
    "poulet": {},
    "premix": {},
    "pulque": {},
    "purloo": {},
    "quiche": {},
    "rectum": {},
    "rectus": {},
    "repast": {},
    "retina": {},
    "rhaphe": {},
    "ribier": {},
    "rickey": {},
    "rotgut": {},
    "sacrum": {},
    "salami": {},
    "saliva": {},
    "samosa": {},
    "sapota": {},
    "scampi": {},
    "scampo": {},
    "sclera": {},
    "scruff": {},
    "seckel": {},
    "serosa": {},
    "shandy": {},
    "sherry": {},
    "silage": {},
    "skilly": {},
    "smegma": {},
    "soleus": {},
    "sorbet": {},
    "sputum": {},
    "stapes": {},
    "stodge": {},
    "succus": {},
    "sulcus": {},
    "sundae": {},
    "sutura": {},
    "tahini": {},
    "tamale": {},
    "tarsus": {},
    "tendon": {},
    "testis": {},
    "thymus": {},
    "tidbit": {},
    "tiffin": {},
    "tisane": {},
    "titbit": {},
    "toffee": {},
    "tonsil": {},
    "tragus": {},
    "troche": {},
    "tubule": {},
    "tunica": {},
    "unguis": {},
    "ureter": {},
    "uterus": {},
    "vagina": {},
    "veggie": {},
    "venula": {},
    "venule": {},
    "vermis": {},
    "vesica": {},
    "viscus": {},
    "vitals": {},
    "waters": {},
    "whisky": {},
    "wiener": {},
    "yogurt": {},
    "zaatar": {},
    "zonula": {},
    "zonule": {},
    "zygoma": {},
    "zygote": {},
    "absinth": {},
    "akvavit": {},
    "aniseed": {},
    "aquavit": {},
    "arteria": {},
    "ashcake": {},
    "baklava": {},
    "bannock": {},
    "beignet": {},
    "keen": {},
    "rage": {},
    "wish": {},
    "aside": {},
    "chafe": {},
    "gloss": {},
    "tense": {},
    "whole": {},
    "worry": {},
    "effect": {},
    "reject": {},
    "riddle": {},
    "snatch": {},
    "speech": {},
    "closure": {},
    "collect": {},
    "romance": {},
    "flourish": {},
    "classical": {},
    "influence": {},
    "substance": {},
    "reflection": {},
    "inclination": {},
    "recognition": {},
    "dot": {},
    "nod": {},
    "blur": {},
    "itch": {},
    "slur": {},
    "solo": {},
    "wink": {},
    "abuse": {},
    "acute": {},
    "alert": {},
    "angle": {},
    "bluff": {},
    "cheer": {},
    "honor": {},
    "humor": {},
    "lyric": {},
    "snarl": {},
    "tally": {},
    "accent": {},
    "degree": {},
    "detail": {},
    "indent": {},
    "matter": {},
    "patent": {},
    "rubric": {},
    "thrill": {},
    "abandon": {},
    "bluster": {},
    "concern": {},
    "concord": {},
    "formula": {
      "plural": "formulae"
    },
    "imprint": {},
    "nominal": {},
    "quality": {},
    "reading": {},
    "sputter": {},
    "torture": {},
    "wrinkle": {},
    "contrast": {},
    "estimate": {},
    "harmonic": {},
    "judgment": {},
    "reaction": {},
    "sanction": {},
    "singular": {},
    "straddle": {},
    "construct": {},
    "judgement": {},
    "reflexion": {},
    "rendering": {},
    "universal": {},
    "acceptance": {},
    "discipline": {},
    "irritation": {},
    "regulation": {},
    "relaxation": {},
    "submission": {},
    "application": {},
    "replication": {},
    "construction": {},
    "introduction": {},
    "presentation": {},
    "cant": {},
    "code": {},
    "joke": {},
    "pain": {},
    "stab": {},
    "trot": {},
    "will": {},
    "blame": {},
    "brief": {},
    "dodge": {},
    "fancy": {},
    "glide": {},
    "grasp": {},
    "guess": {},
    "quote": {},
    "scent": {},
    "slant": {},
    "snort": {},
    "swoop": {},
    "theme": {},
    "trial": {},
    "vocal": {},
    "accord": {},
    "affect": {},
    "cancel": {},
    "debate": {},
    "desire": {},
    "heroic": {},
    "murmur": {},
    "phrase": {},
    "resume": {},
    "scream": {},
    "serial": {},
    "tangle": {},
    "closing": {},
    "dissent": {},
    "drawing": {},
    "example": {},
    "exhibit": {},
    "fatigue": {},
    "feeling": {},
    "mention": {},
    "partial": {},
    "posture": {},
    "protest": {},
    "regress": {},
    "telling": {},
    "welcome": {},
    "absolute": {},
    "analysis": {
      "plural": "analyses"
    },
    "distress": {},
    "pastoral": {},
    "platform": {},
    "temporal": {},
    "agreement": {},
    "attention": {},
    "beginning": {},
    "closeness": {},
    "connexion": {},
    "dimension": {},
    "discourse": {},
    "lightness": {},
    "principle": {},
    "surrender": {},
    "assignment": {},
    "coordinate": {},
    "involution": {},
    "abstraction": {},
    "arrangement": {},
    "conjunction": {},
    "declaration": {},
    "penetration": {},
    "proposition": {},
    "realisation": {},
    "realization": {},
    "condensation": {},
    "consideration": {},
    "no": {},
    "cue": {},
    "fun": {},
    "rub": {},
    "bias": {},
    "gift": {},
    "hoot": {},
    "jazz": {},
    "oral": {},
    "snub": {},
    "text": {},
    "tune": {},
    "urge": {},
    "coast": {},
    "craze": {},
    "daily": {},
    "debut": {},
    "dowse": {},
    "funny": {},
    "logic": {},
    "mercy": {},
    "peace": {},
    "rerun": {},
    "samba": {},
    "slang": {},
    "taboo": {},
    "verse": {},
    "whine": {},
    "words": {},
    "aspect": {},
    "babble": {},
    "canker": {},
    "choice": {},
    "clamor": {},
    "denial": {},
    "device": {},
    "esteem": {},
    "format": {},
    "lament": {},
    "manual": {},
    "menace": {},
    "normal": {},
    "pardon": {},
    "regret": {},
    "skinny": {},
    "sorrow": {},
    "tickle": {},
    "twinge": {},
    "vision": {},
    "warmth": {},
    "caution": {},
    "charter": {},
    "conceit": {},
    "cunning": {},
    "delight": {},
    "dictate": {},
    "discord": {},
    "finance": {},
    "harmony": {},
    "keynote": {},
    "knowing": {},
    "leaning": {},
    "lecture": {},
    "mistake": {},
    "musical": {},
    "offense": {},
    "palaver": {},
    "preempt": {},
    "purpose": {},
    "pyrrhic": {},
    "realism": {},
    "sharing": {},
    "texture": {},
    "worship": {},
    "writing": {},
    "aspirate": {},
    "biweekly": {},
    "blessing": {},
    "citation": {},
    "despatch": {},
    "dullness": {},
    "feminine": {},
    "flatness": {},
    "geminate": {},
    "manifest": {},
    "personal": {},
    "pleasure": {},
    "politics": {},
    "singsong": {},
    "yielding": {},
    "agitation": {},
    "attrition": {},
    "bimonthly": {},
    "broadcast": {},
    "confusion": {},
    "deviation": {},
    "disregard": {},
    "education": {},
    "faintness": {},
    "heaviness": {},
    "imitation": {},
    "indenture": {},
    "interview": {},
    "isolation": {},
    "isometric": {},
    "minuscule": {},
    "portrayal": {},
    "predicate": {},
    "provision": {},
    "screaming": {},
    "signature": {},
    "spiritual": {},
    "throwaway": {},
    "tightness": {},
    "accounting": {},
    "aggression": {},
    "assumption": {},
    "attraction": {},
    "commercial": {},
    "compromise": {},
    "confession": {},
    "confidence": {},
    "conformity": {},
    "conveyance": {},
    "detachment": {},
    "difference": {},
    "discretion": {},
    "imperative": {},
    "mellowness": {},
    "modulation": {},
    "tenderness": {},
    "uneasiness": {},
    "awkwardness": {},
    "discernment": {},
    "elimination": {},
    "endorsement": {},
    "examination": {},
    "fabrication": {},
    "familiarity": {},
    "implication": {},
    "indorsement": {},
    "involvement": {},
    "observation": {},
    "obstruction": {},
    "performance": {},
    "requisition": {},
    "sensitivity": {},
    "testimonial": {},
    "appreciation": {},
    "articulation": {},
    "condemnation": {},
    "confirmation": {},
    "deliberation": {},
    "intervention": {},
    "satisfaction": {},
    "confrontation": {},
    "decomposition": {},
    "determination": {},
    "reinforcement": {},
    "understanding": {},
    "characteristic": {},
    "correspondence": {},
    "sophistication": {},
    "transformation": {},
    "rationalisation": {},
    "rationalization": {},
    "dub": {},
    "fog": {},
    "bold": {},
    "buoy": {},
    "dare": {},
    "daze": {},
    "envy": {},
    "gape": {},
    "okay": {},
    "plus": {},
    "rasp": {},
    "rime": {},
    "role": {},
    "tabu": {},
    "yell": {},
    "above": {},
    "affix": {},
    "agape": {},
    "chord": {},
    "croak": {},
    "doubt": {},
    "email": {},
    "essay": {},
    "folly": {},
    "idiom": {},
    "laugh": {},
    "modal": {},
    "panic": {},
    "posit": {},
    "rhyme": {},
    "rider": {},
    "rumba": {},
    "scare": {},
    "scorn": {},
    "sneer": {},
    "trill": {},
    "truth": {},
    "wince": {},
    "adagio": {},
    "binary": {},
    "daring": {},
    "defeat": {},
    "dismay": {},
    "docket": {},
    "filing": {},
    "flavor": {},
    "giving": {},
    "gospel": {},
    "lesson": {},
    "median": {},
    "neuter": {},
    "notion": {},
    "parody": {},
    "parole": {},
    "plight": {},
    "rebuff": {},
    "rhumba": {},
    "sample": {},
    "shiver": {},
    "solace": {},
    "trance": {},
    "unseen": {},
    "vanity": {},
    "vector": {},
    "amnesty": {},
    "anguish": {},
    "arousal": {},
    "bucolic": {},
    "caption": {},
    "catalog": {},
    "contour": {},
    "descant": {},
    "disdain": {},
    "dispute": {},
    "fantasy": {},
    "flavour": {},
    "glimpse": {},
    "insight": {},
    "languor": {},
    "licence": {},
    "marking": {},
    "overbid": {},
    "prelude": {},
    "probate": {},
    "purport": {},
    "pursuit": {},
    "reality": {},
    "receipt": {},
    "recital": {},
    "riposte": {},
    "splurge": {},
    "sticker": {},
    "summons": {},
    "wrangle": {},
    "approval": {},
    "buoyancy": {},
    "converse": {},
    "coolness": {},
    "covenant": {},
    "crotchet": {},
    "devotion": {},
    "dialogue": {},
    "emphasis": {},
    "esthetic": {},
    "excision": {},
    "fairness": {},
    "fixation": {},
    "forecast": {},
    "hieratic": {},
    "identity": {},
    "illusion": {},
    "integral": {},
    "monotone": {},
    "offering": {},
    "paradigm": {},
    "premiere": {},
    "printing": {},
    "referent": {},
    "rescript": {},
    "research": {},
    "rhetoric": {},
    "schedule": {},
    "skimming": {},
    "sleeping": {},
    "speaking": {},
    "splutter": {},
    "streamer": {},
    "tendency": {},
    "topology": {},
    "vexation": {},
    "wildness": {},
    "adjective": {},
    "aesthetic": {},
    "assurance": {},
    "burlesque": {},
    "catalogue": {},
    "correlate": {},
    "detection": {},
    "discovery": {},
    "dismissal": {},
    "exclusion": {},
    "exclusive": {},
    "expansion": {},
    "impromptu": {},
    "inaugural": {},
    "indicator": {},
    "intensive": {},
    "interdict": {},
    "largeness": {},
    "masculine": {},
    "paragraph": {},
    "partitive": {},
    "pragmatic": {},
    "prevision": {},
    "quarterly": {},
    "quotation": {},
    "readiness": {},
    "rendition": {},
    "reverence": {},
    "roundness": {},
    "safeguard": {},
    "suspicion": {},
    "sweetness": {},
    "thickness": {},
    "trademark": {},
    "antagonism": {},
    "aspiration": {},
    "bitterness": {},
    "coarseness": {},
    "collection": {},
    "conjecture": {},
    "deposition": {},
    "estimation": {},
    "excitement": {},
    "gloominess": {},
    "impossible": {},
    "incitement": {},
    "invocation": {},
    "inwardness": {},
    "literature": {},
    "morphology": {},
    "narrowness": {},
    "nominative": {},
    "observance": {},
    "possessive": {},
    "postmortem": {},
    "preemption": {},
    "preference": {},
    "profession": {},
    "profundity": {},
    "recitation": {},
    "redundancy": {},
    "abnormality": {},
    "acquisition": {},
    "affirmation": {},
    "affirmative": {},
    "alternative": {},
    "bombardment": {},
    "commutation": {},
    "concurrence": {},
    "convergence": {},
    "countenance": {},
    "disposition": {},
    "distinction": {},
    "distraction": {},
    "enlargement": {},
    "expectation": {},
    "fingerprint": {},
    "indentation": {},
    "instruction": {},
    "nationalism": {},
    "possibility": {},
    "presumption": {},
    "publication": {},
    "spectacular": {},
    "speculation": {},
    "substantive": {},
    "superlative": {},
    "unconscious": {},
    "unitisation": {},
    "unitization": {},
    "anticipation": {},
    "apprehension": {},
    "circumstance": {},
    "continuation": {},
    "coordination": {},
    "countercheck": {},
    "distribution": {},
    "hieroglyphic": {},
    "illustration": {},
    "intimidation": {},
    "misdirection": {},
    "overestimate": {},
    "precondition": {},
    "renunciation": {},
    "approximation": {},
    "authorisation": {},
    "authorization": {},
    "certification": {},
    "falsification": {},
    "interrogative": {},
    "nonconformity": {},
    "reduplication": {},
    "sensitiveness": {},
    "sequestration": {},
    "superposition": {},
    "underestimate": {},
    "capitalisation": {},
    "capitalization": {},
    "generalisation": {},
    "generalization": {},
    "perceptiveness": {},
    "recapitulation": {},
    "sensationalism": {},
    "awe": {},
    "bop": {},
    "ego": {},
    "hex": {},
    "jot": {},
    "lit": {},
    "nub": {},
    "vow": {},
    "beta": {},
    "brag": {},
    "clue": {},
    "cull": {},
    "elan": {},
    "epic": {},
    "funk": {},
    "fury": {},
    "gibe": {},
    "hymn": {},
    "jibe": {},
    "leer": {},
    "lust": {},
    "mood": {},
    "oath": {},
    "pang": {},
    "plea": {},
    "quip": {},
    "rant": {},
    "riff": {},
    "visa": {},
    "zeal": {},
    "zest": {},
    "alibi": {},
    "badge": {},
    "basis": {
      "plural": "bases"
    },
    "bravo": {},
    "carol": {},
    "chant": {},
    "chaos": {},
    "conga": {},
    "delta": {},
    "demur": {},
    "dread": {},
    "fable": {},
    "flair": {},
    "fugue": {},
    "given": {},
    "gloat": {},
    "gloom": {},
    "hunch": {},
    "infix": {},
    "irony": {},
    "largo": {},
    "least": {},
    "libel": {},
    "magic": {},
    "moral": {},
    "polka": {},
    "reply": {},
    "sally": {},
    "spiel": {},
    "spook": {},
    "stymy": {},
    "tango": {},
    "usage": {},
    "velar": {},
    "vigil": {},
    "whoop": {},
    "affair": {},
    "airing": {},
    "ardour": {},
    "ballot": {},
    "bathos": {},
    "beauty": {},
    "bellow": {},
    "bowing": {},
    "curtsy": {},
    "deceit": {},
    "dental": {},
    "dialog": {},
    "gambit": {},
    "gibber": {},
    "grudge": {},
    "halloo": {},
    "insult": {},
    "intent": {},
    "italic": {},
    "kowtow": {},
    "labial": {},
    "latest": {},
    "manner": {},
    "mumble": {},
    "naming": {},
    "outcry": {},
    "pathos": {},
    "piffle": {},
    "plural": {},
    "policy": {},
    "praise": {},
    "raving": {},
    "rehash": {},
    "revise": {},
    "scalar": {},
    "scroll": {},
    "seeing": {},
    "shriek": {},
    "sonnet": {},
    "stymie": {},
    "tattle": {},
    "theory": {},
    "tingle": {},
    "tumult": {},
    "upbeat": {},
    "urging": {},
    "wangle": {},
    "weekly": {},
    "wheeze": {},
    "yearly": {},
    "acclaim": {},
    "acidity": {},
    "airmail": {},
    "analogy": {},
    "apology": {},
    "barrage": {},
    "barrier": {},
    "bidding": {},
    "bonding": {},
    "buildup": {},
    "cadence": {},
    "cartoon": {},
    "censure": {},
    "clutter": {},
    "concert": {},
    "cruelty": {},
    "despair": {},
    "disgust": {},
    "dodging": {},
    "earmark": {},
    "embargo": {},
    "enquiry": {},
    "erasure": {},
    "eristic": {},
    "fluency": {},
    "gradual": {},
    "gravity": {},
    "initial": {},
    "inquiry": {},
    "lingual": {},
    "loyalty": {},
    "mastery": {},
    "mimesis": {},
    "monthly": {},
    "numeral": {},
    "omnibus": {},
    "outlook": {},
    "palatal": {},
    "placard": {},
    "polemic": {},
    "posting": {},
    "presage": {},
    "preview": {},
    "quibble": {},
    "refrain": {},
    "reissue": {},
    "reorder": {},
    "reprint": {},
    "rewrite": {},
    "roundup": {},
    "singing": {},
    "slander": {},
    "sorting": {},
    "tasting": {},
    "tribute": {},
    "turmoil": {},
    "whisper": {},
    "ablative": {},
    "acridity": {},
    "allegory": {},
    "alveolar": {},
    "ambition": {},
    "ascender": {},
    "audition": {},
    "binomial": {},
    "brandish": {},
    "brooding": {},
    "bundling": {},
    "calculus": {},
    "circular": {},
    "clipping": {},
    "coldness": {},
    "courtesy": {},
    "critique": {},
    "daydream": {},
    "defiance": {},
    "delusion": {},
    "demurrer": {},
    "disfavor": {},
    "disquiet": {},
    "dynamism": {},
    "easiness": {},
    "equation": {},
    "fondness": {},
    "grasping": {},
    "grouping": {},
    "guidance": {},
    "guttural": {},
    "hornpipe": {},
    "hysteria": {},
    "idealism": {},
    "intimacy": {},
    "mistrust": {},
    "monition": {},
    "negation": {},
    "nickname": {},
    "nihilism": {},
    "notation": {},
    "ordinate": {},
    "outburst": {},
    "particle": {},
    "passport": {},
    "pedagogy": {},
    "petition": {},
    "phantasy": {},
    "planning": {},
    "playbook": {},
    "proposal": {},
    "revision": {},
    "rhapsody": {},
    "ridicule": {},
    "sampling": {},
    "serenade": {},
    "slowness": {},
    "sourness": {},
    "subtitle": {},
    "suspense": {},
    "sympathy": {},
    "tartness": {},
    "teaching": {},
    "theology": {},
    "travesty": {},
    "universe": {},
    "acuteness": {},
    "addiction": {},
    "adoration": {},
    "attending": {},
    "autograph": {},
    "constancy": {},
    "crispness": {},
    "cuneiform": {},
    "deception": {},
    "defensive": {},
    "denseness": {},
    "dialectic": {},
    "dictation": {},
    "digestion": {},
    "diplomacy": {},
    "disfavour": {},
    "editorial": {},
    "emulation": {},
    "enactment": {},
    "evocation": {},
    "fecundity": {},
    "footprint": {},
    "formalism": {},
    "formative": {},
    "gradation": {},
    "grievance": {},
    "grumbling": {},
    "guideline": {},
    "immediacy": {},
    "insurance": {},
    "intention": {},
    "intercept": {},
    "invariant": {},
    "itinerary": {},
    "lassitude": {},
    "majuscule": {},
    "misgiving": {},
    "monologue": {},
    "morbidity": {},
    "murmuring": {},
    "narration": {},
    "nutrition": {},
    "ordinance": {},
    "oversight": {},
    "pictorial": {},
    "pizzicato": {},
    "prejudice": {},
    "quadratic": {},
    "quickness": {},
    "quickstep": {},
    "reckoning": {},
    "reflexive": {},
    "rejoicing": {},
    "repulsion": {},
    "retention": {},
    "retrieval": {},
    "revealing": {},
    "saltiness": {},
    "schooling": {},
    "sentience": {},
    "sulkiness": {},
    "synthesis": {},
    "testament": {},
    "testimony": {},
    "underline": {},
    "undertone": {},
    "accidental": {},
    "accusative": {},
    "adaptation": {},
    "admiration": {},
    "affixation": {},
    "allurement": {},
    "anatomical": {},
    "antiphonal": {},
    "asceticism": {},
    "belittling": {},
    "brightness": {},
    "brilliance": {},
    "chronology": {},
    "classified": {},
    "cleverness": {},
    "clumsiness": {},
    "cognizance": {},
    "compliment": {},
    "concession": {},
    "conscience": {},
    "conspiracy": {},
    "contention": {},
    "continuity": {},
    "decoration": {},
    "determiner": {},
    "deterrence": {},
    "digression": {},
    "diminution": {},
    "discontent": {},
    "dissection": {},
    "dissonance": {},
    "divination": {},
    "empiricism": {},
    "enthusiasm": {},
    "enticement": {},
    "equivalent": {},
    "execration": {},
    "fortissimo": {},
    "grogginess": {},
    "hesitation": {},
    "humbleness": {},
    "hypostasis": {},
    "hypothesis": {
      "plural": "hypotheses"
    },
    "impatience": {},
    "infliction": {},
    "insistence": {},
    "instalment": {},
    "intermezzo": {},
    "jocularity": {},
    "loneliness": {},
    "neutrality": {},
    "nomination": {},
    "oppression": {},
    "perfection": {},
    "pestilence": {},
    "philosophy": {},
    "precaution": {},
    "pretension": {},
    "propensity": {},
    "refutation": {},
    "reputation": {},
    "revelation": {},
    "rumination": {},
    "salutation": {},
    "semiweekly": {},
    "stigmatism": {},
    "theatrical": {},
    "triviality": {},
    "underscore": {},
    "unfairness": {},
    "vernacular": {},
    "vocabulary": {},
    "whispering": {},
    "acceptation": {},
    "advancement": {},
    "aggravation": {},
    "appellative": {},
    "benevolence": {},
    "calculation": {},
    "comparative": {},
    "concordance": {},
    "conjunctive": {},
    "conjuration": {},
    "correlation": {},
    "correlative": {},
    "countersign": {},
    "denigration": {},
    "designation": {},
    "discourtesy": {},
    "documentary": {},
    "electricity": {},
    "enchantment": {},
    "engrossment": {},
    "exclamation": {},
    "explanation": {},
    "exploration": {},
    "foolishness": {},
    "frustration": {},
    "imperialism": {},
    "infatuation": {},
    "inscription": {},
    "jactitation": {},
    "obfuscation": {},
    "outwardness": {},
    "peculiarity": {},
    "playfulness": {},
    "presentment": {},
    "propagation": {},
    "provocation": {},
    "rationalism": {},
    "regionalism": {},
    "repudiation": {},
    "resignation": {},
    "rotogravure": {},
    "semimonthly": {},
    "sensibility": {},
    "seriousness": {},
    "stipulation": {},
    "strangeness": {},
    "subcontract": {},
    "supposition": {},
    "syncopation": {},
    "titillation": {},
    "tranquility": {},
    "unorthodoxy": {},
    "unsoundness": {},
    "valedictory": {},
    "breakthrough": {},
    "choreography": {},
    "conciliation": {},
    "constitution": {},
    "consultation": {},
    "counterpoint": {},
    "covetousness": {},
    "depreciation": {},
    "faultfinding": {},
    "heedlessness": {},
    "helplessness": {},
    "idealisation": {},
    "idealization": {},
    "impertinence": {},
    "intoxication": {},
    "irritability": {},
    "mercifulness": {},
    "notification": {},
    "pacification": {},
    "processional": {},
    "promulgation": {},
    "proportional": {},
    "recollection": {},
    "retroflexion": {},
    "retroversion": {},
    "significance": {},
    "solicitation": {},
    "spiritualism": {},
    "stupefaction": {},
    "supplication": {},
    "transference": {},
    "acculturation": {},
    "attentiveness": {},
    "communication": {},
    "comprehensive": {},
    "condescension": {},
    "contradiction": {},
    "demonstrative": {},
    "determinative": {},
    "documentation": {},
    "hallucination": {},
    "impersonation": {},
    "individualism": {},
    "interpolation": {},
    "orchestration": {},
    "preoccupation": {},
    "prevarication": {},
    "qualification": {},
    "retentiveness": {},
    "retroflection": {},
    "structuralism": {},
    "symbolisation": {},
    "symbolization": {},
    "versification": {},
    "aggressiveness": {},
    "categorisation": {},
    "demoralisation": {},
    "demoralization": {},
    "farsightedness": {},
    "predisposition": {},
    "recommendation": {},
    "reconstruction": {},
    "sesquipedalian": {},
    "simplification": {},
    "traditionalism": {},
    "conventionality": {},
    "crystallization": {},
    "personification": {},
    "prognostication": {},
    "characterization": {},
    "predetermination": {},
    "pi": {},
    "xi": {},
    "boo": {},
    "bye": {},
    "dit": {},
    "fib": {},
    "ire": {},
    "ken": {},
    "nay": {},
    "pic": {},
    "psi": {},
    "pun": {},
    "wai": {},
    "woe": {},
    "yea": {},
    "blip": {},
    "blog": {},
    "deed": {},
    "demo": {},
    "epos": {},
    "gist": {},
    "grin": {},
    "heed": {},
    "idyl": {},
    "iota": {},
    "jive": {},
    "moan": {},
    "muse": {},
    "norm": {},
    "noun": {},
    "nous": {},
    "odor": {},
    "pean": {},
    "ploy": {},
    "pomp": {},
    "quiz": {},
    "sass": {},
    "sext": {},
    "spam": {},
    "sulk": {},
    "surd": {},
    "tale": {},
    "trig": {},
    "vlog": {},
    "whim": {},
    "yack": {},
    "yoga": {},
    "agony": {},
    "alias": {},
    "aroma": {},
    "axiom": {},
    "bebop": {},
    "blues": {},
    "bonus": {},
    "canto": {},
    "codex": {},
    "creed": {},
    "ditto": {},
    "dogma": {},
    "drawl": {},
    "edict": {},
    "ethic": {},
    "facet": {},
    "fever": {},
    "frown": {},
    "gamma": {},
    "gamut": {},
    "grief": {},
    "groan": {},
    "guilt": {},
    "intro": {},
    "kotow": {},
    "macro": {},
    "odour": {},
    "omega": {},
    "paean": {},
    "pavan": {},
    "peeve": {},
    "prate": {},
    "primo": {},
    "prose": {},
    "psalm": {},
    "qualm": {},
    "retro": {},
    "rumor": {},
    "savvy": {},
    "scowl": {},
    "shrug": {},
    "skill": {},
    "smirk": {},
    "danger": {},
    "push": {},
    "refusal": {},
    "tooling": {},
    "trelvox": {}
  },
  "verbs": {
    "import": {},
    "call": {},
    "test": {},
    "contain": {},
    "extend": {},
    "use": {},
    "depend": {
      "prep": "on"
    },
    "rely": {
      "prep": "on"
    },
    "inherit": {
      "prep": "from"
    },
    "belong": {
      "prep": "to",
      "predicate": "mgx:partOf"
    },
    "point": {
      "prep": "to"
    },
    "implement": {},
    "override": {},
    "export": {},
    "define": {},
    "declare": {},
    "reference": {},
    "invoke": {},
    "wrap": {},
    "mock": {},
    "cover": {},
    "document": {},
    "describe": {},
    "modify": {},
    "touch": {},
    "fix": {},
    "break": {},
    "introduce": {},
    "deprecate": {},
    "replace": {},
    "own": {},
    "maintain": {},
    "review": {},
    "merge": {},
    "revert": {},
    "deploy": {},
    "run": {},
    "execute": {},
    "load": {},
    "parse": {},
    "emit": {},
    "validate": {},
    "log": {},
    "throw": {},
    "catch": {},
    "create": {},
    "delete": {},
    "update": {},
    "expose": {},
    "consume": {},
    "produce": {},
    "generate": {},
    "configure": {},
    "install": {},
    "publish": {},
    "release": {},
    "ship": {},
    "watch": {},
    "trigger": {},
    "build": {},
    "write": {},
    "read": {},
    "have": {},
    "like": {},
    "want": {},
    "need": {},
    "believe": {},
    "trust": {},
    "love": {},
    "hate": {},
    "fear": {},
    "hope": {},
    "teach": {},
    "learn": {},
    "drive": {},
    "cook": {},
    "sing": {},
    "visit": {},
    "care": {},
    "grow": {},
    "marry": {},
    "wear": {},
    "eat": {},
    "sleep": {},
    "walk": {},
    "buy": {},
    "sell": {},
    "give": {},
    "take": {},
    "meet": {},
    "ride": {},
    "speak": {},
    "duck": {}
  },
  "adjectives": {
    "legacy": {
      "type": "subclass"
    },
    "mock": {
      "type": "subclass"
    },
    "senior": {
      "type": "subclass"
    },
    "internal": {
      "type": "subclass"
    },
    "external": {
      "type": "subclass"
    },
    "public": {
      "type": "subclass"
    },
    "private": {
      "type": "subclass"
    },
    "abstract": {
      "type": "subclass"
    },
    "static": {
      "type": "subclass"
    },
    "async": {
      "type": "subclass"
    },
    "experimental": {
      "type": "subclass"
    },
    "stable": {
      "type": "subclass"
    },
    "core": {
      "type": "subclass"
    },
    "shared": {
      "type": "subclass"
    },
    "global": {
      "type": "subclass"
    },
    "local": {
      "type": "subclass"
    },
    "generated": {
      "type": "subclass"
    },
    "standalone": {
      "type": "subclass"
    },
    "primary": {
      "type": "subclass"
    },
    "secondary": {
      "type": "subclass"
    },
    "deprecated": {
      "type": "data"
    },
    "fast": {
      "type": "data"
    },
    "slow": {
      "type": "data"
    },
    "large": {
      "type": "data"
    },
    "small": {
      "type": "data"
    },
    "flaky": {
      "type": "data"
    },
    "tested": {
      "type": "data"
    },
    "documented": {
      "type": "data"
    },
    "buggy": {
      "type": "data"
    },
    "broken": {
      "type": "data"
    },
    "green": {
      "type": "data"
    },
    "deterministic": {
      "type": "data"
    },
    "pure": {
      "type": "data"
    },
    "empty": {
      "type": "data"
    },
    "stale": {
      "type": "data"
    },
    "male": {
      "type": "data"
    },
    "female": {
      "type": "data"
    },
    "young": {
      "type": "data"
    },
    "old": {
      "type": "data"
    },
    "hot": {
      "type": "data"
    },
    "cold": {
      "type": "data"
    },
    "sweet": {
      "type": "data"
    },
    "salty": {
      "type": "data"
    },
    "sharp": {
      "type": "data"
    },
    "round": {
      "type": "data"
    },
    "tall": {
      "type": "data"
    },
    "short": {
      "type": "data"
    },
    "happy": {
      "type": "data"
    },
    "sad": {
      "type": "data"
    },
    "angry": {
      "type": "data"
    },
    "afraid": {
      "type": "data"
    },
    "strong": {
      "type": "data"
    },
    "weak": {
      "type": "data"
    },
    "rich": {
      "type": "data"
    },
    "poor": {
      "type": "data"
    },
    "hard": {
      "type": "data"
    },
    "soft": {
      "type": "data"
    },
    "wild": {
      "type": "data"
    },
    "gentle": {
      "type": "data"
    },
    "colorful": {
      "type": "data"
    },
    "legitimate": {
      "type": "data"
    },
    "ranked": {
      "type": "data"
    },
    "related": {
      "type": "data"
    },
    "sacred": {
      "type": "data"
    },
    "unaffected": {
      "type": "data"
    }
  },
  "properNames": [
    "tmct",
    "Node",
    "npm",
    "JavaScript",
    "TypeScript",
    "Python",
    "Java",
    "Git",
    "GitHub",
    "GitLab",
    "ESLint",
    "Linux",
    "macOS",
    "Windows",
    "Polycode",
    "Monday",
    "Tuesday",
    "Wednesday",
    "Thursday",
    "Friday",
    "Saturday",
    "Sunday"
  ]
}
