##  
# poetic  
  
### ? how to find matching word  
    tick tock  
    bip bop  
    hip hop  
  
### ends in "ing" add "wing"  
    bling wing  
    sting wing  
    ping wing  
  
  
  
##  
# make fun suffix  
  
### ify  
    expensify.com       expens (-e+i) (fy)  
  
### mmy  
    chum(my)  
    bum(my)  
### nny  
    fun(ny)  
    fan(ny)  
  
### consonant (consonant i c) -> (consonant o)  
    eth(nic) > eth(no)  
    plas(tic) > plas(to)  
    pic(nic) > pic(no)  
    pub(lic) > pub(lo)  
    ma(gic) > ma(go)  
    spora(dic) > spora(do)  
  
### third consonant is "g"  
    veggie veggy  
    leggie leggy  
    piggie piggy  
    wiggie wiggy  
    eggie eggy  
  
### end in (k, se, ve, op, oot, ump), add "up"  
    shackup, rackup, whackup, lookup, rookup, bookup, shookup  
    houseup, mouseup  
    loveup, moveup  
    topup, mopup, slopup, cropup, dropup, shopup  
    rootup, bootup, scootup  
    jumpup, rumpup, slumpup, bumpup  
  
  
  
##  
# add "101"  
    if phrase contains interrogative word, and noun  
    extract the noun word, add 101 to it  
  
  
  
##  
# misspellings  
  
### ending y/ie/ee  
    rookie > rookee > rooky  
    lucky > luckie > luckee  
    spree > spry > sprie  
  
### beginning or ending, c/k/q  
    cube > qube  
    book > booq  
  
### replace suffix (er)  
  
    pow(er) pow"a"  
    storm(er) storm"a"  
    flow(er) flow"a"  
  
### s - z  
    storez  
    heartz  
    kitchenz  
    deskz       X no if "sks"  
    rampz       X no if "mps"  
  
  
  
##  
# remove vowels  
  
### "er" > "r"  
    maker > makr  
    builder > buildr  
  
### "et" > "t"  
    tick(et) tickt  
    crick(et) crickt  
    rock(et) rockt  
    jack(et) jackt  
  
### get rid of middle vowels, if has 4+ consonants  
    realtor > rltr  
    penguin > pngn  
    alligator > allgtr  
    apostrophe > apstrphy  
  
  
  
##  
# 4/5/6/7 letter root, add suffix (ism, ist, ion, ly, er)  
  
### if ends in one consonant:  
    noun(ology)  
    export(ology)  
  
### replace ending "ce" with "t"  
  
    scien(ce/t)(ology)  
    experien(ce/t)(ology)  
  
### noun/adj/adv ends in 1 consonant:  
    noun(ism)  
    roof(ism)  
    aloof(ism)  
    organ(ism)  
    patriot(ism)  
  
### if ends in consonant and "e":  
    pizz(-a)(aro)  
    lov(-e)(aro)  
    glov(-e)(aro)  
    clov(-e)(aro)  
    dom(-e)(aro)  
  
  
  
##  
# 3/4 letter "root", add suffix  
  
### if ends in one consonant:  
    root(ia)  
    root(io)  
    root(ico)  
  
### if ends in "l", "le", "ly":  
    meddl(io)  
    curl(io)  
  
### if end in "d":  
    food(lio)  
    vid(lio)  
    med(lio)  
  
### if ends in two consonants:  
    camp(er)  
    camp(us)  
    camp(ix)  
    camp(or)  
    camp(ar)  
  
### if ends in "x":  
    pix(ico)  
    box(ar)  
    fox(us)  
  
### if ends in one vowel:  
    taco(xin)  
    casa(xin)  
  
### if ends in two vowels:  
    asia(tic)  
    asia(tion)  
    ego(t)(ist)  
  
### if 3rd/4th letter is "t"  
  
    pet(us)  
    hort"iculture" - hort(us)  
    dict"ionary" - dict(us)  
    rent(us)  
  
  
  
##  
# append  
  
### "container" noun  
  
    flower "box"    (3, 5, 7 letter noun)  
    pizza "pod"  
    fun "box"  
  
    hair "box"      (4 letter noun)  
    rain "pod"  
  
    tech "cube"     (4 letter noun)  
    word "cube"  
  
    techy "cloud"   (if tech word)  
  
    pet "parade"    (3 letter noun)  
  
    food "fest"     (3+ letter noun)  
  
    blanket "port"  (6 letter noun)  
    curtain "port"  
  
    ____ "world"  
    ____ "planet"  
    ____ "dream"  
    ____ "place"  
  
### [after] word to end of entire phrase  
  
    uke buddy "songs"  
    cake shop "recipes"  
  
### "it" after verb  
  
    run it, feel it, sing it, do it, perform it, import it, dance it, annhialate it,  
  
  
  
##  
# prepend  
  
### (get) + noun  
    getlamps, getpizza, getart, getfinance, getrecipes  
  
### (i, we) + verb  
  
    iwrite, irun, icook, ibedazzle, ifinance  
    wewrite, werun, wecook, webedazzle, wefinance  
  
### short positive adjective, to any noun  
  
    good boy  
    good toy  
  
    top lamp  
    top glamping  
    top shoe  
    top plant  
  
    best _____  
    nifty _____  
    super _____  
  
### "hello" to 3-letter nouns/pronouns  
  
    hello you, hello car, hello sea, hello her ???  
  
### "about" + gerund  
  
    about running, about cooking, about dancing, about financing  
  
### "about" + plural nouns  
  
    about love  
    about dove  
  
  
  
  
  
  
