diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-04 20:42:47 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-04 20:42:47 -0400 |
| commit | 128bc87156e42a75c4cdc5fa9ead725253855677 (patch) | |
| tree | 7697cd245fb87c943d721b0a7f87b041cea1292f | |
| parent | 7b56beefe4df24acd8437bf42262e7cd30d43970 (diff) | |
Add test output
Also, some plural fixes
| -rw-r--r-- | src/examples/java/bjc/inflexion/InflexionTester.java | 45 | ||||
| -rw-r--r-- | src/main/java/bjc/inflexion/v2/InflectionAffixes.java | 4 | ||||
| -rw-r--r-- | testout.txt | 14844 |
3 files changed, 14867 insertions, 26 deletions
diff --git a/src/examples/java/bjc/inflexion/InflexionTester.java b/src/examples/java/bjc/inflexion/InflexionTester.java index a11d168..ef34ea7 100644 --- a/src/examples/java/bjc/inflexion/InflexionTester.java +++ b/src/examples/java/bjc/inflexion/InflexionTester.java @@ -60,24 +60,24 @@ public class InflexionTester { wikitest(scn, nounDB); - /*System.out.print("Enter a noun to inflect (blank line to quit): "); - String ln = scn.nextLine().trim(); - - while(!ln.equals("")) { - System.out.println(); - - Noun noun = nounDB.getNoun(ln); - - if(noun == null) { - System.out.println("No inflection available for noun " + ln); - } else { - System.out.printf(OUTPUT_FMT, ln, noun.singular(), noun.modernPlural(), - noun.classicalPlural()); - } - - System.out.print("Enter a noun to inflect (blank line to quit): "); - ln = scn.nextLine().trim(); - }*/ + /* + * System.out. + * print("Enter a noun to inflect (blank line to quit): "); + * String ln = scn.nextLine().trim(); + * + * while(!ln.equals("")) { System.out.println(); + * + * Noun noun = nounDB.getNoun(ln); + * + * if(noun == null) { + * System.out.println("No inflection available for noun " + ln); + * } else { System.out.printf(OUTPUT_FMT, ln, noun.singular(), + * noun.modernPlural(), noun.classicalPlural()); } + * + * System.out. + * print("Enter a noun to inflect (blank line to quit): "); ln = + * scn.nextLine().trim(); } + */ scn.close(); } @@ -199,7 +199,7 @@ public class InflexionTester { } if(!ok) { - wrong++; + if(!uncountable) wrong++; if(uncountable) { wrongUncountable++; } else if(noPlural) { @@ -210,7 +210,7 @@ public class InflexionTester { + calculatedPlural + ", but expected " + enNounMatcher.group(1)); basicWrong++; - } else { + } else if(!uncountable) { System.out.println(word + " got: " + calculatedPlural + ", but expected " + enNounMatcher.group(1)); } @@ -222,15 +222,12 @@ public class InflexionTester { float correct = (count - wrong) * 100 / (float) count; float basicCorrect = (basicCount - basicWrong) * 100 / (float) basicCount; - float wrongUncountablePercent = wrongUncountable * 100 / (float) count; float wrongNoPluralPercent = wrongNoPlural * 100 / (float) count; - int justPlainWrong = wrong - wrongUncountable - wrongNoPlural; + int justPlainWrong = wrong - wrongNoPlural; float justPlainWrongPercent = justPlainWrong * 100 / (float) count; System.out.println("Words checked: " + count + " (" + basicCount + " basic words)"); System.out.println("Correct: " + correct + "% (" + basicCorrect + "% basic words)"); System.out.println("Errors: "); - System.out.println( - " Uncountable: " + wrongUncountable + " (" + wrongUncountablePercent + "%)"); System.out.println(" No plural form specified: " + wrongNoPlural + " (" + wrongNoPluralPercent + "%)"); System.out.println(" Incorrect answer: " + justPlainWrong + " (" + justPlainWrongPercent diff --git a/src/main/java/bjc/inflexion/v2/InflectionAffixes.java b/src/main/java/bjc/inflexion/v2/InflectionAffixes.java index b47af00..6ff86b7 100644 --- a/src/main/java/bjc/inflexion/v2/InflectionAffixes.java +++ b/src/main/java/bjc/inflexion/v2/InflectionAffixes.java @@ -32,7 +32,7 @@ public class InflectionAffixes { * * The word is in a capturing group named 'stem'. */ - private static final String COMPLETE_PATT_FMT = "^(?<stem>\\w*)%s$"; + private static final String COMPLETE_PATT_FMT = "(?<stem>\\w*)%s$"; /* * Template for 'incomplete' affix patterns. @@ -42,7 +42,7 @@ public class InflectionAffixes { * * The word is in a capturing group named 'stem'. */ - private static final String INCOMPLETE_PATT_FMT = "^(?<stem>\\w+)%s$"; + private static final String INCOMPLETE_PATT_FMT = "(?<stem>\\w+)%s$"; /** * Create an affix that's a word by itself. diff --git a/testout.txt b/testout.txt new file mode 100644 index 0000000..f2a9c6d --- /dev/null +++ b/testout.txt @@ -0,0 +1,14844 @@ +Enter name of dump file: f got: fs, but expected |? +abaculus got: abaculuses, but expected |abaculi +abatvoix got: abatvoixes, but expected |abatvoix +abdomen got: abdomen, but expected |abdomens|abdomina +abomasum got: abomasums, but expected |abomasa +abroad got: abroads, but expected |? +mouse potato got: mouse potatos, but expected |es +absis got: abses, but expected |absides +Frankenstein complex got: Frankenstein complexs, but expected |es +Lemko got: Lemkoes, but expected +one got: some, but expected +two got: twoes, but expected +CBE got: CBEs, but expected |? +DBE got: DBEs, but expected |? +KBE got: KBEs, but expected |? +FBI got: FBIs, but expected |? +i got: is, but expected |es +pseudo got: pseudoes, but expected +cod got: cod, but expected +os got: oses, but expected |ossa +peso got: pesoes, but expected +centavo got: centavoes, but expected +DOD got: DODs, but expected |? +derecho got: derechoes, but expected +SMS got: SMSs, but expected |es +um got: ums, but expected |um +French got: Frenches, but expected |? +accomplice got: accomplice, but expected +fuddy-duddy got: fuddy-duddys, but expected |fuddy-duddies +Congo got: Congoes, but expected +it got: they, but expected +gismu got: gismus, but expected |gismu +baglo got: bagloes, but expected +paralipsis got: paralipses, but expected |paraleipses +secondo got: secondoes, but expected +seven hundred and fifty got: seven hundred and fiftys, but expected |? +this got: these, but expected |es +bighorn sheep got: bighorn sheeps, but expected |? +handfish got: handfish, but expected |es +feet got: feet, but expected |? +her got: them, but expected +BX got: BXs, but expected |? +fish got: fish, but expected |es +mikado got: mikadoes, but expected +amontillado got: amontilladoes, but expected +that got: those, but expected +mine got: ours, but expected +dye got: dyes, but expected |dice +moose got: moose, but expected +fennec fox got: fennec foxs, but expected |es +computer graphics got: computer graphicses, but expected |? +SQL got: SQLs, but expected |? +RS got: RSs, but expected |? +AB got: ABs, but expected |? +NB got: NBs, but expected |? +HG got: HGs, but expected |? +so got: soes, but expected +vers got: verses, but expected |? +vox populi got: vox populis, but expected |? +he got: they, but expected +she got: they, but expected +him got: them, but expected +pyramis got: pyramises, but expected |pyramides +who got: whoes, but expected +credendum got: credendums, but expected |credenda +roach got: roaches, but expected |roach +handi-craftsman got: handi-craftsmans, but expected |head=[[handi]]-[[craftsman]]|handi-craftsmen +haj got: hajs, but expected |es +hajj got: hajjs, but expected |hajjes +lose got: loses, but expected |? +chamois got: chamoises, but expected |chamois +do got: does, but expected +chat got: chats, but expected |? +luz got: luzzes, but expected |? +rato got: ratoes, but expected +kami got: kamis, but expected |kami +Madras got: Madrases, but expected |? +man-o-war got: man-o-wars, but expected |head=[[man]]-o-[[war]]|men-o-war +accused got: accuseds, but expected |accused +science got: sciences, but expected |? +ber got: bers, but expected |ber +drank got: dranks, but expected |? +fallen got: fallens, but expected |fallen +found got: founds, but expected |? +e.g. got: e.g.s, but expected |? +why got: whies, but expected +comb-over got: combs-over, but expected |head=[[comb]]-[[over]] +redo got: redoes, but expected +sold got: solds, but expected |? +sent got: sents, but expected |senti +undo got: undoes, but expected +won got: wons, but expected |won +zucchetto got: zucchettoes, but expected +bi got: bis, but expected |bi +by got: bies, but expected +bitters got: bitterses, but expected |bitters +GNP got: GNPs, but expected |? +bacteria got: bacteria, but expected |bacteriae +vel got: vels, but expected |? +CSS got: CSSs, but expected |? +true got: trues, but expected |? +monarch got: monarches, but expected +daimyo got: daimyoes, but expected |daimyo|daimyos +wakizashi got: wakizashis, but expected |wakizashi +tanto got: tantoes, but expected +bo got: boes, but expected +o- got: o-s, but expected |? +l got: ls, but expected |? +n got: ns, but expected |? +q got: qs, but expected |? +u got: us, but expected |ues +w got: ws, but expected |? +romaji got: romajis, but expected |romaji +ese got: eses, but expected |? +pinyin got: pinyins, but expected |pinyin +x-axis got: x-axises, but expected |x-axes +seiyuu got: seiyuus, but expected |seiyuu +dojo got: dojoes, but expected |s|dojo +tenno got: tennoes, but expected +hanja got: hanjas, but expected |hanja +hanzi got: hanzis, but expected |hanzi +simple past got: simples past, but expected +pyrena got: pyrenas, but expected |pyrenae +teek got: teeks, but expected |? +loch got: loches, but expected +maselyn got: maselyns, but expected |maselyn +crema got: cremas, but expected |? +Hispano got: Hispanoes, but expected +latino got: latinoes, but expected +pomme got: pommes, but expected |? +abomasus got: abomasuses, but expected |abomasi +put down got: puts down, but expected +put out got: puts out, but expected +hang-by got: hangs-by, but expected |s|hang-bies +kick around got: kicks around, but expected +hold out got: holds out, but expected +otto got: ottoes, but expected +obi got: obis, but expected |obi +downstairs got: downstairses, but expected |downstairs +handcraft got: handcraft, but expected +dino got: dinoes, but expected +assoc. got: assoc.s, but expected |? +standard of care got: standards of care, but expected |? +gaku-ran got: gaku-rans, but expected |? +burden of production got: burdens of production, but expected |? +burden of persuasion got: burdens of persuasion, but expected |? +commercial at got: commercials at, but expected +ave. got: ave.s, but expected |? +rd got: rds, but expected |? +pt. got: pt.s, but expected |? +ln got: lns, but expected |? +Muganda got: Mugandas, but expected |? +blvd. got: blvd.s, but expected |? +palladium got: palladiums, but expected |palladia +tellurium got: telluriums, but expected |? +accelerando got: accelerandoes, but expected +links got: linkses, but expected |links +co got: coes, but expected +Br got: Brs, but expected |? +sp got: sps, but expected |? +sn got: sns, but expected |? +escudo got: escudoes, but expected +krona got: kronas, but expected |kronor +vacuüm got: vacuüms, but expected |vacua +P.O. got: P.O.s, but expected |? +S.A. got: S.A.s, but expected |? +ho got: hoes, but expected |? +po got: poes, but expected +Th got: Ths, but expected |? +es got: eses, but expected |esses +zuchetto got: zuchettoes, but expected +pe got: pes, but expected |? +rho got: rhoes, but expected +zoöphaga got: zoöphagas, but expected |? +co. got: co.s, but expected |? +laurustine got: laurustines, but expected |? +loggets got: loggetses, but expected |? +condemned got: condemneds, but expected |condemned +basic word: strange got: stranges, but expected |- +toro got: toroes, but expected |s|toro +kaj got: kajs, but expected |kaj +Ph.D. got: Ph.D.s, but expected |? +MediaWiki:Edittools got: MediaWiki:Edittoolses, but expected +esophagus got: esophaguses, but expected |esophagi +power-up got: powers-up, but expected |head=[[power]]-[[up]] +good-for-nothing got: goods-for-nothing, but expected |head=[[good]]-[[for]]-[[nothing]] +Turkmen got: Turkmen, but expected +parma got: parmas, but expected |parmae +lumen got: lumen, but expected |lumens|lumina +Mahorais got: Mahoraises, but expected |? +tesla got: teslas, but expected |tesla +hold over got: holds over, but expected +show off got: shows off, but expected +show-off got: shows-off, but expected |head=[[show]]-[[off]] +turn up got: turns up, but expected +flux got: flux, but expected |es +Ibo got: Iboes, but expected +stand-in got: stands-in, but expected |head=[[stand]]-[[in]] +Ilocano got: Ilocanoes, but expected +diamonds got: diamondses, but expected |diamonds +promo got: promoes, but expected +ach got: aches, but expected +Moses got: Moses, but expected |? +tuna got: tuna, but expected +gris-gris got: gris-grises, but expected |? +pizzicato got: pizzicatoes, but expected |s|pizzicati +fair got: fairs, but expected |fair +apollo got: apolloes, but expected +cos got: coses, but expected |? +cocoa got: cocoas, but expected |? +dis got: dises, but expected |disses +fo got: foes, but expected +pale got: pales, but expected |? +stamen got: stamen, but expected |stamens|stamina +BBS got: BBSs, but expected |es +achromatin got: achromatins, but expected |? +achromatization got: achromatizations, but expected |? +UV-EPROM got: UV-EPROMs, but expected |? +5000 +ersatz got: ersatzzes, but expected |ersatzes +pachinko got: pachinkoes, but expected +avis got: avises, but expected |? +navicula got: naviculas, but expected |naviculae +cembalo got: cembaloes, but expected |cembalos|cembali +defunct got: defuncts, but expected |? +ee got: ees, but expected |een +urbs got: urbses, but expected |urbes +pons got: ponses, but expected |pontes +vulnus got: vulnuses, but expected |vulnera +xiphias got: xiphiases, but expected |? +homunculus got: homunculuses, but expected |homunculi +knock about got: knocks about, but expected +xenium got: xeniums, but expected |xenia +lyra got: lyras, but expected |? +vermis got: vermises, but expected |vermes +anthropophagus got: anthropophaguses, but expected |anthropophagi +latus got: latuses, but expected |latera +lento got: lentoes, but expected +mano got: manoes, but expected +big up got: bigs up, but expected +semi-weekly got: semi-weeklys, but expected |semi-weeklies +py got: pies, but expected |? +pyro got: pyroes, but expected +topo got: topoes, but expected +chupacabras got: chupacabrases, but expected |chupacabras +iso got: isoes, but expected +qualify got: qualifies, but expected |? +pluma got: plumas, but expected |plumae +largo got: largoes, but expected +ren got: rens, but expected |es +mos got: moses, but expected |mores +pagina got: paginas, but expected |paginae +lingua got: linguas, but expected |linguae +labium got: labiums, but expected |labia +she-wolf got: she-wolfs, but expected |she-wolves +tendo Achillis got: tendo Achillises, but expected |? +MÄ?ori got: MÄ?oris, but expected |? +candy floss got: candy flosses, but expected |? +acumen got: acumen, but expected +intro got: introes, but expected +mezzo got: mezzoes, but expected +adorn got: adorns, but expected |? +omen got: omen, but expected +raro got: raroes, but expected |? +patois got: patoises, but expected |patois +fils got: filses, but expected |? +agape got: agapes, but expected |agapae +agenda got: agenda, but expected +allay got: allays, but expected |? +lobo got: loboes, but expected +Chamorro got: Chamorroes, but expected +pedo got: pedoes, but expected +amen got: amen, but expected +abyssus got: abyssuses, but expected |? +anglo got: angloes, but expected +absentia got: absentias, but expected |?|absentiae +numero got: numeroes, but expected |? +VHS got: VHSs, but expected |es +politburo got: politburoes, but expected +watch in two got: watches in two, but expected |? +ayo got: ayoes, but expected |? +sai got: sais, but expected |sai +thrombus got: thrombuses, but expected |thrombi +leven got: levens, but expected |? +ADD got: ADDs, but expected |? +poly got: polies, but expected |polys +punto got: puntoes, but expected +coma got: comae, but expected +uppercase got: uppercases, but expected |? +adiaphoron got: adiaphorons, but expected |adiaphora +nono got: nonoes, but expected +depart got: departs, but expected |? +nous got: nouses, but expected |? +giros got: giroses, but expected |giros +atomus got: atomuses, but expected |atomi +bistro got: bistroes, but expected +tech got: teches, but expected +palazzo got: palazzoes, but expected |s|palazzi +antipasto got: antipastoes, but expected +square inch got: square inchs, but expected |es +yakuza got: yakuzas, but expected |yakuza +moderato got: moderatoes, but expected +legato got: legatoes, but expected +diminuendo got: diminuendoes, but expected +ostinato got: ostinatoes, but expected |s|ostinati +ufo got: ufoes, but expected +fortissimo got: fortissimoes, but expected |s|fortissimi +pianissimo got: pianissimoes, but expected |s|pianissimi +allegretto got: allegrettoes, but expected +willy-willy got: willy-willys, but expected |willy-willies +pax got: paxes, but expected |? +media got: mediums, but expected |mediae +cuatro got: cuatroes, but expected +nox got: noxes, but expected |nox +colonus got: colonuses, but expected |coloni +nomen got: nomen, but expected |nomina +amicus got: amicuses, but expected |amici +manus got: manuses, but expected |manus +epoch got: epoches, but expected +Jim Crow got: Jim Crows, but expected |? +dominus got: dominuses, but expected |domini +fractus got: fractuses, but expected |fracti +albo got: alboes, but expected |albos +bizarro got: bizarroes, but expected +genu got: genus, but expected |genua +forebode got: forebodes, but expected |? +impure s got: impure ses, but expected |? +ego got: egoes, but expected +spawn got: spawns, but expected |spawn +veg got: veges, but expected |s|veg +ord got: ords, but expected |? +perineum got: perineums, but expected |perinea +Abbasi got: Abbasis, but expected |? +abo got: aboes, but expected +porta got: portas, but expected |portae +acalephe got: acalephes, but expected |? +cmavo got: cmavoes, but expected |cmavo +smoko got: smokoes, but expected +permeate got: permeates, but expected |? +cleistogamy got: cleistogamies, but expected |? +shinjitai got: shinjitais, but expected |shinjitai +roux got: rouxes, but expected |roux +monde got: mondes, but expected |? +ule got: ules, but expected |? +pseudopenis got: pseudopenises, but expected |pseudopenes +eques got: equeses, but expected |equites +north by northeast got: norths by northeast, but expected |? +east by northeast got: easts by northeast, but expected |? +trans got: transes, but expected |? +tren got: trens, but expected |? +occident got: occidents, but expected |? +olf got: olves, but expected +cauf got: caufs, but expected |cauves +dos a dos got: dos a doses, but expected |? +Yamato got: Yamatoes, but expected +blanc got: blancs, but expected |? +dracunculus got: dracunculuses, but expected |dracunculi +positive degree got: positive degrees, but expected |? +acture got: actures, but expected |? +agitato got: agitatoes, but expected +azedarach got: azedaraches, but expected +ayle got: ayles, but expected |? +ayuntamiento got: ayuntamientoes, but expected +axle box got: axle boxs, but expected |es +trema got: tremas, but expected |tremata +avens got: avenses, but expected |avens +avoirdupois got: avoirdupoises, but expected |? +y-axis got: y-axises, but expected |y-axes +z-axis got: z-axises, but expected |z-axes +drill down got: drills down, but expected +fra got: fras, but expected |? +zo got: zoes, but expected +mecomtronics got: mecomtronicses, but expected |mecomtronics +parapraxis got: parapraxises, but expected |parapraxes +caninus got: caninuses, but expected |canini +apoapsis got: apoapses, but expected |apoapsides +periapsis got: periapses, but expected |periapsides +saga got: saga, but expected +bro got: broes, but expected +ahlspiess got: ahlspiesses, but expected |ahlspiessen +pease got: peases, but expected |peasen +deaf got: deaves, but expected +banns got: bannses, but expected |banns +take up got: takes up, but expected +zho got: zhoes, but expected +dzo got: dzoes, but expected +bull-bitch got: bull-bitchs, but expected |head=[[bull]]-[[bitch]]|es +eromenos got: eromenoses, but expected |eromenoi +erastes got: erasteses, but expected |erastai +tupo got: tupoes, but expected +biotech got: bioteches, but expected +go-to got: goes-to, but expected +Dr got: Drs, but expected |? +Pres got: Preses, but expected |? +petra got: petras, but expected |? +eye of the beholder got: eye of the beholders, but expected |? +ronin got: ronins, but expected |ronin +op. got: op.s, but expected |? +pondus got: ponduses, but expected |? +mitta got: mittas, but expected |? +abogado got: abogadoes, but expected +habanero got: habaneroes, but expected +acinaces got: acinaceses, but expected |acinaci +adagietto got: adagiettoes, but expected +oats got: oatses, but expected |oats +sit-up got: sits-up, but expected +tallevas got: tallevases, but expected |? +beth hamidrash got: beth hamidrashs, but expected |? +jack-knife got: jack-knifes, but expected |head=[[jack]]-[[knife]]|jack-knives +manefaire got: manefaires, but expected |? +lei got: lei, but expected +brivla got: brivlas, but expected |brivla +res got: res, but expected |es +ens reale got: entia realia, but expected |? +lituus got: lituuses, but expected |litui +battle-ax got: battle-axs, but expected |es +basic word: worse got: worses, but expected |? +silver fox got: silver foxs, but expected |es +shalwar kameez got: shalwar kameezs, but expected |? +toledo got: toledoes, but expected +yen got: yens, but expected |yen +cathexis got: cathexises, but expected |cathexes +lock in got: locks in, but expected +lock out got: locks out, but expected +enact got: enacts, but expected |? +opera got: opuses, but expected |s|opere +kokuji got: kokujis, but expected |kokuji +honcho got: honchoes, but expected +virtuosa got: virtuosas, but expected |? +arcus senilis got: arcus senilises, but expected |? +coz got: cozes, but expected |? +hentai got: hentais, but expected |hentai +YTD got: YTDs, but expected |? +jo got: joes, but expected +10000 +nicker got: nickers, but expected |nicker +quid got: quid, but expected +backward got: backwards, but expected |? +womyn got: womyns, but expected |womyn|wymyn +arvo got: arvoes, but expected +hongi got: hongis, but expected |? +puro got: puroes, but expected +alamo got: alamoes, but expected +amino got: aminoes, but expected +anarch got: anarches, but expected +arroyo got: arroyoes, but expected +bolo got: boloes, but expected +cony got: conys, but expected |conies +dole got: doles, but expected |? +fro got: froes, but expected +gabbro got: gabbroes, but expected +hilum got: hilums, but expected |hila +hymen got: hymen, but expected +ileum got: ileums, but expected |ilea +kudo got: kudoes, but expected +lutz got: lutzzes, but expected |es +mambo got: mamboes, but expected +nones got: noneses, but expected |nones +pas got: pases, but expected |pas +penna got: pennas, but expected |pennae +pleura got: pleura, but expected |pleurae +prim got: prims, but expected |? +romano got: romanoes, but expected +rumen got: rumen, but expected |rumina|rumens +servo got: servoes, but expected +spitz got: spitzzes, but expected |es +tad got: tads, but expected |? +tas got: tases, but expected |tasses +tofus got: tofuses, but expected |tofi +tuber got: tuberes, but expected +tupelo got: tupeloes, but expected +mix up got: mixes up, but expected +oblique arch got: oblique archs, but expected |es +oblique motion got: oblique motions, but expected |? +oblique speech got: oblique speechs, but expected |? +oblique step got: oblique steps, but expected |? +avow got: avows, but expected |? +dehors got: dehorses, but expected |? +etch got: etches, but expected |? +glans got: glanses, but expected |plqual=rare|glans|glandes +grand got: grands, but expected |grand +hep got: heps, but expected |? +indetermination got: indeterminations, but expected |? +pry got: pries, but expected |? +monkey humping a football got: monkey humping a footballs, but expected |? +slice got: slice, but expected +solitary got: solitaries, but expected |? +splice got: splice, but expected +toxotes got: toxoteses, but expected |toxotai +ring-man got: ring-mans, but expected |head=[[ring]]-[[man]]|ring-men +IRL got: IRLs, but expected |? +edaphology got: edaphologies, but expected |? +soil classification got: soil classifications, but expected |? +macaco got: macacoes, but expected +PBX got: PBXs, but expected |es +diptych got: diptyches, but expected +triptych got: triptyches, but expected +maki got: makis, but expected |maki +quantum got: quantums, but expected |quanta +priapus got: priapuses, but expected |priapi +perihelion got: perihelions, but expected |perihelia +piccolo got: piccoloes, but expected +ootheca got: oothecas, but expected |oothecae +alms got: almses, but expected |alms +pen and ink got: pen and inks, but expected |? +two and eight got: two and eights, but expected |? +garbanzo got: garbanzoes, but expected +remis got: remises, but expected |? +EDNOS got: EDNOSs, but expected |? +SOS got: SOSs, but expected |? +patriarch got: patriarches, but expected +matriarch got: matriarches, but expected +midfall got: midfalls, but expected |? +zobo got: zoboes, but expected +boliviano got: bolivianoes, but expected +diablo got: diabloes, but expected +mentum got: mentums, but expected |menta +encephalitis got: encephalitises, but expected |encephalitides +hierarch got: hierarches, but expected +biro got: biroes, but expected |biros +cholo got: choloes, but expected +scritch got: scritches, but expected |? +claustration got: claustrations, but expected |? +hesperidium got: hesperidiums, but expected |hesperidia +mon got: mons, but expected |? +pomodoro got: pomodoroes, but expected |s|pomodori +diabolo got: diaboloes, but expected +sit up got: sits up, but expected +happy-clappy got: happy-clappys, but expected |head=[[happy]]-[[clap]]py|happy-clappies +spaghetto got: spaghettoes, but expected |spaghetti +butt-fucking got: butt-fuckings, but expected |head=[[butt]]-[[fucking]]|? +efflux got: efflux, but expected |es +wapanese got: wapaneses, but expected |wapanese +fi got: fis, but expected |? +ARPU got: ARPUs, but expected |? +rum got: rums, but expected |? +meh got: mehs, but expected |? +POST got: POSTs, but expected |? +zampone got: zampones, but expected |zamponi +zecchino got: zecchinoes, but expected |s|zecchini +zinco got: zincoes, but expected +zingaro got: zingaroes, but expected |s|zingari +ladino got: ladinoes, but expected +Ilokano got: Ilokanoes, but expected +bain-marie got: bain-maries, but expected |bains-maries +prepare got: prepares, but expected |? +zoccolo got: zoccoloes, but expected |s|zoccoli +digitus got: digituses, but expected |digiti +zufolo got: zufoloes, but expected |s|zufoli +descanso got: descansoes, but expected +bobo got: boboes, but expected +CASE got: CASEs, but expected |? +concerto got: concertoes, but expected |s|concerti +positive zero got: positive zeros, but expected |es +electronics got: electronicses, but expected |electronics +leg before wicket got: legs before wicket, but expected +duomo got: duomoes, but expected |s|duomi +garda got: gardas, but expected |gardai +Test match got: Test matchs, but expected |es +first class match got: first class matchs, but expected |es +dermis got: dermises, but expected |? +iconstasis got: iconstases, but expected |iconostases +habena got: habenas, but expected |habenae +bottom order got: bottom orders, but expected |? +falls got: fallses, but expected |falls +drongo got: drongoes, but expected +standby got: standbies, but expected +dero got: deroes, but expected +r. got: r.s, but expected |? +caught behind got: caughts behind, but expected +modulus got: moduluses, but expected |moduli +gumba got: gumbas, but expected |? +ananas got: ananases, but expected |ananasses +wash up got: washes up, but expected +abbozzo got: abbozzoes, but expected |abbozzi +deep midwicket got: deep midwickets, but expected |? +burrito got: burritoes, but expected +dyno got: dynoes, but expected +fire watch got: fire watchs, but expected |es +capita got: capitas, but expected |? +spazz got: spazzzes, but expected |spazzes +randy got: randies, but expected +jun got: juns, but expected |jun +temenos got: temenoses, but expected |temenoi|temene +ICAO spelling alphabet got: ICAO spelling alphabets, but expected |? +grudge match got: grudge matchs, but expected |es +bambino got: bambinoes, but expected |s|bambini +mulai got: mulais, but expected |? +busted flush got: busted flushs, but expected |es +MSDS got: MSDSs, but expected |? +half-life got: half-lifes, but expected |head=[[half]]-[[life]]|half-lives +parish church got: parish churchs, but expected |es +reit got: reits, but expected |? +isotach got: isotaches, but expected +gonzo got: gonzoes, but expected +15000 +quale got: quales, but expected |qualia +pick up truck got: picks up truck, but expected +logos got: logos, but expected |logoi +blintz got: blintzzes, but expected |es +klutz got: klutzzes, but expected |es +prophylaxis got: prophylaxises, but expected |prophylaxes +Sati got: Satis, but expected |? +ides got: ideses, but expected |ides +mantissa got: mantissas, but expected |mantissae +board-foot got: board-foots, but expected |head=[[board]]-[[foot]]|board-feet +ditz got: ditzzes, but expected |es +avo got: avoes, but expected +cryptospora got: cryptosporas, but expected |? +basto got: bastoes, but expected |? +puukko got: puukkoes, but expected |s|puukot +lungo got: lungoes, but expected +boto got: botoes, but expected +mitzva got: mitzvas, but expected |mitzvot +bufo got: bufoes, but expected +buko got: bukoes, but expected +anaptyxis got: anaptyxises, but expected |anaptyxes +kiss-up got: kisses-up, but expected |head=[[kiss]]-[[up]] +brio got: brios, but expected |? +endomysium got: endomysiums, but expected |endomysia +perimysium got: perimysiums, but expected |perimysia +epimysium got: epimysiums, but expected |epimysia +drive-in got: drives-in, but expected +harass got: harasses, but expected |? +CNC got: CNCs, but expected |? +mondo got: mondi, but expected +porporino got: porporinoes, but expected |? +black box got: black boxs, but expected |es +Skinner box got: Skinner boxs, but expected |es +one-to-one got: some-to-one, but expected |head=[[one]]-[[to]]-[[one]] +quango got: quangoes, but expected +pillar box got: pillar boxs, but expected |es +pastel got: pastels, but expected |es +five-for got: fives-for, but expected |head=[[five]]-[[for]] +follow on got: follows on, but expected +E=mc² got: E=mc²s, but expected |? +pris got: prises, but expected |? +nid got: nids, but expected |nid +bozo got: bozoes, but expected +auto-da-fe got: auto-da-fes, but expected |autos-da-fe +break-in got: breaks-in, but expected +monkey wrench got: monkey wrenchs, but expected |es +cisterna magna got: cisterna magnas, but expected |? +sweets got: sweetses, but expected |sweets +hetero got: heteroes, but expected +fo'c'sle got: fo'c'sles, but expected |? +bêche-de-mer got: bêche-de-mers, but expected |? +zorro got: zorroes, but expected +stretto got: strettoes, but expected |s|stretti +synophrys got: synophryses, but expected |? +Provo got: Provoes, but expected +terakihi got: terakihis, but expected |? +dromos got: dromoses, but expected |dromoi +sassenach got: sassenaches, but expected +piss-up got: pisses-up, but expected |head=[[piss]]-[[up]] +OSPF got: OSPFs, but expected |? +mycelium got: myceliums, but expected |mycelia +enlightened got: enlighteneds, but expected |enlightened +AFK got: AFKs, but expected |? +asteriscus got: asteriscuses, but expected |asterisci +flamen got: flamen, but expected |s|flamines +confessio got: confessios, but expected |confessiones +break down got: breaks down, but expected +giro got: giroes, but expected +lunch box got: lunch boxs, but expected |es +chino got: chinoes, but expected +aviatrix got: aviatrixes, but expected |aviatrices +uguisubari got: uguisubaris, but expected |uguisubari +boardinghouse reach got: boardinghouse reachs, but expected |es +synamphoteron got: synamphoterons, but expected |? +superphylum got: superphylums, but expected |superphyla +Plutarch got: Plutarches, but expected +notturno got: notturnoes, but expected |s|notturni +send off got: sends off, but expected +ogle got: oglys, but expected +uggo got: uggoes, but expected +lie-in got: lies-in, but expected |head=[[lie]]-[[in]] +flatline got: flatlines, but expected |? +kourotrophos got: kourotrophoses, but expected |kourotrophoi +oz got: ozzes, but expected |oz +camerlengo got: camerlengoes, but expected +operandum got: operandums, but expected |operanda +dekko got: dekkoes, but expected +foul out got: fouls out, but expected +lay-in got: lays-in, but expected |head=[[lay]]-[[in]] +martello got: martelloes, but expected +fino got: finoes, but expected +basa got: basas, but expected |basa +obbligato got: obbligatoes, but expected |s|obbligati +ludo got: ludoes, but expected +warm-up got: warms-up, but expected |head=[[warm]]-[[up]] +commis got: commises, but expected |commis +one up got: some up, but expected +one-up got: some-up, but expected +prefrosh got: prefroshes, but expected |prefrosh +get-up got: gets-up, but expected |head=[[get]]-[[up]] +tawny got: tawnies, but expected |? +home stretch got: home stretchs, but expected |es +chill out got: chills out, but expected +seventh inning stretch got: seventh inning stretchs, but expected |es +waxworks got: waxworkses, but expected |waxworks +fly-half got: fly-halfs, but expected |head=[[fly]]-[[half]]|fly-halves +knock-on got: knocks-on, but expected |head=[[knock]]-[[on]] +rayon got: rayons, but expected |? +crapula got: crapulas, but expected |crapulae +wo got: woes, but expected +blow-by-blow got: blows-by-blow, but expected +sola got: solas, but expected |? +svn got: svns, but expected |? +nullius filius got: nullius filiuses, but expected |? +em dash got: em dashs, but expected |es +en dash got: en dashs, but expected |es +what for got: whats for, but expected +grounds got: groundses, but expected |grounds +haha got: hahas, but expected |? +antilipo got: antilipoes, but expected +blow-up got: blows-up, but expected +tenuto got: tenutoes, but expected |s|tenuti +billingsgate got: billingsgates, but expected |? +witness box got: witness boxs, but expected |es +comport got: comports, but expected |? +hot lunch got: hot lunchs, but expected |es +nota bene got: nota benes, but expected |? +disconsolate got: disconsolates, but expected |? +booby-hatch got: booby-hatchs, but expected |head=[[booby]]-[[hatch]]|es +hard-on got: hards-on, but expected +write-down got: writes-down, but expected |head=[[write]]-[[down]] +write-off got: writes-off, but expected |head=[[write]]-[[off]] +childe got: childes, but expected |? +Seebeck effect got: Seebeck effects, but expected |? +Vaseline got: Vaselines, but expected |? +ballot box got: ballot boxs, but expected |es +Johnny got: Johnnies, but expected +disturb got: disturbs, but expected |? +flitter-mouse got: flitter-mouses, but expected |head=[[flitter]]-[[mouse]]|flitter-mice +altiplano got: altiplanoes, but expected +matt got: matts, but expected |? +cumulo-nimbus got: cumulo-nimbuses, but expected |cumulo-nimbi +dipso got: dipsoes, but expected +sister-wife got: sister-wifes, but expected |head=[[sister]]-[[wife]]|sister-wives +cocus got: cocuses, but expected |? +campo got: campoes, but expected +abbr. got: abbr.s, but expected |? +kalis got: kalises, but expected |? +ancilla got: ancillas, but expected |ancillae +homeslice got: homeslice, but expected +yoyo got: yoyoes, but expected +first down got: firsts down, but expected +hand-off got: hands-off, but expected +free-for-all got: frees-for-all, but expected |head=[[free]]-[[for]]-[[all]] +check box got: check boxs, but expected |es +packed lunch got: packed lunchs, but expected |es +polyzoarium got: polyzoariums, but expected |polyzoaria +shojo got: shojoes, but expected +e-dictionary got: e-dictionarys, but expected |e-dictionaries|head=[[e-]][[dictionary]] +resto got: restoes, but expected +sexto got: sextoes, but expected +primo got: primoes, but expected +boro got: boroes, but expected +one fat lady got: one fat ladys, but expected |? +top of the shop got: top of the shops, but expected |? +EMS got: EMSs, but expected |? +ordo got: ordoes, but expected |ordines|ordos +heft got: hefte, but expected +mandibula got: mandibulas, but expected |mandibulae +centrum got: centrums, but expected |centra +superego got: superegoes, but expected +Oedipus complex got: Oedipus complexs, but expected |es +pubis got: pubises, but expected |pubes +mons pubis got: mons pubises, but expected |? +meta-analysis got: meta-analysises, but expected |meta-analyses +buy-in got: buys-in, but expected |head=[[buy]]-[[in]] +underprivileged got: underprivilegeds, but expected |underprivileged +heart to heart got: hearts to heart, but expected +anthocaulus got: anthocauluses, but expected |anthocauli +cock-up got: cocks-up, but expected +stereoisomerism got: stereoisomerisms, but expected |? +banco got: bancoes, but expected |? +cento got: centoes, but expected |centos|centones +centrale got: centrales, but expected |centralia +morning after got: mornings after, but expected +come-on got: comes-on, but expected |head=[[come]]-[[on]] +scanno got: scannoes, but expected +PO box got: PO boxs, but expected |es +autecology got: autecologies, but expected |? +teraph got: teraphs, but expected |teraphim +pandaemonium got: pandaemoniums, but expected |pandaemonia +dis-ease got: dis-eases, but expected |head=[[dis-]][[ease]]|? +incognito got: incognitoes, but expected +agitatrix got: agitatrixes, but expected |agitatrices +hypo got: hypoes, but expected +print-out got: prints-out, but expected +Joe Bloggs got: Joe Bloggses, but expected |? +aspis got: aspises, but expected |aspides +azalai got: azalais, but expected |? +built-in got: builts-in, but expected +demiurgus got: demiurguses, but expected |demiurgi +thinko got: thinkoes, but expected +signore got: signores, but expected |? +butterfingers got: butterfingerses, but expected |butterfingers +cop on got: cops on, but expected |? +missed approach got: missed approachs, but expected |es +bildungsroman got: bildungsromen, but expected |s|bildungsromane +mastitis got: mastitises, but expected |mastitides +whole shooting match got: whole shooting matchs, but expected |? +goof-up got: goofs-up, but expected |head=[[goof]]-[[up]] +perse got: perses, but expected |? +pingas got: pingases, but expected |? +meta got: metae, but expected +20000 +fremitus got: fremituses, but expected |? +scary got: scaries, but expected |? +Siamese got: Siamese, but expected +carbone got: carbones, but expected |? +dude ranch got: dude ranchs, but expected |es +epistaxis got: epistaxises, but expected |epistaxes +proscenium arch got: proscenium archs, but expected |es +modicum got: modicums, but expected |modica +sem got: sems, but expected |? +Angeleno got: Angelenoes, but expected +forward slash got: forward slashs, but expected |es +pommie wash got: pommie washs, but expected |es +jaspe got: jaspes, but expected |? +maru got: marus, but expected |? +fluoro got: fluoroes, but expected +osmic acid got: osmic acids, but expected |? +taj got: tajs, but expected |tajes +waterworks got: waterworkses, but expected |waterworks +quebracho got: quebrachoes, but expected +pelargonic acid got: pelargonic acids, but expected |? +permanganic acid got: permanganic acids, but expected |? +toots got: tootses, but expected |toots +straight flush got: straight flushs, but expected |es +coxa got: coxas, but expected |coxae +flying fox got: flying foxs, but expected |es +afro got: afroes, but expected +finis got: finises, but expected |? +sente got: sentes, but expected |lisente +missa got: missas, but expected |? +BRS got: BRSs, but expected |? +center punch got: center punchs, but expected |es +olive branch got: olive branchs, but expected |es +SSL got: SSLs, but expected |? +dunno got: dunnoes, but expected +jack-in-the-box got: jack-in-the-boxs, but expected |jacks-in-boxes|jacks-in-the-boxes|jack-in-the-boxes|jacks-in-the-box +one-off got: some-off, but expected |head=[[one]]-[[off]] +toss-up got: tosses-up, but expected |head=[[toss]]-[[up]] +blue box got: blue boxs, but expected |es +carbon tax got: carbon taxs, but expected |es +Casta got: Castas, but expected |? +fundus got: funduses, but expected |fundi +clair de lune got: clair de lunes, but expected |? +puits got: puitses, but expected |puits +masters got: masterses, but expected |masters +morena got: morenas, but expected |? +vis-a-vis got: vis-a-vises, but expected |vis-a-vis +touch-up got: touches-up, but expected +chalice got: chalice, but expected +vitiligo got: vitiligoes, but expected +catch up got: catches up, but expected +catch-up got: catches-up, but expected +psych got: psyches, but expected +exuvia got: exuvias, but expected |exuviae +chips got: chipses, but expected |chips +agnomen got: agnomen, but expected |agnomina +fianchetto got: fianchettoes, but expected |fianchetti +copro got: coproes, but expected +nitrobacterium got: nitrobacteriums, but expected |nitrobacteria +lean-to got: leans-to, but expected |head=[[lean]]-[[to]] +back-bench got: back-benchs, but expected |es|head=[[back]]-[[bench]] +back-up got: backs-up, but expected +autocratrix got: autocratrixes, but expected |autocratrices +Lorentz force got: Lorentz forces, but expected |? +Lorentz group got: Lorentz groups, but expected |? +Lorentz transformation got: Lorentz transformations, but expected |? +great-grandchild got: great-grandchilds, but expected |great-grandchildren +anti-hero got: anti-heros, but expected |es +pyrogallic acid got: pyrogallic acids, but expected |? +mastoiditis got: mastoiditises, but expected |mastoiditides +Heinz got: Heinzzes, but expected |es +fess got: fess, but expected |es +gules got: guleses, but expected |? +distro got: distroes, but expected +champers got: champerses, but expected |champers +fleur-de-lis got: fleur-de-lises, but expected |fleurs-de-lis +kiss of life got: kisses of life, but expected |? +calcaneus got: calcaneuses, but expected |calcanei|calcanea +Ajax got: Ajaxes, but expected |? +coccyx got: coccyxes, but expected |coccyges +pyruvic acid got: pyruvic acids, but expected |? +incus got: incuses, but expected |incudes +stapes got: stapeses, but expected |stapes|stapedes +metacarpus got: metacarpuses, but expected |metacarpi +astragalus got: astragaluses, but expected |astragali +one-drop rule got: one-drop rules, but expected |? +a got: as, but expected |aes +Abo got: Aboes, but expected +Anglo got: Angloes, but expected +Apollo got: Apolloes, but expected +Bd got: Bds, but expected |? +Bio got: Bios, but expected |? +Boogeyman got: Boogeymen, but expected |boogeymen +C. got: C.s, but expected |? +Chassidism got: Chassidisms, but expected |? +Cl got: Cls, but expected |? +Diablo got: Diabloes, but expected +Fri got: Fris, but expected |? +Johnson got: Johnsons, but expected |? +Ladino got: Ladinoes, but expected +Lady got: Ladies, but expected |? +Lammas got: Lammases, but expected |? +Latino got: Latinoes, but expected +Mar. got: Mar.s, but expected |? +Med got: Meds, but expected |? +Moro got: Moroes, but expected +Ottoman got: Ottomen, but expected +Pullman got: Pullmen, but expected +Rd. got: Rd.s, but expected |? +Reich got: Reiches, but expected |? +Rho got: Rhoes, but expected +Ruby got: Rubies, but expected |? +Sa got: Sas, but expected |? +Sat got: Sats, but expected |? +St. got: St.s, but expected |? +Sun got: Suns, but expected |? +TS got: TSs, but expected |? +Toby got: Tobies, but expected |? +Tonto got: Tontoes, but expected +V got: Vs, but expected |? +Volvo got: Volvoes, but expected +Walkman got: Walkmen, but expected +Wed got: Weds, but expected |? +carpus got: carpuses, but expected |carpi +morocco got: moroccoes, but expected +sc got: scs, but expected |? +mo got: moes, but expected +german got: germen, but expected +metis got: metises, but expected |? +kuri got: kuris, but expected |? +tangelo got: tangeloes, but expected +ugli got: uglis, but expected |uglies +abas got: abases, but expected |abas +triquetrum got: triquetrums, but expected |triquetra +ms got: mses, but expected +jan got: jans, but expected |? +heads-up got: headses-up, but expected |head=[[head]]s-[[up]]|heads-up|heads-ups +pelvic arch got: pelvic archs, but expected |es +frappuccino got: frappuccinoes, but expected +macchiato got: macchiatoes, but expected +mochaccino got: mochaccinoes, but expected +preso got: presoes, but expected +xu got: xus, but expected |xu +prender got: prenders, but expected |? +fortississimo got: fortississimoes, but expected +epistropheus got: epistropheuses, but expected |? +CDT got: CDTs, but expected |? +gleba got: glebas, but expected |glebae +bordello got: bordelloes, but expected +hilus got: hiluses, but expected |hili +death futures got: death futureses, but expected |? +colorado got: coloradoes, but expected +good-by got: goods-by, but expected +wuffo got: wuffoes, but expected +Jack Ketch got: Jack Ketchs, but expected |es +herrenvolk got: herrenvolks, but expected |herrenvolker +head-on got: heads-on, but expected +Kambo got: Kamboes, but expected +cutis got: cutises, but expected |cutes +endothelium got: endotheliums, but expected |endothelia +Kambuj got: Kambujs, but expected |? +drive-by got: drives-by, but expected +driveby got: drivebies, but expected +pharyngitis got: pharyngitises, but expected |pharyngitides +pudendum got: pudendums, but expected |pudenda +mamilla got: mamillas, but expected |mamillae +stop press got: stop presses, but expected |? +hypothalamus got: hypothalamuses, but expected |hypothalami +cubewano got: cubewanoes, but expected +cease and desist got: cease and desists, but expected |? +injuria got: injurias, but expected |injurie +nephros got: nephroses, but expected |nephros|nephroi +vesica got: vesicas, but expected |vesicae +groupetto got: groupettoes, but expected |groupetti|groupettos +principle of relativity got: principles of relativity, but expected |? +epididymis got: epididymises, but expected |epididymides +povvo got: povvoes, but expected +ansatz got: ansatzzes, but expected |es|ansatze +Athanasian wench got: Athanasian wenchs, but expected |es +quicunque vult got: quicunque vults, but expected |? +tip-off got: tips-off, but expected |head=[[tip]]-[[off]] +cultural literacy got: cultural literacys, but expected |? +windward got: windwards, but expected |? +americano got: americanoes, but expected +running flush got: running flushs, but expected |es +taco got: tacoes, but expected +taquito got: taquitoes, but expected +secco got: seccoes, but expected +monte got: montes, but expected |? +friendo got: friendoes, but expected +fuck up got: fucks up, but expected +krone got: krones, but expected |kroner +barakah got: barakahs, but expected |? +blech got: bleches, but expected +impasto got: impastoes, but expected +da'wa got: da'was, but expected |? +du'a' got: du'a's, but expected |? +'eid got: 'eids, but expected |? +fiqh got: fiqhs, but expected |? +fitnah got: fitnahs, but expected |? +Sunnah got: Sunnahs, but expected |? +muhajir got: muhajirs, but expected |muhajireen|muhajirun +hawaladar got: hawaladars, but expected |? +Assoc got: Assocs, but expected |? +twp got: twps, but expected |? +Hijri got: Hijris, but expected |? +post-rock got: post-rocks, but expected |?|head=[[post]]-[[rock]] +oyez got: oyezzes, but expected |es +Dhul Hijjah got: Dhul Hijjahs, but expected |? +go-between got: goes-between, but expected |head=[[go]]-[[between]] +ijma' got: ijma's, but expected |? +rasul got: rasuls, but expected |? +ra'y got: ra'ys, but expected |? +saum got: saums, but expected |? +nathr saum got: nathr saums, but expected |? +suhur got: suhurs, but expected |? +'umra got: 'umras, but expected |? +scopa got: scopas, but expected |scopae +impro got: improes, but expected +juice box got: juice boxs, but expected |es +upokororo got: upokororoes, but expected +comice got: comice, but expected +comitia got: comitias, but expected |comitia +TBS got: TBSs, but expected |? +DRC got: DRCs, but expected |? +ACTH got: ACTHs, but expected |? +BP got: BPs, but expected |? +GS got: GSs, but expected |? +volte-face got: volte-faces, but expected |?|head=[[volte]]-[[face]] +negotiatrix got: negotiatrixes, but expected |negotiatrices +virgo intacta got: virgo intactas, but expected |? +HQ got: HQs, but expected |? +ARD got: ARDs, but expected |? +cop-out got: cops-out, but expected |head=[[cop]]-[[out]] +LL got: LLs, but expected |? +expo got: expoes, but expected +boom box got: boom boxs, but expected |es +Prof. got: Prof.s, but expected |? +phlebitis got: phlebitises, but expected |phlebitides +adm. got: adm.s, but expected |? +jejunum got: jejunums, but expected |jejuna +norman got: normen, but expected +diag got: diags, but expected |? +gingiva got: gingivas, but expected |gingivae +naevus got: naevuses, but expected |naevi +naevus flammeus got: naevus flammeuses, but expected |? +PBPD got: PBPDs, but expected |? +take-off got: takes-off, but expected +wit. got: wit.s, but expected |? +PTSD got: PTSDs, but expected |? +celsius got: celsiuses, but expected |celsius +walk-on got: walks-on, but expected |head=[[walk]]-[[on]] +take-up got: takes-up, but expected |head=[[take]]-[[up]] +ileitis got: ileitises, but expected |ileitides +MDMA got: MDMAs, but expected |? +Rep. got: Rep.s, but expected |? +Gen. got: Gen.s, but expected |? +MTBE got: MTBEs, but expected |? +Del. got: Del.s, but expected |? +mgmt got: mgmts, but expected |? +brit got: brits, but expected |brit +domino effect got: domino effects, but expected |? +voice-over got: voices-over, but expected |head=[[voice]]-[[over]] +pox got: pox, but expected |es +soc. got: soc.s, but expected |? +tallyho got: tallyhoes, but expected +aud. got: aud.s, but expected |? +avg. got: avg.s, but expected |? +Med. got: Med.s, but expected |? +dx got: dxes, but expected |? +Thu got: Thus, but expected |? +misd. got: misd.s, but expected |? +Exec. got: Exec.s, but expected |? +auth. got: auth.s, but expected |? +Galliano got: Gallianoes, but expected +vicus got: vicuses, but expected |vici +anisette got: anisettes, but expected |? +spritz got: spritzzes, but expected |es +liber amicorum got: liber amicorums, but expected |? +antineutrino got: antineutrinoes, but expected +cilice got: cilice, but expected +anti-inflammatory got: anti-inflammatorys, but expected |anti-inflammatories +anaphylaxis got: anaphylaxises, but expected |anaphylaxes +arthritis got: arthritises, but expected |arthritides +chemo got: chemoes, but expected +USD got: USDs, but expected |? +matins got: matins, but expected |? +telephone box got: telephone boxs, but expected |es +police box got: police boxs, but expected |es +TARDIS got: TARDISs, but expected |es +Fed. got: Fed.s, but expected |? +Col. got: Col.s, but expected |? +bitumen got: bitumen, but expected |bitumina|bitumens +utu got: utus, but expected |? +pericardium got: pericardiums, but expected |pericardia +endocardium got: endocardiums, but expected |endocardia +acad got: acads, but expected |? +acad. got: acad.s, but expected |? +repo got: repoes, but expected +juxta got: juxtas, but expected |juxtae +aedeagus got: aedeaguses, but expected |aedeagi +valva got: valvas, but expected |valvae +technol got: technols, but expected |? +anon. got: anon.s, but expected |? +Tr. got: Tr.s, but expected |? +add-on got: adds-on, but expected +vasa got: vasa, but expected +ansa got: ansas, but expected |ansae +bum rush got: bum rushs, but expected |es +aro got: aroes, but expected +borborygmus got: borborygmuses, but expected |borborygmi +gravamen got: gravamina, but expected +brahman got: brahmen, but expected +tricerion got: tricerions, but expected |? +gweilo got: gweiloes, but expected |s|gweilo +tit for tat got: tits for tat, but expected +bindle got: bindles, but expected |? +penalty box got: penalty boxs, but expected |es +earnest money got: earnest moneys, but expected |? +stay behind got: stays behind, but expected +change-up got: changes-up, but expected |head=[[change]]-[[up]] +not-for-profit got: nots-for-profit, but expected +opt-out got: opts-out, but expected |head=[[opt]][[-]][[out]] +wind up got: winds up, but expected +187 got: 187s, but expected |? +25000 +microvillus got: microvilluses, but expected |microvilli +phlogiston theory got: phlogiston theorys, but expected |? +klar got: klars, but expected |klar +pres got: preses, but expected |? +meninx got: meninxes, but expected |meninges +knees-up got: kneeses-up, but expected |head=[[knees]]-[[up]] +mawashi got: mawashis, but expected |mawashi +long off got: longs off, but expected +long on got: longs on, but expected +test bench got: test benchs, but expected |es +pince-nez got: pince-nezs, but expected |pince-nez +Bronx got: Bronxes, but expected |? +embarcadero got: embarcaderoes, but expected +terminus a quo got: terminus a quos, but expected |? +chela got: chelas, but expected |chelae +maiden over got: maidens over, but expected +mid off got: mids off, but expected +mid on got: mids on, but expected +midwicket got: midwickets, but expected |? +passerby got: passerbies, but expected |passersby +palomino got: palominoes, but expected +double switch got: double switchs, but expected |es +tetri got: tetris, but expected |tetri +thallus got: thalluses, but expected |thalli +recto got: rectoes, but expected +Werner complex got: Werner complexs, but expected |es +one short got: one shorts, but expected |? +defensive indifference got: defensive indifferences, but expected |? +dep. got: dep.s, but expected |? +power lunch got: power lunchs, but expected |es +pull-down got: pulls-down, but expected |head=[[pull]]-[[down]] +wild pitch got: wild pitchs, but expected |es +pop-up got: pops-up, but expected +sang-froid got: sang-froids, but expected |? +zizz got: *zizzes, but expected |es +rincón got: rincóns, but expected |rincons|rincones +Tupperware got: Tupperwares, but expected |? +jury box got: jury boxs, but expected |es +gastrotrich got: gastrotriches, but expected +filum got: filums, but expected |fila +fly out got: flies out, but expected +run out got: runs out, but expected +run up got: runs up, but expected +paise got: paisas, but expected +ground out got: grounds out, but expected +punch out got: punches out, but expected +oh for got: ohs for, but expected +vai got: vais, but expected |? +petitio principii got: petitio principiis, but expected |? +cave in got: caves in, but expected +synovia got: synovias, but expected |? +kapo got: kapoes, but expected +quadruple double got: quadruple doubles, but expected |? +beri-beri got: beri-beris, but expected |? +lede got: ledes, but expected |lede +cnemis got: cnemises, but expected |cnemes +rappen got: rappens, but expected |rappen +mentsch got: mentsches, but expected |mentschen +mentsh got: mentshes, but expected |mentshen +troy weight got: troy weights, but expected |? +ey got: eys, but expected |eyren +stick-and-carrot got: stick-and-carrots, but expected |sticks-and-carrots +examination-in-chief got: examinations-in-chief, but expected |head=[[examination]]-in-[[chief]]|? +antedate got: antedates, but expected |? +planta got: plantas, but expected |plantae +specimen got: specimen, but expected |s|specimina +tic-tac got: tic-tacs, but expected |? +saman got: samen, but expected +rubisco got: rubiscoes, but expected +force out got: forces out, but expected +numse got: numses, but expected |? +fastball count got: fastball counts, but expected |? +men's got: men'ses, but expected |? +AT got: ATs, but expected |? +IS got: ISs, but expected |? +drow got: drows, but expected |drow +Mephistopheles got: Mephistopheleses, but expected |? +chikan got: chikans, but expected |chikan +flower-fly got: flower-flys, but expected |head=[[flower]]-[[fly]]|flower-flies +hover-fly got: hover-flys, but expected |head=[[hover]]-[[fly]]|hover-flies +bez got: bezzes, but expected |es +haggis got: haggis, but expected |haggises +filo got: filoes, but expected +Squariel got: Squariels, but expected |? +assimilate got: assimilates, but expected |? +synaesthesia got: synaesthesiae, but expected +arcus got: arcuses, but expected |arci +creepy-crawly got: creepy-crawlys, but expected |head=[[creepy]]-[[crawly]]|creepy-crawlies +pronotum got: pronotums, but expected |pronota +line conch got: line conchs, but expected |es +search box got: search boxs, but expected |es +extractive principle got: extractive principles, but expected |? +wayzgoose got: wayzgeese, but expected +fourth normal form got: fourth normal forms, but expected |? +red fox got: red foxs, but expected |es +camera flash got: camera flashs, but expected |es +rubber match got: rubber matchs, but expected |es +café noisette got: café noisettes, but expected |? +brush off got: brushes off, but expected +goto got: gotoes, but expected +raviolo got: ravioloes, but expected |ravioli +scampo got: scampoes, but expected |scampi +decubitus got: decubituses, but expected |decubitus +catfish got: catfish, but expected |es +granum got: granums, but expected |grana +sapiens got: sapienses, but expected |sapiens +kolo got: koloes, but expected +pano got: panoes, but expected +ARC got: ARCs, but expected |? +value added tax got: value added taxs, but expected |es +emeritus got: emerituses, but expected |emeriti +catalexis got: catalexises, but expected |catalexes +pipe wrench got: pipe wrenchs, but expected |es +tetrahemihexahedron got: tetrahemihexahedrons, but expected |tetrahemihexahedra +demos got: demos, but expected |demoi +koi got: kois, but expected |koi +coho got: cohoes, but expected +himbo got: himboes, but expected +push-button got: push-buttons, but expected |push-button +stealth tax got: stealth taxs, but expected |es +swarf-penny got: swarf-pennys, but expected |? +merry-go-sorry got: merry-go-sorrys, but expected |head=[[merry]]-[[go]]-[[sorry]]|? +ancho got: anchoes, but expected +cliche' got: cliche's, but expected |? +diazo got: diazoes, but expected +nanmu got: nanmus, but expected |? +cmene got: cmenes, but expected |cmene +tsp got: tsps, but expected |? +rabbit punch got: rabbit punchs, but expected |es +monostich got: monostiches, but expected +bake-off got: bakes-off, but expected |head=[[bake]]-[[off]] +remex got: remexes, but expected |remiges +Hugo got: Hugoes, but expected +milko got: milkoes, but expected +bizzo got: bizzoes, but expected +dumbo got: dumboes, but expected +journo got: journoes, but expected +putz got: putzzes, but expected |es +pentaculum got: pentaculums, but expected |? +pick up got: picks up, but expected +paedo got: paedoes, but expected +foto got: fotoes, but expected +wpm got: wpms, but expected |wpm +boyo got: boyoes, but expected +doco got: docoes, but expected +bitty box got: bitty boxs, but expected |es +Seppo got: Seppoes, but expected +metra got: metras, but expected |metrae +aditus got: adituses, but expected |aditus +arteria got: arterias, but expected |arteriae +fumetto got: fumettoes, but expected |fumetti +outro got: outroes, but expected +run-in got: runs-in, but expected |head=[[run]]-[[in]]|run-ins +frog march got: frog marchs, but expected |es +mock-up got: mocks-up, but expected +obliquus got: obliquuses, but expected |obliqui +walk-off got: walks-off, but expected |head=[[walk]]-[[off]] +Taxol got: Taxols, but expected |? +doko got: dokoes, but expected +cut off got: cuts off, but expected +civitas got: civitases, but expected |civitates +kakapo got: kakapoes, but expected +vexillum got: vexillums, but expected |vexilla +rooting reflex got: rooting reflexs, but expected |? +rhinarium got: rhinariums, but expected |rhinaria +cook-off got: cooks-off, but expected |head=[[cook]]-[[off]] +AD&D got: AD&Ds, but expected |? +all in got: alls in, but expected +abigeus got: abigeuses, but expected |abigei +whammo got: whammoes, but expected +Astro got: Astroes, but expected +appr got: apprs, but expected |? +ser. got: ser.s, but expected |? +zuz got: zuzzes, but expected |zuzim|zuzzim|zuzes +zocco got: zoccoes, but expected +hanuman got: hanumen, but expected +partido got: partidoes, but expected +isu got: isus, but expected |? +eco got: ecoes, but expected +figura got: figuras, but expected |figurae +calva got: calvas, but expected |calvae +iluy got: iluys, but expected |? +eddo got: eddoes, but expected +cryptosporidium got: cryptosporidiums, but expected |cryptosporidia +phaseolus got: phaseoluses, but expected |phaseoli +cortina got: cortinas, but expected |? +caballero got: caballeroes, but expected +night watch got: night watchs, but expected |es +merus got: meruses, but expected |meri +superjumbo got: superjumboes, but expected +psogos got: psogoses, but expected |psogoi +duelo got: dueloes, but expected |? +gaiji got: gaijis, but expected |gaiji +promythium got: promythiums, but expected |promythia +comes got: comeses, but expected |? +antitragus got: antitraguses, but expected |antitragi +poes got: poes, but expected |e +abrazo got: abrazoes, but expected +alambre got: alambres, but expected |? +katipo got: katipoes, but expected |katipos +great icosihemidodecahedron got: great icosihemidodecahedrons, but expected |? +milagro got: milagroes, but expected +examen got: examen, but expected +chico got: chicoes, but expected +muchacho got: muchachoes, but expected +señor got: señors, but expected |es +bento got: bentoes, but expected |bento|bentos +bento box got: bento boxs, but expected |es +cisterna got: cisternas, but expected |cisternae +azulejo got: azulejoes, but expected +Khanty got: Khanties, but expected |? +naris got: narises, but expected |nares +murus got: muruses, but expected |muri +labarum got: labarums, but expected |labara +encephalomyelitis got: encephalomyelitises, but expected |encephalomyelitides +mas got: mases, but expected |mas +obligato got: obligatoes, but expected +conjunto got: conjuntoes, but expected +NN got: NNs, but expected |? +Big5 got: Big5s, but expected |? +love-in got: loves-in, but expected |head=[[love]]-[[in]]|love-ins +claro got: claroes, but expected +heya got: heyas, but expected |heya +plug-in got: plugs-in, but expected +severance tax got: severance taxs, but expected |es +jus cogens got: jus cogenses, but expected |? +geodynamo got: geodynamoes, but expected +torrid zone got: torrid zones, but expected |? +chemisorption got: chemisorptions, but expected |? +chemokine got: chemokine, but expected +cytokine got: cytokine, but expected +agonistes got: agonisteses, but expected |? +casus foederis got: casus foederises, but expected |? +nucleus accumbens got: nucleus accumbenses, but expected |? +tinder-box got: tinder-boxs, but expected |head=[[tinder]]-[[box]]|es +topicalisation got: topicalisations, but expected |? +gaon got: gaons, but expected |geonim +soon-to-wed got: soons-to-wed, but expected |head=[[soon]]-to-[[wed]]|soon-to-weds +globus pallidus got: globus palliduses, but expected |? +glisten got: glistens, but expected |? +brush-off got: brushes-off, but expected |head=[[brush]]-[[off]] +first-aid box got: first-aid boxs, but expected |es +modus vivendi got: modus vivendis, but expected |? +dodecicosidodecahedron got: dodecicosidodecahedrons, but expected |dodecicosidodecahedra +mise en scene got: mise en scenes, but expected |? +cheapo got: cheapoes, but expected +cable box got: cable boxs, but expected |es +lese majesty got: lese majestys, but expected |? +bunco got: buncoes, but expected +parousia got: parousias, but expected |? +substratum got: substratums, but expected |substrata +yarco got: yarcoes, but expected +saur got: saurs, but expected |? +grosse got: grosses, but expected |? +ductus got: ductuses, but expected |ductus +fusilli got: fusillis, but expected |fusilli +rafsi got: rafsis, but expected |rafsi +sasanach got: sasanaches, but expected +Brix got: Brixes, but expected |? +sales tax got: sales taxs, but expected |es +surplice got: surplice, but expected +em-dash got: em-dashs, but expected |head=[[em]]-[[dash]]|es +gazpacho got: gazpachoes, but expected +30000 +punch-up got: punches-up, but expected +balladeer got: balladeer, but expected +slogo got: slogoes, but expected +tectum got: tectums, but expected |tecta +head coach got: head coachs, but expected |es +drop in got: drops in, but expected +all-in got: alls-in, but expected |head=[[all]]-[[in]] +menpo got: menpoes, but expected |? +albugo got: albugoes, but expected +creepy-peepy got: creepy-peepys, but expected |head=[[creepy]]-[[peepy]]|creepy-peepies +throw-in got: throws-in, but expected |head=[[throw]]-[[in]] +pendejo got: pendejoes, but expected +spinal canal got: spinal canals, but expected |? +pandoro got: pandoroes, but expected |pandori +chorizo got: chorizoes, but expected +réseau got: réseaus, but expected |? +sceat got: sceattas, but expected +four-eyes got: four-eyeses, but expected |head=[[four]]-[[eye]]s|four-eyes +common ash got: common ashs, but expected |es +daman got: damen, but expected +derro got: derroes, but expected +compo got: compoes, but expected +crypto got: cryptoes, but expected +throw out got: throws out, but expected +Menno got: Mennoes, but expected +alumina got: alumina, but expected +chadless punch got: chadless punchs, but expected |es +acnestis got: acnestises, but expected |? +lotto got: lottoes, but expected +small screen got: small screens, but expected |? +paralipomenon got: paralipomenons, but expected |paralipomena +lezzo got: lezzoes, but expected +bag of fruit got: bags of fruit, but expected |? +cystitis got: cystitises, but expected |cystitides +Asbo got: Asboes, but expected +terminus ante quem got: terminus ante quems, but expected |? +rhinitis got: rhinitises, but expected |rhinitides +sleep apnea got: sleep apneas, but expected |? +euphenics got: euphenicses, but expected |? +accent grave got: accent graves, but expected |? +misère ouvert got: misère ouverts, but expected |? +sign off got: signs off, but expected +prop wash got: prop washs, but expected |es +back-to-back got: backs-to-back, but expected +turbo got: turboes, but expected +let-down got: lets-down, but expected |head=[[let]]-[[down]] +fado got: fadoes, but expected +mopery got: moperies, but expected |? +vagitus uterinus got: vagitus uterinuses, but expected |? +zhomo got: zhomoes, but expected +semifreddo got: semifreddoes, but expected +calends got: calendses, but expected |? +cellula got: cellulas, but expected |cellulae +archeus got: archeuses, but expected |archei +taoiseach got: taoiseaches, but expected |s|taoisigh +oral mucositis got: oral mucositises, but expected |? +pig-out got: pigs-out, but expected +ooecium got: ooeciums, but expected |ooecia +Miskito got: Miskitoes, but expected +kesho-mawashi got: kesho-mawashis, but expected |? +perinaeum got: perinaeums, but expected |perinaea +sekiwake got: sekiwakes, but expected |? +komusubi got: komusubis, but expected |? +maegashira got: maegashiras, but expected |? +juryo got: juryoes, but expected |? +makuuchi got: makuuchis, but expected |? +sanyaku got: sanyakus, but expected |sanyaku +ema got: emas, but expected |ema +makushita got: makushitas, but expected |? +dohyo got: dohyoes, but expected |dohyo +dohyo-iri got: dohyo-iris, but expected |? +rikishi got: rikishis, but expected |rikishi +basho got: bashoes, but expected |? +honbasho got: honbashoes, but expected |? +halmos got: halmoses, but expected |? +reef rash got: reef rashs, but expected |es +akeni got: akenis, but expected |? +sekitori got: sekitoris, but expected |? +amasumo got: amasumoes, but expected |? +ani-deshi got: ani-deshis, but expected |? +shisho got: shishoes, but expected |? +banzuke got: banzukes, but expected |banzuke +jungyo got: jungyoes, but expected |jungyo +jun-yusho got: jun-yushos, but expected |? +beya got: beyas, but expected |? +chonmage got: chonmages, but expected |chonmage +daigappei got: daigappeis, but expected |? +jonidan got: jonidans, but expected |? +jonokuchi got: jonokuchis, but expected |? +sandanme got: sandanmes, but expected |? +dolmen got: dolmen, but expected +danpatsushiki got: danpatsushikis, but expected |? +intai-zumo got: intai-zumos, but expected |intai-zumo +degeiko got: degeikoes, but expected |? +deshi got: deshis, but expected |deshi +eboshi got: eboshis, but expected |eboshi +gyoji got: gyojis, but expected |gyoji +gaijin rikishi got: gaijin rikishis, but expected |? +fumidawara got: fumidawaras, but expected |? +tawara got: tawaras, but expected |tawara +fusa got: fusas, but expected |? +fusen got: fusens, but expected |? +fusenhai got: fusenhais, but expected |? +fusensho got: fusenshoes, but expected |fusensho +gino-sho got: gino-shos, but expected |? +sansho got: sanshoes, but expected |? +kanto-sho got: kanto-shos, but expected |? +shukun-sho got: shukun-shos, but expected |? +entier got: entiers, but expected |? +hanazumo got: hanazumoes, but expected |? +haridashi got: haridashis, but expected |haridashi +heyagashira got: heyagashiras, but expected |heyagashira +higashi got: higashis, but expected |? +nishi got: nishis, but expected |? +hyoshigi got: hyoshigis, but expected |hyoshigi +yobidashi got: yobidashis, but expected |yobidashi +shikona got: shikonas, but expected |? +ichidai toshiyori got: ichidai toshiyoris, but expected |? +ichimon got: ichimons, but expected |? +ichomage got: ichomages, but expected |? +oichomage got: oichomages, but expected |? +juryo-kaku got: juryo-kakus, but expected |juryo-kaku|head=[[juryo]]-[[kaku]] +kachi-koshi got: kachi-koshis, but expected |? +make-koshi got: make-koshis, but expected |?|head=[[make]]-[[koshi]] +kensho got: kenshoes, but expected |? +kinboshi got: kinboshis, but expected |? +kinjite got: kinjites, but expected |kinjite +kimarite got: kimarites, but expected |kimarite +kimarite-gakari got: kimarite-gakaris, but expected |?|head=[[kimarite]]-[[kakari|gakari]] +torikumi got: torikumis, but expected |torikumi +torikumi-hyo got: torikumi-hyos, but expected |?|head=[[torikumi]]-[[hyo]] +koen-kai got: koen-kais, but expected |?|head=[[koen]]-[[kai]] +kokugi got: kokugis, but expected |? +ozumo got: ozumoes, but expected |? +maezumo got: maezumoes, but expected |? +makuuchi-kaku got: makuuchi-kakus, but expected |?|head=[[makuuchi]]-[[kaku]] +masu-seki got: masu-sekis, but expected |?|head=[[masu]]-[[seki]] +matawari got: matawaris, but expected |? +matta got: mattas, but expected |? +mizuhiki-maku got: mizuhiki-makus, but expected |?|head=[[mizuhiki]]-[[maku]] +mono-ii got: mono-iis, but expected |? +shimpan bucho got: shimpan buchos, but expected |? +shimpan fukubucho got: shimpan fukubuchos, but expected |? +shiranui-gata got: shiranui-gatas, but expected |?|head=[[shiranui]]-[[gata]] +unryu-gata got: unryu-gatas, but expected |?|head=[[unryu]]-[[gata]] +myoseki got: myosekis, but expected |? +nage-waza got: nage-wazas, but expected |?|head=[[nage]]-[[waza]] +rengo-geiko got: rengo-geikos, but expected |?|head=[[rengo]]-[[geiko]] +sajiki-seki got: sajiki-sekis, but expected |?|head=[[sajiki]]-[[seki]] +sashichigal got: sashichigals, but expected |? +seigen jikan got: seigen jikans, but expected |? +seigen jikan ga ippai ni natta got: seigen jikan ga ippai ni nattas, but expected |? +senshuraku got: senshurakus, but expected |senshuraku +shihon-bashira got: shihon-bashiras, but expected |shihon-bashira +shikiri got: shikiris, but expected |? +shikiri-sen got: shikiri-sens, but expected |?|head=[[shikiri]]-[[sen]] +tachiai got: tachiais, but expected |? +buchikamashi got: buchikamashis, but expected |? +shiko got: shikoes, but expected |? +shimekomi got: shimekomis, but expected |? +shindesi got: shindesis, but expected |? +shindesi kensa got: shindesi kensas, but expected |? +shokkiri got: shokkiris, but expected |? +shozoku got: shozokus, but expected |? +shusse hiro got: shusse hiros, but expected |? +suna-kaburi got: suna-kaburis, but expected |?|head=[[suna]]-[[kaburi]] +tachimochi got: tachimochis, but expected |? +tachi-seki got: tachi-sekis, but expected |?|head=[[tachi]]-[[seki]] +taiko got: taikoes, but expected +tategyoji got: tategyojis, but expected |tategyoji +tenno-hai got: tenno-hais, but expected |tenno-hai +teppo got: teppoes, but expected |? +teppo-oshi got: teppo-oshis, but expected |?|head=[[teppo]]-[[oshi]] +teuchi-shiki got: teuchi-shikis, but expected |?|head=[[teuchi]]-[[shiki]] +tokei-gakari got: tokei-gakaris, but expected |?|head=[[tokei]]-[[gakari]] +tokoyama got: tokoyamas, but expected |tokoyama +toku-dawara got: toku-dawaras, but expected |?|head=[[toku]]-[[dawara]] +torinaoshi got: torinaoshis, but expected |torinaoshi +toshiyori got: toshiyoris, but expected |? +toshiyori-kabu got: toshiyori-kabus, but expected |?|head=[[toshiyori]]-[[kabu]] +tsukebito got: tsukebitoes, but expected |? +tsuki-oshi got: tsuki-oshis, but expected |?|head=[[tsuki]]-[[oshi]] +tsuna got: tsunas, but expected |? +tsunauchi got: tsunauchis, but expected |? +tsuyuharai got: tsuyuharais, but expected |tsuyuharai +uchiage got: uchiages, but expected |? +yagura got: yaguras, but expected |? +yumitori-shiki got: yumitori-shikis, but expected |yumitori-shiki +zensho yusho got: zensho yushos, but expected |? +zenpai got: zenpais, but expected |? +isamiashi got: isamiashis, but expected |isamiashi +fumidashi got: fumidashis, but expected |fumidashi +koshikudake got: koshikudakes, but expected |koshikudake +okuriashi got: okuriashis, but expected |? +tsukihitza got: tsukihitzas, but expected |? +tsukite got: tsukites, but expected |? +phylax got: phylaxes, but expected |phylakes +caudillo got: caudilloes, but expected +scirocco got: sciroccoes, but expected +amiuchi got: amiuchis, but expected |? +ashitori got: ashitoris, but expected |ashitori +chongake got: chongakes, but expected |? +gasshohineri got: gasshohineris, but expected |gasshohineri +harimanage got: harimanages, but expected |? +hatakikomi got: hatakikomis, but expected |hatakikomi +hikiotoshi got: hikiotoshis, but expected |? +hikkake got: hikkakes, but expected |? +izori got: izoris, but expected |? +kainahineri got: kainahineris, but expected |? +kakenage got: kakenages, but expected |? +kakezori got: kakezoris, but expected |? +katasukashi got: katasukashis, but expected |? +glove box got: glove boxs, but expected |es +combo got: comboes, but expected +kawazugake got: kawazugakes, but expected |? +kekaeshi got: kekaeshis, but expected |? +ketaguri got: ketaguris, but expected |? +kimedashi got: kimedashis, but expected |? +kimetaoshi got: kimetaoshis, but expected |kimetaoshi +kirikaeshi got: kirikaeshis, but expected |? +gonys got: gonyses, but expected |? +cyclopentadienyl complex got: cyclopentadienyl complexs, but expected |es +basidium got: basidiums, but expected |basidia +komatasukui got: komatasukuis, but expected |? +koshinage got: koshinages, but expected |koshinage +kotehineri got: kotehineris, but expected |? +kotenage got: kotenages, but expected |? +lesbo got: lesboes, but expected +mabby got: mabbies, but expected |? +mabolo got: maboloes, but expected +kubihineri got: kubihineris, but expected |? +kubinage got: kubinages, but expected |? +makiotoshi got: makiotoshis, but expected |? +macrocystis got: macrocystises, but expected |? +macrosporangium got: macrosporangiums, but expected |macrosporangia +madisterium got: madisteriums, but expected |? +magdaleon got: magdaleons, but expected |? +12mo got: 12moes, but expected +4to got: 4toes, but expected +8vo got: 8voes, but expected +bellows got: bellowses, but expected |? +nichonage got: nichonages, but expected |? +fade in got: fades in, but expected +fade out got: fades out, but expected +caravansary got: caravansaries, but expected |caravanserai +come-over got: comes-over, but expected +allodium got: allodiums, but expected |allodia +bijou got: bijoux, but expected +mary got: maries, but expected +rip-off got: rips-off, but expected |head=[[rip]]-[[off]] +nimaigeri got: nimaigeris, but expected |nimaigeri +okuridashi got: okuridashis, but expected |? +okurigake got: okurigakes, but expected |? +okurihikiotoshi got: okurihikiotoshis, but expected |okurihikiotoshi +okurinage got: okurinages, but expected |? +okuritaoshi got: okuritaoshis, but expected |? +okuritsuridashi got: okuritsuridashis, but expected |? +okuritsuriotoshi got: okuritsuriotoshis, but expected |? +tabes got: tabeses, but expected |tabes +aggiornamento got: aggiornamentoes, but expected |? +alectoria got: alectorias, but expected |? +ambsace got: ambsaces, but expected |? +aprosopia got: aprosopias, but expected |? +barbitos got: barbitoses, but expected |barbitoi +barbiton got: barbitons, but expected |barbitoi +bobance got: bobances, but expected |? +cystic fibrosis got: cystic fibrosises, but expected |? +boodle got: boodles, but expected |? +cantharis got: cantharises, but expected |cantharides +canthus got: canthuses, but expected |canthi +catamenia got: catamenias, but expected |catamenia +incunabulum got: incunabulums, but expected |incunabula +policy mix got: policy mixs, but expected |? +hypochondrium got: hypochondriums, but expected |hypochondria +catechumen got: catechumen, but expected +chaffer got: chaffers, but expected |? +zendo got: zendoes, but expected +comedo got: comedoes, but expected |comedones|s +doos got: doos, but expected |? +cromlech got: cromleches, but expected +regimen got: regimen, but expected |s|regimina +diastasis got: diastases, but expected |? +ejido got: ejidoes, but expected +moto got: motoes, but expected +jack off got: jacks off, but expected +omata got: omatas, but expected |? +osakate got: osakates, but expected |? +oshidashi got: oshidashis, but expected |oshidashi +oshitaoshi got: oshitaoshis, but expected |? +straight bat got: straight bats, but expected |? +elytron got: elytrons, but expected |elytra +lilo got: liloes, but expected +engouement got: engouements, but expected |? +ethel got: ethels, but expected |? +makataan got: makataans, but expected |? +gwaai got: gwaais, but expected |? +amasi got: amasis, but expected |? +boegoe got: boegoes, but expected |? +guarriboom got: guarribooms, but expected |? +fascinum got: fascinums, but expected |fascina +Gemütlichkeit got: Gemütlichkeits, but expected |? +discobolus got: discoboluses, but expected |discoboli +hafiz got: hafizzes, but expected |hafizes|huffaz +hamadryad got: hamadrayads, but expected |s|es +beat up got: beats up, but expected +fall out got: falls out, but expected +housel got: housels, but expected |? +heterochrony got: heterochronies, but expected |? +bonobo got: bonoboes, but expected +tales got: taleses, but expected |tales +sakatottari got: sakatottaris, but expected |? +ten-for got: tens-for, but expected |head=[[ten]]-[[for]] +mancia got: mancias, but expected |? +ethics got: ethicses, but expected |ethics +revers got: reverses, but expected |revers +cognomen got: cognomen, but expected |s|cognomina +mozo got: mozoes, but expected +binomen got: binomen, but expected |binomina +tidy-up got: tidies-up, but expected +send-up got: sends-up, but expected +toko got: tokoes, but expected +hang-up got: hangs-up, but expected |head=[[hang]]-[[up]] +time-out got: times-out, but expected +nidor got: nidors, but expected |nidor +olisbos got: olisboses, but expected |olisboi|olisbos +oreibasia got: oreibasias, but expected |? +orexis got: orexises, but expected |orexes +pachuco got: pachucoes, but expected +Cartesian space got: Cartesian spaces, but expected |? +nucleolus got: nucleoluses, but expected |nucleoli +bronco got: broncoes, but expected +Brahman got: Brahmen, but expected +steel cage match got: steel cage matchs, but expected |es +koto got: kotoes, but expected +ritenuto got: ritenutoes, but expected +ritornello got: ritornelloes, but expected |s|ritornelli +addolorato got: addoloratoes, but expected +ngwee got: ngwee, but expected +counter-parry got: counter-parrys, but expected |head=[[counter]]-[[parry]]|counter-parries +mal-parry got: mal-parrys, but expected |head=[[mal]]-[[parry]]|mal-parries +top gear got: top gears, but expected |? +point-in-line got: points-in-line, but expected |head=[[point]]-[[in]]-[[line]] +ricasso got: ricassoes, but expected +corps-a-corps got: corps-a-corpses, but expected |? +salut des armes got: salut des armeses, but expected |? +sopranino got: sopraninoes, but expected +who shot John got: who shot Johns, but expected |? +trade-in got: trades-in, but expected |head=[[trade]]-[[in]] +Triestino got: Triestinoes, but expected +punctum caecum got: punctum caecums, but expected |? +punctum proximum got: punctum proximums, but expected |? +punctum remotum got: punctum remotums, but expected |? +punctum vegetationis got: punctum vegetationises, but expected |? +punctum vasculosum got: punctum vasculosums, but expected |? +snarl-up got: snarls-up, but expected |head=[[snarl]]-[[up]] +stokes got: stokeses, but expected |stokes +carrus got: carruses, but expected |carri +naartjie got: naartjies, but expected |? +ecumenical movement got: ecumenical movements, but expected |? +balls-up got: ballses-up, but expected |head=[[balls]]-[[up]] +wind-up got: winds-up, but expected |head=[[wind]][[-]][[up]] +aguise got: aguises, but expected |? +dynamic equilibrium got: dynamic equilibriums, but expected |? +Sherman got: Shermen, but expected +rushed behind got: rusheds behind, but expected +crowd catch got: crowd catchs, but expected |es +shitatedashinage got: shitatedashinages, but expected |? +shitatehineri got: shitatehineris, but expected |? +shitatenage got: shitatenages, but expected |? +shumokuzori got: shumokuzoris, but expected |? +sokubiotoshi got: sokubiotoshis, but expected |? +sotogake got: sotogakes, but expected |? +gismo got: gismoes, but expected +cunji got: cunjis, but expected |cunji +fraenulum got: fraenulums, but expected |fraenula +Fritz got: Fritzzes, but expected |es +triumphal arch got: triumphal archs, but expected |es +songololo got: songololoes, but expected +crème de menthe got: crème de menthes, but expected |? +skene got: skenes, but expected |? +collegiate church got: collegiate churchs, but expected |es +tsine got: tsines, but expected |? +tsitsith got: tsitsiths, but expected |tsitsiyoth +fondaco got: fondacoes, but expected |fondachi|fondacos +Allen wrench got: Allen wrenchs, but expected |es +hex head wrench got: hex head wrenchs, but expected |es +aequalis got: aequalises, but expected |? +tour match got: tour matchs, but expected |es +culpa got: culpas, but expected |culpae +dobro got: dobroes, but expected +oligarch got: oligarches, but expected +Sambo got: Samboes, but expected +Zambo got: Zamboes, but expected +sumach got: sumaches, but expected +hydrido complex got: hydrido complexs, but expected |es +yuen got: yuens, but expected |? +steno got: stenoes, but expected +moco got: mocoes, but expected +frijol got: frijols, but expected |frijoles +octet rule got: octet rules, but expected |? +face-off got: faces-off, but expected |head=[[face]]-[[off]] +billet-doux got: billet-douxs, but expected |billets-doux +turn-off got: turns-off, but expected |head=[[turn]]-[[off]] +turn-on got: turns-on, but expected |head=[[turn]]-[[on]] +self-expression got: self-expressions, but expected |? +two by four got: twoes by four, but expected +Hallowmas got: Hallowmases, but expected |? +freak out got: freaks out, but expected +secundo got: secundoes, but expected +stop-over got: stops-over, but expected +anacusis got: anacuses, but expected |? +Gramophone got: Gramophones, but expected |? +communication mix got: communication mixs, but expected |es +pleating to the stripe got: pleating to the stripes, but expected |? +rez got: rezzes, but expected |es +choco got: chocoes, but expected +sage brush got: sage brushs, but expected |es +pyrexia got: pyrexiae, but expected +Mescalero got: Mescaleroes, but expected +lay-by got: lays-by, but expected |head=[[lay]]-[[by]] +light switch got: light switchs, but expected |es +pochtecatl got: pochtecatls, but expected |pochteca +milk-tooth got: milk-tooths, but expected |head=[[milk]]-[[tooth]]|milk-teeth +raccroc stitch got: raccroc stitchs, but expected |es +rackabones got: rackaboneses, but expected |rackabones +radio fix got: radio fixs, but expected |es +radiohalo got: radiohaloes, but expected +radix graminis got: radix graminises, but expected |? +separable affix got: separable affixs, but expected |es +namby-pamby got: namby-pambys, but expected |namby-pambies +antlia got: antlias, but expected |antliae +1-800 got: 1-800s, but expected |? +lead out got: leads out, but expected +fly-in got: flies-in, but expected |head=[[fly]]-[[in]] +cops got: copses, but expected |? +aesthetic emotion got: aesthetic emotions, but expected |? +sis got: ses, but expected |sises|sisses +brand stretch got: brand stretchs, but expected |es +yes-man got: yes-mans, but expected |head=[[yes]][[-]][[man]]|yes-men +positive transition got: positive transitions, but expected |? +wa got: was, but expected |? +sustained emotion got: sustained emotions, but expected |? +35000 +wy got: wies, but expected |es +titulus got: tituluses, but expected |tituli +sotokomata got: sotokomatas, but expected |sotokomata +sotomuso got: sotomusoes, but expected |sotomuso +sototasukizori got: sototasukizoris, but expected |? +sukuinage got: sukuinages, but expected |sukuinage +susoharai got: susoharais, but expected |susoharai +susotori got: susotoris, but expected |? +choo got: choos, but expected |choo-choos +Sexagesima got: Sexagesimas, but expected |? +Quinquagesima got: Quinquagesimas, but expected |? +apartment complex got: apartment complexs, but expected |es +dirimens copulatio got: dirimens copulatios, but expected |? +gonotheca got: gonothecas, but expected |? +exonumia got: exonumias, but expected |exonumia +dermatoglyphics got: dermatoglyphicses, but expected |? +kere got: keres, but expected |? +xylostroma got: xylostromas, but expected |xylostromata +QRS complex got: QRS complexs, but expected |es +quadrans got: quadranses, but expected |quadrantes +quadrature of the circle got: quadrature of the circles, but expected |? +quadratus got: quadratuses, but expected |? +quadriporticus got: quadriporticuses, but expected |quadriportici +quaestio got: quaestios, but expected |quaestiones +cover-up got: covers-up, but expected |head=[[cover]]-[[up]] +quantum valebant got: quantum valebants, but expected |? +quantum meruit got: quantum meruits, but expected |? +quare clausum fregit got: quare clausum fregits, but expected |? +Quartodeciman got: Quartodecimen, but expected +baria got: barias, but expected |? +oroblanco got: oroblancoes, but expected +petechia got: petechias, but expected |petechiae +phalera got: phaleras, but expected |phalerae +phylarch got: phylarches, but expected +endodermis got: endodermises, but expected |? +tasukizori got: tasukizoris, but expected |? +tokkurinage got: tokkurinages, but expected |? +tottari got: tottaris, but expected |? +tsukaminage got: tsukaminages, but expected |? +tsukidashi got: tsukidashis, but expected |? +jacks got: jackses, but expected |? +planum got: planums, but expected |plana +planum temporale got: planum temporales, but expected |? +biz got: bizzes, but expected |? +gramps got: grampses, but expected |gramps +café au lait got: café au laits, but expected |? +saltillo got: saltilloes, but expected +calabozo got: calabozoes, but expected +saltimbanco got: saltimbancoes, but expected +porta-potty got: porta-pottys, but expected |head=porta-[[potty]]|porta-potties +come-around got: comes-around, but expected |head=[[come]]-[[around]] +negative ice got: negative ices, but expected |? +llano got: llanoes, but expected +kumbaya got: kumbayas, but expected |? +att got: atts, but expected |att +modus got: moduses, but expected |modi +filaria got: filarias, but expected |filariae +stratocumulus got: stratocumuluses, but expected |stratocumuli +pyxis got: pyxises, but expected |pyxides +herpes got: herpes, but expected |es +rapini got: rapinis, but expected |? +dorado got: doradoes, but expected +Sapsago got: Sapsagoes, but expected |? +such-and-such got: such-and-suchs, but expected |head=[[such]]-[[and]]-[[such]]|es +garbo got: garboes, but expected +mission mix got: mission mixs, but expected |? +mission mixture got: mission mixtures, but expected |? +salt marsh got: salt marshs, but expected |es +hostryinge got: hostryinges, but expected |? +carphologia got: carphologias, but expected |? +ESS got: ESSs, but expected |es +pile-up got: piles-up, but expected |head=[[pile]]-[[up]] +jako got: jakoes, but expected +potto got: pottoes, but expected +dimmer switch got: dimmer switchs, but expected |es +three-way switch got: three-way switchs, but expected |es +argumentum ad nauseam got: argumentum ad nauseams, but expected |? +thymos got: thymoses, but expected |? +pp. got: pp.s, but expected |? +verfremdungseffekt got: verfremdungseffekts, but expected |verfremdungseffekte +tsukiotoshi got: tsukiotoshis, but expected |tsukiotoshi +tsukitaoshi got: tsukitaoshis, but expected |? +tsumatori got: tsumatoris, but expected |tsumatori +tsuridashi got: tsuridashis, but expected |? +tsuriotoshi got: tsuriotoshis, but expected |? +tsutaezori got: tsutaezoris, but expected |? +uchigake got: uchigakes, but expected |? +uchimuso got: uchimusoes, but expected |? +ushiromotare got: ushiromotares, but expected |? +utchari got: utcharis, but expected |? +Kerr effect got: Kerr effects, but expected |? +application protocol data unit got: application protocol data units, but expected |? +mala got: malas, but expected |malae +uwatedashinage got: uwatedashinages, but expected |? +uwatehineri got: uwatehineris, but expected |? +uwatenage got: uwatenages, but expected |? +waridashi got: waridashis, but expected |waridashi +watashikomi got: watashikomis, but expected |? +yoritaoshi got: yoritaoshis, but expected |yoritaoshi +zubuneri got: zubuneris, but expected |? +perfecto got: perfectoes, but expected +scampi got: scampis, but expected |scampi +completo got: completoes, but expected +carry-on got: carries-on, but expected +kakuro got: kakuroes, but expected +Lawson criterion got: Lawson criterions, but expected |? +Lady Campbell got: Lady Campbells, but expected |? +cilium got: ciliums, but expected |cilia +gogo got: gogoes, but expected +kwerekwere got: kwerekweres, but expected |amakwerekwere +lacertus got: lacertuses, but expected |lacerti +pull-up got: pulls-up, but expected |head=[[pull]]-[[up]] +chin-up got: chins-up, but expected |head=[[chin]]-[[up]] +push-up got: pushes-up, but expected |head=[[push]]-[[up]] +sextans got: sextanses, but expected |? +put-on got: puts-on, but expected |head=[[put]]-[[on]]|put-ons +tais got: taises, but expected |tais +front bench got: front benchs, but expected |es +second-half got: second-halfs, but expected |? +luxury tax got: luxury taxs, but expected |es +hebesphenomegacorona got: hebesphenomegacoronas, but expected |? +new potato got: new potatos, but expected |es +vasculitis got: vasculitises, but expected |vasculitides +bed push got: bed pushs, but expected |es +muso got: musoes, but expected +skoramis got: skoramises, but expected |? +shoo-in got: shoos-in, but expected |head=[[shoo]]-[[in]] +kamees got: kameeses, but expected |kameez|kameezes +indicia got: indicia, but expected +zebra finch got: zebra finchs, but expected |es +lead-in got: leads-in, but expected +defense in abatement got: defenses in abatement, but expected |? +korng tauch got: korng tauchs, but expected |? +strap-on got: straps-on, but expected |head=[[strap]]-[[on]] +baron and femme got: baron and femmes, but expected |? +teras got: terases, but expected |terata +figo got: figoes, but expected +rima got: rimas, but expected |rimae +tej got: tejs, but expected |tej +terrene got: terrenes, but expected |? +tetrevangelium got: tetrevangeliums, but expected |tetrevangelia +orismology got: orismologies, but expected |? +pia got: pias, but expected |? +maha got: mahas, but expected |? +imbizo got: imbizoes, but expected |s|izimbizo +vaj got: vajs, but expected |es +colugo got: colugoes, but expected |colugos|colugo +narco got: narcoes, but expected +sporogonium got: sporogoniums, but expected |sporogonia +hurdy-gurdy got: hurdy-gurdys, but expected |hurdy-gurdies +phase separation got: phase separations, but expected |? +fish-knife got: fish-knifes, but expected |head=[[fish]]-[[knife]]|fish-knives +gestor got: gestors, but expected |gestores +decrescendo got: decrescendoes, but expected +ukiyo-e got: ukiyo-es, but expected |ukiyo-e +nymphaeum got: nymphea, but expected |s|nymphaea +schizo got: schizoes, but expected +prosciutto got: prosciuttoes, but expected |prosciutti|prosciuttos +clypeus got: clypeuses, but expected |clypei +combined gas law got: combined gas laws, but expected |? +queenside got: queensides, but expected |? +ascus got: ascuses, but expected |asci +mho got: mhoes, but expected +casco got: cascoes, but expected +plunderage got: plunderages, but expected |? +acrania got: acranias, but expected |? +germen got: germen, but expected +kino got: kinoes, but expected |? +power box got: power boxs, but expected |es +mixolimnion got: mixolimnia, but expected +benzo got: benzoes, but expected +vivant got: vivants, but expected |? +chametz got: chametzzes, but expected |? +scutella got: scutella, but expected |scutellae +archaebacterium got: archaebacteriums, but expected |archaebacteria +microflora got: microfloras, but expected |microflorae +North Holland Blue got: North Holland Blues, but expected |? +Marans got: Maranses, but expected |? +bacchius got: bacchiuses, but expected |bacchii +Pasch got: Pasches, but expected +nympho got: nymphoes, but expected +roach coach got: roach coachs, but expected |es +polygastrica got: polygastricas, but expected |? +stotinka got: stotinkas, but expected |stotinki +polygordius got: polygordiuses, but expected |? +polymnite got: polymnites, but expected |? +córdoba got: córdobas, but expected |? +lilangeni got: lilangenis, but expected |emalangeni +ekwele got: ekweles, but expected |bipkwele +laari got: laaris, but expected |laari +slip-up got: slips-up, but expected |head=[[slip]]-[[up]] +oyrur got: oyrurs, but expected |oyrur +centenionalis got: centenionalises, but expected |? +antoninianus got: antoninianuses, but expected |antoniniani +pyroantimonic acid got: pyroantimonic acids, but expected |? +pyroarsenic acid got: pyroarsenic acids, but expected |? +dupondius got: dupondiuses, but expected |dupondii +follis got: folles, but expected |? +quadrigatus got: quadrigatuses, but expected |quadrigati +quinarius got: quinarii, but expected |? +sestertius got: sestertiuses, but expected |sestertii +triens got: trientes, but expected |? +victoriatus got: victoriatuses, but expected |victoriati +pyritohedron got: pyritohedrons, but expected |pyritohedra +cruzeiro got: cruzeiroes, but expected +pyroligneous acid got: pyroligneous acids, but expected |? +budju got: budjus, but expected |? +akçe got: akçes, but expected |? +ephemeron got: ephemerons, but expected |ephemera +pitis got: pitises, but expected |? +tallero got: talleroes, but expected +somalo got: somaloes, but expected +Romani got: Romanis, but expected |es +fiorino got: fiorinoes, but expected +karbovanets got: karbovanetses, but expected |karbovanets +venezolano got: venezolanoes, but expected +pyroxanthin got: pyroxanthins, but expected |? +higgledy-piggledy got: higgledy-piggledys, but expected |higgledy-piggledies +reflux got: reflux, but expected |es +huso got: husoes, but expected +medius got: mediuses, but expected |medii +milium got: miliums, but expected |milia +tornus got: torni, but expected |? +cuneus got: cuneuses, but expected |cunei +lemman got: lemmen, but expected +lazybones got: lazyboneses, but expected |lazybones +hold-up got: holds-up, but expected |head=[[hold]]-[[up]] +sigillum got: sigillums, but expected |sigilla +semita got: semitas, but expected |semitae +antimoniuretted hydrogen got: antimoniuretted hydrogens, but expected |? +Matthew principle got: Matthew principles, but expected |? +front of the house got: front of the houses, but expected |? +synch got: synches, but expected +prepubis got: prepubises, but expected |prepubes +presbytia got: presbytias, but expected |? +prescapula got: prescapulas, but expected |? +pyretology got: pyretologies, but expected |? +pyrophane got: pyrophanes, but expected |? +libidinosity got: libidinosities, but expected |? +alikreukel got: alikreukels, but expected |alikreukel +but and ben got: but and bens, but expected |? +cella got: cellas, but expected |cellae +cappa got: cappas, but expected |cappae +manca got: mancas, but expected |mancae +muru got: murus, but expected |? +pyn got: pyns, but expected |? +siens got: sienses, but expected |? +magpie-goose got: magpie-gooses, but expected |head=[[magpie]]-[[goose]]|magpie-geese +call out got: calls out, but expected +postscriptum got: postscriptums, but expected |postscripta +sumti got: sumtis, but expected |sumti +jack-of-all-trades got: jack-of-all-tradeses, but expected |head=[[jack]][[-]][[of]][[-]][[all]][[-]][[trade]]s|jacks-of-all-trades +helium flash got: helium flashs, but expected |es +neutron diffraction got: neutron diffractions, but expected |? +ukaz got: ukazzes, but expected |? +organon got: organa, but expected |organons +four by two got: fours by two, but expected +morisco got: moriscoes, but expected +kapu got: kapus, but expected |kapu +mojado got: mojadoes, but expected +boerewors got: boereworses, but expected |boerewors +eye of the storm got: eye of the storms, but expected |? +wors got: worses, but expected |wors +mead-bench got: mead-benchs, but expected |head=[[mead]]-[[bench]]|es +cuticula got: cuticulas, but expected |cuticulae +Tayto got: Taytoes, but expected +selenonium got: selenoniums, but expected |? +telo got: teloes, but expected +resudation got: resudations, but expected |? +moko got: mokoes, but expected +stufa got: stufas, but expected |stufae +salah got: salahs, but expected |? +diazoamino got: diazoaminoes, but expected |? +bridi got: bridis, but expected |bridi +suppedaneum got: suppedaneums, but expected |suppedanea +ecky-becky got: ecky-beckys, but expected |ecky-beckies +40000 +nuclear quadrupole resonance got: nuclear quadrupole resonances, but expected |? +dolos got: doloses, but expected |dolosse +idiot-savant got: idiot-savants, but expected |head=[[idiot]]-[[savant]]|idiots-savants +oxygen burning got: oxygen burnings, but expected |? +mistle thrush got: mistle thrushs, but expected |es +zocalo got: zocaloes, but expected +hatif got: hatifs, but expected |? +fideicommissum got: fideicommissums, but expected |fideicommissa +autogyro got: autogyroes, but expected +autogiro got: autogiroes, but expected +hydrazo got: hydrazoes, but expected +subject matter jurisdiction got: subject matter jurisdictions, but expected |? +exceptio beneficium ordinis seu excussionis got: exceptio beneficium ordinis seu excussionises, but expected |? +mobo got: moboes, but expected +@$$ got: @$$s, but expected |? +pepo got: pepoes, but expected +paparazzo got: paparazzoes, but expected |paparazzi|paparazzos +altocumulus got: altocumuluses, but expected |altocumuli +altostratus got: altostratuses, but expected |altostrati +cirrocumulus got: cirrocumuluses, but expected |cirrocumuli +cirrostratus got: cirrostratuses, but expected |cirrostrati +cirrus got: cirruses, but expected |cirri +imino got: iminoes, but expected +Macca got: Maccas, but expected |? +swamp beggar-ticks got: swamp beggar-tickses, but expected |? +amoroso got: amorosoes, but expected |s|amorosi +trailer hitch got: trailer hitchs, but expected |es +tetrarch got: tetrarches, but expected +phosphatidic acid got: phosphatidic acids, but expected |? +primary phosphine got: primary phosphines, but expected |? +alkoxy got: alkoxies, but expected +prostanoic acid got: prostanoic acids, but expected |? +sell-out got: sells-out, but expected |head=[[sell]]-[[out]] +loto got: lotoes, but expected |? +coco-de-mer got: coco-de-mers, but expected |cocos-de-mer +inradius got: inradiuses, but expected |inradii +circumradius got: circumradiuses, but expected |circumradii +deep-fry got: deep-frys, but expected |deep-fries +shew-bread got: shew-breads, but expected |shew-bread +peroxyselenic acid got: peroxyselenic acids, but expected |? +barfish got: barfish, but expected |es +beachsalmon got: beachsalmons, but expected |beachsalmon +trichobothrium got: trichobothriums, but expected |trichobothria +ziege got: zieges, but expected |ziege +fossa got: fossae, but expected +tetramethylammonium got: tetramethylammoniums, but expected |tetramethylammonia +paramo got: paramoes, but expected +Pareto principle got: Pareto principles, but expected |? +a. got: a.s, but expected |? +pebble dash got: pebble dashs, but expected |es +jim-dandy got: jim-dandys, but expected |head=[[jim]][[-]][[dandy]]|jim-dandies +propylene glycol got: propylene glycols, but expected |? +keto got: ketoes, but expected +tori got: toruses, but expected |? +nymphaea got: nymphea, but expected +drapa got: drapas, but expected |drapur +blue vitriol got: blue vitriols, but expected |? +potjiekos got: potjiekoses, but expected |potjiekos +borato got: boratoes, but expected |? +Broadway got: Broadways, but expected |? +noh got: nohs, but expected |? +stage-coach got: stage-coachs, but expected |head=[[stage]]-[[coach]]|stage-coaches +beryllia got: beryllias, but expected |? +dedans got: dedanses, but expected |? +goi got: gois, but expected |goiim +caldarium got: caldariums, but expected |caldaria +carbon group got: carbon groups, but expected |? +lujvo got: lujvoes, but expected |lujvo +tanru got: tanrus, but expected |tanru +oscuro got: oscuroes, but expected +sweet potato got: sweet potatos, but expected |es +sciolto got: scioltoes, but expected +purple patch got: purple patchs, but expected |es +ly got: lies, but expected +keratoconus got: keratoconuses, but expected |? +end of the world got: end of the worlds, but expected |? +phase rule got: phase rules, but expected |? +phase transfer catalysis got: phase transfer catalysises, but expected |? +phase velocity got: phase velocitys, but expected |? +eyrir got: eyrirs, but expected |aurar +four square got: four squares, but expected |? +color by number got: colors by number, but expected +frigidarium got: frigidariums, but expected |frigidaria +pneumatosis got: pneumatoses, but expected |? +oxy got: oxies, but expected |? +oxidimetry got: oxidimetries, but expected |? +kick-off got: kicks-off, but expected +oxine got: oxines, but expected |? +adz got: adzzes, but expected |es +cherry picking got: cherry pickings, but expected |? +calquing got: calquings, but expected |? +chafing dish got: chafing dishs, but expected |es +combi got: combis, but expected |? +Chicano got: Chicanoes, but expected +cashed up bogan got: casheds up bogan, but expected +corniculum got: corniculums, but expected |cornicula +phosphorism got: phosphorisms, but expected |? +accursedness got: accursednesses, but expected |? +tac got: tacs, but expected |? +Congregational church got: Congregational churchs, but expected |es +center field got: center fields, but expected |? +digital watch got: digital watchs, but expected |es +nimbostratus got: nimbostratuses, but expected |nimbostrati +medulla oblongata got: medulla oblongatas, but expected |? +endometrium got: endometriums, but expected |endometria +donna angelica got: donna angelicas, but expected |? +stratus got: stratuses, but expected |strati +fry up got: fries up, but expected +energumen got: energumen, but expected +orthosilicic acid got: orthosilicic acids, but expected |? +duodecimo got: duodecimoes, but expected +sod all got: sod alls, but expected |? +exsec got: exsecs, but expected |? +pizzaiolo got: pizzaioloes, but expected |s|pizzaioli +fontina got: fontinas, but expected |? +eye patch got: eye patchs, but expected |es +psychrometrics got: psychrometricses, but expected |? +arancino got: arancinoes, but expected |arancini +Mendoza line got: Mendoza lines, but expected |? +brown out got: browns out, but expected +hot flash got: hot flashs, but expected |es +hot flush got: hot flushs, but expected |es +hotfoot got: hotfeet, but expected +hot hatch got: hot hatchs, but expected |es +time out got: times out, but expected +miscellanea got: miscellaneas, but expected |miscellanea +pay-off got: pays-off, but expected |head=[[pay]]-[[off]] +conchiglie got: conchiglies, but expected |? +eliche got: eliches, but expected |? +farfalle got: farfalles, but expected |? +rando got: randoes, but expected +pappardelle got: pappardelles, but expected |? +hako got: hakoes, but expected +suppli got: supplis, but expected |suppli +suppli al telefono got: suppli al telefonos, but expected |? +supplì al telefono got: supplì al telefonos, but expected |? +braciola got: braciolas, but expected |braciole +ripieno got: ripienoes, but expected |s|ripieni +fano got: fanoes, but expected +MILY ADMN got: MILY ADMNs, but expected |? +sparks got: sparkses, but expected |sparks +peperoncino got: peperoncinoes, but expected |peperoncini +inverted index got: inverted indexs, but expected |es +American cockroach got: American cockroachs, but expected |es +German cockroach got: German cockroachs, but expected |es +yobo got: yoboes, but expected +nevus got: nevuses, but expected |nevi +tombolo got: tomboloes, but expected +cannolo got: cannoloes, but expected |cannolo +mero got: meroes, but expected +vin santo got: vin santos, but expected |? +granita got: granite, but expected +grams got: gramses, but expected |grams +saguaro got: saguaroes, but expected +caciocavallo got: caciocavalloes, but expected +pecorino got: pecorinoes, but expected +court-martial got: court-martials, but expected |courts-martial +silex got: silices, but expected |silexes +idiot box got: idiot boxs, but expected |es +hoo got: hoos, but expected |? +lamellibranch got: lamellibranches, but expected +exilarch got: exilarches, but expected +Cinzano got: Cinzanoes, but expected +relo got: reloes, but expected +llanero got: llaneroes, but expected +GBH got: GBHs, but expected |? +seinen got: seinens, but expected |seinen +pharo got: pharoes, but expected +supremum got: supremums, but expected |suprema +bracero got: braceroes, but expected +synovium got: synoviums, but expected |synovia +tri-camera photography got: tri-camera photographys, but expected |? +seriatum got: seriatums, but expected |? +he-man got: he-mans, but expected |head=[[he]]-[[man]]|he-men +self-interest got: self-interests, but expected |? +telephoto got: telephotoes, but expected +Raman effect got: Raman effects, but expected |? +proteus got: proteuses, but expected |protei +government stroke got: government strokes, but expected |? +qualtagh got: qualtaghs, but expected |? +heresiarch got: heresiarches, but expected +armonico got: armonicoes, but expected +kriging got: krigings, but expected |? +seeing to got: seeings to, but expected |? +vomitus got: vomituses, but expected |vomita +via media got: via medias, but expected |? +via affirmativa got: via affirmativas, but expected |? +via negativa got: via negativas, but expected |? +off-off-Broadway got: offs-off-Broadway, but expected +boko got: bokoes, but expected +oor kid got: oor kids, but expected |? +royal flush got: royal flushs, but expected |es +fill in the blank got: fill in the blanks, but expected |? +zarf got: zarves, but expected +sephirah got: sephirahs, but expected |sephiroth|sephirot +HAPO got: HAPOs, but expected |? +beardo got: beardoes, but expected +borborigmus got: borborigmuses, but expected |borborigmi +soul patch got: soul patchs, but expected |es +nudibranch got: nudibranches, but expected +manservant got: *menservants, but expected |s|menservants +come on got: comes on, but expected +borgo got: borgoes, but expected +scrubbing brush got: scrubbing brushs, but expected |es +dentro got: dentroes, but expected +mollying-bitch got: mollying-bitchs, but expected |head=[[mollying]]-[[bitch]]|es +mommick got: mommicks, but expected |? +oppo got: oppoes, but expected +thunder thighs got: thunder thighses, but expected |? +piccadilly got: piccadillies, but expected |picadillies +salmeterol got: salmeterols, but expected |? +step-through got: steps-through, but expected |head=[[step]][[-]][[through]] +buffo got: buffoes, but expected +Milanese got: Milanese, but expected +Rotuman got: Rotumen, but expected +ruft got: rufts, but expected |? +sorites got: soriteses, but expected |sorites +APIX got: APIXs, but expected |? +calice got: calice, but expected +minimoto got: minimotoes, but expected +case-shot got: case-shots, but expected |head=[[case]]-[[shot]]|? +corydoras got: corydorases, but expected |corydoras +cincinnus got: cincinnuses, but expected |cincinni +self-reliance got: self-reliances, but expected |? +slow match got: slow matchs, but expected |es +feis got: fess, but expected |feiseanna +preload got: preloads, but expected |? +forced march got: forced marchs, but expected |es +fairgrounds got: fairgroundses, but expected |fairgrounds +45000 +epimanikion got: epimanikions, but expected |epimanikia +nacho got: nachoes, but expected +turn around got: turns around, but expected +misses got: misses, but expected |es +chart datum got: chart datums, but expected |? +fast clear down got: fast clear downs, but expected |? +fortalice got: fortalice, but expected +fortilice got: fortilice, but expected +okurigana got: okuriganas, but expected |okurigana +cordon bleu got: cordon bleus, but expected |? +dry reach got: dry reachs, but expected |es +thingo got: thingoes, but expected +rigid body dynamics got: rigid body dynamicses, but expected |? +amphibrach got: amphibraches, but expected +clove hitch got: clove hitchs, but expected |es +chubasco got: chubascoes, but expected +Entryphone got: Entryphones, but expected |? +NASBA got: NASBAs, but expected |? +missis got: misses, but expected |es +sign on got: signs on, but expected +sulfur cycle got: sulfur cycles, but expected |? +sulfur match got: sulfur matchs, but expected |es +3-on-the-tree got: 3-on-the-trees, but expected |head=[[3]]-[[on]]-[[the]]-[[tree]]|? +vital air got: vital airs, but expected |? +short leash got: short leashs, but expected |es +mache got: maches, but expected |? +broma got: bromas, but expected |? +trail mix got: trail mixs, but expected |es +suprasternal notch got: suprasternal notchs, but expected |es +loose box got: loose boxs, but expected |es +loose-box got: loose-boxs, but expected |head=[[loose]]-[[box]]|loose-boxes +fat tax got: fat taxs, but expected |es +south temperate zone got: south temperate zones, but expected |? +material breach got: material breachs, but expected |es +non-sequitur got: non-sequiturs, but expected |? +pous got: pouses, but expected |podes +stadion got: stadions, but expected |stadia +exosporium got: exosporiums, but expected |exosporia +call up got: calls up, but expected +snoek got: snoeks, but expected |? +salpingo-oophorectomy got: salpingo-oophorectomys, but expected |salpingo-oophorectomies +endocranium got: endocraniums, but expected |endocrania +endosporium got: endosporiums, but expected |endosporia +endothecium got: endotheciums, but expected |endothecia +endothelioma got: endotheliomata, but expected +argumentum ad numerum got: argumentum ad numerums, but expected |? +pasodoble got: pasodobles, but expected |? +slip coach got: slip coachs, but expected |es +vice-presidency got: vice-presidencys, but expected |vice-presidencies +photo finish got: photo finishs, but expected |es +morceau got: morceaux, but expected +tanka got: tankas, but expected |? +haikai got: haikais, but expected |haikai +cyclamen got: cyclamen, but expected +N. F. got: N. F.s, but expected |? +write-in got: writes-in, but expected |head=[[write]]-[[in]] +run-on got: runs-on, but expected |head=[[run]]-[[on]] +clarino got: clarinoes, but expected +sforzando got: sforzandoes, but expected |s|sforzandi +sostenuto got: sostenutoes, but expected +mahjongg got: mahjonggs, but expected |? +oliva got: olivas, but expected |? +photoneutrino got: photoneutrinoes, but expected +zaman got: zamen, but expected |? +transdermal patch got: transdermal patchs, but expected |es +tyne got: tynes, but expected |? +Pascuense got: Pascuenses, but expected |? +WIP got: WIPs, but expected |? +imperatrix got: imperatrixes, but expected |imperatrices +kiore got: kiores, but expected |kiore +tap in got: taps in, but expected +corbito got: corbitoes, but expected +klepto got: kleptoes, but expected +listello got: listelloes, but expected +shake-up got: shakes-up, but expected |head=[[shake]]-[[up]] +cow hitch got: cow hitchs, but expected |es +drive off got: drives off, but expected +Jericho got: Jerichoes, but expected +negrito got: negritoes, but expected +marsupium got: marsupiums, but expected |marsupia +gonch got: gonches, but expected |gonch +albarello got: albarelloes, but expected |albarelli|s +hooking got: hookings, but expected |? +cortado got: cortadoes, but expected +space research got: space researchs, but expected |es +deixis got: deixises, but expected |deixes +euthymia got: euthymias, but expected |? +acorn squash got: acorn squashs, but expected |es +pibroch got: pibroches, but expected +coffee klatch got: coffee klatchs, but expected |es +white-out got: whites-out, but expected |head=[[white]]-[[out]] +kiss-off got: kisses-off, but expected |head=[[kiss]]-[[off]] +hot with got: hots with, but expected |? +make-ready got: make-readys, but expected |head=[[make]]-[[ready]]|make-readies +buffalo-berry got: buffalo-berrys, but expected |head=[[buffalo]]-[[berry]]|buffalo-berries +jato got: jatoes, but expected +quomodo got: quomodoes, but expected +adobo got: adoboes, but expected +agito got: agitoes, but expected +accompagnato got: accompagnatoes, but expected +dial-up got: dials-up, but expected +microalga got: microalgas, but expected |head=[[micro]][[alga]]|microalgae +macroalga got: macroalgas, but expected |head=[[macro]][[alga]]|macroalgae +cut-out got: cuts-out, but expected |head=[[cut]]-[[out]] +arread got: arreads, but expected |? +pan-loaf got: pan-loafs, but expected |head=[[pan]]-[[loaf]]|pan-loaves +wha-up got: whas-up, but expected +draatsi got: draatsis, but expected |draatsi +bata got: batas, but expected |bata +hezbo got: hezboes, but expected +narrows got: narrowses, but expected |narrows +calcule got: calcules, but expected |? +chapé got: chapés, but expected |? +converso got: conversoes, but expected +corrido got: corridoes, but expected +galt got: galts, but expected |? +marys got: maryses, but expected |? +virginals got: virginalses, but expected |virginals +silversides got: silversideses, but expected |silversides +firman got: firmen, but expected +germine got: germines, but expected |? +penetralium got: penetraliums, but expected |penetralia +expando got: expandoes, but expected +sidhe got: sidhes, but expected |sidhe +speak-box got: speak-boxs, but expected |head=[[speak]]-[[box]]|es +walk-in got: walks-in, but expected |head=[[walk]]-[[in]] +walk-up got: walks-up, but expected +gassho got: gasshoes, but expected +cave-in got: caves-in, but expected |head=[[cave]]-[[in]] +scouring rush got: scouring rushs, but expected |es +face-to-face got: faces-to-face, but expected |head=[[face]]-[[to]]-face +earphones got: earphoneses, but expected |? +lamen got: lamen, but expected +lates got: lateses, but expected |lates +liman got: limen, but expected +limen got: limen, but expected |s|limina +maduro got: maduroes, but expected +precava got: precavas, but expected |precavae +cosmo got: cosmoes, but expected +absentia epileptica got: absentia epilepticas, but expected |? +telotroch got: telotroches, but expected +pulas got: pulases, but expected |? +mamo got: mamoes, but expected +motivo got: motivoes, but expected |s|motivi +orlo got: orloes, but expected +heterochromia got: heterochromias, but expected |? +reposado got: reposadoes, but expected +sancocho got: sancochoes, but expected +tacho got: tachoes, but expected +tardo got: tardoes, but expected +toman got: tomen, but expected +trinchado got: trinchadoes, but expected +triture got: tritures, but expected |? +vomito got: vomitoes, but expected +zapateado got: zapateadoes, but expected +pakalolo got: pakaloloes, but expected +inro got: inroes, but expected |inro|s +how-to got: hows-to, but expected +bayamo got: bayamoes, but expected +hull splash got: hull splashs, but expected |? +melena got: melenas, but expected |? +burgeois got: burgeoises, but expected |burgeois +once-over got: onces-over, but expected |head=[[once]]-[[over]] +one-on-one got: some-on-one, but expected |head=[[one]]-[[on]]-[[one]] +prosecutrix got: prosecutrices, but expected |es +CD4 got: CD4s, but expected |? +fleur-de-lys got: fleur-de-lyses, but expected |fleurs-de-lys +heads or tails got: heads or tailses, but expected |? +altepetl got: altepetls, but expected |altepemeh +polyptych got: polyptyches, but expected +goldilocks got: goldilockses, but expected |goldilocks +platteland got: plattelands, but expected |? +higher-up got: highers-up, but expected |head=[[higher]]-[[up]] +maiko got: maikoes, but expected |s|maiko +aphelia got: aphelia, but expected +dish bitch got: dish bitchs, but expected |es +butterfly bush got: butterfly bushs, but expected |es +opisthodomos got: opisthodomoses, but expected |? +anopheles got: anopheleses, but expected |anopheles +bollix got: bollixes, but expected |? +aedicula got: aediculas, but expected |aediculae +jerk-off got: jerks-off, but expected |head=[[jerk]]-[[off]] +amende got: amendes, but expected |? +RM got: RMs, but expected |? +death wish got: death wishs, but expected |es +tectorium got: tectoriums, but expected |tectoria +wrap-up got: wraps-up, but expected |head=[[wrap]]-[[up]] +write-up got: writes-up, but expected |head=[[write]]-[[up]] +amp. hr. got: amp. hr.s, but expected |? +two-by-four got: twoes-by-four, but expected +foulé got: foulés, but expected |? +paradigma got: paradigmas, but expected |paradigmata +kecks got: keckses, but expected |kecks +SFA got: SFAs, but expected |? +50000 +bon sao got: bon saos, but expected |? +firecall got: firecalls, but expected |firecall +interleaf got: leaves, but expected |interleaves +chickweed wintergreen got: chickweed wintergreens, but expected |? +smoulder got: smoulders, but expected |? +coccus got: coccuses, but expected |cocci +match-up got: matches-up, but expected |head=[[match]]-[[up]] +franco got: francoes, but expected +rabbit hutch got: rabbit hutchs, but expected |es +nill got: nills, but expected |? +STC got: STCs, but expected |? +trolley dash got: trolley dashs, but expected |es +praenomen got: praenomen, but expected |s|praenomina +schrod got: schrods, but expected |schrod +Coulomb gauge got: Coulomb gauges, but expected |? +Pandora's box got: Pandora's boxs, but expected |es +currach got: curraches, but expected +cantus got: cantuses, but expected |cantus +palmarium got: palmariums, but expected |palmaria +sporangium got: sporangiums, but expected |sporangia +microsporangium got: microsporangiums, but expected |microsporangia +fortepiano got: fortepianoes, but expected +auricula got: auriculas, but expected |auriculae +complice got: complice, but expected +brickworks got: brickworkses, but expected |brickworks +microfungus got: microfunguses, but expected |microfungi +figgy-dowdy got: figgy-dowdys, but expected |head=[[figgy]]-[[dowdy]]|figgy-dowdies +socius got: sociuses, but expected |socii +enterobacterium got: enterobacteriums, but expected |enterobacteria +keks got: kekses, but expected |keks +strunt got: strunts, but expected |? +convivium got: conviviums, but expected |convivia +crab mentality got: crab mentalitys, but expected |? +half-hardy got: half-hardys, but expected |half-hardies +PHAR got: PHARs, but expected |? +death march got: death marchs, but expected |es +club-rush got: club-rushs, but expected |head=[[club]]-[[rush]]|es +fit-out got: fits-out, but expected +fasciola got: fasciolas, but expected |fasciolae +lorica got: loricas, but expected |loricae +galea got: galeas, but expected |galeae +Gyr got: Gyrs, but expected |? +Myr got: Myrs, but expected |? +definiendum got: definiendums, but expected |definienda +definiens got: definienses, but expected |definientia +infraphylum got: infraphylums, but expected |infraphyla +plutino got: plutinoes, but expected +wazz got: wazzzes, but expected |es +limoncello got: limoncelloes, but expected +nanobacterium got: nanobacteriums, but expected |nanobacteria +chimo got: chimoes, but expected +segno got: segnoes, but expected |s|segni +poor box got: poor boxs, but expected |es +cursus got: cursuses, but expected |cursi +custos got: custoses, but expected |custodes +present system got: present systems, but expected |? +siciliano got: sicilianoes, but expected +Nunavimmiut got: Nunavimmiuts, but expected |? +dormant volcano got: dormant volcanos, but expected |es +nasho got: nashoes, but expected +parlando got: parlandoes, but expected +end of terrace got: ends of terrace, but expected |? +dumb tax got: dumb taxs, but expected |? +beccafico got: beccaficoes, but expected +rubato got: rubatoes, but expected +vola got: volas, but expected |volae +batta got: battas, but expected |? +illo got: illoes, but expected +telpochcalli got: telpochcallis, but expected |telpochcalli|telpochcaltin +spirits of wine got: spiritses of wine, but expected +quick match got: quick matchs, but expected |es +dipinto got: dipintoes, but expected |dipinti +Sunday punch got: Sunday punchs, but expected |es +trichina got: trichine, but expected |s|trichinae +man-witch got: man-witchs, but expected |head=[[man]]-[[witch]]|man-witches +megalopa got: megalopas, but expected |megalopae +des res got: des reses, but expected |? +butter-box got: butter-boxs, but expected |head=[[butter]]-[[box]]|es +sphaeristerium got: sphaeristeriums, but expected |sphaeristeria +scorse got: scorses, but expected |? +filtrum got: filtrums, but expected |filtra +quarter-century got: quarter-centurys, but expected |head=[[quarter]]-[[century]]|quarter-centuries +clasp-knife got: clasp-knifes, but expected |head=[[clasp]]-[[knife]]|clasp-knives +defacto got: defactoes, but expected +curato got: curatoes, but expected +Rambino got: Rambinoes, but expected +radiolus got: radioluses, but expected |radioli +falda got: faldas, but expected |? +radiophoto got: radiophotoes, but expected +blanket stitch got: blanket stitchs, but expected |es +running stitch got: running stitchs, but expected |es +run-through got: runs-through, but expected |head=[[run]]-[[through]] +run-up got: runs-up, but expected +beat-up got: beats-up, but expected +speedo got: speedoes, but expected +glossa got: glossas, but expected |glossae +dakuten got: dakutens, but expected |dakuten +wels catfish got: wels catfishs, but expected |? +keyhole lympet hemocyanin got: keyhole lympet hemocyanins, but expected |? +grown-up got: growns-up, but expected |head=[[grown]]-[[up]] +grown up got: growns up, but expected +diviso got: divisoes, but expected +uropygium got: uropygiums, but expected |uropygia +tlatoani got: tlatoanis, but expected |? +fornix got: fornixes, but expected |fornices +pompatus got: pompatuses, but expected |? +undulipodium got: undulipodiums, but expected |undulipodia +haglaz got: haglazzes, but expected |es +litter box got: litter boxs, but expected |es +hammer-on got: hammers-on, but expected |head=[[hammer]]-[[on]] +frons got: fronses, but expected |? +amigurumi got: amigurumis, but expected |amigurumi +jiaozi got: jiaozis, but expected |jiaozi +phantom punch got: phantom punchs, but expected |es +shiso got: shisoes, but expected +retiarius got: retiariuses, but expected |retiari|retiarii +chalumeau got: chalumeaus, but expected |chalumeaux +cat box got: cat boxs, but expected |es +half hitch got: half hitchs, but expected |es +kerotakis got: kerotakises, but expected |? +gustatio got: gustatios, but expected |? +halobacterium got: halobacteriums, but expected |halobacteria +hubs got: hubses, but expected |hubs +goof-off got: goofs-off, but expected |head=[[goof]]-[[off]] +HGH got: HGHs, but expected |? +put-down got: puts-down, but expected |put-downs +go to got: goes to, but expected +schisma got: schismata, but expected +Sta got: Stas, but expected |? +étage got: étages, but expected |? +supraspinatus got: supraspinatuses, but expected |supraspinati +strip-search got: strip-searchs, but expected |head=[[strip]]-[[search]]|es +sequential manual gearbox got: sequential manual gearboxs, but expected |es +clean-up got: cleans-up, but expected +amelus got: ameluses, but expected |ameli +lunula got: lunulas, but expected |lunulae +floor-through got: floors-through, but expected |head=[[floor]]-[[through]] +dirty Sanchez got: dirty Sanchezs, but expected |es +pimiento got: pimientoes, but expected +panini got: panini, but expected +cailleach got: cailleaches, but expected +argy-bargy got: argy-bargys, but expected |argy-bargies +apple-wife got: apple-wifes, but expected |apple-wives +mega-church got: mega-churchs, but expected |es +call box got: call boxs, but expected |es +big sleep got: big sleeps, but expected |? +spazmo got: spazmoes, but expected +raad got: raads, but expected |? +endarterium got: endarteriums, but expected |endarteria +avvocato got: avvocatoes, but expected |avvocati +rugby union got: rugby unions, but expected |? +pass through got: passes through, but expected +coppish got: coppishes, but expected |? +feast or famine got: feast or famines, but expected |? +cut and thrust got: cut and thrusts, but expected |? +diplomatic pouch got: diplomatic pouchs, but expected |es +supercontinuum got: supercontinuums, but expected |supercontinua +proteobacterium got: proteobacteriums, but expected |proteobacteria +flavobacterium got: flavobacteriums, but expected |flavobacteria +work to rule got: works to rule, but expected |? +work-to-rule got: works-to-rule, but expected +kotatsu got: kotatsus, but expected |kotatsu +shinigami got: shinigamis, but expected |shinigami +cecum got: cecums, but expected |ceca +armchair general got: armchairs general, but expected +pseudobranchia got: pseudobranchias, but expected |? +taipo got: taipoes, but expected +albularyo got: albularyoes, but expected +true blue got: true blues, but expected |? +lily-of-the-valley got: lily-of-the-valleys, but expected |head=[[lily]]-of-the-[[valley]]|lilies-of-the-valley +churro got: churroes, but expected +call-in got: calls-in, but expected +call-up got: calls-up, but expected |head=[[call]]-[[up]] +uraniscus got: uraniscuses, but expected |uranisci +ventriculus got: ventriculuses, but expected |ventriculi +sequella got: sequellas, but expected |sequellae +actus got: actuses, but expected |acti +mixoploidy got: mixoploidies, but expected |? +Picasso got: Picassoes, but expected +real analysis got: real analysises, but expected |? +brachialis got: brachialises, but expected |? +lamellipodium got: lamellipodiums, but expected |lamellipodia +whizz got: whizzzes, but expected |whizzes +run in got: runs in, but expected +sastruga got: sastrugas, but expected |sastrugi +foederatus got: foederatuses, but expected |foederati +zastruga got: zastrugas, but expected |zastrugi +glorioso got: gloriosoes, but expected +arteriola got: arteriolas, but expected |arteriolae +counter-strategy got: counter-strategys, but expected |head=[[counter]]-[[strategy]]|counter-strategies +55000 +okiya got: okiyas, but expected |okiya +pencil box got: pencil boxs, but expected |es +spin-off got: spins-off, but expected +steelworks got: steelworkses, but expected |steelworks +LGT got: LGTs, but expected |? +goosefoot got: goosefeet, but expected +somatogamy got: somatogamies, but expected |? +bottle brush got: bottle brushs, but expected |es +scolex got: scoleces, but expected |scolices|scolexes +supremo got: supremoes, but expected +send out got: sends out, but expected +censor morum got: censor morums, but expected |? +sit-in got: sits-in, but expected |head=[[sit]][[-]][[in]] +ferulae got: ferulaes, but expected |? +9 to 5 got: 9s to 5, but expected +grayslick got: grayslicks, but expected |? +assault and battery got: assault and batterys, but expected |? +literal rule got: literal rules, but expected |? +purposive approach got: purposive approachs, but expected |? +cartooney got: cartooneys, but expected |cartoonies +Existenz got: Existenzzes, but expected |? +brown-out got: browns-out, but expected +statecraft got: statecraft, but expected +whatth got: whatths, but expected |? +clue-by-four got: clues-by-four, but expected +Nikkei index got: Nikkei indexs, but expected |es +ateji got: atejis, but expected |ateji +handakuten got: handakutens, but expected |handakuten +prie got: pries, but expected |? +woon got: woons, but expected |? +feed-through got: feeds-through, but expected |head=[[feed]]-[[through]] +activated complex got: activated complexs, but expected |es +high touch got: high touchs, but expected |es +hanjaeo got: hanjaeos, but expected |hanjaeo +adjudicatrix got: adjudicatrixes, but expected |adjudicatrices +rifacimento got: rifacimentoes, but expected |rifacimenti +sucker punch got: sucker punchs, but expected |es +start-up got: starts-up, but expected +half-elf got: half-elfs, but expected |half-elves +trach got: traches, but expected +check-in got: checks-in, but expected |head=[[check]]-[[in]] +Fromase got: Fromases, but expected |? +case-sensitivity got: case-sensitivitys, but expected |head=[[case]]-[[sensitivity]]|case-sensitivities +puerperium got: puerperiums, but expected |puerperia +shotgun approach got: shotgun approachs, but expected |es +arctic fox got: arctic foxs, but expected |es +blue fox got: blue foxs, but expected |es +sawfish got: sawfish, but expected |es +tmg got: tmgs, but expected |? +beano got: beanoes, but expected +rosado got: rosadoes, but expected +afficionado got: afficionadoes, but expected |s|afficionadi +hydrino got: hydrinoes, but expected +axiom of choice got: axioms of choice, but expected |? +puchito got: puchitoes, but expected +striped beakfish got: striped beakfishs, but expected |es +hao got: haos, but expected |hao +big crunch got: big crunchs, but expected |es +naos got: naos, but expected |es|naosoi|naoi +origo got: origoes, but expected |? +'arf got: 'arfs, but expected |? +clue by four got: clues by four, but expected +mang got: mangs, but expected |? +exarch got: exarches, but expected +clip-on got: clips-on, but expected +mano a mano got: mano a manos, but expected |? +psoas got: psoases, but expected |psoae|psoai|psoas +pyloric stenosis got: pyloric stenosises, but expected |? +beat down got: beats down, but expected +descending s got: descending ses, but expected |? +micro-brewery got: micro-brewerys, but expected |head=[[micro-|micro]]-[[brewery]]|micro-breweries +visto got: vistoes, but expected +kermes got: kermeses, but expected |kermes +dust-up got: dusts-up, but expected |head=[[dust]]-[[up]] +amido got: amidoes, but expected +rugby league got: rugby leagues, but expected |? +sarubobo got: saruboboes, but expected |sarubobo +kamaitachi got: kamaitachis, but expected |kamaitachi +slip-on got: slips-on, but expected +time spread got: time spreads, but expected |? +to-do got: to-does, but expected |head=[[to]]-[[do]] +port-o-potty got: port-o-pottys, but expected |head=[[port]]-o-[[potty]]|port-o-potties +soup sandwich got: soup sandwichs, but expected |es +great gross got: great grosses, but expected |? +half gross got: half grosses, but expected |? +cross-bench got: cross-benchs, but expected |head=[[cross]][[-]][[bench]]|es +androecium got: androeciums, but expected |androecia +garnets got: garnetses, but expected |garnets +semipro got: semiproes, but expected +sit-down got: sits-down, but expected +sing-along got: sings-along, but expected +shut-in got: shuts-in, but expected |head=[[shut]]-[[in]] +sho got: shoes, but expected +berkovets got: berkovetses, but expected |berkovets +patellar reflex got: patellar reflexs, but expected |es +possessive suffix got: possessive suffixs, but expected |es +crioulo got: criouloes, but expected +squizz got: squizzzes, but expected |es +Bremelo got: Bremeloes, but expected +traverso got: traversoes, but expected +lardo got: lardoes, but expected +shoestring catch got: shoestring catchs, but expected |es +sego got: segoes, but expected +guiro got: guiroes, but expected +tricenary got: tricenaries, but expected |trecenaries +sumptuary tax got: sumptuary taxs, but expected |es +dead of night got: deads of night, but expected |? +cosmological principle got: cosmological principles, but expected |? +row-equivalence got: row-equivalences, but expected |? +effuse got: effuses, but expected |? +fo'c's'le got: fo'c's'les, but expected |? +button-down got: buttons-down, but expected +zhu got: zhus, but expected |zhu +blow-dry got: blow-drys, but expected |blow-dries +hair-tidy got: hair-tidys, but expected |hair-tidies +tip out got: tips out, but expected +insigne got: insignes, but expected |? +Attila the Hun got: Attila the Huns, but expected |? +nose to tail got: noses to tail, but expected +khoums got: khoumses, but expected |khoums +jiao got: jiaos, but expected |jiao +vigoroso got: vigorosoes, but expected +vine-leaf got: vine-leafs, but expected |head=[[vine]]-[[leaf]]|vine-leaves +exsiccata got: exsiccatas, but expected |exsiccatae +pronaos got: pronaos, but expected |pronaoi|pronaoses +true density got: true densitys, but expected |? +relais got: relaises, but expected |? +grandioso got: grandiosoes, but expected +backpackers got: backpackerses, but expected |backpackers +lungis got: lungises, but expected |? +brillance got: brillances, but expected |? +dead man's hand got: dead man's hands, but expected |? +portobello got: portobelloes, but expected +fifty-fifty got: fifty-fiftys, but expected |fifty-fifties +illui got: illuis, but expected |illuim +unicum got: unicums, but expected |unica +knifetooth sawfish got: knifetooth sawfishs, but expected |es +blow torch got: blow torchs, but expected |es +silver birch got: silver birchs, but expected |es +adrenaline rush got: adrenaline rushs, but expected |es +Nahuatlato got: Nahuatlatoes, but expected +herma got: hermas, but expected |hermae|hermai +pau d'arco got: pau d'arcos, but expected |? +boffo got: boffoes, but expected +tribrach got: tribraches, but expected +assay-dish got: assay-dishs, but expected |head=[[assay]]-[[dish]]|es +assay dish got: assay dishs, but expected |es +daddy-long-legs got: daddy-long-legses, but expected |head=[[daddy]]-[[longlegs|long-legs]]|daddy-long-legs +thabilitho got: thabilithoes, but expected +abecedarium got: abecedariums, but expected |abecedaria +encephalum got: encephalums, but expected |encephala +fly-box got: fly-boxs, but expected |head=[[fly]]-[[box]]|es +fly box got: fly boxs, but expected |es +glomerulus got: glomeruluses, but expected |glomeruli +hand-over got: hands-over, but expected |head=[[hand]]-[[over]] +hide-out got: hides-out, but expected |head=[[hide]]-[[out]] +mamoncillo got: mamoncilloes, but expected +60000 +mojito got: mojitoes, but expected +fly half got: fly halfs, but expected |fly-halves +LASIK got: LASIKs, but expected |? +close-up got: closes-up, but expected |head=[[close]][[-]][[up]] +drop-out got: drops-out, but expected |head=[[drop]]-[[out]] +right-about got: rights-about, but expected |head=[[right]]-[[about]] +scuzz got: scuzzzes, but expected |es +sound box got: sound boxs, but expected |es +suggestion box got: suggestion boxs, but expected |es +thumbs-down got: thumbses-down, but expected |head=[[thumbs]]-[[down]]|s|thumbs-down +thumbs-up got: thumbses-up, but expected |head=[[thumbs]]-[[up]]|s|thumbs-up +tromp-l'oeil got: tromp-l'oeils, but expected |? +sugar-loaf got: sugar-loafs, but expected |head=[[sugar]]-[[loaf]]|sugar-loaves +aq got: aqs, but expected |? +cerrado got: cerradoes, but expected +nucellus got: nucelluses, but expected |nucelli +polyparium got: polypariums, but expected |polyparia +neuroepithelium got: neuroepitheliums, but expected |neuroepithelia +CQ got: CQs, but expected |? +read-out got: reads-out, but expected +C4 got: C4s, but expected |? +lock-in got: locks-in, but expected |head=[[lock]]-[[in]] +sing along got: sings along, but expected +tasto got: tastoes, but expected |? +goody-goody got: goody-goodys, but expected |goody-goodies +goody-two-shoes got: goody-two-shoeses, but expected |head=[[goody]]-[[two]]-[[shoes]]|goody-two-shoes +clock paradox got: clock paradoxs, but expected |es +twin paradox got: twin paradoxs, but expected |es +smartypants got: smartypantses, but expected |smartypants +coenurus got: coenuruses, but expected |coenuri +grupetto got: grupettoes, but expected +hibernaculum got: hibernaculums, but expected |hibernacula +ternary complex got: ternary complexs, but expected |es +looney-tunes got: looney-tuneses, but expected |looney-tunes +jomo got: jomoes, but expected |jomo|jomos +presbytera got: presbyteras, but expected |presbyterae +lymphonodus got: lymphonoduses, but expected |lymphonodi +flyby got: flybies, but expected +monseigneur got: monsiegneurs, but expected |s|messeigneurs +fill-in got: fills-in, but expected |head=[[fill]]-[[in]] +cayo got: cayoes, but expected +Iberian lynx got: Iberian lynxs, but expected |es +flare-up got: flares-up, but expected +enfant de coeur got: enfant de coeurs, but expected |? +guajiro got: guajiroes, but expected +bandito got: banditoes, but expected |s|banditti +thearch got: thearches, but expected +Leonese got: Leonese, but expected |? +Navarrese got: Navarrese, but expected +liquid lunch got: liquid lunchs, but expected |es +tiz got: tizzes, but expected |? +cotechino got: cotechinoes, but expected |cotechini +agriturismo got: agriturismoes, but expected +villanelle got: villanelle, but expected +carmen figuratum got: carmen figuratums, but expected |? +soixante-neuf got: soixante-neufs, but expected |? +low key got: low keys, but expected |? +fee-simple got: fee-simples, but expected |fees-simple +jamo got: jamoes, but expected |jamo +trade-off got: trades-off, but expected |head=[[trade]]-[[off]] +junjo got: junjoes, but expected |? +incognitum got: incognitums, but expected |incognita +durant got: durants, but expected |? +follow-through got: follows-through, but expected |head=[[follow]]-[[through]] +follow-up got: follows-up, but expected |head=[[follow]]-[[up]] +Kango got: Kangoes, but expected +arguido got: arguidoes, but expected +gambo got: gamboes, but expected +mulo got: muloes, but expected |s|muli +ichnotaxon got: ichnotaxons, but expected |ichnotaxa +concernancy got: concernancies, but expected |? +anestrus got: anestruses, but expected |anestri +ghoti got: ghotis, but expected |ghoti +protaspis got: protaspises, but expected |protaspides +holaspis got: holaspises, but expected |holaspides +meraspis got: meraspises, but expected |meraspides +nocebo got: noceboes, but expected +dolcetto got: dolcettoes, but expected +pocket watch got: pocket watchs, but expected |es +foul-up got: fouls-up, but expected |head=[[foul]]-[[up]] +four-flush got: four-flushs, but expected |head=[[four]]-[[flush]]|es +four-in-hand got: fours-in-hand, but expected |head=[[four]]-[[in]]-[[hand]] +clitellum got: clitellums, but expected |clitella +longspine snipefish got: longspine snipefishs, but expected |es +affogato got: affogatoes, but expected |affogati|affogatos +syconium got: syconiums, but expected |syconia +ash-leaf got: ash-leafs, but expected |head=[[ash]]-[[leaf]]|ash-leaves +end-leaf got: end-leafs, but expected |head=[[end]]-[[leaf]]|end-leaves +fig-leaf got: fig-leafs, but expected |head=[[fig]]-[[leaf]]|fig-leaves +ivy-leaf got: ivy-leafs, but expected |head=[[ivy]]-[[leaf]]|ivy-leaves +cien got: ciens, but expected |? +cross pattée got: cross pattées, but expected |? +solfa got: solfas, but expected |? +maraschino got: maraschinoes, but expected +marasquino got: marasquinoes, but expected +capitolo got: capitoloes, but expected |s|capitoli +excise tax got: excise taxs, but expected |es +guido got: guidoes, but expected +solatium got: solatiums, but expected |solatia +salite got: salitas, but expected |? +usure got: usures, but expected |? +majordomo got: majordomoes, but expected +ocotillo got: ocotilloes, but expected +dorsum got: dorsums, but expected |dorsa +flexus got: flexuses, but expected |flexus +fluctus got: fluctuses, but expected |fluctus|flucti +flumen got: flumen, but expected |flumina +macula got: maculas, but expected |maculae +mensa got: mensas, but expected |mensae +rupes got: rupeses, but expected |? +heart-leaf got: heart-leafs, but expected |head=[[heart]]-[[leaf]]|heart-leaves +maple-leaf got: maple-leafs, but expected |head=[[maple]]-[[leaf]]|maple-leaves +prede got: predes, but expected |? +dibenzo got: dibenzoes, but expected +district heating got: district heatings, but expected |? +regio got: regios, but expected |regiones +patch-up got: patches-up, but expected +scient got: scients, but expected |? +sweetleaf got: sweetleaves, but expected |sweetleafs +tea-leaf got: tea-leafs, but expected |head=[[tea]]-[[leaf]]|tea-leaves +vimpa got: vimpas, but expected |vimpae +battuta got: battutas, but expected |? +frame-up got: frames-up, but expected |head=[[frame]]-[[up]] +futz got: futzzes, but expected |es +Alabaman got: Alabamen, but expected +subdwarf got: subdwarves, but expected +yo momma got: yo mommas, but expected |? +nobilissimus got: nobilissimuses, but expected |nobilissimi +tein got: teins, but expected |tein +peplos got: peploses, but expected |peploi +ajava got: ajavas, but expected |? +broad church got: broad churchs, but expected |es +traghetto got: traghettoes, but expected |s|traghetti +quick-and-dirty got: quick-and-dirtys, but expected |head=[[quick]]-[[and]]-[[dirty]]|quick-and-dirties +sugar bush got: sugar bushs, but expected |es +radiosport got: radiosports, but expected |? +portamento got: portamentoes, but expected |portamentos|portamenti +self-righteousness got: self-righteousnesses, but expected |? +auroch got: auroches, but expected +collabo got: collaboes, but expected +rublis got: rublises, but expected |? +vol-au-vent got: vol-au-vents, but expected |vol-au-vent +menudo got: menudoes, but expected |? +duplicando got: duplicandoes, but expected +tremolando got: tremolandoes, but expected +decimosexto got: decimosextoes, but expected +retablo got: retabloes, but expected +bombardo got: bombardoes, but expected +destin got: destins, but expected |? +p.a. got: p.a.s, but expected |? +tuile got: tuiles, but expected |? +sabine got: sabines, but expected |? +de-emphasis got: de-emphasises, but expected |de-emphases +prologomenon got: prologomenons, but expected |prologomena +genro got: genroes, but expected |s|genro +drip-dry got: drip-drys, but expected |drip-dries +tune-up got: tunes-up, but expected |head=[[tune]]-[[up]] +self-restraint got: self-restraints, but expected |? +drive-through got: drives-through, but expected |head=[[drive]][[-]][[through]] +semi-works got: semi-workses, but expected |head=[[semi]]-[[works]]|semi-works +problemo got: problemoes, but expected +procerus got: proceruses, but expected |proceri +swizz got: swizzzes, but expected |es +drop-in got: drops-in, but expected +boil wash got: boil washs, but expected |es +bulerias got: buleriases, but expected |bulerias +self-analysis got: self-analysises, but expected |? +self-employment got: self-employments, but expected |? +kakemono got: kakemonoes, but expected |kakemono|kakemonos +apokoinou got: apokoinous, but expected |? +self-similarity got: self-similaritys, but expected |head=[[self-|self]]-[[similarity]]|self-similarities +crin got: crins, but expected |? +intermise got: intermises, but expected |? +delicates got: delicateses, but expected |delicates +indagatrix got: indagatrixes, but expected |indagatrices +concho got: conchoes, but expected +finsko got: finskoes, but expected |s|finsko +hoki got: hokis, but expected |hoki +CIWS got: CIWSs, but expected |es +guailo got: guailoes, but expected +one under got: some under, but expected +fido got: fidoes, but expected +tifoso got: tifosoes, but expected |tifosi +tifosi got: tifosis, but expected |tifosi +amalgama got: amalgamas, but expected |? +punte got: puntes, but expected |punties +aboiteau got: aboiteaus, but expected |aboiteaux +manto got: mantoes, but expected |? +manti got: mantis, but expected |manti|manties +accusatrix got: accusatrixes, but expected |accusatrices +adjutrix got: adjutrixes, but expected |adjutrices +malia got: malias, but expected |? +snookums got: snookumses, but expected |snookums +theater-in-the-round got: theater-in-the-rounds, but expected |head=[[theater]]-in-the-[[round]]|theaters-in-the-round +gonopodium got: gonopodiums, but expected |gonopodia +capris got: caprises, but expected |capris +arame got: arames, but expected |? +road to Damascus got: roads to Damascus, but expected |? +mico got: micoes, but expected +roll up got: rolls up, but expected +broch got: broches, but expected +cellarium got: cellariums, but expected |cellaria +elfe got: elfes, but expected |elfen|elfene +sedilia got: sedilia, but expected +ragman got: ragmen, but expected +habitus got: habituses, but expected |? +Jack Benny got: Jack Bennys, but expected |? +Raquel Welch got: Raquel Welchs, but expected |es +cardboard box got: cardboard boxs, but expected |es +major-general got: majors-general, but expected |head=[[major]]-[[general]] +Quasimodo got: Quasimodoes, but expected +smalto got: smaltoes, but expected |smalti +lentiscus got: lentisci, but expected |? +jackanapes got: jackanapes, but expected |es +hauch got: hauches, but expected +iriambilanja got: iriambilanjas, but expected |iriambilanja +tiyn got: tiyns, but expected |tiyn +tennesi got: tennesis, but expected |tennesi +grosz got: groszzes, but expected |groszy|grosze +qindarkë got: qindarkës, but expected |qindarka +starosta got: starosti, but expected +shit sandwich got: shit sandwichs, but expected |es +cadis got: cadises, but expected |? +man crush got: man crushs, but expected |es +phone-in got: phones-in, but expected |head=[[phone]]-[[in]] +doze off got: dozes off, but expected +lectica got: lecticas, but expected |lecticae +self-love got: self-loves, but expected |? +butter dish got: butter dishs, but expected |es +indulto got: indultoes, but expected +franga got: frangas, but expected |? +cut-off got: cuts-off, but expected |head=[[cut]]-[[off]] +smoky quartz got: smoky quartzs, but expected |es +leno got: lenoes, but expected |? +pin-up got: pins-up, but expected |head=[[pin]]-[[up]] +teach-in got: teaches-in, but expected |head=[[teach]]-[[in]] +shames got: shameses, but expected |shamesim +tie-in got: ties-in, but expected +tie-up got: ties-up, but expected +sit-and-go got: sit-and-gos, but expected |head=[[sit]]-[[and]]-[[go]]|es +fustilugs got: fustilugses, but expected |? +gadgetbahn got: gadgetbahns, but expected |gadgetbahnen +stringendo got: stringendoes, but expected |s|stringendi +ristretto got: ristrettoes, but expected +zanjero got: zanjeroes, but expected +mandioca got: mandiocas, but expected |? +electric toothbrush got: electric toothbrushs, but expected |es +power toothbrush got: power toothbrushs, but expected |es +volge got: volges, but expected |? +altissimo got: altissimoes, but expected +65000 +softkill got: softkills, but expected |? +pied-a-terre got: pied-a-terres, but expected |head=[[pied]]-a-[[terre]]|pieds-a-terre +castratrix got: castratrixes, but expected |castratrices +partigiano got: partigianoes, but expected |s|partigiani +play-by-play got: plays-by-play, but expected +muskox got: muskoxes, but expected |muskoxen +bottom of the line got: bottom of the lines, but expected |? +amice got: amice, but expected +woos got: woos, but expected |? +gahmen got: gahmen, but expected +sortita got: sortitas, but expected |? +pacifico got: pacificoes, but expected +lapsus got: lapsuses, but expected |lapsus +esca got: escas, but expected |escae +karateka got: karatekas, but expected |karateka +transfer tax got: transfer taxs, but expected |es +alienans got: alienanses, but expected |alienans +mix-up got: mixes-up, but expected |head=[[mix]]-[[up]] +nMOS got: nMOSs, but expected |? +anasyrma got: anasyrmas, but expected |anasyrmata +drop-off got: drops-off, but expected |head=[[drop]]-[[off]] +Birman got: Birmen, but expected +spello got: spelloes, but expected +Cornish Rex got: Cornish Rexs, but expected |es +Devon Rex got: Devon Rexs, but expected |es +Selkirk Rex got: Selkirk Rexs, but expected |es +Turkish Vankedisi got: Turkish Vankedisis, but expected |? +epos got: eposes, but expected |? +vibrissa got: vibrissas, but expected |vibrissae +dwarf birch got: dwarf birchs, but expected |es +cubic inch got: cubic inchs, but expected |es +nibs got: nibses, but expected |nibs +clivus got: clivuses, but expected |clivi +pandeiro got: pandeiroes, but expected +desaparecido got: desaparecidoes, but expected +spiccato got: spiccatoes, but expected +specchia got: specchias, but expected |specchie +lump in one's throat got: lump in one's throats, but expected |? +tempietto got: tempietti, but expected +rake-off got: rakes-off, but expected +meningocele manqué got: meningocele manqués, but expected |? +dance-off got: dances-off, but expected |head=[[dance]]-[[off]] +periostracum got: periostracums, but expected |periostraca +ostracum got: ostracums, but expected |ostraca +afflux got: afflux, but expected |es +trinomen got: trinomen, but expected |trinomina +Bardolino got: Bardolinoes, but expected +junglefowl got: junglefowls, but expected |junglefowl +nebbiolo got: nebbioloes, but expected |? +oidium got: oidiums, but expected |oidia +sawm got: sawms, but expected |? +filasse got: filasses, but expected |? +right-to-lifer got: rights-to-lifer, but expected +tritocerebrum got: tritocerebrums, but expected |tritocerebra +sijo got: sijoes, but expected +spermatogonium got: spermatogoniums, but expected |spermatogonia +wakashu got: wakashus, but expected |wakashu +shatei got: shateis, but expected |shatei +kyodai got: kyodais, but expected |kyodai +aua got: auas, but expected |aua +incisura got: incisuras, but expected |incisurae +procedendo got: procedendoes, but expected +infundibulum got: infundibulums, but expected |infundibula +sub-category got: sub-categorys, but expected |head=[[sub-]][[category]]|sub-categories +togemans got: togemanses, but expected |togemans +pneumococcus got: pneumococcuses, but expected |pneumococci +hautbois got: hautboises, but expected |hautbois +helo got: heloes, but expected +hetaira got: hetaerae, but expected |hetairai|s +tar-brush got: tar-brushs, but expected |tar-brushes +spermatagonium got: spermatagoniums, but expected |spermatagonia +craniopagus got: craniopaguses, but expected |craniopagi +permille got: permilles, but expected |permille +fillo got: filloes, but expected +cheek pouch got: cheek pouchs, but expected |es +pseudomonas got: pseudomonases, but expected |pseudomonades +literato got: literatoes, but expected |literati +axioma got: axiomas, but expected |axiomata +taimen got: taimen, but expected +zemstvo got: zemstvoes, but expected |s|zemstva +zuffolo got: zuffoloes, but expected |s|zuffoli +chantilly got: chantillies, but expected |? +clicko got: clickoes, but expected +interagency got: interagencies, but expected |? +interstitium got: interstitiums, but expected |interstitia +right to die got: rights to die, but expected |? +COX got: COXs, but expected |? +AZT got: AZTs, but expected |? +CBN got: CBNs, but expected |? +oligo got: oligoes, but expected +acquis communautaire got: acquis communautaires, but expected |? +karanteen got: karanteens, but expected |karanteen +ascites got: asciteses, but expected |ascites +combo box got: combo boxs, but expected |es +tramezzino got: tramezzinoes, but expected |tramezzini +hsien got: heen, but expected +dirigist got: dirigists, but expected |es +toe touch got: toe touchs, but expected |es +azuki got: azukis, but expected |? +twotino got: twotinoes, but expected +chelicera got: cheliceras, but expected |chelicerae +cribellum got: cribellums, but expected |cribella +vestibulum got: vestibulums, but expected |vestibula +Nintendo got: Nintendoes, but expected +oceanic trench got: oceanic trenchs, but expected |es +Tue got: Tues, but expected |? +yakalo got: yakaloes, but expected +head rush got: head rushs, but expected |es +ronko got: ronkoes, but expected +ephebo got: epheboes, but expected +ephebos got: epheboses, but expected |epheboi +dso got: dsoes, but expected +plaga got: plagas, but expected |plagae +pukeko got: pukekoes, but expected |s|pukeko +stive got: stives, but expected |? +rarf got: rarves, but expected +cat stretch got: cat stretchs, but expected |es +add on got: adds on, but expected +Emmy got: Emmies, but expected +moho got: mohoes, but expected +parapodium got: parapodiums, but expected |parapodia +abozzo got: abozzoes, but expected |abozzi +ballerino got: ballerinoes, but expected +serrano got: serranoes, but expected +bracciale got: bracciales, but expected |? +shake and bake got: shake and bakes, but expected |? +afterwit got: afterwits, but expected |? +MRP II got: MRP IIs, but expected |? +proposita got: propositas, but expected |propositae +propositus got: propositi, but expected |es +stich got: stiches, but expected +agony box got: agony boxs, but expected |es +pick off got: picks off, but expected +facula got: faculas, but expected |faculae +campesino got: campesinoes, but expected +atopic dermatitis got: atopic dermatitises, but expected |? +gradino got: gradinoes, but expected +zaitech got: zaiteches, but expected +flame-out got: flames-out, but expected +pentito got: pentitoes, but expected |pentiti +call-out got: calls-out, but expected +radura got: raduras, but expected |? +twelvemo got: twelvemoes, but expected +rotolo got: rotoloes, but expected |s|rotoli +puli got: puls, but expected |pulik|pulis +life of Reilly got: lives of Reilly, but expected |? +evadite got: evadites, but expected |? +sirene got: sirenes, but expected |? +man's best friend got: man's best friends, but expected |? +pisco got: piscoes, but expected +Kartveli got: Kartvelis, but expected |? +skum got: skums, but expected |? +tifo got: tifoes, but expected +noma got: nomas, but expected |? +spadefoot got: spadefeet, but expected +nosferatu got: nosferatus, but expected |nosferatu +acft got: acfts, but expected |? +meid got: meids, but expected |meide +polyethylene terephthalate got: polyethylene terephthalates, but expected |? +oloroso got: olorosoes, but expected +spit-up got: spits-up, but expected +encephalon got: encephalons, but expected |encephala +tie in got: ties in, but expected +parablepsia got: parablepsias, but expected |? +aspro got: asproes, but expected +green flash got: green flashs, but expected |es +vallecula got: valleculae, but expected +weero got: weeroes, but expected +fair catch got: fair catchs, but expected |es +chocolo got: chocoloes, but expected +atman got: atmas, but expected +basalis got: basalises, but expected |basales +kicky-wicky got: kicky-wickys, but expected |kicky-wickies +branchia got: branchias, but expected |branchiae +plutonomics got: plutonomicses, but expected |plutonomics +blue flash got: blue flashs, but expected |es +religieux got: religieux, but expected |? +akousma got: akousmas, but expected |akousmata +divo got: divoes, but expected +stocking-foot got: stocking-foots, but expected |head=[[stocking]]-[[foot]]|stocking-feet +kigo got: kigoes, but expected |kigo|kigos +parison got: parisa, but expected +humbugging got: humbuggings, but expected |? +apikoros got: apikoroses, but expected |apikorsim +curl-up got: curls-up, but expected +turn-about got: turns-about, but expected +rotundo got: rotundoes, but expected |? +gruppetto got: gruppettoes, but expected |gruppetti|gruppettos +70000 +inheritance tax got: inheritance taxs, but expected |es +estate tax got: estate taxs, but expected |es +head tax got: head taxs, but expected |es +poll tax got: poll taxs, but expected |es +big box got: big boxs, but expected |es +macchi got: macchis, but expected |? +nuclear pore complex got: nuclear pore complexs, but expected |es +murali got: muralis, but expected |? +wedge-and-dash got: wedge-and-dashs, but expected |head=[[wedge]]-and-[[dash]]|wedges-and-dashes +pentimento got: pentimentoes, but expected |pentimenti +gena got: genae, but expected |? +gross out got: grosses out, but expected +tzitzit got: tzitzits, but expected |tzitziot|tzitzis|tzitzith +throw-down got: throws-down, but expected |head=[[throw]]-[[down]] +cothurnus got: cothurnuses, but expected |cothurni +B/U got: B/Us, but expected |? +administratrix got: administratrixes, but expected |administratrices|administratixes +saltworks got: saltworkses, but expected |saltworks +furoshiki got: furoshikis, but expected |furoshiki +alnico got: alnicoes, but expected +layby got: laybies, but expected +lay by got: lays by, but expected +absurdum got: absurdums, but expected |absurda +arr got: arrs, but expected |? +tach got: taches, but expected +polyandrion got: polyandrions, but expected |polyandria +ajaeng got: ajaengs, but expected |? +quartetto got: quartettoes, but expected |s|quartetti +rhonchus got: rhonchuses, but expected |rhonchi +nagak got: nagaks, but expected |? +danso got: dansoes, but expected +skeezicks got: skeezickses, but expected |skeezicks +little-go got: little-gos, but expected |little-goes +kees got: keeses, but expected |kees +mutat got: mutats, but expected |? +gravitino got: gravitinoes, but expected +10BASE5 got: 10BASE5s, but expected |? +10BASE2 got: 10BASE2s, but expected |? +neutralino got: neutralinoes, but expected +grego got: gregoes, but expected +kommos got: kommoses, but expected |kommoi +reh got: rehs, but expected |? +astrophoto got: astrophotoes, but expected +wide-body got: wide-bodys, but expected |wide-bodies +Lambrusco got: Lambruscoes, but expected +fixigena got: fixigenas, but expected |fixigenae +librigena got: librigenas, but expected |librigenae +zeppola got: zeppolas, but expected |zeppole|zeppoli +count-down got: counts-down, but expected +count down got: counts down, but expected +P.M. got: P.M.s, but expected |? +vagina tendinis got: vagina tendinises, but expected |? +quadringentenary got: quadringentenaries, but expected |quadringentaries +quilombo got: quilomboes, but expected +slyboots got: slybootses, but expected |slyboots +sly-boots got: sly-bootses, but expected |sly-boots +kes got: keses, but expected |? +kra got: kras, but expected |? +finishing touch got: finishing touchs, but expected |es +turrón got: turróns, but expected |turrones +physico-theology got: physico-theologys, but expected |physico-theologies +komodo got: komodoes, but expected +Komodo got: Komodoes, but expected +air-brush got: air-brushs, but expected |head=[[air]]-[[brush]]|es +air brush got: air brushs, but expected |es +hapkido got: hapkidoes, but expected +feu-de-joie got: feu-de-joies, but expected |feux-de-joie +buro got: buroes, but expected +IBD got: IBDs, but expected |? +contrapposto got: contrappostoes, but expected |contrapposto|contrapposti +morpho got: morphoes, but expected +property tax got: property taxs, but expected |es +clipeus got: clipeuses, but expected |clipei +kolpik got: kolpiks, but expected |? +soko got: sokoes, but expected +Cuban sandwich got: Cuban sandwichs, but expected |es +ambery got: amberies, but expected |? +toches got: toches, but expected |es +supertaxon got: supertaxons, but expected |supertaxa +vato got: vatoes, but expected +baked potato got: baked potatos, but expected |es +shadow-box got: shadow-boxs, but expected |es +Munro got: Munroes, but expected +Chantilly/Tiffany got: Chantilly/Tiffanys, but expected |? +hole punch got: hole punchs, but expected |es +tuches got: tuches, but expected |es +jacket potato got: jacket potatos, but expected |es +letter of the law got: letter of the laws, but expected |? +spirit of the law got: spirit of the laws, but expected |? +frog-march got: frog-marchs, but expected |head=[[frog]]-[[march]]|es +Chelosauria lovelli got: Chelosauria lovellis, but expected |? +Sec. got: Sec.s, but expected |? +stupidité got: stupidités, but expected |? +Kitler got: Kitlers, but expected |? +symposion got: symposions, but expected |? +adrenal cortex got: adrenal cortexs, but expected |es +criollo got: criolloes, but expected +Pampango got: Pampangoes, but expected +paper-knife got: paper-knifes, but expected |head=[[paper]]-[[knife]]|paper-knives +capotasto got: capotastoes, but expected +chitarrone got: chitarroni, but expected +flag complex got: flag complexs, but expected |es +simplicial complex got: simplicial complexs, but expected |es +oblatum got: oblatums, but expected |oblata +carpintero got: carpinteroes, but expected +coleorhiza got: coleorhizas, but expected |coleorhizae +domatium got: domatiums, but expected |domatia +fibrine got: fibrines, but expected |? +hair-brush got: hair-brushs, but expected |head=[[hair]]-[[brush]]|es +stay at home got: stays at home, but expected +thiasus got: thiasuses, but expected |thiasi +Cayley complex got: Cayley complexs, but expected |es +orthophoto got: orthophotoes, but expected +credit crunch got: credit crunchs, but expected |es +baglamas got: baglamases, but expected |baglamades +fall-off got: falls-off, but expected +fall-out got: falls-out, but expected +protein complex got: protein complexs, but expected |es +Llanito got: Llanitoes, but expected |s +Yanito got: Yanitoes, but expected +flatulence tax got: flatulence taxs, but expected |es +death tax got: death taxs, but expected |es +second down got: seconds down, but expected +third down got: thirds down, but expected +fourth down got: fourths down, but expected +granulosa got: granulosas, but expected |? +bald patch got: bald patchs, but expected |es +dilatino got: dilatinoes, but expected +press box got: press boxs, but expected |es +nunc pro tunc got: nunc pro tuncs, but expected |? +walk-over got: walks-over, but expected |head=[[walk]]-[[over]] +let-through got: lets-through, but expected |head=[[let]]-[[through]] +paranumismatica got: paranumismaticas, but expected |? +reach-around got: reaches-around, but expected |head=[[reach]][[-]][[around]] +hench-wench got: hench-wenchs, but expected |head=[[hench]]-[[wench]]|hench-wenches +keris got: kerises, but expected |keris +balas-ruby got: balas-rubys, but expected |balas-rubies|head=[[balas]]-[[ruby]] +cartilaginous fish got: cartilaginous fishs, but expected |es +cognatus got: cognatuses, but expected |cognati +kamaÊ»aina got: kamaÊ»ainas, but expected |? +legature got: legatures, but expected |? +modulino got: modulinoes, but expected |s|modulini +quick fix got: quick fixs, but expected |es +privatissimum got: privatissimums, but expected |privatissima +tentorial notch got: tentorial notchs, but expected |es +snuff-dish got: snuff-dishs, but expected |head=[[snuff]]-[[dish]]|es +workoholic got: workoholics, but expected |? +fisbo got: fisboes, but expected +fizbo got: fizboes, but expected +friction hitch got: friction hitchs, but expected |es +Klabautermann got: Klabautermanns, but expected |? +lyfe got: lyfes, but expected |lyves +quadra got: quadras, but expected |quadrae +quintetto got: quintettoes, but expected +music box got: music boxs, but expected |es +quartine got: quartines, but expected |? +naufrage got: naufrages, but expected |? +blow-out got: blows-out, but expected |head=[[blow]]-[[out]] +A. got: A.s, but expected |? +tricotée got: tricotées, but expected |? +world-ash got: world-ashs, but expected |? +toco got: tocoes, but expected +magnes got: magneses, but expected |? +pianino got: pianinoes, but expected +Rambo got: Ramboes, but expected +tizz got: tizzzes, but expected |es +empoison got: empoisons, but expected |? +terminant got: terminants, but expected |? +howto got: howtoes, but expected +cage match got: cage matchs, but expected |es +stock market crash got: stock market crashs, but expected |es +pardessus got: pardessuses, but expected |pardessus +everything and the kitchen sink got: everything and the kitchen sinks, but expected |? +protocerebrum got: protocerebrums, but expected |protocerebra +memento mori got: memento moris, but expected |? +ixodid got: ixodides, but expected +wood-elf got: wood-elfs, but expected |wood-elves +carus got: caruses, but expected |? +funiculus got: funiculuses, but expected |funiculi +Eurasian bullfinch got: Eurasian bullfinchs, but expected |es +common bullfinch got: common bullfinchs, but expected |es +weigh-in got: weighs-in, but expected |head=[[weigh]]-[[in]] +acetamido got: acetamidoes, but expected +EW got: EWs, but expected |? +daedalum got: daedalums, but expected |daedala +loligo got: loligoes, but expected +acetoxy got: acetoxies, but expected +aminoethoxy got: aminoethoxies, but expected +aminomethoxy got: aminomethoxies, but expected +rainbow bridge got: rainbow bridges, but expected |? +calyculus got: calyculuses, but expected |calyculi +caliculus got: caliculuses, but expected |caliculi +hypoptilum got: hypoptilums, but expected |hypoptila +aryloxy got: aryloxies, but expected +refait got: refaits, but expected |? +75000 +azido got: azidoes, but expected +azoxy got: azoxies, but expected +apella got: apellas, but expected |apellai +syncitium got: syncitiums, but expected |syncitia +elegantin got: elegantins, but expected |? +gynoecium got: gynoeciums, but expected |gynoecia +Roma got: Roma, but expected +cyanato got: cyanatoes, but expected +nias got: niases, but expected |? +alphaproteobacterium got: alphaproteobacteriums, but expected |alphaproteobacteria +convo got: convoes, but expected +pyrocumulus got: pyrocumuluses, but expected |pyrocumuli +CFIT got: CFITs, but expected |? +kano got: kanoes, but expected +Gly got: Glies, but expected +baskimo got: baskimoes, but expected +dimethylamino got: dimethylaminoes, but expected +gloeocystidium got: gloeocystidiums, but expected |gloeocystidia +ixocutis got: ixocutises, but expected |? +sterigmatum got: sterigmatums, but expected |sterigmata +lamellula got: lamellulas, but expected |lamellulae +leptocystidium got: leptocystidiums, but expected |leptocystidia +mediostratum got: mediostratums, but expected |mediostrata +oleocystidium got: oleocystidiums, but expected |oleocystidia +latifundium got: latifundiums, but expected |latifundia +break-up got: breaks-up, but expected |head=[[break]]-[[up]] +broncho got: bronchoes, but expected +polyandrium got: polyandriums, but expected |polyandria +FTFY got: FTFYs, but expected |? +PXRD got: PXRDs, but expected |? +fretum got: fretums, but expected |freta +hentaigana got: hentaiganas, but expected |hentaigana +choko got: chokoes, but expected |choko +gaugino got: gauginoes, but expected +oppidum got: oppidums, but expected |oppida +GCS got: GCSs, but expected |? +clamato got: clamatoes, but expected +methoxy got: methoxies, but expected +baldachino got: baldachinoes, but expected +mantelletta got: mantellette, but expected +linguistic turn got: linguistic turns, but expected |? +phenoxy got: phenoxies, but expected +blewits got: blewitses, but expected |blewits +32mo got: 32moes, but expected +sextodecimo got: sextodecimoes, but expected +incuba got: incubas, but expected |incubae +XD got: XDs, but expected |? +ecclesia got: ecclesias, but expected |ecclesiae +octodecimo got: octodecimoes, but expected +law of conservation of energy got: law of conservation of energys, but expected |? +vicesimo-quarto got: vicesimo-quartos, but expected |head=[[vicesimo]]-[[quarto]]|? +prestation got: prestations, but expected |? +cendrée got: cendrées, but expected |? +RS:X got: RS:Xs, but expected |? +nicotine patch got: nicotine patchs, but expected |es +ring out got: rings out, but expected +minimus got: minimuses, but expected |minimi +black birch got: black birchs, but expected |es +cherry birch got: cherry birchs, but expected |es +sweet birch got: sweet birchs, but expected |es +acyloxy got: acyloxies, but expected +Shapley value got: Shapley values, but expected |? +apical annulus got: apical annuluses, but expected |? +attached annulus got: attached annuluses, but expected |? +double annulus got: double annuluses, but expected |? +single annulus got: single annuluses, but expected |? +apiculus got: apiculuses, but expected |apiculi +tomentum got: tomentums, but expected |tomenta +hamantash got: hamantashes, but expected |hamantashen +hamentasch got: hamentasches, but expected |hamentaschen +hamentash got: hamentashes, but expected |hamentashen +guanco got: guancoes, but expected +haematodocha got: haematodochas, but expected |haematodochae +EOT got: EOTs, but expected |? +geiko got: geikoes, but expected +Speedo got: Speedoes, but expected +capitulum got: capitulums, but expected |capitula +florilegium got: florilegiums, but expected |florilegia +yuruk got: yuruks, but expected |? +phytotelma got: phytotelmas, but expected |phytotelmata +cyanobacterium got: cyanobacteriums, but expected |cyanobacteria +APEX got: APEXs, but expected |? +Jack out of doors got: Jack out of doorses, but expected |? +galge got: galges, but expected |galge +epigastrium got: epigastriums, but expected |epigastria +exothelium got: exotheliums, but expected |exothelia +syno got: synoes, but expected +mycobacterium got: mycobacteriums, but expected |mycobacteria +precordium got: precordiums, but expected |precordia +shut out got: shuts out, but expected +shoot out got: shoots out, but expected +harmin got: harmins, but expected |? +ad-hockery got: ad-hockerys, but expected |ad-hockeries +punch up got: punches up, but expected +enterococcus got: enterococcuses, but expected |enterococci +mistris got: mistrises, but expected |? +Lindy got: Lindies, but expected +chronotaxis got: chronotaxises, but expected |chronotaxes +dys-synchrony got: dys-synchronys, but expected |head=[[dys-|dys]]-[[synchrony]]|dys-synchronies +precarity got: precarities, but expected |? +encephalitozoon got: encephalitozoa, but expected +protomitochondrion got: protomitochondrions, but expected |protomitochondria +morello got: morelloes, but expected +tsuridono got: tsuridonoes, but expected |tsuridono +subspectrum got: subspectrums, but expected |subspectra +calimocho got: calimochoes, but expected +homophora got: homophoras, but expected |? +piano bench got: piano benchs, but expected |es +thing-in-itself got: things-in-itself, but expected |head=[[thing]]-[[in]]-[[itself]]|things-in-themselves +maritozzo got: maritozzoes, but expected |maritozzi +whatshisname got: whatshisnames, but expected |whatstheirnames +ccf got: ccfs, but expected |ccf +hypanthium got: hypanthiums, but expected |hypanthia +dyna got: dynas, but expected |dynae +alt-weekly got: alt-weeklys, but expected |alt-weeklies +mesenterium got: mesenteriums, but expected |mesenteria +isopach got: isopaches, but expected +holo got: holoes, but expected +romanesco got: romanescoes, but expected +coup d'oeil got: coup d'oeils, but expected |? +explanans got: explananses, but expected |explanantia +food fish got: food fishs, but expected |es +tornillo got: tornilloes, but expected +proepicardium got: proepicardiums, but expected |proepicardia +tambon got: tambons, but expected |tambon +reggaetonero got: reggaetoneroes, but expected +cencerro got: cencerroes, but expected +gmina got: gminy, but expected +conflux got: conflux, but expected |es +hero sandwich got: hero sandwichs, but expected |es +tilleul got: tilleuls, but expected |? +malandro got: malandroes, but expected +nahuatlato got: nahuatlatoes, but expected +chalutz got: chalutzzes, but expected |chalutzes|chalutzim +Cormo got: Cormoes, but expected +sout got: souts, but expected |? +80000 +arioso got: ariosoes, but expected +chemiflux got: chemiflux, but expected |es +chemical flux got: chemical fluxs, but expected |es +omphalos got: omphaloses, but expected |omphaloi +oh dark hundred got: oh dark hundreds, but expected |? +social mobility got: social mobilitys, but expected |? +off white got: off whites, but expected |? +enthalpimetry got: enthalpimetries, but expected +huapango got: huapangoes, but expected +heterotaxis got: heterotaxises, but expected |heterotaxes +portance got: portances, but expected |? +puntello got: puntelloes, but expected |puntelli +LFA got: LFAs, but expected |? +juku got: jukus, but expected |juku +yari got: yaris, but expected |yari +fanum got: fanums, but expected |fana +catasta got: catastas, but expected |catastae +pernio got: perniones, but expected +subligaculum got: subligaculums, but expected |subligacula +gorno got: gornoes, but expected +comitiva got: comitivas, but expected |? +normalcy bias got: normalcy biases, but expected |? +telco got: telcoes, but expected +ossel hitch got: ossel hitchs, but expected |es +surrogatum got: surrogatums, but expected |surrogata +warrantless search got: warrantless searchs, but expected |es +potrero got: potreroes, but expected +European perch got: European perchs, but expected |es +pike-perch got: pike-perchs, but expected |pike-perch|pike-perches +shahtush got: shahtushes, but expected |shahtush +shatoosh got: shatooshes, but expected |shatoosh +cock-of-the-rock got: cock-of-the-rocks, but expected |head=[[cock]]-of-the-[[rock]]|cocks-of-the-rock +racino got: racinoes, but expected +raft-up got: rafts-up, but expected |head=[[raft]]-[[up]] +railworks got: railworkses, but expected |railworks +business lunch got: business lunchs, but expected |es +ramp-up got: ramps-up, but expected |head=[[ramp]]-[[up]] +collum got: collums, but expected |colla +div. got: div.s, but expected |? +compensative got: compensatives, but expected |? +barszcz got: barszczzes, but expected |? +qualitative research got: qualitative researchs, but expected |? +leukapheresis got: leukaphereses, but expected |es +candy-man got: candy-mans, but expected |head=[[candy]][[-]][[man]]|candy-men +pop-under got: pops-under, but expected |head=[[pop]]-[[under]] +acre-foot got: acre-foots, but expected |acre-feet|head=[[acre]]-[[foot]] +LQ got: LQs, but expected |? +cortissimo got: cortissimoes, but expected |cortissimi +corporature got: corporatures, but expected |? +compactum got: compactums, but expected |compacta +coronato got: coronatoes, but expected +figure-of-eight got: figures-of-eight, but expected |head=[[figure]]-of-[[eight]] +terzetto got: terzetti, but expected +sestetto got: sestettoes, but expected +glycocalyx got: glycocalyxes, but expected |glycocalyces +patteran got: patterans, but expected |patteran +regas got: regases, but expected |regasses +phone box got: phone boxs, but expected |es +corbicula got: corbiculas, but expected |corbiculae +aspergillium got: aspergilliums, but expected |aspergillia +sonkyo got: sonkyoes, but expected +tlaquimilolli got: tlaquimilollis, but expected |tlaquimilolli +love-child got: love-childs, but expected |head=[[love]][[-]][[child]]|love-children +scazon got: scazontes, but expected +eight thousand got: eight thousands, but expected |? +sartorius got: sartoriuses, but expected |sartorii +trichoma got: trichomata, but expected +synonymia got: synonymias, but expected |synonymiae +rectrix got: rectrixes, but expected |rectrices +menaion got: menaions, but expected |menaia +abyssal fish got: abyssal fishs, but expected |es +drive-off got: drives-off, but expected |head=[[drive]][[-]][[off]] +hydraulicon got: hydraulica, but expected +pervo got: pervoes, but expected +angulus got: anguluses, but expected |? +rocoto got: rocotoes, but expected +referment got: referments, but expected |? +juniper bush got: juniper bushs, but expected |es +cyrillization got: cyrillizations, but expected |? +reverse-dowry got: reverse-dowrys, but expected |head=[[reverse]][[-]][[dowry]]|reverse-dowries +dorsalgia got: dorsalgias, but expected |? +rhizobium got: rhizobiums, but expected |rhizobia +fusarium got: fusariums, but expected |fusaria +comb-brush got: comb-brushs, but expected |comb-brushes|head=[[comb]]-[[brush]] +acropodium got: acropodiums, but expected |acropodia +arcotarsium got: arcotarsiums, but expected |? +Citations:couch got: Citations:couchs, but expected |es +ale-bush got: ale-bushs, but expected |head=[[ale]]-[[bush]]|es +alieniloquy got: alieniloquies, but expected |? +all-night-man got: all-night-mans, but expected |all-night-men|head=[[all]]-[[night]]-[[man]] +antefix got: antifixes, but expected |antefixae|antefixes +ASK got: ASKs, but expected |? +SRS got: SRSs, but expected |es +genco got: gencoes, but expected +karada got: karadas, but expected |? +aphagia got: aphagias, but expected |? +rhizobacterium got: rhizobacteriums, but expected |rhizobacteria +momo got: momoes, but expected +formal semantics got: formal semanticses, but expected |? +col. got: col.s, but expected |? +kajatenhout got: kajatenhouts, but expected |? +shidduch got: shidduches, but expected |s|shidduchim +railroad switch got: railroad switchs, but expected |es +tick box got: tick boxs, but expected |es +speos got: speos, but expected |speoi +stereocilium got: stereociliums, but expected |stereocilia +irmos got: irmoses, but expected |irmoi +semiaxis got: semiaxises, but expected |semiaxes +cioppino got: cioppinoes, but expected +quero got: queroes, but expected +embolon got: embolons, but expected |embola +Br. got: Br.s, but expected |? +arciliuto got: arciliutoes, but expected +bassetto got: bassettoes, but expected +charango got: charangoes, but expected +tragic hero got: tragic heros, but expected |es +tiver got: tivers, but expected |? +ampelopsis got: ampelopses, but expected |es +locusta got: locustas, but expected |locustae +shittah got: shittahs, but expected |shittim +copper beech got: copper beechs, but expected |es +velcro got: velcroes, but expected +radula got: radulas, but expected |radulae +add-in got: adds-in, but expected |head=[[add]]-[[in]] +sneutrino got: sneutrinoes, but expected +Canadian French got: Canadian Frenchs, but expected |? +biospecimen got: biospecimen, but expected +bowl-out got: bowls-out, but expected |head=[[bowl]]-[[out]] +bowl-off got: bowls-off, but expected |head=[[bowl]]-[[off]] +camo got: camoes, but expected +mirmillo got: mirmilloes, but expected |s|mirmillones +fire box got: fire boxs, but expected |es +formicarium got: formicariums, but expected |formicaria +joho got: johoes, but expected |? +look-out got: looks-out, but expected +musical box got: musical boxs, but expected |es +nettle-rash got: nettle-rashs, but expected |nettle-rashes|head=[[nettle]]-[[rash]] +four-by-four got: fours-by-four, but expected |head=[[four]]-[[by]]-[[four]] +mintaqah got: mintaqahs, but expected |manatiq +kolkhoz got: kolkhozzes, but expected |kolkhozes|kolkhozy +yech got: yeches, but expected +myringitis got: myringitises, but expected |? +snoezelen got: snoezelens, but expected |? +yellow birch got: yellow birchs, but expected |es +yellowlegs got: yellowlegses, but expected |yellowlegs +roll-out got: rolls-out, but expected +gumamela got: gumamelas, but expected |? +miscellaneum got: miscellaneums, but expected |miscellanea +sando got: sandoes, but expected +orans got: oranses, but expected |orantes +oremus got: oremuses, but expected |? +arteritis got: arteritises, but expected |arteritides +ductus arteriosus got: ductus arteriosuses, but expected |? +dug-out got: dugs-out, but expected +negatum got: negatums, but expected |negata +remainder-man got: remainder-mans, but expected |remainder-men +pego got: pegoes, but expected +otherkin got: otherkins, but expected |otherkin +knock-off got: knocks-off, but expected +fly-by-night got: flies-by-night, but expected |head=[[fly]]-[[by]]-[[night]] +bino got: binoes, but expected +shouting match got: shouting matchs, but expected |es +aviado got: aviadoes, but expected +sixmo got: sixmoes, but expected +sixteenmo got: sixteenmoes, but expected +eighteenmo got: eighteenmoes, but expected +caïc got: caïcs, but expected |? +caicco got: caiccoes, but expected +Pte got: Ptes, but expected |? +whale catfish got: whale catfishs, but expected |es +practico got: practicoes, but expected +xystarch got: xystarches, but expected +rebozo got: rebozoes, but expected +adipocytokine got: adipocytokine, but expected +adipokine got: adipokine, but expected +lupini got: lupinis, but expected |? +soleus got: soleuses, but expected |solei +jelly-fish got: jelly-fishs, but expected |jelly-fish +jew-fish got: jew-fishs, but expected |jew-fish +goggle box got: goggle boxs, but expected |es +voice box got: voice boxs, but expected |es +fuse box got: fuse boxs, but expected |es +come along got: comes along, but expected +culex got: culexes, but expected |culices +gammaproteobacterium got: gammaproteobacteriums, but expected |gammaproteobacteria +hyphopodium got: hyphopodiums, but expected |hyphopodia +microfilaria got: microfilarias, but expected |microfilariae +dala got: dalas, but expected |dala +nearshore got: nearshores, but expected |? +Lambo got: Lamboes, but expected +fique got: fiques, but expected |? +conus got: conuses, but expected |coni +anemonefish got: anemonefish, but expected |anemonefishes +melt sandwich got: melt sandwichs, but expected |es +open sandwich got: open sandwichs, but expected |es +beef on weck got: beefs on weck, but expected +encierro got: encierroes, but expected +mullo got: mulloes, but expected +85000 +yapan got: yapans, but expected |? +fuero got: fueroes, but expected +pfeffernuss got: pfeffernusses, but expected |pfeffernusse +shakerato got: shakeratoes, but expected +implicatum got: implicatums, but expected |implicata +one in a million got: one in a millions, but expected |? +four-momentum got: four-momentums, but expected |head=[[four]]-[[momentum]]|four-momenta +four-velocity got: four-velocitys, but expected |head=[[four]]-[[velocity]]|four-velocities +kango got: kangoes, but expected |kango +arch-enemy got: arch-enemys, but expected |arch-enemies +tin sandwich got: tin sandwichs, but expected |es +Mississippi sax got: Mississippi saxs, but expected |es +ingenie got: ingenies, but expected |? +peritrich got: peritriches, but expected +qepik got: qepiks, but expected |qepik +fuck-up got: fucks-up, but expected +stand in got: stands in, but expected +colpus got: colpuses, but expected |colpi +acritarch got: acritarches, but expected +myxobacterium got: myxobacteriums, but expected |myxobacteria +Rothschild got: Rothschildren, but expected +man-child got: men-children, but expected |head=[[man]]-[[child]]|man-children +troponymy got: troponymies, but expected |? +green tax got: green taxs, but expected |es +herpes simplex got: herpes simplexs, but expected |? +group box got: group boxs, but expected |es +spanko got: spankoes, but expected +cross-reactivity got: cross-reactivitys, but expected |head=[[cross]]-[[reactivity]]|cross-reactivities +lochia rubra got: lochia rubras, but expected |? +reel-to-reel got: reels-to-reel, but expected |head=[[reel]]-[[to]]-reel +chiliarch got: chiliarches, but expected +shimewaza got: shimewazas, but expected |shimewaza +toenadering got: toenaderings, but expected |? +use tax got: use taxs, but expected |es +pass-out got: passes-out, but expected |head=[[pass]]-[[out]] +leptoma got: leptomas, but expected |leptomata +polyfoto got: polyfotoes, but expected +hypotheca got: hypothecas, but expected |hypothecae +admin. got: admin.s, but expected |? +bankr. got: bankr.s, but expected |? +psoas major got: psoas majors, but expected |? +psalterium got: psalteriums, but expected |psalteria +springhaas got: springhaases, but expected |? +president-elect got: president-elects, but expected |head=[[president]]-[[elect]]|presidents-elect +nucha got: nuchas, but expected |nuchae +cheilocystidium got: cheilocystidiums, but expected |cheilocystidia +pleurocystidium got: pleurocystidiums, but expected |pleurocystidia +gargle-factory got: gargle-factorys, but expected |gargle-factories +favo got: favoes, but expected +figure dash got: figure dashs, but expected |es +ironworks got: ironworkses, but expected |ironworks +grebo got: greboes, but expected +champion-elect got: champion-elects, but expected |head=[[champion]][[-elect]]|champions-elect +socialisation got: socialisations, but expected |? +yonsei got: yonseis, but expected |yonsei +he-bitch got: he-bitchs, but expected |he-bitches +tish got: tishes, but expected |? +cicero got: ciceroes, but expected +ceras got: cerases, but expected |cerata +bail-out got: bails-out, but expected +thecium got: theciums, but expected |thecia +apocolpium got: apocolpiums, but expected |apocolpia +punji got: punjis, but expected |? +hirola got: hirolas, but expected |hirola +periaktos got: periaktoses, but expected |periaktoi +laceworks got: laceworkses, but expected |laceworks +duettino got: duettinoes, but expected +hobble-bush got: hobble-bushs, but expected |es +BPAI got: BPAIs, but expected |? +kamaboko got: kamabokoes, but expected |kamaboko +mark-up got: marks-up, but expected +quux got: quuxes, but expected |? +double-whammy got: double-whammys, but expected |double-whammies +goldstino got: goldstinoes, but expected +antiphotino got: antiphotinoes, but expected +antigoldstino got: antigoldstinoes, but expected +photino got: photinoes, but expected |s|photini +gluino got: gluinoes, but expected +zino got: zinoes, but expected +Higgsino got: Higgsinoes, but expected +do-over got: does-over, but expected |head=[[do]]-[[over]] +roll-over got: rolls-over, but expected +fireplace match got: fireplace matchs, but expected |es +counter-party got: counter-partys, but expected |counter-parties +postcranium got: postcraniums, but expected |postcrania +improvvisatore got: improvvisatores, but expected |improvvisatori +fall-through got: falls-through, but expected +axino got: axinoes, but expected +ichthyophthiriasis got: ichthyophthiriases, but expected |? +HVS got: HVSs, but expected |es +arse end of nowhere got: arse end of nowheres, but expected |? +nature of the beast got: nature of the beasts, but expected |? +thermotaxis got: thermotaxises, but expected |thermotaxes +copperleaf got: copperleaves, but expected +kaibun got: kaibuns, but expected |kaibun +midkine got: midkine, but expected +kilij got: kilijs, but expected |es +Electra complex got: Electra complexs, but expected |es +build up got: builds up, but expected +garmento got: garmentoes, but expected +pulvinus got: pulvinuses, but expected |pulvinae|pulvini +corporate tax got: corporate taxs, but expected |es +digital converter box got: digital converter boxs, but expected |es +chargino got: charginoes, but expected +lingzhi got: lingzhis, but expected |? +latticino got: latticinoes, but expected |latticini +quiet coach got: quiet coachs, but expected |es +slap down got: slaps down, but expected +slap-down got: slaps-down, but expected |head=[[slap]]-[[down]] +side dish got: side dishs, but expected |es +meet-up got: meets-up, but expected |head=[[meet]]-[[up]] +vermeille got: vermeilles, but expected |? +fry-up got: fries-up, but expected +gonococcus got: gonococcuses, but expected |gonococci +meros got: meroses, but expected |? +bivium got: biviums, but expected |? +hgwy got: hgwies, but expected +ex-wife got: ex-wifes, but expected |ex-wives +periculum got: periculums, but expected |pericula +hidato got: hidatoes, but expected +milk-vetch got: milk-vetchs, but expected |head=[[milk]]-[[vetch]]|es +filopodium got: filopodiums, but expected |filopodia +mutandum got: mutandums, but expected |mutanda +saccus got: saccuses, but expected |sacci +ahuruhuru got: ahuruhurus, but expected |? +cingulum got: cingulums, but expected |cingula|cinguli +gelose got: geloses, but expected |? +kotukutuku got: kotukutukus, but expected |? +kohutuhutu got: kohutuhutus, but expected |? +Discman got: Discmen, but expected +rabbit-foot got: rabbit-foots, but expected |head=[[rabbit]][[-]][[foot]]|rabbit-feet +LDS church got: LDS churchs, but expected |es +doorstepping got: doorsteppings, but expected |? +museau got: museaus, but expected |? +simultaneum got: simultaneums, but expected |simultanea +shoot-out got: shoots-out, but expected +patupaiarehe got: patupaiarehes, but expected |patupaiarehe +press-up got: presses-up, but expected |head=[[press]]-[[up]] +pull-in got: pulls-in, but expected +boniato got: boniatoes, but expected +bog brush got: bog brushs, but expected |es +keyness got: keynesses, but expected |? +Zorro got: Zorroes, but expected |? +land rush got: land rushs, but expected |es +Jewish tax got: Jewish taxs, but expected |es +kosher tax got: kosher taxs, but expected |es +zikat got: zikats, but expected |? +jeweller's got: jeweller'ses, but expected |? +redstem filaree got: redstem filarees, but expected |? +Gothic arch got: Gothic archs, but expected |es +teralumen got: teralumen, but expected +megahenry got: megahenries, but expected +emancipatrix got: emancipatrixes, but expected |emancipatrices +persecutrix got: persecutrixes, but expected |persecutrices +insignis got: insignises, but expected |? +scungilli got: scungilli, but expected +Christmas box got: Christmas boxs, but expected |es +anecdoton got: anecdotons, but expected |anecdota +anecdotum got: anecdotums, but expected |anecdota +mantinada got: mantinadas, but expected |mantinades +dÅ?jÅ? got: dÅ?jÅ?s, but expected |? +intuïtion got: intuïtions, but expected |? +bump-off got: bumps-off, but expected |head=[[bump]][[-]][[off]] +alexanders got: alexanderses, but expected |alexanders +WRICEF got: WRICEFs, but expected |? +dec. got: dec.s, but expected |? +mini-floppy got: mini-floppys, but expected |head=[[mini]]-[[floppy]]|mini-floppies +micro-floppy got: micro-floppys, but expected |micro-floppies +post box got: post boxs, but expected |es +knock-up got: knocks-up, but expected |head=[[knock]]-[[up]] +supercasino got: supercasinoes, but expected +paramento got: paramentoes, but expected |? +great-great-grandchild got: great-great-grandchilds, but expected |great-great-grandchildren +grex got: grexes, but expected |greges +siloxy got: siloxies, but expected +cingulate cortex got: cingulate cortexs, but expected |es +morpholino got: morpholinoes, but expected +cavaquinho got: cavaquinhoes, but expected +agogo got: agogoes, but expected +soffrito got: soffritoes, but expected +chaqu got: chaqus, but expected |chaqu +90000 +fair sex got: fair sexs, but expected |? +yandere got: yanderes, but expected |yandere +friendly match got: friendly matchs, but expected |es +producer price index got: producer price indexs, but expected |es +boal got: boals, but expected |? +pizzella got: pizzellas, but expected |pizzelle +avgolemono got: avgolemonoes, but expected +bavarese got: bavareses, but expected |? +sardel got: sardels, but expected |? +friulano got: friulanoes, but expected |? +sand box got: sand boxs, but expected |es +Atacaman got: Atacamen, but expected +rark up got: rarks up, but expected +Liptauer got: Liptauers, but expected |? +vates got: vateses, but expected |? +siglos got: sigli, but expected |sigloi +lead-off got: leads-off, but expected +asterix got: asterixes, but expected |asterices +meningococcus got: meningococcuses, but expected |meningococci +filipodium got: filipodiums, but expected |filipodia +verifiability principle got: verifiability principles, but expected |? +principle of verifiability got: principles of verifiability, but expected |? +verification principle got: verification principles, but expected |? +nummus got: nummuses, but expected |nummi +sac-a-lait got: sac-a-laits, but expected |sac-a-lait +updo got: updoes, but expected +juba got: jubas, but expected |jubae +antojito got: antojitoes, but expected +macauco got: macaucoes, but expected +administrativia got: administrativias, but expected |administrativia +antheridium got: antheridiums, but expected |antheridia +poblano got: poblanoes, but expected +aubaine got: aubaines, but expected |? +anet got: anets, but expected |? +chullo got: chulloes, but expected +eubacterium got: eubacteriums, but expected |eubacteria +button punch got: button punchs, but expected |es +non-plus got: non-pluses, but expected |head=[[non]]-[[plus]]|non-plusses +lash-up got: lashes-up, but expected +concretum got: concretums, but expected |concreta +mafufunyana got: mafufunyanas, but expected |? +act. got: act.s, but expected |? +pomerium got: pomeriums, but expected |pomeria +basicranium got: basicraniums, but expected |basicrania +banditti got: bandits, but expected |s|banditti +shut-off got: shuts-off, but expected +double-u got: double-us, but expected |head=[[double]]-[[u]]|double-ues +logko got: logkoes, but expected +moabi got: moabis, but expected |? +prytaneum got: prytaneums, but expected |prytanea +biotherapeutics got: biotherapeuticses, but expected |biotherapeutics +cleistothecium got: cleistotheciums, but expected |cleistothecia +articulus got: articuluses, but expected |articuli +energy mix got: energy mixs, but expected |es +MBBCh got: MBBChs, but expected |? +crenarchaeon got: crenarchaeons, but expected |crenarchaea +sayso got: saysoes, but expected +diamidino got: diamidinoes, but expected +amidino got: amidinoes, but expected +lonco got: loncoes, but expected +rugelach got: rugelaches, but expected |rugelach +putamen got: putamen, but expected |s|putamina +tear-down got: tears-down, but expected |head=[[tear]][[-]][[down]] +permutohedron got: permutohedrons, but expected |permutohedra +associahedron got: associahedrons, but expected |associahedra +Juggalo got: Juggaloes, but expected +shoop got: shoops, but expected |sheep +branzino got: branzinoes, but expected |branzini +fractalkine got: fractalkine, but expected +knock box got: knock boxs, but expected |es +tachyphylaxis got: tachyphylaxises, but expected |tachyphylaxes +barometz got: barometzzes, but expected |es +poetics got: poeticses, but expected |poetics +hit-out got: hits-out, but expected |head=[[hit]]-[[out]] +narratrix got: narratrixes, but expected |narratrices +hypomyelination got: hypomyelinations, but expected |? +dodecathlon got: dodecathlons, but expected |? +ephedra got: ephedra, but expected +wagyu got: wagyus, but expected |wagyu +midtempo got: midtempoes, but expected +lymphokine got: lymphokine, but expected +acanthamoeba got: acanthamoebas, but expected |acanthamoebae +mark-to-market got: marks-to-market, but expected +mesopallium got: mesopalliums, but expected |mesopallia +iroko got: irokoes, but expected +xysma got: xysmas, but expected |? +moloch got: moloches, but expected +force-out got: forces-out, but expected |head=[[force]]-[[out]] +propidium got: propidiums, but expected |? +ice ax got: ice axs, but expected |es +alexipharmacon got: alexipharmacons, but expected |? +autopodium got: autopodiums, but expected |autopodia +colliculus got: colliculuses, but expected |colliculi +deutocerebrum got: deutocerebrums, but expected |deutocerebra +mutawa got: mutawas, but expected |mutaween +glomerulonephritis got: glomerulonephritises, but expected |glomerulonephritides|glomerulonephrites +gino got: ginoes, but expected +kinorhynch got: kinorhynches, but expected +mesonephros got: mesonephroses, but expected |mesonephroi +monophylum got: monophylums, but expected |monophyla +neostriatum got: neostriatums, but expected |neostriata +neuraxis got: neuraxises, but expected |neuraxes +card punch got: card punchs, but expected |es +possibilium got: possibiliums, but expected |possibilia +restorationism got: restorationisms, but expected |? +sonero got: soneroes, but expected +neurocranium got: neurocraniums, but expected |neurocrania +shatter box got: shatter boxs, but expected |es +otoconium got: otoconiums, but expected |otoconia +burdet got: burdets, but expected |? +paraphylum got: paraphylums, but expected |paraphyla +isocortex got: isocortexes, but expected |isocortices +UMA got: UMAs, but expected |? +cataglottis got: cataglottises, but expected |cataglottis +splenium got: spleniums, but expected |splenia +rejoneador got: rejoneadores, but expected +logomach got: logomaches, but expected +pediculus got: pediculuses, but expected |pediculi +hexecontahedron got: hexecontahedrons, but expected |hexecontahedra +zonohedron got: zonohedrons, but expected |zonohedra +fugato got: fugatoes, but expected +salsero got: salseroes, but expected +androides got: androideses, but expected |? +briar-patch got: briar-patchs, but expected |head=[[briar]]-[[patch]]|briar-patches +printworks got: printworkses, but expected |printworks +portabello got: portabelloes, but expected +mofongo got: mofongoes, but expected +play-off got: plays-off, but expected +enviro got: enviroes, but expected +GTS got: GTSs, but expected |? +inflatus got: inflatuses, but expected |? +phrenitis got: phrenitises, but expected |phrenitides +mailo got: mailoes, but expected +antiarch got: antiarches, but expected +basipterygium got: basipterygiums, but expected |basipterygia +mark to market got: marks to market, but expected +deltaproteobacterium got: deltaproteobacteriums, but expected |deltaproteobacteria +protobacterium got: protobacteriums, but expected |proteobacteria +koulouri got: koulouris, but expected |koulouria +interscutularis got: interscutularises, but expected |? +make-out got: makes-out, but expected +ngoni got: ngonis, but expected |? +makimono got: makimonoes, but expected |s|makimono +mako got: makoes, but expected +chitlin got: chitlins, but expected |? +makunouchi got: makunouchis, but expected |makunouchi +zeved habat got: zeved habats, but expected |? +mashgiach got: mashgiaches, but expected |s|mashgichim +hacendado got: hacendadoes, but expected +metapterygium got: metapterygiums, but expected |metapterygia +tibiale got: tibiales, but expected |tibialia +photostimulus got: photostimuluses, but expected |photostimuli +finfoot got: finfeet, but expected +pretectum got: pretectums, but expected |pretecta +cancellus got: cancelluses, but expected |cancelli +aristo got: aristoes, but expected +greebo got: greeboes, but expected +pronephros got: pronephroses, but expected |pronephroi +proventriculus got: proventriculuses, but expected |proventriculi +diplomatics got: diplomaticses, but expected |diplomatics +swung dash got: swung dashs, but expected |es +impatiens got: impatienses, but expected |impatiens +huanghuali got: huanghualis, but expected |? +type-in got: types-in, but expected |head=[[type]]-[[in]] +eigenspectrum got: eigenspectrums, but expected |eigenspectra +piquillo got: piquilloes, but expected +lactococcus got: lactococcuses, but expected |lactococci +metapodium got: metapodiums, but expected |metapodia +picocyanobacterium got: picocyanobacteriums, but expected |picocyanobacteria +saltarello got: saltarelloes, but expected +Fonzie touch got: Fonzie touchs, but expected |? +ordalium got: ordaliums, but expected |ordalia +alveus got: alveuses, but expected |alvei +nanotorus got: nanotoruses, but expected |nanotori +DCHP got: DCHPs, but expected |? +zooxanthella got: zooxanthellas, but expected |zooxanthellae +nest box got: nest boxs, but expected |es +unambiguity got: unambiguities, but expected |? +frappucino got: frappucinoes, but expected +95000 +stylion got: stylions, but expected |stylia +subscapularis got: subscapularises, but expected |? +hit-by-pitch got: hits-by-pitch, but expected |es +mammitis got: mammitises, but expected |mammitides +mampus got: mampuses, but expected |? +synchro got: synchroes, but expected +lead off got: leads off, but expected +proembryo got: proembryoes, but expected +chon got: chons, but expected |chon +gaelscoil got: gaelscoils, but expected |gaelscoileanna +planemo got: planemoes, but expected +stomium got: stomiums, but expected |stomia +stomodeum got: stomodeums, but expected |stomodea +face off got: faces off, but expected +puntarella got: puntarellas, but expected |puntarelle +patrolperson got: patrolpeople, but expected +rhæa got: rhæas, but expected |? +subepithelium got: subepitheliums, but expected |subepithelia +subpallium got: subpalliums, but expected |subpallia +subthalamus got: subthalamuses, but expected |subthalami +dialog box got: dialog boxs, but expected |es +dialogue box got: dialogue boxs, but expected |es +automatisation got: automatisations, but expected |? +mandocello got: mandocelloes, but expected +mandyas got: mandyases, but expected |? +nothing to see got: nothings to see, but expected |? +polygon mesh got: polygon meshs, but expected |es +molinillo got: molinilloes, but expected +supercolossus got: supercolossuses, but expected |supercolossi +A-H conduction time got: A-H conduction times, but expected |? +wake-over got: wakes-over, but expected |head=[[wake]]-[[over]] +spirotrich got: spirotriches, but expected +hypotrich got: hypotriches, but expected +mangeao got: mangeaos, but expected |? +glassworks got: glassworkses, but expected |glassworks +HEAT got: HEATs, but expected |? +acetylamino got: acetylaminoes, but expected +goji got: gojis, but expected |goji +prefixum got: prefixums, but expected |prefixa +præfix got: præfixs, but expected |es +man-midwife got: men-midwives, but expected |head=[[man]]-[[midwife]]|man-midwives +banderillero got: banderilleroes, but expected +descabello got: descabelloes, but expected +yopo got: yopoes, but expected |? +statto got: stattoes, but expected +clairalience got: clairaliences, but expected |? +claircognizance got: claircognizances, but expected |? +orthotetrahedron got: orthotetrahedrons, but expected |orthotetrahedra +kiwano got: kiwanoes, but expected +luchi got: luchis, but expected |? +suco got: sucoes, but expected +ungula got: ungulas, but expected |ungulae +overspray surface texture got: overspray surface textures, but expected |? +pÅ?hiri got: pÅ?hiris, but expected |? +emorata got: emoratas, but expected |? +plakous got: plakouses, but expected |? +fedayee got: fedayees, but expected |fedayeen +colocolo got: colocoloes, but expected +cacoethes got: cacoetheses, but expected |cacoethe +cybercasino got: cybercasinoes, but expected +love in a mist got: love in a mists, but expected |? +tonos got: tonoses, but expected |tonoi +ablepharia got: ablepharias, but expected |? +AUD got: AUDs, but expected |? +manzello got: manzelloes, but expected +saxello got: saxelloes, but expected +maomao got: maomaos, but expected |maomao +bunjy got: bunjies, but expected |? +tetrastich got: tetrastiches, but expected +stem-and-leaf got: stem-and-leafs, but expected |head=[[stem]]-[[and]]-[[leaf]]|stems-and-leaves +slanging match got: slanging matchs, but expected |es +pachyosteosclerosis got: pachyosteoscleroses, but expected |? +pachyostosis got: pachyostoses, but expected |? +proteostasis got: proteostases, but expected |? +notum got: notums, but expected |nota +megacasino got: megacasinoes, but expected +polyangiitis got: polyangiitises, but expected |? +unity of time got: unities of time, but expected |? +ablepharon got: ablepharons, but expected |? +jack-up got: jacks-up, but expected +seyon got: seyons, but expected |? +sion got: sions, but expected |? +syon got: syons, but expected |? +scyence got: scyences, but expected |? +cyence got: cyences, but expected |? +sciance got: sciances, but expected |? +sience got: siences, but expected |? +scyon got: scyons, but expected |? +scien got: sciens, but expected |? +scyen got: scyens, but expected |? +generalized continuum hypothesis got: generalized continuum hypothesises, but expected |? +methanolysis got: methanolyses, but expected |? +mariengrosche got: mariengrosches, but expected |mariengroschen +jack-of-the-dust got: jack-of-the-dusts, but expected |? +glans clitoridis got: glans clitoridises, but expected |? +carpale got: carpales, but expected |carpalia +micella got: micellas, but expected |micellae +gweipo got: gweipoes, but expected +polymenorrhea got: polymenorrheas, but expected |? +marmarosis got: marmaroses, but expected |? +marmorosis got: marmoroses, but expected |? +quipo got: quipoes, but expected +half-hitch got: half-hitchs, but expected |es +ezh got: ezhs, but expected |es +Marrano got: Marranoes, but expected +yeoperson got: yeopeople, but expected +Martello got: Martelloes, but expected +ordonnance got: ordonnances, but expected |? +desmitis got: desmitises, but expected |? +Martiniquais got: Martiniquaises, but expected |? +demonolatry got: demonolatries, but expected |? +cathedra got: cathedra, but expected |cathedrae|s +politeia got: politeias, but expected |? +shell-like got: shells-like, but expected |head=[[shell]]-[[like]] +orthopnea got: orthopneas, but expected |? +analingus got: analinguses, but expected |? +Lib. got: Lib.s, but expected |? +ascoma got: ascomas, but expected |ascomata +jazzbo got: jazzboes, but expected +bossyboots got: bossybootses, but expected |? +furze pig got: furze pigs, but expected |? +SOTA got: SOTAs, but expected |? +tromboncino got: tromboncinoes, but expected |s|tromboncini +song and dance got: song and dances, but expected |? +MEQ got: MEQs, but expected |? +word of God got: words of God, but expected |? +emphyteusis got: emphyteuses, but expected |? +leptomeninges got: leptomeninges, but expected |? +imari got: imaris, but expected |? +kakiemon got: kakiemons, but expected |? +inrÅ? got: inrÅ?s, but expected |inro +zÅ?ri got: zÅ?ris, but expected |? +bentÅ? got: bentÅ?s, but expected |? +nuqta got: nuqtas, but expected |nuqta +restauration got: restaurations, but expected |? +massula got: massulas, but expected |massulae +chorioamnionitis got: chorioamnionitises, but expected |? +matafunda got: matafundas, but expected |? +preggo got: preggoes, but expected +Mickey Bliss got: Mickey Blisses, but expected |? +mixte got: mixtes, but expected |? +worryguts got: worrygutses, but expected |worryguts +nudzh got: nudzhs, but expected |es +ginglymus got: ginglymuses, but expected |ginglymi +chappo got: chappoes, but expected +chervonets got: chervonetses, but expected |chervontsy +tchervonets got: tchervonetses, but expected |tchervontsy +duxelles got: duxelleses, but expected |? +cleverclogs got: cleverclogses, but expected |cleverclogs +hyperacusis got: hyperacuses, but expected |? +bilirubinemia got: bilirubinemias, but expected |? +hyperestesia got: hyperestesias, but expected |? +extrinsicality got: extrinsicalities, but expected |? +exosome complex got: exosome complexs, but expected |es +hyperphosphaturia got: hyperphosphaturias, but expected |? +kalemia got: kalemias, but expected |? +natremia got: natremias, but expected |? +homocysteinemia got: homocysteinemias, but expected |? +hyperpathia got: hyperpathias, but expected |? +bronchomalacia got: bronchomalacias, but expected |? +setwall got: setwalls, but expected |? +teev got: teevs, but expected |? +genioglossus got: genioglossuses, but expected |genioglossi +bunky got: bunkies, but expected |? +wolven got: wolvens, but expected |wolven +pachymeninx got: pachymeninxes, but expected |? +pachymeninges got: pachymeninges, but expected |? +jejeunum got: jejeunums, but expected |jejeuna +leucomalacia got: leucomalacias, but expected |? +leukomalacia got: leukomalacias, but expected |? +myometrium got: myometriums, but expected |myometria +vocalis got: vocalises, but expected |? +parametrium got: parametriums, but expected |parametria +blowby got: blowbies, but expected +bluecurls got: bluecurlses, but expected |bluecurls +hakama got: hakamas, but expected |hakama +seroprotection got: seroprotections, but expected |? +ventriculomegaly got: ventriculomegalies, but expected |? +kummelweck got: kummelwecks, but expected |? +charro got: charroes, but expected +carom billiards got: carom billiardses, but expected |? +Arabic alphabet got: Arabic alphabets, but expected |? +shegetz got: shegetzzes, but expected |shkotzim|shegetzes +Ê»okina got: Ê»okinas, but expected |? +yecch got: yecches, but expected +mauvaise langue got: mauvaise langues, but expected |? +song thrush got: song thrushs, but expected |es +trip switch got: trip switchs, but expected |es +magnino got: magninoes, but expected +baristo got: baristoes, but expected |baristi|baristos +quinsyberry got: quinsyberries, but expected |? +proslambanomenos got: proslambanomenoses, but expected |proslambanomenoi +noodlefish got: noodlefish, but expected |es +gemach got: gemaches, but expected |gemachim +countermemo got: countermemoes, but expected +legendarium got: legendariums, but expected |legendaria +quartino got: quartinoes, but expected +law of excluded middle got: law of excluded middles, but expected |? +law of the excluded middle got: law of the excluded middles, but expected |? +co-wife got: co-wifes, but expected |co-wives +thrombogenesis got: thrombogeneses, but expected |? +cigar box got: cigar boxs, but expected |es +co-father-in-law got: co-father-in-laws, but expected |co-fathers-in-law +co-mother-in-law got: co-mother-in-laws, but expected |co-mothers-in-law +co-brother-in-law got: co-brother-in-laws, but expected |co-brothers-in-law +co-sister-in-law got: co-sister-in-laws, but expected |co-sisters-in-law +co-in-law got: coes-in-law, but expected +irori got: iroris, but expected |irori +bunk-up got: bunks-up, but expected |head=[[bunk]]-[[up]] +promnesia got: promnesias, but expected |? +co-sibling-in-law got: co-sibling-in-laws, but expected |co-siblings-in-law +tormentrix got: tormentrixes, but expected |? +piwakawaka got: piwakawakas, but expected |? +miromiro got: miromiroes, but expected |? +kohekohe got: kohekohes, but expected |? +non-binary got: non-binarys, but expected |non-binaries +carrot-and-stick got: carrot-and-sticks, but expected |carrots-and-sticks +skull-and-crossbones got: skull-and-crossboneses, but expected |head=[[skull]]-[[and]]-[[crossbones]]|? +git-go got: git-gos, but expected |? +clas got: clases, but expected |? +100000 +hyporchema got: hyporchemas, but expected |hyporchemata +caveola got: caveolas, but expected |caveolae +co-grandfather-in-law got: co-grandfather-in-laws, but expected |co-grandfathers-in-law +metriopatheia got: metriopatheias, but expected |metriopatheiai +falaj got: falajs, but expected |es +titipounamu got: titipounamus, but expected |? +koromiko got: koromikoes, but expected +pea patch got: pea patchs, but expected |es +telestich got: telestiches, but expected +laryngopharynx got: laryngopharynxes, but expected |laryngopharynges +pæninsula got: pæninsulas, but expected |? +trolley-dolly got: trolley-dollys, but expected |trolley-dollies +wharenui got: wharenuis, but expected |? +ceroma got: ceromas, but expected |ceromata +hemistich got: hemistiches, but expected |s +medimnus got: medimnuses, but expected |medimnes +factualness got: factualnesses, but expected |? +physiurgy got: physiurgies, but expected |? +germinal matrix got: germinal matrixs, but expected |? +inheritability got: inheritabilities, but expected |? +menuetto got: menuettoes, but expected +mouse-over got: mice-over, but expected |head=[[mouse]]-[[over]] +isibongo got: isibongoes, but expected |s|izibongo +vernine got: vernines, but expected |? +bug out got: bugs out, but expected +capo tasto got: capo tastos, but expected |? +ogin got: ogins, but expected |? +Bd. got: Bd.s, but expected |? +b. got: b.s, but expected |? +translatrix got: translatrixes, but expected |translatrices +sicula got: siculas, but expected |siculae +sport fish got: sport fishs, but expected |es +game fish got: game fishs, but expected |es +rough fish got: rough fishs, but expected |es +bony fish got: bony fishs, but expected |es +modeling clay got: modeling clays, but expected |? +modelling clay got: modelling clays, but expected |? +melene got: melenes, but expected |? +cisterna chyli got: cisterna chylis, but expected |? +bulbospongiosus got: bulbospongiosuses, but expected |bulbospongiosi +fisho got: fishoes, but expected +necktie-party got: necktie-partys, but expected |head=[[necktie]][[-]][[party]]|necktie-parties +quar got: quars, but expected |? +keriorrhea got: keriorrheas, but expected |? +Habbo got: Habboes, but expected +autognosis got: autognoses, but expected |? +coronis got: coronises, but expected |coronides +medifurca got: medifurcas, but expected |medifurcae +mesofurca got: mesofurcas, but expected |mesofurcae +mesosternum got: mesosternums, but expected |mesosterna +compluvium got: compluviums, but expected |compluvia +hydropneumothorax got: hydropneumothoraxes, but expected |? +wormfish got: wormfish, but expected |es +hydrothorax got: hydrothoraxes, but expected |hydrothoraces +defeature got: defeatures, but expected |? +Esquimo got: Esquimoes, but expected +Turkoman got: Turkomen, but expected +centimo got: centimoes, but expected +auto-de-fe got: auto-de-fes, but expected |autos-de-fe +S. got: S.s, but expected |? +gömböc got: gömböcs, but expected |? +buy-down got: buys-down, but expected |head=[[buy]]-[[down]] +graecismus got: graecismuses, but expected |? +Shiba Inu got: Shiba Inus, but expected |? +legend in one's own lunchtime got: legend in one's own lunchtimes, but expected |? +sabalo got: sabaloes, but expected +heteroclisis got: heteroclises, but expected |? +ribaldo got: ribaldoes, but expected +palas got: palases, but expected |? +mulato got: mulatoes, but expected +RUS got: RUSs, but expected |? +apophysitis got: apophysitises, but expected |? +sabino got: sabinoes, but expected +Arsis got: Arses, but expected |arses +God complex got: God complexs, but expected |es +pelidnoma got: pelidnomas, but expected |? +protostoma got: protostomas, but expected |protostomata +zambra got: zambras, but expected |? +coronach got: coronaches, but expected +Western blot got: Western blots, but expected |? +timeslice got: timeslice, but expected +megasporangium got: megasporangiums, but expected |megasporangia +saddle stitch got: saddle stitchs, but expected |es +safety match got: safety matchs, but expected |es +saffi got: saffi, but expected +cross-patch got: cross-patchs, but expected |es +ostro got: ostroes, but expected +sahuaro got: sahuaroes, but expected +tondino got: tondinoes, but expected |tondini +observationality got: observationalities, but expected |? +rochambeau got: rochambeaus, but expected |? +roshambo got: roshamboes, but expected +bancal got: bancals, but expected |bancales +ostrobogulation got: ostrobogulations, but expected |? +clothes-brush got: clothes-brushs, but expected |clothes-brushes +bath-brush got: bath-brushs, but expected |head=[[bath]]-[[brush]]|es +bolis got: bolises, but expected |bolides +chipekwe got: chipekwes, but expected |chipekwe +batutut got: batututs, but expected |? +sigbin got: sigbins, but expected |? +sigben got: sigbens, but expected |? +waitoreke got: waitorekes, but expected |waitoreke +lusca got: luscas, but expected |? +outflux got: outflux, but expected |es +karamu got: karamus, but expected |? +diadumenos got: diadumenoses, but expected |diadumenoi +anaphoresis got: anaphoreses, but expected |? +prefrontal cortex got: prefrontal cortexs, but expected |? +myelencephalon got: myelencephalons, but expected |myelencephala +wataman got: watamen, but expected +otaman got: otamen, but expected +vataman got: vatamen, but expected +cayuco got: cayucoes, but expected +montuno got: montunoes, but expected +cheilophagia got: cheilophagias, but expected |? +patrociny got: patrocinies, but expected |? +house-search got: house-searchs, but expected |head=[[house]]-[[search]]|es +dezh got: dezhs, but expected |es +sentry-box got: sentry-boxs, but expected |head=[[sentry]]-[[box]]|es +tbs got: tbses, but expected |? +jingko got: jingkoes, but expected |? +odontogenesis got: odontogeneses, but expected |? +neutron flux got: neutron fluxs, but expected |es +hypervertex got: hypervertexes, but expected |hypervertices +antibrachium got: antibrachiums, but expected |antibrachia +antebrachium got: antebrachiums, but expected |antebrachia +brachium got: brachiums, but expected |brachia +Winnipeg couch got: Winnipeg couchs, but expected |es +tarsale got: tarsales, but expected |tarsalia +sclerotium got: sclerotiums, but expected |sclerotia +adverbiality got: adverbialities, but expected |? +kaikawaka got: kaikawakas, but expected |? +tidytips got: tidytipses, but expected |tidytips +archicembalo got: archicembaloes, but expected +Areopagus got: Areopaguses, but expected |? +assassinatrix got: assassinatrixes, but expected |assassinatrices +mizz got: mizzzes, but expected |es +look-in got: looks-in, but expected |head=[[look]]-[[in]] +abat-voix got: abat-voixs, but expected |abat-voix +vid. got: vid.s, but expected |? +mongongo got: mongongoes, but expected +snuff-box got: snuff-boxs, but expected |es +roll-on got: rolls-on, but expected |head=[[roll]]-[[on]] +B3 got: B3s, but expected |? +B5 got: B5s, but expected |? +Burkinese got: Burkineses, but expected |? +B8 got: B8s, but expected |? +B6 got: B6s, but expected |? +B1 got: B1s, but expected |? +B0 got: B0s, but expected |? +descriptivity got: descriptivities, but expected |? +prescriptivity got: prescriptivities, but expected |? +charmante got: charmantes, but expected |? +radiowaves got: radiowaveses, but expected |? +cathartine got: cathartines, but expected |? +packability got: packabilities, but expected |? +butt-woman got: butt-womans, but expected |head=[[butt]]-[[woman]]|butt-women +wipe-out got: wipes-out, but expected |head=[[wipe]]-[[out]] +nominality got: nominalities, but expected |? +ring-in got: rings-in, but expected +dzomo got: dzomoes, but expected +actinobacterium got: actinobacteriums, but expected |actinobacteria +invadopodium got: invadopodiums, but expected |invadopodia +peribronchitis got: peribronchitises, but expected |? +wordness got: wordnesses, but expected |? +tapetum got: tapetums, but expected |tapeta +hypochondroplasia got: hypochondroplasias, but expected |? +mesostasis got: mesostases, but expected |? +boom bap got: boom baps, but expected |? +koekoea got: koekoeas, but expected |? +beechdrops got: beechdropses, but expected |beechdrops +shinkansen got: shinkansens, but expected |shinkansen +far left got: far lefts, but expected |? +non-redundancy got: non-redundancys, but expected |? +thumb-sketch got: thumb-sketchs, but expected |es +Otomi got: Otomies, but expected +stepsis got: stepses, but expected |es +stepbro got: stepbroes, but expected +kwanga got: kwangas, but expected |? +extrinsicness got: extrinsicnesses, but expected |? +batteau got: batteaus, but expected |batteaux +parametricity got: parametricities, but expected |? +palilogia got: palilogias, but expected |? +thumb sketch got: thumb sketchs, but expected |es +anticommons got: anticommonses, but expected |anticommons +salvar kameez got: salvar kameezs, but expected |es +perilene got: perilenes, but expected |? +archaeopteryx got: archaeopteryxes, but expected |archaeopteryges +archaiopteryx got: archaiopteryxes, but expected |archaiopteryges +gametogonium got: gametogoniums, but expected |gametogonia +parergon got: parerga, but expected +aspirated h got: aspirated hs, but expected |? +manipulandum got: manipulandums, but expected |manipulanda +euxinia got: euxinias, but expected |? +cabestro got: cabestroes, but expected +heliobacterium got: heliobacteriums, but expected |heliobacteria +angiolipoleiomyoma got: angiolipoleiomyomas, but expected |? +carpometacarpus got: carpometacarpuses, but expected |carpometacarpi +osmoticum got: osmoticums, but expected |osmotica +rendevous got: rendevouses, but expected |rendevous +tafone got: tafones, but expected |tafoni +bolillo got: bolilloes, but expected +rheostasis got: rheostases, but expected |? +solonetz got: solonetzzes, but expected |es +macrochaeta got: macrochaetas, but expected |macrochaetae +minilocus got: minilocuses, but expected |miniloci +multimirror got: multimirrors, but expected |? +nexin got: nexins, but expected |? +puparium got: pupariums, but expected |puparia +plasmodesma got: plasmodesmas, but expected |plasmodesmata +overthwart got: overthwarts, but expected |? +usuality got: usualities, but expected |? +IPOF got: IPOFs, but expected |? +perihelium got: periheliums, but expected |perihelia +G³ got: G³s, but expected |? +ampakine got: ampakine, but expected +proxenus got: proxenuses, but expected |proxeni +proxenos got: proxenoses, but expected |proxenoi +frush got: frushes, but expected |? +tempranillo got: tempranilloes, but expected +bithorax complex got: bithorax complexs, but expected |es +liriope got: liriopes, but expected |liriope +nonpro got: nonproes, but expected +arylamino got: arylaminoes, but expected +monkey patch got: monkey patchs, but expected |es +ovotestis got: ovotestises, but expected |ovotestes +105000 +lurgey got: lurgeys, but expected |? +superlubricity got: superlubricities, but expected |? +underplating got: underplatings, but expected |? +moloi got: molois, but expected |baloi +mokoro got: mokoroes, but expected |mekoro +dodecadactylum got: dodecadactylums, but expected |dodecadactyla +Jewfro got: Jewfroes, but expected +ans. got: ans.s, but expected |? +rip box got: rip boxs, but expected |es +afikomen got: afikomen, but expected +amero got: ameroes, but expected +bathing box got: bathing boxs, but expected |es +die-off got: dice-off, but expected +pleasurability got: pleasurabilities, but expected |? +lezbro got: lezbroes, but expected +pick six got: pick sixs, but expected |es +lurgi got: lurgis, but expected |lurgies +ASO got: ASOs, but expected |? +paisano got: paisanoes, but expected +hydroperoxy got: hydroperoxies, but expected +organoperoxy got: organoperoxies, but expected +eruca got: erucas, but expected |erucae +reptilium got: reptiliums, but expected |reptilia +balsero got: balseroes, but expected +tsebe got: tsebes, but expected |? +galactico got: galacticoes, but expected +age of judgement got: ages of judgement, but expected |? +age of judgment got: ages of judgment, but expected |? +chromo got: chromoes, but expected +ornis got: ornises, but expected |ornithes +eragrostis got: eragrostises, but expected |? +olingo got: olingoes, but expected +cauda equina got: cauda equinas, but expected |? +Pac-Man got: Pac-Mans, but expected |? +yana got: yanas, but expected |? +gold general got: golds general, but expected +silver general got: silvers general, but expected +slud got: sluds, but expected |? +dictatrix got: dictatrixes, but expected |dictatrices +triacontahedron got: triacontahedrons, but expected |triacontahedra +spermatozoön got: spermatozoöns, but expected |spermatozoa +C.A.A.F. got: C.A.A.F.s, but expected |? +interlunation got: interlunations, but expected |? +phantasma got: phantasmas, but expected |phantasmata +dolium got: doliums, but expected |dolia +Australiana got: Australianas, but expected |? +agenthood got: agenthoods, but expected |? +supermicro got: supermicroes, but expected +wye switch got: wye switchs, but expected |es +electrino got: electrinoes, but expected +hyperstimulus got: hyperstimuluses, but expected |hyperstimuli +bouillotte got: bouillottes, but expected |? +callosum got: callosums, but expected |callosa +beau monde got: beau mondes, but expected |? +guet-apens got: guet-apenses, but expected |? +yamen got: yamen, but expected +poikilocytosis got: poikilocytoses, but expected |? +shabono got: shabonoes, but expected +shapono got: shaponoes, but expected +opisthobranch got: opisthobranches, but expected +inspiratrix got: inspiratrixes, but expected |inspiratrices +afikoman got: afikomen, but expected +ambassadrix got: ambassadrixes, but expected |ambassadrices +nebari got: nebaris, but expected |nebari +all-in-one got: alls-in-one, but expected |head=[[all]]-[[in]]-[[one]] +roadstone got: roadstones, but expected |? +makowiec got: makowiecs, but expected |? +cywydd got: cywydds, but expected |cywyddau +nomos got: nomoses, but expected |nomoi +cystinosis got: cystinoses, but expected |? +kopis got: kopises, but expected |kopides +gr. got: gr.s, but expected |? +byo got: byoes, but expected +charge off got: charges off, but expected +charge-off got: charges-off, but expected +torgoch got: torgoches, but expected +mesovortex got: mesovortexes, but expected |mesovortices +stut got: stuts, but expected |stut +euthynteria got: euthynterias, but expected |? +VEI got: VEIs, but expected |? +cavalero got: cavaleroes, but expected +ovolo got: ovoli, but expected +repro got: reproes, but expected +pubco got: pubcoes, but expected +holyhedron got: holyhedrons, but expected |holyhedra +akepiro got: akepiroes, but expected +hoe down got: hoes down, but expected +hoe-down got: hoes-down, but expected +dermatoscopy got: dermatoscopies, but expected |? +warehou got: warehous, but expected |warehou +anesis got: aneses, but expected |? +roko got: rokoes, but expected +stilus got: stiluses, but expected |stili +maffioso got: maffiosoes, but expected |? +neuro got: neuroes, but expected |? +alcanna got: alcannas, but expected |? +rostite got: rostites, but expected |? +clear-out got: clears-out, but expected |head=[[clear]]-[[out]] +Italian sandwich got: Italian sandwichs, but expected |es +Japanese spitz got: Japanese spitzs, but expected |es +epicanthus got: epicanthuses, but expected |epicanthi +goggle-box got: goggle-boxs, but expected |es +greedyguts got: greedygutses, but expected |greedyguts +prior probability got: prior probabilitys, but expected |? +posterior probability got: posterior probabilitys, but expected |? +LDML got: LDMLs, but expected |? +obolo got: oboloes, but expected +RED got: REDs, but expected |? +pressure retarded osmosis got: pressure retarded osmosises, but expected |? +karearea got: kareareas, but expected |? +pseudothecium got: pseudotheciums, but expected |pseudothecia +basidioma got: basidiomas, but expected |basidiomata +zoodendrium got: zoodendriums, but expected |zoodendria +suspensorium got: suspensoriums, but expected |suspensoria +paludamentum got: paludamentums, but expected |paladumenta +panzerotti got: panzerottis, but expected |es +spell off got: spells off, but expected +aspergillus got: aspergilluses, but expected |aspergilli +spell-off got: spells-off, but expected +cut-up got: cuts-up, but expected |head=[[cut]]-[[up]] +conjunctive normal form got: conjunctive normal forms, but expected |? +disjunctive normal form got: disjunctive normal forms, but expected |? +perigeum got: perigeums, but expected |? +olivetta got: olivettas, but expected |? +air potato got: air potatos, but expected |es +politure got: politures, but expected |? +linne got: linnes, but expected |? +comb-jelly got: comb-jellys, but expected |comb-jellies +culmen got: culmen, but expected |s|culmina +determinans got: determinanses, but expected |? +cui bono got: cui bonos, but expected |? +GWAS got: GWASs, but expected |es +loosey got: looseys, but expected |loosies +RANSAC got: RANSACs, but expected |? +fumette got: fumettes, but expected |? +plankter got: plankton, but expected |plankters +plonko got: plonkoes, but expected +plum tomato got: plum tomatos, but expected |es +cherry tomato got: cherry tomatos, but expected |es +ithyphallus got: ithyphalluses, but expected |ithyphalli +floran got: florans, but expected |? +print out got: prints out, but expected +abbrev. got: abbrev.s, but expected |? +actio popularis got: actio popularises, but expected |? +chromhidrosis got: chromhidroses, but expected |? +pastizzi got: pastizzis, but expected |pastizzi +antivortex got: antivortexes, but expected |antivortices +paragraphos got: paragraphoses, but expected |paragraphoi +superior rectus got: superior rectuses, but expected |? +medial rectus got: medial rectuses, but expected |? +lateral rectus got: lateral rectuses, but expected |? +stapedius got: stapediuses, but expected |stapedii +tensor tympani got: tensor tympanis, but expected |? +levator labii superioris alaeque nasi got: levator labii superioris alaeque nasis, but expected |? +Nirgunty got: Nirgunties, but expected |? +cash-box got: cash-boxs, but expected |cash-boxes +monk's pepper got: monk's peppers, but expected |? +bispectrum got: bispectrums, but expected |bispectra +muscle-up got: muscles-up, but expected |head=[[muscle]]-[[up]] +oliebol got: oliebols, but expected |oliebollen +donkey punch got: donkey punchs, but expected |es +step over got: steps over, but expected +haras got: harases, but expected |haras +B. got: B.s, but expected |? +g. got: g.s, but expected |? +lieu jaune got: lieu jaunes, but expected |? +cochain complex got: cochain complexs, but expected |es +chain complex got: chain complexs, but expected |es +higgsino got: higgsinoes, but expected +omake got: omakes, but expected |omake +nestohedron got: nestohedrons, but expected |nestohedra +prolapsus got: prolapsuses, but expected |? +zeale got: zeales, but expected |? +superequilibrium got: superequilibriums, but expected |superequilibria +ophan got: ophans, but expected |ophanim +pubococcygeus got: pubococcygeuses, but expected |? +baozi got: baozis, but expected |baozi +fishbed got: fishbeds, but expected |? +syrphus got: syrphi, but expected |es +raging agreement got: raging agreements, but expected |? +tequilero got: tequileroes, but expected +CLR got: CLRs, but expected |? +mousseux got: mousseuxes, but expected |mousseux +accident and emergency got: accident and emergencys, but expected |? +a quick drop and a sudden stop got: a quick drop and a sudden stops, but expected |? +microgauss got: microgausses, but expected |microgauss +nonplacebo got: nonplaceboes, but expected +turn about got: turns about, but expected +mysteriarch got: mysteriarches, but expected |mysteriarchs +trispectrum got: trispectrums, but expected |trispectra +ephyra got: ephyras, but expected |ephyrae +schemey got: schemeys, but expected |schemies +miseryguts got: miserygutses, but expected |miseryguts +heptaparallelohedron got: heptaparallelohedrons, but expected |heptaparallelohedra +iodoso got: iodosoes, but expected +cavetto got: cavettoes, but expected |s|cavetti +110000 +screw-up got: screws-up, but expected +pull through got: pulls through, but expected +chermes got: chermeses, but expected |? +antapex got: antapexes, but expected |antapices +screw-off got: screws-off, but expected +lymphadenoma got: lymphadenomas, but expected |? +tentorium got: tentoriums, but expected |tentoria +Comanchero got: Comancheroes, but expected +scotino got: scotinoes, but expected +brennschluss got: brennschlusses, but expected |? +cepstrum got: cepstrums, but expected |cepstra +belowstairs got: belowstairses, but expected |belowstairs +make-over got: makes-over, but expected |head=[[make]]-[[over]] +nuisance tax got: nuisance taxs, but expected |es +fastigium got: fastigiums, but expected |fastigia +protiston got: protistons, but expected |protista +buy-out got: buys-out, but expected |head=[[buy]][[-]][[out]] +stypsis got: stypses, but expected |? +tractography got: tractographies, but expected |? +queerdo got: queerdoes, but expected +loppet got: loppets, but expected |? +Schützenfest got: Schützenfests, but expected |? +lodde got: loddes, but expected |? +kolkoz got: kolkozzes, but expected |es|kolkozy +black fly got: black flys, but expected |blackflies +kilolumen got: kilolumen, but expected +cimbasso got: cimbassoes, but expected |s|cimbassi +Xolo got: Xoloes, but expected +baseperson got: basepeople, but expected +bait box got: bait boxs, but expected |es +kc got: kcs, but expected |? +glossatrix got: glossatrixes, but expected |glossatrices +stipella got: stipellas, but expected |stipellae +casting couch got: casting couchs, but expected |es +casting-couch got: casting-couchs, but expected |es +hexatetrahedron got: hexatetrahedrons, but expected |hexatetrahedra +beef tomato got: beef tomatos, but expected |es +pituite got: pituites, but expected |? +electrovacuum got: electrovacuums, but expected |electrovacua +RAS got: RASs, but expected |? +cracktro got: cracktroes, but expected +invitro got: invitroes, but expected +pleiopus got: pleiopuses, but expected |pleiopodes +pleopus got: pleopuses, but expected |pleopodes +megademo got: megademoes, but expected +subcortex got: subcortexes, but expected |subcortices +acylamino got: acylaminoes, but expected +diphosphine got: diphosphines, but expected |si +piss up got: pisses up, but expected +blast-off got: blasts-off, but expected +fumblefingers got: fumblefingerses, but expected |fumblefingers +black-out got: blacks-out, but expected +trackmo got: trackmoes, but expected +Belgian Groenendael got: Belgian Groenendaels, but expected |? +Belgian Laekenois got: Belgian Laekenoises, but expected |? +Belgian Malinois got: Belgian Malinoises, but expected |? +Belgian Tervuren got: Belgian Tervurens, but expected |? +kbp got: kbps, but expected |kbp +TEL got: TELs, but expected |? +cry-baby got: cry-babys, but expected |cry-babies +fuzz box got: fuzz boxs, but expected |es +wapato got: wapatoes, but expected +gyroradius got: gyroradiuses, but expected |gyroradii +disassortativity got: disassortativities, but expected |? +spherium got: spheriums, but expected |spheria +agrobacterium got: agrobacteriums, but expected |agrobacteria +unranking got: unrankings, but expected |? +bawan got: bawans, but expected |? +mirach got: miraches, but expected +kagome got: kagomes, but expected |? +chengyu got: chengyus, but expected |chengyu +sovkhoz got: sovkhozzes, but expected |es|sovkhozy +inflatino got: inflatinoes, but expected +gyrophototaxis got: gyrophototaxises, but expected |? +eurodemo got: eurodemoes, but expected +morelle got: morelles, but expected |? +lay-off got: lays-off, but expected +kleroterion got: kleroterions, but expected |kleroteria +kleroterium got: kleroteriums, but expected |kleroteria +cleroterium got: cleroteriums, but expected |cleroteria +cleroterion got: cleroterions, but expected |cleroteria +motza got: motzas, but expected |? +eye-strain got: eye-strains, but expected |?|head=[[eye]]-[[strain]] +schnozz got: schnozzzes, but expected |es +pictura got: picturas, but expected |picturae +senteur got: senteurs, but expected |? +receptaculum got: receptaculums, but expected |receptacula +pectoralis got: pectoralises, but expected |? +mentalizing got: mentalizings, but expected |? +stuprum got: stuprums, but expected |stupra +IOPS got: IOPSs, but expected |? +tauhou got: tauhous, but expected |? +rawaru got: rawarus, but expected |? +self-metathesis got: self-metathesises, but expected |head=[[self]]-[[metathesis]]|self-metatheses +fibratus got: fibratuses, but expected |fibrati +wall of sound got: walls of sound, but expected |? +sugarpie got: sugarpies, but expected |? +integrodifference got: integrodifferences, but expected |? +spissatus got: spissatuses, but expected |spissati +castellanus got: castellanuses, but expected |castellani +qafiz got: qafizzes, but expected |es +nebulosus got: nebulosuses, but expected |nebulosi +lenticularis got: lenticularises, but expected |lenticularis +agrogorod got: agrogoroda, but expected +albarium got: albariums, but expected |? +animalculum got: animalculums, but expected |animalcula +antelabrum got: antelabrums, but expected |antelabra +requinto got: requintoes, but expected +antumbra got: antumbras, but expected |? +cellco got: cellcoes, but expected +syntopicon got: syntopicons, but expected |? +kesa got: kesas, but expected |kesa +beatus got: beatuses, but expected |beati +benefactrix got: benefactrixes, but expected |benefactrices +cacafuego got: cacafuegoes, but expected +calalu got: calalus, but expected |? +calaloo got: calaloos, but expected |? +tarogato got: tarogatoes, but expected +microJy got: microJies, but expected +carbo got: carboes, but expected +ethnicon got: ethnicons, but expected |ethnica +ethnikon got: ethnikons, but expected |ethnika +yuie got: yuies, but expected |? +inamorato got: inamoratoes, but expected +Brit. got: Brit.s, but expected |? +cinerarium got: cinerariums, but expected |cineraria +asbo got: asboes, but expected +queermo got: queermoes, but expected +gawd got: gawds, but expected |? +phaenomenon got: phaenomenons, but expected |phaenomena +opanak got: opanaks, but expected |opanci|opanak +leptocephalus got: leptocephaluses, but expected |leptocephali +gerbilarium got: gerbilariums, but expected |gerbilaria +whip stitch got: whip stitchs, but expected |es +teenagehood got: teenagehoods, but expected |? +clivis got: clivises, but expected |clives +menstrue got: menstrues, but expected |? +dick munch got: dick munchs, but expected |es +hongweibing got: hongweibings, but expected |hongweibing +queen of beasts got: queens of beasts, but expected |? +ham sandwich got: ham sandwichs, but expected |es +ultrametricity got: ultrametricities, but expected |? +corino got: corinoes, but expected +declensionism got: declensionisms, but expected |? +martyrion got: martyrions, but expected |martyria +colligability got: colligabilities, but expected |? +fuzzy-wuzzy got: fuzzy-wuzzys, but expected |fuzzy-wuzzies +b*tch got: b*tchs, but expected |es +a** got: a**s, but expected |es +cubitus got: cubituses, but expected |cubiti +delice got: delice, but expected +gwerz got: gwerzzes, but expected |? +corozo got: corozoes, but expected +doglessness got: doglessnesses, but expected |? +jambeau got: jambeaus, but expected |jambeaux +balnicity got: balnicities, but expected |? +thrombo-endarterectomy got: thrombo-endarterectomys, but expected |head=[[thrombo-]][[endarterectomy]]|thrombo-endarterectomies +thrombo-endarteriectomy got: thrombo-endarteriectomys, but expected |thrombo-endarteriectomies +tarsometatarsus got: tarsometatarsuses, but expected |tarsometatarsi +man-in-the-middle got: man-in-the-middles, but expected |men-in-the-middle +emerg got: emergs, but expected |? +somatic nervous system got: somatic nervous systems, but expected |? +kerugma got: kerugmas, but expected |kerugmata +sterino got: sterinoes, but expected +antisterino got: antisterinoes, but expected +tuite got: tuites, but expected |? +115000 +margo got: margoes, but expected |margines +nonshaman got: nonshamen, but expected +turn-around got: turns-around, but expected |head=[[turn-around]] +build-up got: builds-up, but expected |head=[[build]]-[[up]] +transcreation got: transcreations, but expected |? +trode got: trodes, but expected |? +currywurst got: currywursts, but expected |? +truncus got: truncuses, but expected |trunci +dataria got: datarias, but expected |? +contagium got: contagia, but expected |? +praetorium got: praetoriums, but expected |praetoria +proponency got: proponencies, but expected |? +rill erosion got: rill erosions, but expected |? +perigonium got: perigoniums, but expected |perigonia +zakah got: zakahs, but expected |? +zakaah got: zakaahs, but expected |? +salaah got: salaahs, but expected |? +jewfro got: jewfroes, but expected +cricket pitch got: cricket pitchs, but expected |es +picaro got: picaroes, but expected +aufeis got: aufeises, but expected |aufeis +blin got: blinis, but expected |? +emeritum got: emeritums, but expected |emerita +spede got: spedes, but expected |? +spicula got: spicula, but expected |s|spiculae +snizz got: snizzzes, but expected |es +cantrix got: cantrixes, but expected |cantrices +confinity got: confinities, but expected |? +bottonium got: bottoniums, but expected |bottonia +shmork got: shmorks, but expected |? +zone punch got: zone punchs, but expected |es +kingcraft got: kingcraft, but expected +sale or return got: sale or returns, but expected |? +mathematical morphology got: mathematical morphologys, but expected |? +kolhoz got: kolhozzes, but expected |es|kolhozy +kl. got: kl.s, but expected |? +quasi-probability got: quasi-probabilitys, but expected |quasi-probabilities +nonetto got: nonettoes, but expected |s|nonetti +alferes got: alfereses, but expected |alferes +residuosity got: residuosities, but expected |? +colocynthis got: colocynthises, but expected |? +tripus got: tripuses, but expected |tripodes +microcytosis got: microcytoses, but expected |? +microglobulinuria got: microglobulinurias, but expected |? +marry-in got: marries-in, but expected +ass catch got: ass catchs, but expected |es +nicotine stomatitis got: nicotine stomatitises, but expected +olitiau got: olitiaus, but expected |? +Milbenkäse got: Milbenkäses, but expected |? +undistillability got: undistillabilities, but expected |? +phonino got: phoninoes, but expected +wus got: wuses, but expected |wusses +dipoplia got: dipoplias, but expected |? +re-up got: res-up, but expected +cryptococcus got: cryptococcuses, but expected |cryptococci +capistrum got: capistrums, but expected |capistra +ICB got: ICBs, but expected |? +ZWJ got: ZWJs, but expected |? +morosity got: morosities, but expected |? +perioecus got: perioecuses, but expected |perioeci +episcopicide got: episcopicides, but expected |? +fielden got: fieldens, but expected |? +olericulture got: olericultures, but expected |? +bilo got: biloes, but expected +chroman got: chromen, but expected +annotatrix got: annotatrixes, but expected |annotatrices +fantasy collapse got: fantasy collapses, but expected |? +kongamato got: kongamatoes, but expected |? +AustralE got: AustralEs, but expected |? +EAfrE got: EAfrEs, but expected |? +IndE got: IndEs, but expected |? +IrishE got: IrishEs, but expected |? +NEngE got: NEngEs, but expected |? +NZE got: NZEs, but expected |? +SAfrE got: SAfrEs, but expected |? +ScotE got: ScotEs, but expected |? +SEAsianE got: SEAsianEs, but expected |? +WAfreE got: WAfreEs, but expected |? +interlocutrix got: interlocutrixes, but expected |interlocutrices +blubbo got: blubboes, but expected +xylo got: xyloes, but expected +lithomania got: lithomanias, but expected |? +arseholery got: arseholeries, but expected |? +isotaxy got: isotaxies, but expected |? +piezochemistry got: piezochemistries, but expected |? +pas de chat got: pas de chats, but expected |? +kissing-bunch got: kissing-bunchs, but expected |kissing-bunches|head=[[kissing]]-[[bunch]] +krantz got: krantzzes, but expected |es +hexafluorothioacetone got: hexafluorothioacetones, but expected |? +phlorizin got: phlorizins, but expected |? +bibliopegy got: bibliopegies, but expected |? +Soonamookee got: Soonamookees, but expected |? +acetogenesis got: acetogeneses, but expected |? +fascia adherens got: fascia adherenses, but expected |? +bangus got: banguses, but expected |bangus +demarch got: demarches, but expected +dentinogenesis got: dentinogeneses, but expected |? +estrogenicity got: estrogenicities, but expected |? +ampalaya got: ampalayas, but expected |? +epitheca got: epithecas, but expected |epithecae +billot got: billots, but expected |? +erythrogenesis got: erythrogeneses, but expected |? +parthanatos got: parthanatoses, but expected |? +proangiogenesis got: proangiogeneses, but expected |? +browseability got: browseabilities, but expected |? +panucho got: panuchoes, but expected +struggle-buggy got: struggle-buggys, but expected |struggle-buggies|head=[[struggle]]-[[buggy]] +tyronism got: tyronisms, but expected |? +picadillo got: picadilloes, but expected |? +excitotoxity got: excitotoxities, but expected |? +microembolus got: microemboluses, but expected |microemboli +neuroinflammation got: neuroinflammations, but expected |? +regatte got: regattes, but expected |? +nidorosity got: nidorosities, but expected |? +gargalesthesia got: gargalesthesias, but expected |? +knismesis got: knismeses, but expected |? +supplementarity got: supplementarities, but expected |? +electroelution got: electroelutions, but expected |? +fibrogenesis got: fibrogeneses, but expected |? +geoecology got: geoecologies, but expected |? +mesangium got: mesangiums, but expected |mesangia +ARSE got: ARSEs, but expected |? +abducens got: abducenses, but expected |abducentes +cabas got: cabases, but expected |? +bandolero got: bandoleroes, but expected +wait-a-bit got: wait-a-bits, but expected |? +BVSc got: BVScs, but expected |? +shadow box got: shadow boxs, but expected |es +illicium got: illiciums, but expected |illicia +discriminability got: discriminabilities, but expected |? +axerophthol got: axerophthols, but expected |? +ayapana got: ayapanas, but expected |? +quasistationarity got: quasistationarities, but expected |? +semiflexibility got: semiflexibilities, but expected |? +singlino got: singlinoes, but expected +semese got: semeses, but expected |semese +capsulorhexis got: capsulorhexises, but expected |capsulorhexes +avaram got: avarams, but expected |? +archebacterium got: archebacteriums, but expected |archebacteria +nonstoichiometry got: nonstoichiometries, but expected |? +build-to got: builds-to, but expected +geoneutrino got: geoneutrinoes, but expected +dog watch got: dog watchs, but expected |es +cendol got: cendols, but expected |? +youth-on-age got: youths-on-age, but expected |? +lyne got: lynes, but expected |? +osteolysis got: osteolyses, but expected |? +piriformis got: piriformises, but expected |? +steatohepatitis got: steatohepatitises, but expected |? +shurangiz got: shurangizzes, but expected |? +requestress got: requestresses, but expected |? +riq got: riqs, but expected |? +riqq got: riqqs, but expected |? +Doberman got: Dobermen, but expected +tsukemono got: tsukemonoes, but expected |? +diastalsis got: diastalses, but expected |? +enteralgia got: enteralgias, but expected |? +genesiology got: genesiologies, but expected |? +hemiterata got: hemiteratas, but expected |? +horse-radish got: horse-radishs, but expected |es +iniencephalus got: iniencephaluses, but expected |? +peracephalus got: peracephaluses, but expected |peracephali +perididymis got: perididymises, but expected |? +physometra got: physometras, but expected |? +sudatorium got: sudatoriums, but expected |sudatoria +tabardillo got: tabardilloes, but expected |? +temporalis got: temporalises, but expected |? +bromism got: bromisms, but expected |? +acanthion got: acanthions, but expected |? +molluscum got: molluscums, but expected |? +ortho got: orthoes, but expected +throw-up got: throws-up, but expected |head=[[throw]]-[[up]] +senatrix got: senatrixes, but expected |senatrices +omikuji got: omikujis, but expected |omikuji +restis got: restises, but expected |? +acardia got: acardias, but expected |? +acephalia got: acephalias, but expected |? +acousma got: acousmas, but expected |acousma +intertrigo got: intertrigos, but expected |? +venula got: venulas, but expected |venulae +diestrum got: diestrums, but expected |? +divi-divi got: divi-divis, but expected |divi-divi +dracontium got: dracontiums, but expected |? +trompe-l'Å“il got: trompe-l'Å“ils, but expected |? +neuromyelitis got: neuromyelitises, but expected |? +urothelium got: urotheliums, but expected |urothelia +erythematosus got: erythematosuses, but expected |? +hypodontia got: hypodontias, but expected |? +endobacterium got: endobacteriums, but expected |endobacteria +wels got: welses, but expected |wels +achimenes got: achimeneses, but expected |achimenes +babbelas got: babbelases, but expected |? +chondrocranium got: chondrocraniums, but expected |chondrocrania +enanthem got: enanthems, but expected |enanthema +hollo got: holloes, but expected +principate got: principates, but expected |? +recipiency got: recipiencies, but expected |? +seismosaurus got: seismosauruses, but expected |? +verticillium got: verticilliums, but expected |? +body catch got: body catchs, but expected |es +indicatrix got: indicatrixes, but expected |indicatrices +procambium got: procambiums, but expected |procambia +Stillson wrench got: Stillson wrenchs, but expected |es +AnCC got: AnCCs, but expected |? +associability got: associabilities, but expected |? +attle got: attles, but expected |? +actinotrichium got: actinotrichiums, but expected |actinotrichia +zygomaticus got: zygomaticuses, but expected |zygomatici +tinctura got: tincturas, but expected |tincturae +aulos got: auloses, but expected |auloi +sicilicus got: sicilicuses, but expected |sicilici +choriocapillaris got: choriocapillarises, but expected |? +Tejano got: Tejanoes, but expected +endophthalmitis got: endophthalmitises, but expected |endophthalmites +serodiscordance got: serodiscordances, but expected |? +videndum got: videndums, but expected |videnda +modiolus got: modioluses, but expected |modioli +blow-off got: blows-off, but expected +conformality got: conformalities, but expected |? +furosine got: furosines, but expected |? +becak got: becaks, but expected |becak +fibrositis got: fibrositises, but expected |fibrosites|fibrositides +conguero got: congueroes, but expected +vellet got: vellets, but expected |? +chytridiomycosis got: chytridiomycoses, but expected |? +malacofauna got: malacofaunas, but expected |? +intermediatrix got: intermediatrixes, but expected |intermediatrices +120000 +portos got: portoses, but expected |? +superflux got: superflux, but expected |es +ignotum per ignotius got: ignotum per ignotiuses, but expected |? +bummalo got: bummaloes, but expected +nerdo got: nerdoes, but expected +joinability got: joinabilities, but expected |? +doz got: dozzes, but expected |? +once over got: onces over, but expected +metachrosis got: metachroses, but expected |? +minifundium got: minifundiums, but expected |minifundia +outmodedness got: outmodednesses, but expected |? +perichondrium got: perichondriums, but expected |perichondria +pileum got: pileums, but expected |pilea +pseudanthium got: pseudanthiums, but expected |pseudanthia +kinocilium got: kinociliums, but expected |kinocilia +disconnectivity got: disconnectivities, but expected |? +isostaticity got: isostaticities, but expected |? +inexpertise got: inexpertises, but expected |? +irreparability got: irreparabilities, but expected |? +flip-in got: flips-in, but expected |head=[[flip]]-[[in]] +crash box got: crash boxs, but expected |es +qof got: qofs, but expected |? +potamology got: potamologies, but expected |? +unconvergence got: unconvergences, but expected |? +selbri got: selbris, but expected |selbri +propionibacterium got: propionibacteriums, but expected |propionibacteria +pro-sumti got: pro-sumtis, but expected |pro-sumti +splenitis got: splenitises, but expected |splenites +Einstein barrier got: Einstein barriers, but expected |? +fusokine got: fusokine, but expected +conjacency got: conjacencies, but expected |? +devilling got: devillings, but expected |? +fluxure got: fluxures, but expected |? +windles got: windleses, but expected |? +endarteritis got: endarteritises, but expected |endarteritides +biorthonormality got: biorthonormalities, but expected |? +adstratum got: adstratums, but expected |adstrata +autarch got: autarches, but expected +score-off got: scores-off, but expected +pedion got: pedia, but expected +morro got: morroes, but expected +colocalisation got: colocalisations, but expected |? +cosuppression got: cosuppressions, but expected |? +dyshesion got: dyshesions, but expected |? +pocones got: poconeses, but expected |? +saxefras got: saxefrases, but expected |? +sobersides got: sobersideses, but expected |sobersides +meconopsis got: meconopses, but expected |es +gastroduodenitis got: gastroduodenitises, but expected |? +immunoprophylaxis got: immunoprophylaxises, but expected |immunoprophylaxes +megaoesophagus got: megaoesophaguses, but expected |? +urceolus got: urceoluses, but expected |urceoli +heterologus got: heterologuses, but expected |? +wash-out got: washes-out, but expected +exodermis got: exodermises, but expected |? +laconicum got: laconicums, but expected |laconica +reconsenting got: reconsentings, but expected |? +phragmites got: phragmiteses, but expected |phragmites +haptotaxis got: haptotaxises, but expected |? +cavum got: cavums, but expected |cava +heterophagy got: heterophagies, but expected |? +lactolysis got: lactolyses, but expected |? +pfx got: pfxes, but expected |? +myoendothelium got: myoendotheliums, but expected |myoendothelia +nonetti got: nonettis, but expected |? +escoveitch got: escoveitches, but expected |? +gambado got: gambadoes, but expected +nonconfinement got: nonconfinements, but expected |? +nonpolyposis got: nonpolyposes, but expected |? +prospermatogonium got: prospermatogoniums, but expected |prospermatogonia +danglebahn got: danglebahns, but expected |? +signal box got: signal boxs, but expected |es +SxS got: SxSs, but expected |? +rotulus got: rotuluses, but expected |rotuli +hyperestrogenemia got: hyperestrogenemias, but expected |? +hypoandrogenemia got: hypoandrogenemias, but expected |? +hypofibrinolysis got: hypofibrinolyses, but expected |? +microphallus got: microphalluses, but expected |? +neuropraxia got: neuropraxias, but expected |? +precuneus got: precuneuses, but expected |precunei +big-tent got: big-tents, but expected |head=[[big]][[-]][[tent]]|? +abdominocyesis got: abdominocyeses, but expected |? +swingby got: swingbies, but expected +chitinolysis got: chitinolyses, but expected |? +hyperuniformity got: hyperuniformities, but expected |? +rectilinearity got: rectilinearities, but expected |? +tetragonality got: tetragonalities, but expected |? +dolosity got: dolosities, but expected |? +chulengo got: chulengoes, but expected +torsalo got: torsaloes, but expected +orbitalis got: orbitalises, but expected |orbitales +hyperexcitability got: hyperexcitabilities, but expected |? +magnetogenesis got: magnetogeneses, but expected |? +jugulum got: jugulums, but expected |jugula +hyperinsulinism got: hyperinsulinisms, but expected |? +asportation got: asportations, but expected |? +Filo got: Filoes, but expected +wake-up got: wakes-up, but expected +relievo got: relievoes, but expected +multigravidity got: multigravidities, but expected |? +primigravity got: primigravities, but expected |? +tubulointerstitium got: tubulointerstitiums, but expected |? +torsion wrench got: torsion wrenchs, but expected |es +torque wrench got: torque wrenchs, but expected |es +tension wrench got: tension wrenchs, but expected |es +entellus got: entelluses, but expected |? +shiplap got: shiplaps, but expected |? +talaria got: talarias, but expected |? +axonogenesis got: axonogeneses, but expected |? +immunoediting got: immunoeditings, but expected |? +hexality got: hexalities, but expected |? +adjuvanticity got: adjuvanticities, but expected |? +hyporesponsiveness got: hyporesponsivenesses, but expected |? +pseudohypha got: pseudohyphas, but expected |pseudohyphae +blastoconidium got: blastoconidiums, but expected |blastoconidia +tolerogenesis got: tolerogeneses, but expected |? +tractation got: tractations, but expected |? +choregus got: choreguses, but expected |choregi +set top box got: set top boxs, but expected |es +pallidum got: pallidums, but expected |pallida +dark l got: dark ls, but expected |? +ad-man got: ad-mans, but expected |head=[[ad]]-[[man]]|ad-men +petal stool got: petal stools, but expected |? +acervulus got: acervuluses, but expected |acervuli +rhynchosporium got: rhynchosporiums, but expected |rhynchosporia +vastation got: vastations, but expected |? +metallogenesis got: metallogeneses, but expected |? +seq got: seqs, but expected |seqq +trigeminus got: trigeminuses, but expected |trigemini +thromboprophylaxis got: thromboprophylaxises, but expected |? +modified starch got: modified starchs, but expected |es +dysglycaemia got: dysglycaemias, but expected |? +calculandum got: calculandums, but expected |calculanda +bacteriemia got: bacteriemias, but expected |? +disvalue got: disvalues, but expected |? +verdejo got: verdejoes, but expected +pneumocystis got: pneumocystises, but expected |? +pulmonaria got: pulmonaria, but expected +planetfall got: planetfalls, but expected |? +storm match got: storm matchs, but expected |es +ducture got: ductures, but expected |? +satellitium got: satellitiums, but expected |satellitia +tectrix got: tectrixes, but expected |tectrices +keratoglobus got: keratoglobuses, but expected |? +hoggin got: hoggins, but expected |? +conocuneus got: conocuneuses, but expected |? +tochus got: tochuses, but expected |? +chromakey got: chromakeys, but expected |? +introscan got: introscans, but expected |? +go-around got: goes-around, but expected |head=[[go]]-[[around]] +reintermediation got: reintermediations, but expected |? +histogeny got: histogenies, but expected |? +tabloidization got: tabloidizations, but expected |? +caboclo got: cabocloes, but expected +diestrus got: diestruses, but expected |? +dioestrus got: dioestruses, but expected |? +ajapsandal got: ajapsandals, but expected |? +tarre got: tarres, but expected |? +ringbone got: ringbones, but expected |? +tohubohu got: tohubohus, but expected |? +rhinotheca got: rhinothecas, but expected |? +carabinero got: carabineroes, but expected +dryas got: dryases, but expected |? +entropion got: entropions, but expected |? +jerepigo got: jerepigoes, but expected +supercavitation got: supercavitations, but expected |? +thermodiffusion got: thermodiffusions, but expected |? +pissface got: pissfaces, but expected |? +scalyfoot got: scalyfeet, but expected +semanticity got: semanticities, but expected |? +siglum got: siglums, but expected |sigla +steganalysis got: steganalyses, but expected |? +hemipenis got: hemipenises, but expected |hemipenes +angwantibo got: angwantiboes, but expected +goldwasser got: goldwassers, but expected |? +iliacus got: iliacuses, but expected |iliaci +rebetiko got: rebetikoes, but expected |rebetika +anteclypeus got: anteclypeuses, but expected |anteclypei +forfex got: forfexes, but expected |forfices +nivation got: nivations, but expected |? +leere got: leeres, but expected |? +cabildo got: cabildoes, but expected +balbis got: balbises, but expected |? +arbelos got: arbeloses, but expected |? +salinon got: salinons, but expected |? +blood tax got: blood taxs, but expected |es +blood-tax got: blood-taxs, but expected |head=[[blood]]-[[tax]]|es +quasicontinuum got: quasicontinuums, but expected |quasicontinua +nonaficionado got: nonaficionadoes, but expected +pintxo got: pintxoes, but expected +meatworks got: meatworkses, but expected |meatworks +myenteron got: myenterons, but expected |? +wyfe got: wyfes, but expected |wyves +distent got: distents, but expected |? +selectperson got: selectpeople, but expected +spectrahedron got: spectrahedrons, but expected |spectrahedra +perineurium got: perineuriums, but expected |perineuria +alternat got: alternats, but expected |? +serositis got: serositises, but expected |serosites +countermanifesto got: countermanifestoes, but expected +sweetlips got: sweetlipses, but expected |sweetlips +butcher's apron got: butcher's aprons, but expected |? +enterotoxaemia got: enterotoxaemias, but expected |? +nanto got: nantoes, but expected +bicheiro got: bicheiroes, but expected +glocalization got: glocalizations, but expected |? +picture box got: picture boxs, but expected |es +inventrix got: inventrixes, but expected |inventrices +anthelion got: anthelions, but expected |anthelia +ctenidium got: ctenidiums, but expected |ctenidia +epicedium got: epicediums, but expected |epicedia +angor got: angors, but expected |? +fermiology got: fermiologies, but expected |? +isoexcitation got: isoexcitations, but expected |? +underluminosity got: underluminosities, but expected |? +lahmajo got: lahmajoes, but expected +crocias got: crociases, but expected |? +overblouse got: overblice, but expected +stifado got: stifadoes, but expected +rhombos got: rhomboses, but expected |rhomboi +cyclo got: cycloes, but expected +unguentarium got: unguentariums, but expected |unguentaria +abbate got: abbates, but expected |? +pontifice got: pontifices, but expected |? +kodachi got: kodachis, but expected |kodachi +odachi got: odachis, but expected |odachi +paste bomb got: paste bombs, but expected |? +sacrosanctum got: sacrosanctums, but expected |sacrosancta +artos got: artoses, but expected |artoi +quadrigeminum got: quadrigeminums, but expected |? +fusure got: fusures, but expected |? +scuta got: scuta, but expected |scutae +galero got: galeroes, but expected |galeri +anti-story got: anti-storys, but expected |anti-stories +rationalizability got: rationalizabilities, but expected |? +triarius got: triariuses, but expected |triarii +hectocotylus got: hectocotyluses, but expected |hectocotyli +oleas got: oleases, but expected |? +venatio got: venatios, but expected |venationes +magophony got: magophonies, but expected |? +deest got: deests, but expected |desunt +mesogastrium got: mesogastriums, but expected |mesogastria +globulus got: globuluses, but expected |globuli +ramentum got: ramentums, but expected |ramenta +nounhood got: nounhoods, but expected |? +adjectivehood got: adjectivehoods, but expected |? +improvisatrix got: improvisatrixes, but expected |improvisatrices +stem stitch got: stem stitchs, but expected |es +cres. got: cres.s, but expected |? +mysterium got: mysteriums, but expected |mysteria +edaphosaurus got: edaphosauruses, but expected |? +marz got: marzzes, but expected |marzes|marzer +alabastron got: alabastrons, but expected |alabastra +bandon got: bandons, but expected |? +ostracon got: ostracons, but expected |ostraca +ostrakon got: ostrakons, but expected |ostraka +larf got: larves, but expected |s +myrmecodomatium got: myrmecodomatiums, but expected |myrmecodomatia +downfolding got: downfoldings, but expected |? +oligoarginine got: oligoarginines, but expected |? +escortment got: escortments, but expected |? +nems got: nemses, but expected |? +tessella got: tessellas, but expected |tessellae +penis captivus got: penis captivuses, but expected |? +forbod got: forbods, but expected |? +sephira got: sephiras, but expected |sephiroth +symplasm got: symplasms, but expected |? +trez got: trezzes, but expected |trezes +chelidonius got: chelidoniuses, but expected |? +assy got: assies, but expected |? +ozona got: ozonas, but expected |? +entelechia got: entelechias, but expected |entelechie +crissum got: crissums, but expected |crissa +oeconomus got: oeconomuses, but expected |oeconomi +sextarius got: sextariuses, but expected |sextarii +Appendix:The Simpsons/esquilax got: Appendix:The Simpsons/esquilaxs, but expected |esquilaxes +125000 +allice got: allice, but expected +anceps got: anceps, but expected |? +pick-up got: picks-up, but expected +descrescendo got: descrescendoes, but expected |s|decrescendi +bimatrix got: bimatrixes, but expected |bimatrices +cauliculus got: cauliculuses, but expected |cauliculi +ding-dong ditch got: ding-dong ditchs, but expected |es +printanière got: printanières, but expected |? +acardiacus anceps got: acardiacus ancepses, but expected |? +hyperentanglement got: hyperentanglements, but expected |? +phono got: phonoes, but expected +comparandum got: comparandums, but expected |comparanda +tristability got: tristabilities, but expected |? +eutocia got: eutocias, but expected |? +Atticus Finch got: Atticus Finchs, but expected |es +prosentence got: prosentences, but expected |? +superstimulus got: superstimuluses, but expected |superstimuli +PIGS got: PIGSs, but expected |? +unstability got: unstabilities, but expected |? +erd got: erds, but expected |? +LSMT got: LSMTs, but expected |? +bottlo got: bottloes, but expected +volia got: volias, but expected |? +trica got: tricas, but expected |tricae +provant got: provants, but expected |? +friendship bench got: friendship benchs, but expected |es +glenoid labrum got: glenoid labrums, but expected |? +bobbasheely got: bobbasheelies, but expected |? +jambus got: jambuses, but expected |? +irreplicability got: irreplicabilities, but expected |? +non-replicability got: non-replicabilitys, but expected |? +demiurgos got: demiurgoses, but expected |demiurgoi +gulasch got: gulasches, but expected |? +longissimus got: longissimuses, but expected |longissimi +Caspian roach got: Caspian roachs, but expected |es +step-in got: steps-in, but expected +gazoon got: gazoa, but expected +sun-up got: suns-up, but expected +lead-out got: leads-out, but expected +stomodaeum got: stomodea, but expected |stomodaea +sufganiyah got: sufganiyahs, but expected |sufganiyot +put-out got: puts-out, but expected |head=[[put]]-[[out]] +Tarasco got: Tarascoes, but expected +epicorium got: epicoriums, but expected |? +bolt-on got: bolts-on, but expected +glond got: glonds, but expected |? +parapsis got: parapsides, but expected |parapses +cableco got: cablecoes, but expected +sempiternum got: sempiternums, but expected |? +tibicen got: tibicens, but expected |tibicines +heaf got: heaves, but expected |? +paracusia got: paracusias, but expected |? +vrykolakas got: vrykolakases, but expected |? +laugh a minute got: laugh a minutes, but expected |? +jackstay search got: jackstay searchs, but expected |es +hidation got: hidations, but expected |? +shaobing got: shaobings, but expected |shaobing +Sassenach got: Sassenaches, but expected +satellite dish got: satellite dishs, but expected |es +octaeteris got: octaeterises, but expected |octaeterides +pugillaris got: pugillarises, but expected |pugillares +stercorate got: stercorates, but expected |? +sudarium got: sudariums, but expected |sudaria +hyperslice got: hyperslice, but expected +paronychium got: paronychiums, but expected |paronychia +eponychium got: eponychiums, but expected |eponychia +hyponychium got: hyponychiums, but expected |hyponychia +pignus got: pignuses, but expected |pignora +neomenia got: neomenias, but expected |? +Issue got: Issues, but expected |? +presbyterium got: presbyteriums, but expected |presbyteria +send-off got: sends-off, but expected +polyspectrum got: polyspectrums, but expected |polyspectra +domite got: domites, but expected |? +synandrium got: synandriums, but expected |synandria +foodfish got: foodfish, but expected |es +epulis got: epulises, but expected |epulides +UN*X got: UN*Xs, but expected |es +tsundere got: tsunderes, but expected |tsundere +eroge got: eroges, but expected |eroge +fornicatrix got: fornicatrixes, but expected |fornicatrices +vitreum got: vitreums, but expected |? +tip over got: tips over, but expected +Episcopal Church got: Episcopal Churchs, but expected |es +lunary got: lunaries, but expected |? +inductura got: inducturas, but expected |inducturae +ludibrium got: ludibriums, but expected |ludibria +superflip got: superflips, but expected |? +inke got: inkes, but expected |? +supertorus got: supertoruses, but expected |supertori +push-through got: pushes-through, but expected +melodeum got: melodeums, but expected |? +shilingi got: shilingis, but expected |shilingi +obolos got: oboloses, but expected |oboloi +brer got: brers, but expected |? +kikar got: kikars, but expected |? +decalumen got: decalumen, but expected +charity box got: charity boxs, but expected |es +set-up got: sets-up, but expected +offcome got: offcomes, but expected |? +off-come got: off-comes, but expected |? +inkhosi got: inkhosis, but expected |amakhosi +Britishification got: Britishifications, but expected |? +tympano got: tympanoes, but expected |tympani +baccer got: baccers, but expected |? +serratus got: serratuses, but expected |serrati +glossopalatinus got: glossopalatinuses, but expected |? +palatoglossus got: palatoglossuses, but expected |palatoglossi +hearth tax got: hearth taxs, but expected |es +hen-wife got: hen-wifes, but expected |hen-wives +epizeuxis got: epizeuxises, but expected |epizeuxes +keesh got: keeshes, but expected |? +Ordinary got: Ordinaries, but expected |? +united inch got: united inchs, but expected |es +poioumenon got: poioumenons, but expected |poioumena +balsamarium got: balsamariums, but expected |balsamaria +toxoplasma got: toxoplasmata, but expected +latibulum got: latibulums, but expected |latibula +prov. got: prov.s, but expected |? +yout' got: yout's, but expected |? +TUIO got: TUIOs, but expected |? +mass-energy got: mass-energys, but expected |mass-energies +noxa got: noxae, but expected |? +paxillus got: paxilluses, but expected |paxilli +conservatrix got: conservatrixes, but expected |conservatrices +theatre-in-the-round got: theatre-in-the-rounds, but expected |theatres-in-the-round +consessus got: consessuses, but expected |? +throw-out got: throws-out, but expected |head=[[throw]]-[[out]] +conopeum got: conopeums, but expected |conopea +feely box got: feely boxs, but expected |es +flick-knife got: flick-knifes, but expected |flick-knives +planctus got: planctus, but expected |plancti +pygargus got: pygarguses, but expected |? +XNOR got: XNORs, but expected |? +sinoscopy got: sinoscopies, but expected |? +morosis got: moroses, but expected |? +graphino got: graphinoes, but expected +gagate got: gagates, but expected |? +camus got: camuses, but expected |? +Marielito got: Marielitoes, but expected +pessulus got: pessuluses, but expected |pessuli +samech got: sameches, but expected +stragulum got: stragulums, but expected |stragula +flick-on got: flicks-on, but expected +sponge down got: sponges down, but expected +splash down got: splashes down, but expected +lie-down got: lies-down, but expected |head=[[lie]]-[[down]] +HMIS got: HMISs, but expected |? +Philipino got: Philipinoes, but expected +ride up got: rides up, but expected +pack-up got: packs-up, but expected +mead bench got: mead benchs, but expected |es +wave dash got: wave dashs, but expected |es +titlo got: titloes, but expected +jigo got: jigoes, but expected +chleuasmos got: chleuasmoses, but expected |? +epinikion got: epinikions, but expected |epinikia +sternochondroscapularis got: sternochondroscapularises, but expected |sternochondroscapulares +lat. got: lat.s, but expected |? +whatsis got: whatses, but expected |es +whatsaname got: whatsanames, but expected |? +TMJ got: TMJs, but expected |? +TMD got: TMDs, but expected |? +undercraft got: undercraft, but expected |? +Azkalero got: Azkaleroes, but expected +AJ got: AJs, but expected |? +hamatum got: hamatums, but expected |? +puccalo got: puccaloes, but expected |? +lovo got: lovoes, but expected +deesis got: deeses, but expected |? +meido got: meidoes, but expected |meido|meidos +oligodendroglion got: oligodendroglions, but expected |oligodendroglia +laesura got: laesuras, but expected |laesurae +bleeding tooth fungus got: bleeding tooth funguses, but expected |? +dioxythiophene got: dioxythiophenes, but expected |? +popliteus got: popliteuses, but expected |poplitei +oppressure got: oppressures, but expected |? +ornature got: ornatures, but expected |? +anangeon got: anangeons, but expected |anangea|anageons +peculium got: peculiums, but expected |peculia +antirrhesis got: antirrheses, but expected |? +apodixis got: apodixises, but expected |? +peribolos got: periboloses, but expected |periboloi +apodioxis got: apodioxises, but expected |? +syntheton got: synthetons, but expected |syntheta +praecordia got: praecordias, but expected |? +acoloutha got: acolouthas, but expected |? +refrigerium got: refrigeriums, but expected |? +reticula got: reticulas, but expected |reticulae +asteismus got: asteismuses, but expected |? +serviture got: servitures, but expected |? +sportula got: sportulas, but expected |sportulae +natural language understanding got: natural language understandings, but expected |? +tripudium got: tripudiums, but expected |tripudia +uredo got: uredoes, but expected +VCC got: VCCs, but expected |? +orrorrhÅ“a got: orrorrhÅ“as, but expected |? +isotropisation got: isotropisations, but expected |? +hendecahedron got: hendecahedrons, but expected |hendecahedra +dumb cane got: dumb canes, but expected |? +Vietnamese sandwich got: Vietnamese sandwichs, but expected |es +rule of reason got: rules of reason, but expected |? +rule of recognition got: rules of recognition, but expected |? +semi-elasticity got: semi-elasticitys, but expected |semi-elasticities +gith got: giths, but expected |? +grandfather paradox got: grandfather paradoxs, but expected |es +bootstrap paradox got: bootstrap paradoxs, but expected |es +ædÅ“ology got: ædÅ“ologys, but expected |? +denaskulo got: denaskuloes, but expected |denaskuloj +gynæconitis got: gynæconitises, but expected |? +carbonæmia got: carbonæmias, but expected |? +epimythium got: epimythiums, but expected |epimythia +archæolatry got: archæolatrys, but expected |? +pulvillus got: pulvilluses, but expected |pulvilli +gamification got: gamifications, but expected |? +logopÅ“ia got: logopÅ“ias, but expected |? +delinquincy got: delinquincies, but expected |? +leukhæmia got: leukhæmias, but expected |? +observandum got: observandums, but expected |observanda +pluries got: pluries, but expected |? +anoxæmia got: anoxæmias, but expected |? +antitypy got: antitypies, but expected |? +ponticulus got: ponticuluses, but expected |ponticuli +clavicula got: claviculas, but expected |claviculae +white beech got: white beechs, but expected |es +American beech got: American beechs, but expected |es +inferiority complex got: inferiority complexs, but expected |es +cuspis got: cuspides, but expected |cuspes +deltoideus got: deltoideuses, but expected |deltoidei +metanÅ“a got: metanÅ“as, but expected |? +distincture got: distinctures, but expected |? +fire-crotch got: fire-crotchs, but expected |es +fire crotch got: fire crotchs, but expected |es +cervicalgia got: cervicalgias, but expected |? +wide-on got: wides-on, but expected |head=[[wide]]-[[on]] +unlawful detainer got: unlawful detainers, but expected |? +pastophorus got: pastophoruses, but expected |pastophori +literatus got: literatuses, but expected |literati +mentalis got: mentalises, but expected |? +allÅ“opathy got: allÅ“opathys, but expected |? +trouser cough got: trouser coughs, but expected |? +notandum got: notandums, but expected |notanda +numisma got: numismas, but expected |numismata +didie got: didies, but expected |dies +lanthorn-fly got: lanthorn-flys, but expected |lanthorn-flies +island fox got: island foxs, but expected |es +coast fox got: coast foxs, but expected |es +tamarillo got: tamarilloes, but expected +anæsthesis got: anæsthesises, but expected |? +adelphopoiesis got: adelphopoieses, but expected |? +igumen got: igumen, but expected +hegumen got: hegumen, but expected +mujahed got: mujaheds, but expected |mujahedeen +suppositio got: suppositios, but expected |? +blind stitch got: blind stitchs, but expected |es +spinosaurus got: spinosauruses, but expected |spinosauri +ekklesia got: ekklesias, but expected |ekklesiae +vecture got: vectures, but expected |? +sculptrix got: sculptrixes, but expected |sculptrices +read-through got: reads-through, but expected +bipennis got: bipennises, but expected |? +caetra got: caetras, but expected |caetrae +objectrix got: objectrixes, but expected |objectrices +innovatrix got: innovatrixes, but expected |innovatrices +shishamo got: shishamoes, but expected +pen-and-wash got: pen-and-washs, but expected |pen-and-washes|head=[[pen]]-[[and]]-[[wash]] +investigatrix got: investigatrixes, but expected |investigatrices +instigatrix got: instigatrixes, but expected |instigatrices +oblongum got: oblongums, but expected |oblonga +POMC got: POMCs, but expected |? +right to keep and bear arms got: right to keep and bear armses, but expected |? +submarine pitch got: submarine pitchs, but expected |es +another county heard from got: another county heard froms, but expected |? +Å“nophorum got: Å“nophorums, but expected |? +lapsus linguæ got: lapsus linguæs, but expected |? +mammilla got: mammillas, but expected |mammillae +stÅ“chiology got: stÅ“chiologys, but expected |? +cyberghetto got: cyberghettoes, but expected +pÅ“nology got: pÅ“nologys, but expected |? +photobacterium got: photobacteriums, but expected |photobacteria +melopÅ“ia got: melopÅ“ias, but expected |? +turn-by-turn got: turns-by-turn, but expected |? +mapinguary got: mapinguaries, but expected |? +hematophobia got: hematophobias, but expected |? +overlight got: overlights, but expected |? +130000 +klismos got: klismoses, but expected |klismoi +walky-talky got: walky-talkys, but expected |walky-talkies +affirmatum got: affirmatums, but expected |affirmata +WSRP got: WSRPs, but expected |? +paniolo got: panioloes, but expected +nabal got: nabals, but expected |? +choragus got: choraguses, but expected |choragi +nilas got: nilases, but expected |? +kkoktu got: kkoktus, but expected |? +bachatero got: bachateroes, but expected +PVRI got: PVRIs, but expected |? +splenius got: spleniuses, but expected |splenii +pas-de-deux got: pas-de-deuxs, but expected |head=[[pas]]-[[de]]-[[deux]]|pas-de-deux +begar got: begars, but expected |? +TWAIN got: TWAINs, but expected |? +otorrhÅ“a got: otorrhÅ“as, but expected |? +redbait got: redbaits, but expected |redbait +rhinorrhÅ“a got: rhinorrhÅ“as, but expected |? +cocalero got: cocaleroes, but expected +subendothelium got: subendotheliums, but expected |subendothelia +frikadelle got: frikadelles, but expected |frikadeller|frikadellen +parclo got: parcloes, but expected +yokai got: yokais, but expected |yokai +kidney vetch got: kidney vetchs, but expected |es +loutrophoros got: loutrophoroses, but expected |loutrophoroi +copperworks got: copperworkses, but expected |copperworks +humuhumu got: humuhumus, but expected |? +valet-de-chambre got: valet-de-chambres, but expected |? +Brady Bunch got: Brady Bunchs, but expected |es +rixatrix got: rixatrixes, but expected |rixatrices +synathrÅ“smus got: synathrÅ“smuses, but expected |? +real superhero got: real superheros, but expected |es +rescat got: rescats, but expected |? +reluct got: relucts, but expected |? +cacation got: cacations, but expected |? +hæmatorrhÅ“a got: hæmatorrhÅ“as, but expected |? +cà neva got: cà nevas, but expected |? +geresh got: gereshes, but expected |? +fiddleleaf got: fiddleleaves, but expected +planarium got: planariums, but expected |planaria +daurade got: daurades, but expected |? +minicasino got: minicasinoes, but expected +bozbash got: bozbashes, but expected |? +southern beech got: southern beechs, but expected |es +nelumbo got: nelumboes, but expected +lithops got: lithopses, but expected |lithops +endoneurium got: endoneuriums, but expected |? +acroterium got: acroteriums, but expected |acroteria +UTG got: UTGs, but expected |? +sabo got: saboes, but expected +semidwarf got: semidwarves, but expected +lezbo got: lezboes, but expected +jibarito got: jibaritoes, but expected +cæcity got: cæcitys, but expected |? +biotrophy got: biotrophies, but expected |? +dojocho got: dojochoes, but expected +dutty got: dutties, but expected |? +locofoco got: locofocoes, but expected +cumulostratus got: cumulostratuses, but expected |cumulostrati +nom-de-plume got: nom-de-plumes, but expected |noms-de-plume +xyrospasm got: xyrospasms, but expected |? +Å“sophagospasm got: Å“sophagospasms, but expected |? +bewriting got: bewritings, but expected |? +hypnopædia got: hypnopædias, but expected |? +xenodocheion got: xenodocheions, but expected |xenodocheia +zamouse got: zamice, but expected +Aristarch got: Aristarches, but expected +ischiocavernosus got: ischiocavernosuses, but expected |ischiocavernosi +4ktro got: 4ktroes, but expected +aard-wolf got: aard-wolfs, but expected |aard-wolves +xiaolongbao got: xiaolongbaos, but expected |xiaolongbao +lagopus got: lagopuses, but expected |lagopodes +direct-current got: direct-currents, but expected |? +thriambus got: thriambuses, but expected |thriambi +gtt got: gtts, but expected |gtt +one too many got: one too manys, but expected |? +diÅ“strus got: diÅ“struses, but expected |? +egg squash got: egg squashs, but expected |es +climb down got: climbs down, but expected +climb-down got: climbs-down, but expected |head=[[climb]][[-]][[down]] +subepoch got: subepoches, but expected +otakukin got: otakukins, but expected |otakukin +zoocytium got: zoocytiums, but expected |zoocytia +zona radiata got: zona radiatas, but expected |? +Å“sypum got: Å“sypums, but expected |? +oesypum got: oesypums, but expected |? +fakelaki got: fakelakis, but expected |fakelaki +alc got: alcs, but expected |? +gladite got: gladites, but expected |? +froyo got: froyoes, but expected +pile on got: piles on, but expected +nonda got: nondas, but expected |? +sign-out got: signs-out, but expected |head=[[sign]]-[[out]] +mejiro got: mejiroes, but expected +number six got: number sixs, but expected |es +stone loach got: stone loachs, but expected |es +quarterpace got: quarterpaces, but expected |? +dysaemia got: dysaemias, but expected |? +haemorrhagia got: haemorrhagias, but expected |? +hidden tax got: hidden taxs, but expected |es +yellowshanks got: yellowshankses, but expected |yellowshanks +nupur got: nupurs, but expected |? +pra got: pras, but expected |? +kafal got: kafals, but expected |? +McQuary limit got: McQuary limits, but expected |? +understratum got: understratums, but expected |understrata +wayzegoose got: wayzegeese, but expected +why-not got: why-nots, but expected |head=[[why]]-[[not]]|? +orlay got: orlays, but expected |? +arbitratrix got: arbitratrixes, but expected |arbitratrices +Conté got: Contés, but expected |? +Gida got: Gidas, but expected |? +Vismin got: Vismins, but expected |? +polysporangium got: polysporangiums, but expected |polysporangia +polyonomy got: polyonomies, but expected |? +dosado got: dosadoes, but expected +smokey got: smokeys, but expected |smokies +sizz got: *sizzes, but expected |es +municipalidad got: municipalidads, but expected |municipalidades +zoom box got: zoom boxs, but expected |es +lucumo got: lucumoes, but expected +cucullus got: cuculluses, but expected |cuculli +tinworks got: tinworkses, but expected |tinworks +ukiyoe got: ukiyoes, but expected |ukiyoe +prytanis got: prytanes, but expected |prytaneis +hazlenut got: hazlenuts, but expected |? +postal box got: postal boxs, but expected |es +disprofit got: disprofits, but expected |? +hyer got: hyers, but expected |? +lay of the land got: lay of the lands, but expected |? +lie of the land got: lie of the lands, but expected |? +pis aller got: pis allers, but expected |? +brachioradialis got: brachioradialises, but expected |? +crash gearbox got: crash gearboxs, but expected |es +Botocudo got: Botocudoes, but expected +pangasius got: pangasiuses, but expected |pangasia +microfocus got: microfocuses, but expected |microfoci +timbalero got: timbaleroes, but expected +line-up got: lines-up, but expected +umuzungu got: umuzungus, but expected |abazungu|bazungu +uchi-deshi got: uchi-deshis, but expected |uchi-deshi +mancosus got: mancosuses, but expected |? +decreet-arbitral got: decreet-arbitrals, but expected |? +stinkeye got: stinkeyes, but expected |? +Kitchener stitch got: Kitchener stitchs, but expected |es +dip stitch got: dip stitchs, but expected |es +CLS got: CLSs, but expected |? +CIL got: CILs, but expected |? +he-wolf got: he-wolfs, but expected |he-wolves +contributrix got: contributrixes, but expected |contributrices +URT got: URTs, but expected |? +white spirit got: white spirits, but expected |? +antiscion got: antiscions, but expected |antiscia +do-goodery got: do-gooderys, but expected |do-gooderies +shumai got: shumais, but expected |shumai +nonego got: nonegoes, but expected +AY got: AYs, but expected |? +shamoji got: shamojis, but expected |shamoji +epiphlÅ“um got: epiphlÅ“ums, but expected |? +epicÅ“le got: epicÅ“les, but expected |? +tetraptych got: tetraptyches, but expected +orvieto got: orvietoes, but expected +pihoihoi got: pihoihois, but expected |pihoihoi +minister-president got: minister-presidents, but expected |head=[[minister]]-[[president]]|ministers-president +sarissophoros got: sarissophoroses, but expected |sarissophoroi +prodromos got: prodromoses, but expected |prodromoi +cambro got: cambroes, but expected +Klarogo got: Klarogoes, but expected +kamado got: kamadoes, but expected |s|kamado +135000 +tophus got: tophuses, but expected |tophi +vlodavetsite got: vlodavetsites, but expected |? +zapatalite got: zapatalites, but expected |? +zemannite got: zemannites, but expected |? +zincrosasite got: zincrosasites, but expected |? +zincroselite got: zincroselites, but expected |? +zirsinalite got: zirsinalites, but expected |? +yushkinite got: yushkinites, but expected |? +zirklerite got: zirklerites, but expected |? +zincostaurolite got: zincostaurolites, but expected |? +zincovoltaite got: zincovoltaites, but expected |? +zincospiroffite got: zincospiroffites, but expected |? +yuanjiangite got: yuanjiangites, but expected |? +zincaluminite got: zincaluminites, but expected |? +yugawaralite got: yugawaralites, but expected |? +yuanfuliite got: yuanfuliites, but expected |? +yoshiokaite got: yoshiokaites, but expected |? +yoshimuraite got: yoshimuraites, but expected |? +yofortierite got: yofortierites, but expected |? +yoderite got: yoderites, but expected |? +yixunite got: yixunites, but expected |? +yingjiangite got: yingjiangites, but expected |? +yimengite got: yimengites, but expected |? +yedlinite got: yedlinites, but expected |? +yecoraite got: yecoraites, but expected |? +yeatmanite got: yeatmanites, but expected |? +yavapaiite got: yavapaiites, but expected |? +yarrowite got: yarrowites, but expected |? +yakhontovite got: yakhontovites, but expected |? +yagiite got: yagiites, but expected |? +yanomamite got: yanomamites, but expected |? +yaroslavite got: yaroslavites, but expected |? +yafsoanite got: yafsoanites, but expected |? +wycheproofite got: wycheproofites, but expected |? +woodwardite got: woodwardites, but expected |? +wakabayashilite got: wakabayashilites, but expected |? +wheatleyite got: wheatleyites, but expected |? +woodallite got: woodallites, but expected |? +wallkilldellite got: wallkilldellites, but expected |? +wyllieite got: wyllieites, but expected |? +westerveldite got: westerveldites, but expected |? +vistepite got: vistepites, but expected |? +voglite got: voglites, but expected |? +vinogradovite got: vinogradovites, but expected |? +vochtenite got: vochtenites, but expected |? +wicksite got: wicksites, but expected |? +wilcoxite got: wilcoxites, but expected |? +vladimirite got: vladimirites, but expected |? +willemseite got: willemseites, but expected |? +vismirnovite got: vismirnovites, but expected |? +vlasovite got: vlasovites, but expected |? +wilhelmvierlingite got: wilhelmvierlingites, but expected |? +volynskite got: volynskites, but expected |? +virgilite got: virgilites, but expected |? +voltaite got: voltaites, but expected |? +wickenburgite got: wickenburgites, but expected |? +wattevillite got: wattevillites, but expected |? +waylandite got: waylandites, but expected |? +norrishite got: norrishites, but expected |? +osarsite got: osarsites, but expected |? +palladoarsenide got: palladoarsenides, but expected |? +oenite got: oenites, but expected |? +natalyite got: natalyites, but expected |? +nanpingite got: nanpingites, but expected |? +nefedovite got: nefedovites, but expected |? +nisbite got: nisbites, but expected |? +neltnerite got: neltnerites, but expected |? +altisite got: altisites, but expected |? +bearsite got: bearsites, but expected |? +anthonyite got: anthonyites, but expected |? +anorthominasragrite got: anorthominasragrites, but expected |? +baricite got: baricites, but expected |? +beaverite got: beaverites, but expected |? +avogadrite got: avogadrites, but expected |? +aminoffite got: aminoffites, but expected |? +apjohnite got: apjohnites, but expected |? +bayleyite got: bayleyites, but expected |? +baylissite got: baylissites, but expected |? +behoite got: behoites, but expected |? +arsenogorceixite got: arsenogorceixites, but expected |? +quenselite got: quenselites, but expected |? +queitite got: queitites, but expected |? +serendibite got: serendibites, but expected |? +springcreekite got: springcreekites, but expected |? +srilankite got: srilankites, but expected |? +stanleyite got: stanleyites, but expected |? +stottite got: stottites, but expected |? +szaibelyite got: szaibelyites, but expected |? +szenicsite got: szenicsites, but expected |? +szymanskiite got: szymanskiites, but expected |? +tavorite got: tavorites, but expected |? +taimyrite got: taimyrites, but expected |? +tengchongite got: tengchongites, but expected |? +telargpalite got: telargpalites, but expected |? +threadgoldite got: threadgoldites, but expected |? +tinsleyite got: tinsleyites, but expected |? +tugarinovite got: tugarinovites, but expected |? +uralolite got: uralolites, but expected |? +tsumgallite got: tsumgallites, but expected |? +tsumcorite got: tsumcorites, but expected |? +tsumoite got: tsumoites, but expected |? +tooeleite got: tooeleites, but expected |? +trabzonite got: trabzonites, but expected |? +uranpyrochlore got: uranpyrochlores, but expected |? +tilleyite got: tilleyites, but expected |? +thorutite got: thorutites, but expected |? +tilasite got: tilasites, but expected |? +thorogummite got: thorogummites, but expected |? +telluropalladinite got: telluropalladinites, but expected |? +tuliokite got: tuliokites, but expected |? +tiptopite got: tiptopites, but expected |? +turkestanite got: turkestanites, but expected |? +ternesite got: ternesites, but expected |? +tegengrenite got: tegengrenites, but expected |? +uranotungstite got: uranotungstites, but expected |? +uvanite got: uvanites, but expected |? +utahite got: utahites, but expected |? +ushkovite got: ushkovites, but expected |? +turanite got: turanites, but expected |? +telyushenkoite got: telyushenkoites, but expected |? +symplesite got: symplesites, but expected |? +tellurohauchecornite got: tellurohauchecornites, but expected |? +vikingite got: vikingites, but expected |? +walfordite got: walfordites, but expected |? +wilkinsonite got: wilkinsonites, but expected |? +vimsite got: vimsites, but expected |? +villyaellenite got: villyaellenites, but expected |? +vergasovaite got: vergasovaites, but expected |? +wilhelmramsayite got: wilhelmramsayites, but expected |? +wroewolfeite got: wroewolfeites, but expected |? +vanalite got: vanalites, but expected |? +tyretskite got: tyretskites, but expected |? +umbozerite got: umbozerites, but expected |? +vyacheslavite got: vyacheslavites, but expected |? +varulite got: varulites, but expected |? +vanuralite got: vanuralites, but expected |? +uranosilite got: uranosilites, but expected |? +tvedalite got: tvedalites, but expected |? +tuzlaite got: tuzlaites, but expected |? +ungemachite got: ungemachites, but expected |? +tsaregorodtsevite got: tsaregorodtsevites, but expected |? +velikite got: velikites, but expected |? +tristramite got: tristramites, but expected |? +urancalcarite got: urancalcarites, but expected |? +truscottite got: truscottites, but expected |? +trilithionite got: trilithionites, but expected |? +trogtalite got: trogtalites, but expected |? +trigonite got: trigonites, but expected |? +vandendriesscheite got: vandendriesscheites, but expected |? +vanmeersscheite got: vanmeersscheites, but expected |? +vandenbrandeite got: vandenbrandeites, but expected |? +vanoxite got: vanoxites, but expected |? +ursilite got: ursilites, but expected |? +trolleite got: trolleites, but expected |? +tschernichite got: tschernichites, but expected |? +uytenbogaardtite got: uytenbogaardtites, but expected |? +sadanagaite got: sadanagaites, but expected |? +sclarite got: sclarites, but expected |? +schneebergite got: schneebergites, but expected |? +satpaevite got: satpaevites, but expected |? +althausite got: althausites, but expected |? +carbokentbrooksite got: carbokentbrooksites, but expected |? +cattiite got: cattiites, but expected |? +cesanite got: cesanites, but expected |? +collinsite got: collinsites, but expected |? +edgarbaileyite got: edgarbaileyites, but expected |? +cuprosklodowskite got: cuprosklodowskites, but expected |? +dietzeite got: dietzeites, but expected |? +quadratite got: quadratites, but expected |? +ixiolite got: ixiolites, but expected |? +izoklakeite got: izoklakeites, but expected |? +johannsenite got: johannsenites, but expected |? +kinichilite got: kinichilites, but expected |? +kolovratite got: kolovratites, but expected |? +ktenasite got: ktenasites, but expected |? +jixianite got: jixianites, but expected |? +johnbaumite got: johnbaumites, but expected |? +kalipyrochlore got: kalipyrochlores, but expected |? +joesmithite got: joesmithites, but expected |? +jeromite got: jeromites, but expected |? +kamchatkite got: kamchatkites, but expected |? +kryzhanovskite got: kryzhanovskites, but expected |? +kupcikite got: kupcikites, but expected |? +kupletskite got: kupletskites, but expected |? +korzhinskite got: korzhinskites, but expected |? +khanneshite got: khanneshites, but expected |? +keyite got: keyites, but expected |? +kanonerovite got: kanonerovites, but expected |? +kvanefjeldite got: kvanefjeldites, but expected |? +kanonaite got: kanonaites, but expected |? +kampfite got: kampfites, but expected |? +kuranakhite got: kuranakhites, but expected |? +kurchatovite got: kurchatovites, but expected |? +kentbrooksite got: kentbrooksites, but expected |? +johninnesite got: johninnesites, but expected |? +kuznetsovite got: kuznetsovites, but expected |? +klyuchevskite got: klyuchevskites, but expected |? +kasolite got: kasolites, but expected |? +johntomaite got: johntomaites, but expected |? +jeremejevite got: jeremejevites, but expected |? +johachidolite got: johachidolites, but expected |? +jinshajiangite got: jinshajiangites, but expected |? +khinite got: khinites, but expected |? +jolliffeite got: jolliffeites, but expected |? +jonesite got: jonesites, but expected |? +smithite got: smithites, but expected |? +liskeardite got: liskeardites, but expected |? +manandonite got: manandonites, but expected |? +mammothite got: mammothites, but expected |? +mandarinoite got: mandarinoites, but expected |? +jianshuiite got: jianshuiites, but expected |? +johillerite got: johillerites, but expected |? +lamprophyllite got: lamprophyllites, but expected |? +landesite got: landesites, but expected |? +landauite got: landauites, but expected |? +kribergite got: kribergites, but expected |? +kristiansenite got: kristiansenites, but expected |? +koenenite got: koenenites, but expected |? +kawazulite got: kawazulites, but expected |? +kieftite got: kieftites, but expected |? +iwakiite got: iwakiites, but expected |? +keckite got: keckites, but expected |? +kashinite got: kashinites, but expected |? +laueite got: laueites, but expected |? +kegelite got: kegelites, but expected |? +kazakhstanite got: kazakhstanites, but expected |? +jeppeite got: jeppeites, but expected |? +kornite got: kornites, but expected |? +laurionite got: laurionites, but expected |? +laurelite got: laurelites, but expected |? +lawsonbauerite got: lawsonbauerites, but expected |? +makovickyite got: makovickyites, but expected |? +lazarenkoite got: lazarenkoites, but expected |? +liebauite got: liebauites, but expected |? +lavrentievite got: lavrentievites, but expected |? +lawrencite got: lawrencites, but expected |? +mallestigite got: mallestigites, but expected |? +liebenbergite got: liebenbergites, but expected |? +lourenswalsite got: lourenswalsites, but expected |? +manganbabingtonite got: manganbabingtonites, but expected |? +manganbelyankinite got: manganbelyankinites, but expected |? +magnesiodumortierite got: magnesiodumortierites, but expected |? +magnesiokatophorite got: magnesiokatophorites, but expected |? +magnesiosadanagaite got: magnesiosadanagaites, but expected |? +magnesiostaurolite got: magnesiostaurolites, but expected |? +mcconnellite got: mcconnellites, but expected |? +mcgillite got: mcgillites, but expected |? +mcguinnessite got: mcguinnessites, but expected |? +mckinstryite got: mckinstryites, but expected |? +mcgovernite got: mcgovernites, but expected |? +mcnearite got: mcnearites, but expected |? +mcauslanite got: mcauslanites, but expected |? +mcalpineite got: mcalpineites, but expected |? +mcallisterite got: mcallisterites, but expected |? +mathewrogersite got: mathewrogersites, but expected |? +metavandendriesscheite got: metavandendriesscheites, but expected |? +metavanmeersscheite got: metavanmeersscheites, but expected |? +metatyuyamunite got: metatyuyamunites, but expected |? +mpororoite got: mpororoites, but expected |? +nickellotharmeyerite got: nickellotharmeyerites, but expected |? +paracoquimbite got: paracoquimbites, but expected |? +pararammelsbergite got: pararammelsbergites, but expected |? +penfieldite got: penfieldites, but expected |? +penkvilksite got: penkvilksites, but expected |? +orthominasragrite got: orthominasragrites, but expected |? +phaunouxite got: phaunouxites, but expected |? +piypite got: piypites, but expected |? +potassicsadanagaite got: potassicsadanagaites, but expected |? +poldervaartite got: poldervaartites, but expected |? +petscheckite got: petscheckites, but expected |? +phosphoellenbergerite got: phosphoellenbergerites, but expected |? +potassicpargasite got: potassicpargasites, but expected |? +potassicleakeite got: potassicleakeites, but expected |? +parasibirskite got: parasibirskites, but expected |? +parabariomicrolite got: parabariomicrolites, but expected |? +proudite got: proudites, but expected |? +parasymplesite got: parasymplesites, but expected |? +penobsquisite got: penobsquisites, but expected |? +pellyite got: pellyites, but expected |? +pyroxmangite got: pyroxmangites, but expected |? +radhakrishnaite got: radhakrishnaites, but expected |? +phosphovanadylite got: phosphovanadylites, but expected |? +preobrazhenskite got: preobrazhenskites, but expected |? +phosphowalpurgite got: phosphowalpurgites, but expected |? +sphaerobertrandite got: sphaerobertrandites, but expected |? +thorbastnasite got: thorbastnasites, but expected |? +thoreaulite got: thoreaulites, but expected |? +veszelyite got: veszelyites, but expected |? +tischendorfite got: tischendorfites, but expected |? +swedenborgite got: swedenborgites, but expected |? +sweetite got: sweetites, but expected |? +thorosteenstrupine got: thorosteenstrupines, but expected |? +voggite got: voggites, but expected |? +vigezzite got: vigezzites, but expected |? +svyazhinite got: svyazhinites, but expected |? +tsugaruite got: tsugaruites, but expected |? +villamaninite got: villamaninites, but expected |? +sveite got: sveites, but expected |? +svyatoslavite got: svyatoslavites, but expected |? +sverigeite got: sverigeites, but expected |? +svabite got: svabites, but expected |? +susannite got: susannites, but expected |? +suzukiite got: suzukiites, but expected |? +vonbezingite got: vonbezingites, but expected |? +watkinsonite got: watkinsonites, but expected |? +vysotskite got: vysotskites, but expected |? +vyalsovite got: vyalsovites, but expected |? +vuorelainenite got: vuorelainenites, but expected |? +tetraferroplatinum got: tetraferroplatinums, but expected |? +tertschite got: tertschites, but expected |? +synadelphite got: synadelphites, but expected |? +wallisite got: wallisites, but expected |? +strontiojoaquinite got: strontiojoaquinites, but expected |? +djerfisherite got: djerfisherites, but expected |? +akrochordite got: akrochordites, but expected |? +aktashite got: aktashites, but expected |? +alacranite got: alacranites, but expected |? +albrechtschraufite got: albrechtschraufites, but expected |? +aldermanite got: aldermanites, but expected |? +bobfergusonite got: bobfergusonites, but expected |? +allargentum got: allargentums, but expected |? +allactite got: allactites, but expected |? +allabogdanite got: allabogdanites, but expected |? +aleksite got: aleksites, but expected |? +panunzite got: panunzites, but expected |? +leadamalgam got: leadamalgams, but expected |? +jarlite got: jarlites, but expected |? +jasmundite got: jasmundites, but expected |? +suanite got: suanites, but expected |? +panasqueiraite got: panasqueiraites, but expected |? +strunzite got: strunzites, but expected |? +surite got: surites, but expected |? +alumopharmacosiderite got: alumopharmacosiderites, but expected |? +roselite got: roselites, but expected |? +reidite got: reidites, but expected |? +raite got: raites, but expected |? +paxite got: paxites, but expected |? +pekoite got: pekoites, but expected |? +nealite got: nealites, but expected |? +nickelschneebergite got: nickelschneebergites, but expected |? +neyite got: neyites, but expected |? +mundite got: mundites, but expected |? +iridarsenite got: iridarsenites, but expected |? +isoferroplatinum got: isoferroplatinums, but expected |? +ferrokentbrooksite got: ferrokentbrooksites, but expected |? +manganokhomyakovite got: manganokhomyakovites, but expected |? +paraguanajuatite got: paraguanajuatites, but expected |? +atokite got: atokites, but expected |? +alumoklyuchevskite got: alumoklyuchevskites, but expected |? +althupite got: althupites, but expected |? +amakinite got: amakinites, but expected |? +alvanite got: alvanites, but expected |? +alumotungstite got: alumotungstites, but expected |? +ammonioalunite got: ammonioalunites, but expected |? +arsenbrackebuschite got: arsenbrackebuschites, but expected |? +arsenohauchecornite got: arsenohauchecornites, but expected |? +babefphite got: babefphites, but expected |? +ammoniojarosite got: ammoniojarosites, but expected |? +almarudite got: almarudites, but expected |? +aplowite got: aplowites, but expected |? +anyuiite got: anyuiites, but expected |? +argentopentlandite got: argentopentlandites, but expected |? +antimonpearceite got: antimonpearceites, but expected |? +antarcticite got: antarcticites, but expected |? +ansermetite got: ansermetites, but expected |? +asbolane got: asbolanes, but expected |? +aschamalmite got: aschamalmites, but expected |? +ammonioborite got: ammonioborites, but expected |? +andremeyerite got: andremeyerites, but expected |? +wupatkiite got: wupatkiites, but expected |? +wilhelmkleinite got: wilhelmkleinites, but expected |? +trechmannite got: trechmannites, but expected |? +ungarettiite got: ungarettiites, but expected |? +uralborite got: uralborites, but expected |? +trippkeite got: trippkeites, but expected |? +tulameenite got: tulameenites, but expected |? +tumchaite got: tumchaites, but expected |? +turtmannite got: turtmannites, but expected |? +twinnite got: twinnites, but expected |? +tungusite got: tungusites, but expected |? +uranmicrolite got: uranmicrolites, but expected |? +trembathite got: trembathites, but expected |? +tripuhyite got: tripuhyites, but expected |? +vanadomalayaite got: vanadomalayaites, but expected |? +valleriite got: valleriites, but expected |? +uzonite got: uzonites, but expected |? +urvantsevite got: urvantsevites, but expected |? +vanadiocarpholite got: vanadiocarpholites, but expected |? +vanadiumdravite got: vanadiumdravites, but expected |? +uvite got: uvites, but expected |? +verplanckite got: verplanckites, but expected |? +wegscheiderite got: wegscheiderites, but expected |? +weeksite got: weeksites, but expected |? +volkovskite got: volkovskites, but expected |? +volkonskoite got: volkonskoites, but expected |? +vonsenite got: vonsenites, but expected |? +vajdakite got: vajdakites, but expected |? +viaeneite got: viaeneites, but expected |? +vuonnemite got: vuonnemites, but expected |? +wairakite got: wairakites, but expected |? +wairauite got: wairauites, but expected |? +vuagnatite got: vuagnatites, but expected |? +walthierite got: walthierites, but expected |? +verbeekite got: verbeekites, but expected |? +vihorlatite got: vihorlatites, but expected |? +vinciennite got: vinciennites, but expected |? +wardsmithite got: wardsmithites, but expected |? +walentaite got: walentaites, but expected |? +wadeite got: wadeites, but expected |? +warikahnite got: warikahnites, but expected |? +wawayandaite got: wawayandaites, but expected |? +weberite got: weberites, but expected |? +weinebeneite got: weinebeneites, but expected |? +walstromite got: walstromites, but expected |? +weissbergite got: weissbergites, but expected |? +wendwilsonite got: wendwilsonites, but expected |? +usovite got: usovites, but expected |? +ustarasite got: ustarasites, but expected |? +varennesite got: varennesites, but expected |? +vashegyite got: vashegyites, but expected |? +wermlandite got: wermlandites, but expected |? +watanabeite got: watanabeites, but expected |? +watatsumiite got: watatsumiites, but expected |? +wherryite got: wherryites, but expected |? +whitmoreite got: whitmoreites, but expected |? +wickmanite got: wickmanites, but expected |? +wenkite got: wenkites, but expected |? +willhendersonite got: willhendersonites, but expected |? +winchite got: winchites, but expected |? +wiserite got: wiserites, but expected |? +widenmannite got: widenmannites, but expected |? +wooldridgeite got: wooldridgeites, but expected |? +woodruffite got: woodruffites, but expected |? +woodhouseite got: woodhouseites, but expected |? +wonesite got: wonesites, but expected |? +wolfeite got: wolfeites, but expected |? +wightmanite got: wightmanites, but expected |? +winstanleyite got: winstanleyites, but expected |? +wittite got: wittites, but expected |? +wittichenite got: wittichenites, but expected |? +weibullite got: weibullites, but expected |? +willyamite got: willyamites, but expected |? +wilkmanite got: wilkmanites, but expected |? +wattersite got: wattersites, but expected |? +weishanite got: weishanites, but expected |? +werdingite got: werdingites, but expected |? +wesselsite got: wesselsites, but expected |? +uranospathite got: uranospathites, but expected |? +uramphite got: uramphites, but expected |? +urusovite got: urusovites, but expected |? +uranocircite got: uranocircites, but expected |? +stumpflite got: stumpflites, but expected |? +sudovikovite got: sudovikovites, but expected |? +sturmanite got: sturmanites, but expected |? +sudburyite got: sudburyites, but expected |? +sudoite got: sudoites, but expected |? +studenitsite got: studenitsites, but expected |? +strontiochevkinite got: strontiochevkinites, but expected |? +strontiodresserite got: strontiodresserites, but expected |? +strontioginorite got: strontioginorites, but expected |? +strontioborite got: strontioborites, but expected |? +strontiomelane got: strontiomelanes, but expected |? +theoparacelsite got: theoparacelsites, but expected |? +sursassite got: sursassites, but expected |? +swaknoite got: swaknoites, but expected |? +surinamite got: surinamites, but expected |? +sulphotsumoite got: sulphotsumoites, but expected |? +symesite got: symesites, but expected |? +tlalocite got: tlalocites, but expected |? +tlapallite got: tlapallites, but expected |? +tyrrellite got: tyrrellites, but expected |? +tychite got: tychites, but expected |? +takeuchiite got: takeuchiites, but expected |? +tikhonenkovite got: tikhonenkovites, but expected |? +teschemacherite got: teschemacherites, but expected |? +barytolamprophyllite got: barytolamprophyllites, but expected |? +alumohydrocalcite got: alumohydrocalcites, but expected |? +basaluminite got: basaluminites, but expected |? +kuzminite got: kuzminites, but expected |? +kuzelite got: kuzelites, but expected |? +lacroixite got: lacroixites, but expected |? +lishizhenite got: lishizhenites, but expected |? +lanmuchangite got: lanmuchangites, but expected |? +langite got: langites, but expected |? +kurumsakite got: kurumsakites, but expected |? +kusachiite got: kusachiites, but expected |? +kukisvumite got: kukisvumites, but expected |? +krettnichite got: krettnichites, but expected |? +kullerudite got: kullerudites, but expected |? +macquartite got: macquartites, but expected |? +kurgantaite got: kurgantaites, but expected |? +kuramite got: kuramites, but expected |? +lindqvistite got: lindqvistites, but expected |? +krupkaite got: krupkaites, but expected |? +larderellite got: larderellites, but expected |? +kittatinnyite got: kittatinnyites, but expected |? +kitkaite got: kitkaites, but expected |? +kirkiite got: kirkiites, but expected |? +kladnoite got: kladnoites, but expected |? +kleemanite got: kleemanites, but expected |? +klebelsbergite got: klebelsbergites, but expected |? +kleinite got: kleinites, but expected |? +kipushite got: kipushites, but expected |? +koktaite got: koktaites, but expected |? +koashvite got: koashvites, but expected |? +kingsmountite got: kingsmountites, but expected |? +kolfanite got: kolfanites, but expected |? +korshunovskite got: korshunovskites, but expected |? +kosmochlor got: kosmochlors, but expected |? +kolwezite got: kolwezites, but expected |? +korobitsynite got: korobitsynites, but expected |? +ludjibaite got: ludjibaites, but expected |? +krauskopfite got: krauskopfites, but expected |? +franklinfurnaceite got: franklinfurnaceites, but expected |? +frankdicksonite got: frankdicksonites, but expected |? +franklinphilite got: franklinphilites, but expected |? +fuenzalidaite got: fuenzalidaites, but expected |? +furutobeite got: furutobeites, but expected |? +freedite got: freedites, but expected |? +friedrichite got: friedrichites, but expected |? +frolovite got: frolovites, but expected |? +galenobismutite got: galenobismutites, but expected |? +galileiite got: galileiites, but expected |? +gallobeudantite got: gallobeudantites, but expected |? +gananite got: gananites, but expected |? +geikielite got: geikielites, but expected |? +geminite got: geminites, but expected |? +greifensteinite got: greifensteinites, but expected |? +gaidonnayite got: gaidonnayites, but expected |? +gainesite got: gainesites, but expected |? +gruzdevite got: gruzdevites, but expected |? +guanajuatite got: guanajuatites, but expected |? +grumiplucite got: grumiplucites, but expected |? +gaotaiite got: gaotaiites, but expected |? +gowerite got: gowerites, but expected |? +goyazite got: goyazites, but expected |? +gabrielsonite got: gabrielsonites, but expected |? +gageite got: gageites, but expected |? +frohbergite got: frohbergites, but expected |? +furongite got: furongites, but expected |? +goudeyite got: goudeyites, but expected |? +gottlobite got: gottlobites, but expected |? +gottardiite got: gottardiites, but expected |? +gatehouseite got: gatehouseites, but expected |? +gamagarite got: gamagarites, but expected |? +frondelite got: frondelites, but expected |? +giorgiosite got: giorgiosites, but expected |? +grechishchevite got: grechishchevites, but expected |? +grattarolaite got: grattarolaites, but expected |? +foggite got: foggites, but expected |? +foitite got: foitites, but expected |? +foordite got: foordites, but expected |? +fontanite got: fontanites, but expected |? +filipstadite got: filipstadites, but expected |? +fischesserite got: fischesserites, but expected |? +flagstaffite got: flagstaffites, but expected |? +fibroferrite got: fibroferrites, but expected |? +fluckite got: fluckites, but expected |? +erniggliite got: erniggliites, but expected |? +erdite got: erdites, but expected |? +erlichmanite got: erlichmanites, but expected |? +ernienickelite got: ernienickelites, but expected |? +ertixiite got: ertixiites, but expected |? +emeleusite got: emeleusites, but expected |? +ericaite got: ericaites, but expected |? +eskimoite got: eskimoites, but expected |? +erythrosiderite got: erythrosiderites, but expected |? +esperanzaite got: esperanzaites, but expected |? +esseneite got: esseneites, but expected |? +englishite got: englishites, but expected |? +emmonsite got: emmonsites, but expected |? +emilite got: emilites, but expected |? +embreyite got: embreyites, but expected |? +endellite got: endellites, but expected |? +eveite got: eveites, but expected |? +eveslogite got: eveslogites, but expected |? +falcondoite got: falcondoites, but expected |? +famatinite got: famatinites, but expected |? +fangite got: fangites, but expected |? +farringtonite got: farringtonites, but expected |? +faustite got: faustites, but expected |? +ferronickelplatinum got: ferronickelplatinums, but expected |? +ezcurrite got: ezcurrites, but expected |? +eztlite got: eztlites, but expected |? +feklichevite got: feklichevites, but expected |? +felbertalite got: felbertalites, but expected |? +fettelite got: fettelites, but expected |? +fetiasite got: fetiasites, but expected |? +dadsonite got: dadsonites, but expected |? +cuzticite got: cuzticites, but expected |? +cyrilovite got: cyrilovites, but expected |? +cupromakovickyite got: cupromakovickyites, but expected |? +davyne got: davynes, but expected |? +davreuxite got: davreuxites, but expected |? +danielsite got: danielsites, but expected |? +dalyite got: dalyites, but expected |? +daomanite got: daomanites, but expected |? +dashkovaite got: dashkovaites, but expected |? +davanite got: davanites, but expected |? +despujolsite got: despujolsites, but expected |? +deerite got: deerites, but expected |? +defernite got: defernites, but expected |? +damiaoite got: damiaoites, but expected |? +demesmaekerite got: demesmaekerites, but expected |? +dewindtite got: dewindtites, but expected |? +diaoyudaoite got: diaoyudaoites, but expected |? +desautelsite got: desautelsites, but expected |? +dessauite got: dessauites, but expected |? +cumengite got: cumengites, but expected |? +coyoteite got: coyoteites, but expected |? +cowlesite got: cowlesites, but expected |? +cualstibite got: cualstibites, but expected |? +cronusite got: cronusites, but expected |? +coquandite got: coquandites, but expected |? +coparsite got: coparsites, but expected |? +colquiriite got: colquiriites, but expected |? +colusite got: colusites, but expected |? +compreignacite got: compreignacites, but expected |? +cookeite got: cookeites, but expected |? +coombsite got: coombsites, but expected |? +cobalttsumcorite got: cobalttsumcorites, but expected |? +cobaltlotharmeyerite got: cobaltlotharmeyerites, but expected |? +corkite got: corkites, but expected |? +congolite got: congolites, but expected |? +dozyite got: dozyites, but expected |? +downeyite got: downeyites, but expected |? +doyleite got: doyleites, but expected |? +dravite got: dravites, but expected |? +dixenite got: dixenites, but expected |? +drugmanite got: drugmanites, but expected |? +dresserite got: dresserites, but expected |? +dittmarite got: dittmarites, but expected |? +diomignite got: diomignites, but expected |? +dolerophanite got: dolerophanites, but expected |? +dinite got: dinites, but expected |? +deanesmithite got: deanesmithites, but expected |? +dwornikite got: dwornikites, but expected |? +dzharkenite got: dzharkenites, but expected |? +dzhalindite got: dzhalindites, but expected |? +clinojimthompsonite got: clinojimthompsonites, but expected |? +chvilevaite got: chvilevaites, but expected |? +cejkaite got: cejkaites, but expected |? +bohdanowiczite got: bohdanowiczites, but expected |? +bezsmertnovite got: bezsmertnovites, but expected |? +azoproite got: azoproites, but expected |? +argentotennantite got: argentotennantites, but expected |? +alluaivite got: alluaivites, but expected |? +amesite got: amesites, but expected |? +batisite got: batisites, but expected |? +amarantite got: amarantites, but expected |? +alleghanyite got: alleghanyites, but expected |? +alumotantite got: alumotantites, but expected |? +angelellite got: angelellites, but expected |? +angelaite got: angelaites, but expected |? +arakiite got: arakiites, but expected |? +arsendescloizite got: arsendescloizites, but expected |? +bazhenovite got: bazhenovites, but expected |? +blixite got: blixites, but expected |? +boussingaultite got: boussingaultites, but expected |? +brabantite got: brabantites, but expected |? +bikitaite got: bikitaites, but expected |? +bigcreekite got: bigcreekites, but expected |? +bieberite got: bieberites, but expected |? +bassetite got: bassetites, but expected |? +batiferrite got: batiferrites, but expected |? +becquerelite got: becquerelites, but expected |? +bederite got: bederites, but expected |? +biringuccite got: biringuccites, but expected |? +biphosphammite got: biphosphammites, but expected |? +bindheimite got: bindheimites, but expected |? +boothite got: boothites, but expected |? +behierite got: behierites, but expected |? +bementite got: bementites, but expected |? +bokite got: bokites, but expected |? +beidellite got: beidellites, but expected |? +belendorffite got: belendorffites, but expected |? +bechererite got: bechererites, but expected |? +bearthite got: bearthites, but expected |? +boggsite got: boggsites, but expected |? +bonshtedtite got: bonshtedtites, but expected |? +brodtkorbite got: brodtkorbites, but expected |? +bultfonteinite got: bultfonteinites, but expected |? +coconinoite got: coconinoites, but expected |? +devilline got: devillines, but expected |? +ferrokaersutite got: ferrokaersutites, but expected |? +ferrotitanowodginite got: ferrotitanowodginites, but expected |? +eifelite got: eifelites, but expected |? +ehrleite got: ehrleites, but expected |? +eitelite got: eitelites, but expected |? +ellenbergerite got: ellenbergerites, but expected |? +eylettersite got: eylettersites, but expected |? +eyselite got: eyselites, but expected |? +edoylerite got: edoylerites, but expected |? +gaitite got: gaitites, but expected |? +effenbergerite got: effenbergerites, but expected |? +edenharterite got: edenharterites, but expected |? +ekaterinite got: ekaterinites, but expected |? +ekatite got: ekatites, but expected |? +ewaldite got: ewaldites, but expected |? +fingerite got: fingerites, but expected |? +hejtmanite got: hejtmanites, but expected |? +gearksutite got: gearksutites, but expected |? +gerasimovskite got: gerasimovskites, but expected |? +hexatestibiopanickelite got: hexatestibiopanickelites, but expected |? +hewettite got: hewettites, but expected |? +giuseppettite got: giuseppettites, but expected |? +haycockite got: haycockites, but expected |? +hsianghualite got: hsianghualites, but expected |? +hydrombobomkulite got: hydrombobomkulites, but expected |? +hydroxylclinohumite got: hydroxylclinohumites, but expected |? +helmutwinklerite got: helmutwinklerites, but expected |? +howardevansite got: howardevansites, but expected |? +hechtsbergite got: hechtsbergites, but expected |? +hawthorneite got: hawthorneites, but expected |? +henritermierite got: henritermierites, but expected |? +henryite got: henryites, but expected |? +henrymeyerite got: henrymeyerites, but expected |? +herzenbergite got: herzenbergites, but expected |? +hydrowoodwardite got: hydrowoodwardites, but expected |? +hematophanite got: hematophanites, but expected |? +heliophyllite got: heliophyllites, but expected |? +inesite got: inesites, but expected |? +hungchaoite got: hungchaoites, but expected |? +itoigawaite got: itoigawaites, but expected |? +ianthinite got: ianthinites, but expected |? +imandrite got: imandrites, but expected |? +imgreite got: imgreites, but expected |? +itoite got: itoites, but expected |? +isovite got: isovites, but expected |? +isokite got: isokites, but expected |? +khamrabaevite got: khamrabaevites, but expected |? +khaidarkanite got: khaidarkanites, but expected |? +kharaelakhite got: kharaelakhites, but expected |? +khibinskite got: khibinskites, but expected |? +khomyakovite got: khomyakovites, but expected |? +isocubanite got: isocubanites, but expected |? +hydroxylherderite got: hydroxylherderites, but expected |? +jeanbandyite got: jeanbandyites, but expected |? +nickelhexahydrite got: nickelhexahydrites, but expected |? +mooihoekite got: mooihoekites, but expected |? +morozeviczite got: morozeviczites, but expected |? +niggliite got: niggliites, but expected |? +nifontovite got: nifontovites, but expected |? +nikischerite got: nikischerites, but expected |? +ningyoite got: ningyoites, but expected |? +nimite got: nimites, but expected |? +nakauriite got: nakauriites, but expected |? +nahpoite got: nahpoites, but expected |? +muskoxite got: muskoxites, but expected |? +museumite got: museumites, but expected |? +natanite got: natanites, but expected |? +navajoite got: navajoites, but expected |? +newberyite got: newberyites, but expected |? +novgorodovaite got: novgorodovaites, but expected |? +nuffieldite got: nuffieldites, but expected |? +nukundamite got: nukundamites, but expected |? +oboyerite got: oboyerites, but expected |? +nullaginite got: nullaginites, but expected |? +ogdensburgite got: ogdensburgites, but expected |? +olekminskite got: olekminskites, but expected |? +olgite got: olgites, but expected |? +moorhouseite got: moorhouseites, but expected |? +niahite got: niahites, but expected |? +rastsvetaevite got: rastsvetaevites, but expected |? +argentojarosite got: argentojarosites, but expected |? +ankinovichite got: ankinovichites, but expected |? +aristarainite got: aristarainites, but expected |? +arsenosulvanite got: arsenosulvanites, but expected |? +arrojadite got: arrojadites, but expected |? +armstrongite got: armstrongites, but expected |? +benjaminite got: benjaminites, but expected |? +arhbarite got: arhbarites, but expected |? +bideauxite got: bideauxites, but expected |? +borishanskiite got: borishanskiites, but expected |? +bobjonesite got: bobjonesites, but expected |? +bobkingite got: bobkingites, but expected |? +billingsleyite got: billingsleyites, but expected |? +awaruite got: awaruites, but expected |? +bafertisite got: bafertisites, but expected |? +babkinite got: babkinites, but expected |? +bogdanovite got: bogdanovites, but expected |? +bahianite got: bahianites, but expected |? +dellaventuraite got: dellaventuraites, but expected |? +dellaite got: dellaites, but expected |? +chlormagaluminite got: chlormagaluminites, but expected |? +cheremnykhite got: cheremnykhites, but expected |? +chessexite got: chessexites, but expected |? +cobaltkoritnigite got: cobaltkoritnigites, but expected |? +christite got: christites, but expected |? +dickthomssenite got: dickthomssenites, but expected |? +dorallcharite got: dorallcharites, but expected |? +earlshannonite got: earlshannonites, but expected |? +efremovite got: efremovites, but expected |? +edenite got: edenites, but expected |? +ferrilotharmeyerite got: ferrilotharmeyerites, but expected |? +ferrisicklerite got: ferrisicklerites, but expected |? +duranusite got: duranusites, but expected |? +sulvanite got: sulvanites, but expected |? +dussertite got: dussertites, but expected |? +ecandrewsite got: ecandrewsites, but expected |? +ferrotschermakite got: ferrotschermakites, but expected |? +haapalaite got: haapalaites, but expected |? +glushinskite got: glushinskites, but expected |? +heneuite got: heneuites, but expected |? +hastingsite got: hastingsites, but expected |? +kemmlitzite got: kemmlitzites, but expected |? +hyalotekite got: hyalotekites, but expected |? +janggunite got: janggunites, but expected |? +jarandolite got: jarandolites, but expected |? +kamaishilite got: kamaishilites, but expected |? +kamitugaite got: kamitugaites, but expected |? +jouravskite got: jouravskites, but expected |? +jankovicite got: jankovicites, but expected |? +jennite got: jennites, but expected |? +jagowerite got: jagowerites, but expected |? +isomertieite got: isomertieites, but expected |? +huntite got: huntites, but expected |? +hydroglauberite got: hydroglauberites, but expected |? +jeffreyite got: jeffreyites, but expected |? +jensenite got: jensenites, but expected |? +johnwalkite got: johnwalkites, but expected |? +jokokuite got: jokokuites, but expected |? +jedwabite got: jedwabites, but expected |? +jagoite got: jagoites, but expected |? +jaipurite got: jaipurites, but expected |? +jalpaite got: jalpaites, but expected |? +janhaugite got: janhaugites, but expected |? +jamesite got: jamesites, but expected |? +joliotite got: joliotites, but expected |? +keldyshite got: keldyshites, but expected |? +juanitaite got: juanitaites, but expected |? +juanite got: juanites, but expected |? +jungite got: jungites, but expected |? +jamborite got: jamborites, but expected |? +jentschite got: jentschites, but expected |? +jervisite got: jervisites, but expected |? +junitoite got: junitoites, but expected |? +junoite got: junoites, but expected |? +juabite got: juabites, but expected |? +manganlotharmeyerite got: manganlotharmeyerites, but expected |? +lithiowodginite got: lithiowodginites, but expected |? +lunijianlaite got: lunijianlaites, but expected |? +lulzacite got: lulzacites, but expected |? +luzonite got: luzonites, but expected |? +litvinskite got: litvinskites, but expected |? +likasite got: likasites, but expected |? +lisetite got: lisetites, but expected |? +lomonosovite got: lomonosovites, but expected |? +lonecreekite got: lonecreekites, but expected |? +londonite got: londonites, but expected |? +mazzettiite got: mazzettiites, but expected |? +lotharmeyerite got: lotharmeyerites, but expected |? +liveingite got: liveingites, but expected |? +majakite got: majakites, but expected |? +makarochkinite got: makarochkinites, but expected |? +maxwellite got: maxwellites, but expected |? +lisitsynite got: lisitsynites, but expected |? +lovdarite got: lovdarites, but expected |? +mendozavilite got: mendozavilites, but expected |? +oxammite got: oxammites, but expected |? +ovamboite got: ovamboites, but expected |? +orlandiite got: orlandiites, but expected |? +orlymanite got: orlymanites, but expected |? +omeiite got: omeiites, but expected |? +orickite got: orickites, but expected |? +orschallite got: orschallites, but expected |? +nekoite got: nekoites, but expected |? +oswaldpeetersite got: oswaldpeetersites, but expected |? +otjisumeite got: otjisumeites, but expected |? +ourayite got: ourayites, but expected |? +oursinite got: oursinites, but expected |? +owensite got: owensites, but expected |? +owyheeite got: owyheeites, but expected |? +oyelite got: oyelites, but expected |? +obradovicite got: obradovicites, but expected |? +odintsovite got: odintsovites, but expected |? +olenite got: olenites, but expected |? +odinite got: odinites, but expected |? +olkhonskite got: olkhonskites, but expected |? +onoratoite got: onoratoites, but expected |? +oneillite got: oneillites, but expected |? +oosterboschite got: oosterboschites, but expected |? +ominelite got: ominelites, but expected |? +olympite got: olympites, but expected |? +orpheite got: orpheites, but expected |? +orientite got: orientites, but expected |? +orcelite got: orcelites, but expected |? +olshanskyite got: olshanskyites, but expected |? +orthowalpurgite got: orthowalpurgites, but expected |? +ottemannite got: ottemannites, but expected |? +osbornite got: osbornites, but expected |? +olsacherite got: olsacherites, but expected |? +olmsteadite got: olmsteadites, but expected |? +orthoserpierite got: orthoserpierites, but expected |? +orthochamosite got: orthochamosites, but expected |? +orthoericssonite got: orthoericssonites, but expected |? +orthopinakiolite got: orthopinakiolites, but expected |? +orthobrannerite got: orthobrannerites, but expected |? +ilesite got: ilesites, but expected |? +incaite got: incaites, but expected |? +ingersonite got: ingersonites, but expected |? +insizwaite got: insizwaites, but expected |? +iranite got: iranites, but expected |? +irarsite got: irarsites, but expected |? +irhtemite got: irhtemites, but expected |? +iriginite got: iriginites, but expected |? +indialite got: indialites, but expected |? +inaglyite got: inaglyites, but expected |? +ingodite got: ingodites, but expected |? +indigirite got: indigirites, but expected |? +imiterite got: imiterites, but expected |? +inderite got: inderites, but expected |? +inderborite got: inderborites, but expected |? +imhofite got: imhofites, but expected |? +earlandite got: earlandites, but expected |? +eakerite got: eakerites, but expected |? +eastonite got: eastonites, but expected |? +eckermannite got: eckermannites, but expected |? +ecdemite got: ecdemites, but expected |? +eugsterite got: eugsterites, but expected |? +eskolaite got: eskolaites, but expected |? +eudidymite got: eudidymites, but expected |? +eugenite got: eugenites, but expected |? +eucairite got: eucairites, but expected |? +epistilbite got: epistilbites, but expected |? +epididymite got: epididymites, but expected |? +ephesite got: ephesites, but expected |? +elyite got: elyites, but expected |? +ellisite got: ellisites, but expected |? +epistolite got: epistolites, but expected |? +ercitite got: ercitites, but expected |? +erlianite got: erlianites, but expected |? +eskebornite got: eskebornites, but expected |? +ershovite got: ershovites, but expected |? +eclarite got: eclarites, but expected |? +edgarite got: edgarites, but expected |? +eggletonite got: eggletonites, but expected |? +eglestonite got: eglestonites, but expected |? +eriochalcite got: eriochalcites, but expected |? +ernstite got: ernstites, but expected |? +vasilite got: vasilites, but expected |? +veenite got: veenites, but expected |? +versiliaite got: versiliaites, but expected |? +vitimite got: vitimites, but expected |? +vincentite got: vincentites, but expected |? +vertumnite got: vertumnites, but expected |? +vernadite got: vernadites, but expected |? +vaughnite got: vaughnites, but expected |? +vasilyevite got: vasilyevites, but expected |? +vozhminite got: vozhminites, but expected |? +srebrodolskite got: srebrodolskites, but expected |? +stannomicrolite got: stannomicrolites, but expected |? +stannopalladinite got: stannopalladinites, but expected |? +stannoidite got: stannoidites, but expected |? +shcherbinaite got: shcherbinaites, but expected |? +rankinite got: rankinites, but expected |? +berdesinskiite got: berdesinskiites, but expected |? +berezanskite got: berezanskites, but expected |? +bilibinskite got: bilibinskites, but expected |? +bicchulite got: bicchulites, but expected |? +biehlite got: biehlites, but expected |? +bismutomicrolite got: bismutomicrolites, but expected |? +bismutopyrochlore got: bismutopyrochlores, but expected |? +bismutostibiconite got: bismutostibiconites, but expected |? +bismutotantalite got: bismutotantalites, but expected |? +bityite got: bityites, but expected |? +aravaipaite got: aravaipaites, but expected |? +amarillite got: amarillites, but expected |? +boleite got: boleites, but expected |? +sosedkoite got: sosedkoites, but expected |? +spionkopite got: spionkopites, but expected |? +souzalite got: souzalites, but expected |? +spertiniite got: spertiniites, but expected |? +sphaerobismoite got: sphaerobismoites, but expected |? +swamboite got: swamboites, but expected |? +spencerite got: spencerites, but expected |? +tacharanite got: tacharanites, but expected |? +swinefordite got: swinefordites, but expected |? +switzerite got: switzerites, but expected |? +sopcheite got: sopcheites, but expected |? +soucekite got: soucekites, but expected |? +solongoite got: solongoites, but expected |? +stalderite got: stalderites, but expected |? +spheniscidite got: spheniscidites, but expected |? +stanfieldite got: stanfieldites, but expected |? +starkeyite got: starkeyites, but expected |? +sterryite got: sterryites, but expected |? +stepanovite got: stepanovites, but expected |? +tuscanite got: tuscanites, but expected |? +titantaramellite got: titantaramellites, but expected |? +spriggite got: spriggites, but expected |? +stibarsen got: stibarsens, but expected |? +sodicanthophyllite got: sodicanthophyllites, but expected |? +steigerite got: steigerites, but expected |? +sodicgedrite got: sodicgedrites, but expected |? +sorbyite got: sorbyites, but expected |? +stenhuggarite got: stenhuggarites, but expected |? +stewartite got: stewartites, but expected |? +stibiotantalite got: stibiotantalites, but expected |? +stibiocolumbite got: stibiocolumbites, but expected |? +stibiomicrolite got: stibiomicrolites, but expected |? +stibiobetafite got: stibiobetafites, but expected |? +tokkoite got: tokkoites, but expected |? +stranskiite got: stranskiites, but expected |? +strengite got: strengites, but expected |? +stistaite got: stistaites, but expected |? +stoppaniite got: stoppaniites, but expected |? +straczekite got: straczekites, but expected |? +treasurite got: treasurites, but expected |? +strakhovite got: strakhovites, but expected |? +strashimirite got: strashimirites, but expected |? +strelkinite got: strelkinites, but expected |? +stokesite got: stokesites, but expected |? +stoiberite got: stoiberites, but expected |? +stringhamite got: stringhamites, but expected |? +stillwaterite got: stillwaterites, but expected |? +sonolite got: sonolites, but expected |? +sturtite got: sturtites, but expected |? +taikanite got: taikanites, but expected |? +pot scrubber brush got: pot scrubber brushs, but expected |es +takanelite got: takanelites, but expected |? +teepleite got: teepleites, but expected |? +stanekite got: stanekites, but expected |? +tucekite got: tucekites, but expected |? +takovite got: takovites, but expected |? +tamaite got: tamaites, but expected |? +takedaite got: takedaites, but expected |? +suredaite got: suredaites, but expected |? +stibiocolusite got: stibiocolusites, but expected |? +stibivanite got: stibivanites, but expected |? +tancoite got: tancoites, but expected |? +tantalcarbide got: tantalcarbides, but expected |? +stetefeldtite got: stetefeldtites, but expected |? +messelite got: messelites, but expected |? +metaborite got: metaborites, but expected |? +metacalciouranoite got: metacalciouranoites, but expected |? +metahewettite got: metahewettites, but expected |? +mroseite got: mroseites, but expected |? +liberite got: liberites, but expected |? +litidionite got: litidionites, but expected |? +loseyite got: loseyites, but expected |? +kovdorskite got: kovdorskites, but expected |? +georgbokiite got: georgbokiites, but expected |? +fervanite got: fervanites, but expected |? +fillowite got: fillowites, but expected |? +ferroglaucophane got: ferroglaucophanes, but expected |? +danbaite got: danbaites, but expected |? +damaraite got: damaraites, but expected |? +duttonite got: duttonites, but expected |? +dypingite got: dypingites, but expected |? +dyscrasite got: dyscrasites, but expected |? +faheyite got: faheyites, but expected |? +deliensite got: deliensites, but expected |? +delhayelite got: delhayelites, but expected |? +atlasovite got: atlasovites, but expected |? +arsenocrandallite got: arsenocrandallites, but expected |? +bellingerite got: bellingerites, but expected |? +aurivilliusite got: aurivilliusites, but expected |? +swow got: swows, but expected |? +bergslagite got: bergslagites, but expected |? +balipholite got: balipholites, but expected |? +arsenuranospathite got: arsenuranospathites, but expected |? +aramayoite got: aramayoites, but expected |? +balyakinite got: balyakinites, but expected |? +averievite got: averievites, but expected |? +brackebuschite got: brackebuschites, but expected |? +bararite got: bararites, but expected |? +barberiite got: barberiites, but expected |? +bannisterite got: bannisterites, but expected |? +benavidesite got: benavidesites, but expected |? +beraunite got: beraunites, but expected |? +bradaczekite got: bradaczekites, but expected |? +belyankinite got: belyankinites, but expected |? +brianroulstonite got: brianroulstonites, but expected |? +brianyoungite got: brianyoungites, but expected |? +bleasdaleite got: bleasdaleites, but expected |? +bonaccordite got: bonaccordites, but expected |? +banalsite got: banalsites, but expected |? +bellbergite got: bellbergites, but expected |? +bayldonite got: bayldonites, but expected |? +barbosalite got: barbosalites, but expected |? +borodaevite got: borodaevites, but expected |? +boromuscovite got: boromuscovites, but expected |? +braggite got: braggites, but expected |? +lautenthalite got: lautenthalites, but expected |? +leucosphenite got: leucosphenites, but expected |? +konyaite got: konyaites, but expected |? +koritnigite got: koritnigites, but expected |? +kostylevite got: kostylevites, but expected |? +keystoneite got: keystoneites, but expected |? +kotulskite got: kotulskites, but expected |? +kimrobinsonite got: kimrobinsonites, but expected |? +kuksite got: kuksites, but expected |? +krasnovite got: krasnovites, but expected |? +kettnerite got: kettnerites, but expected |? +kudriavite got: kudriavites, but expected |? +leiteite got: leiteites, but expected |? +lemanskiite got: lemanskiites, but expected |? +bariosincosite got: bariosincosites, but expected |? +bariomicrolite got: bariomicrolites, but expected |? +brinrobertsite got: brinrobertsites, but expected |? +beryllite got: beryllites, but expected |? +berzeliite got: berzeliites, but expected |? +berzelianite got: berzelianites, but expected |? +benyacarite got: benyacarites, but expected |? +bertossaite got: bertossaites, but expected |? +bannermanite got: bannermanites, but expected |? +berthierine got: berthierines, but expected |? +brannockite got: brannockites, but expected |? +fedorovskite got: fedorovskites, but expected |? +derriksite got: derriksites, but expected |? +ferropargasite got: ferropargasites, but expected |? +foshagite got: foshagites, but expected |? +filatovite got: filatovites, but expected |? +parusia got: parusias, but expected |? +palarstanide got: palarstanides, but expected |? +marshite got: marshites, but expected |? +maldonite got: maldonites, but expected |? +hastite got: hastites, but expected |? +lithiophosphate got: lithiophosphates, but expected |? +ravatite got: ravatites, but expected |? +kolymite got: kolymites, but expected |? +bunsenite got: bunsenites, but expected |? +gupeiite got: gupeiites, but expected |? +carlinite got: carlinites, but expected |? +tobelite got: tobelites, but expected |? +chernykhite got: chernykhites, but expected |? +phosphofibrite got: phosphofibrites, but expected |? +perroudite got: perroudites, but expected |? +pellouxite got: pellouxites, but expected |? +mitscherlichite got: mitscherlichites, but expected |? +metaschoderite got: metaschoderites, but expected |? +lithiomarsturite got: lithiomarsturites, but expected |? +petarasite got: petarasites, but expected |? +geerite got: geerites, but expected |? +seifertite got: seifertites, but expected |? +niobocarbide got: niobocarbides, but expected |? +cryptomelane got: cryptomelanes, but expected |? +humboldtine got: humboldtines, but expected |? +metastibnite got: metastibnites, but expected |? +nickelphosphide got: nickelphosphides, but expected |? +athabascaite got: athabascaites, but expected |? +tolbachite got: tolbachites, but expected |? +krutaite got: krutaites, but expected |? +amstallite got: amstallites, but expected |? +anapaite got: anapaites, but expected |? +anduoite got: anduoites, but expected |? +ankangite got: ankangites, but expected |? +apachite got: apachites, but expected |? +apuanite got: apuanites, but expected |? +argentopyrite got: argentopyrites, but expected |? +armangite got: armangites, but expected |? +arseniopleite got: arseniopleites, but expected |? +arseniosiderite got: arseniosiderites, but expected |? +arsenoclasite got: arsenoclasites, but expected |? +arsenopalladinite got: arsenopalladinites, but expected |? +arsenpolybasite got: arsenpolybasites, but expected |? +arsentsumebite got: arsentsumebites, but expected |? +arsenuranylite got: arsenuranylites, but expected |? +artsmithite got: artsmithites, but expected |? +arupite got: arupites, but expected |? +arzakite got: arzakites, but expected |? +asbecasite got: asbecasites, but expected |? +ashburtonite got: ashburtonites, but expected |? +ashoverite got: ashoverites, but expected |? +aspidolite got: aspidolites, but expected |? +asselbornite got: asselbornites, but expected |? +attakolite got: attakolites, but expected |? +aurorite got: aurorites, but expected |? +avicennite got: avicennites, but expected |? +baksanite got: baksanites, but expected |? +balangeroite got: balangeroites, but expected |? +balkanite got: balkanites, but expected |? +bambollaite got: bambollaites, but expected |? +bamfordite got: bamfordites, but expected |? +baratovite got: baratovites, but expected |? +barentsite got: barentsites, but expected |? +bariandite got: bariandites, but expected |? +barnesite got: barnesites, but expected |? +barringerite got: barringerites, but expected |? +barroisite got: barroisites, but expected |? +bartelkeite got: bartelkeites, but expected |? +bartonite got: bartonites, but expected |? +barylite got: barylites, but expected |? +barysilite got: barysilites, but expected |? +baumhauerite got: baumhauerites, but expected |? +baumstarkite got: baumstarkites, but expected |? +bauranoite got: bauranoites, but expected |? +bavenite got: bavenites, but expected |? +belkovite got: belkovites, but expected |? +bellidoite got: bellidoites, but expected |? +belloite got: belloites, but expected |? +benauite got: benauites, but expected |? +benleonardite got: benleonardites, but expected |? +benstonite got: benstonites, but expected |? +bergenite got: bergenites, but expected |? +berlinite got: berlinites, but expected |? +bermanite got: bermanites, but expected |? +bernalite got: bernalites, but expected |? +bernardite got: bernardites, but expected |? +beudantite got: beudantites, but expected |? +beusite got: beusites, but expected |? +bilinite got: bilinites, but expected |? +billietite got: billietites, but expected |? +bismutoferrite got: bismutoferrites, but expected |? +blatonite got: blatonites, but expected |? +blatterite got: blatterites, but expected |? +bobierrite got: bobierrites, but expected |? +boldyrevite got: boldyrevites, but expected |? +bolivarite got: bolivarites, but expected |? +boltwoodite got: boltwoodites, but expected |? +bonattite got: bonattites, but expected |? +boralsilite got: boralsilites, but expected |? +borcarite got: borcarites, but expected |? +bornemanite got: bornemanites, but expected |? +bornhardtite got: bornhardtites, but expected |? +borovskite got: borovskites, but expected |? +bostwickite got: bostwickites, but expected |? +bottinoite got: bottinoites, but expected |? +boyleite got: boyleites, but expected |? +bracewellite got: bracewellites, but expected |? +brandholzite got: brandholzites, but expected |? +brandtite got: brandtites, but expected |? +brannerite got: brannerites, but expected |? +bredigite got: bredigites, but expected |? +brenkite got: brenkites, but expected |? +brezinaite got: brezinaites, but expected |? +brindleyite got: brindleyites, but expected |? +brockite got: brockites, but expected |? +brunogeierite got: brunogeierites, but expected |? +buchwaldite got: buchwaldites, but expected |? +buckhornite got: buckhornites, but expected |? +bukovite got: bukovites, but expected |? +bulachite got: bulachites, but expected |? +burangaite got: burangaites, but expected |? +burbankite got: burbankites, but expected |? +burckhardtite got: burckhardtites, but expected |? +burnsite got: burnsites, but expected |? +burtite got: burtites, but expected |? +buryatite got: buryatites, but expected |? +bushmakinite got: bushmakinites, but expected |? +bussenite got: bussenites, but expected |? +bustamite got: bustamites, but expected |? +butlerite got: butlerites, but expected |? +buttgenbachite got: buttgenbachites, but expected |? +bystrite got: bystrites, but expected |? +calcioaravaipaite got: calcioaravaipaites, but expected |? +calciobetafite got: calciobetafites, but expected |? +calcioburbankite got: calcioburbankites, but expected |? +calciocopiapite got: calciocopiapites, but expected |? +calciotantite got: calciotantites, but expected |? +calciouranoite got: calciouranoites, but expected |? +calcjarlite got: calcjarlites, but expected |? +calcurmolite got: calcurmolites, but expected |? +calderonite got: calderonites, but expected |? +callaghanite got: callaghanites, but expected |? +calumetite got: calumetites, but expected |? +calzirtite got: calzirtites, but expected |? +camerolaite got: camerolaites, but expected |? +camgasite got: camgasites, but expected |? +caminite got: caminites, but expected |? +campigliaite got: campigliaites, but expected |? +canaphite got: canaphites, but expected |? +canasite got: canasites, but expected |? +canavesite got: canavesites, but expected |? +cannonite got: cannonites, but expected |? +caoxite got: caoxites, but expected |? +capgaronnite got: capgaronnites, but expected |? +caracolite got: caracolites, but expected |? +carboborite got: carboborites, but expected |? +carbocernaite got: carbocernaites, but expected |? +caresite got: caresites, but expected |? +carlfriesite got: carlfriesites, but expected |? +carlhintzeite got: carlhintzeites, but expected |? +carlosruizite got: carlosruizites, but expected |? +carlosturanite got: carlosturanites, but expected |? +carlsbergite got: carlsbergites, but expected |? +carminite got: carminites, but expected |? +carraraite got: carraraites, but expected |? +carrboydite got: carrboydites, but expected |? +caryinite got: caryinites, but expected |? +caryopilite got: caryopilites, but expected |? +cascandite got: cascandites, but expected |? +cassedanneite got: cassedanneites, but expected |? +cassidyite got: cassidyites, but expected |? +caswellsilverite got: caswellsilverites, but expected |? +catalanoite got: catalanoites, but expected |? +catamarcaite got: catamarcaites, but expected |? +cattierite got: cattierites, but expected |? +cavoite got: cavoites, but expected |? +cebollite got: cebollites, but expected |? +cechite got: cechites, but expected |? +cerchiaraite got: cerchiaraites, but expected |? +cervelleite got: cervelleites, but expected |? +cesarolite got: cesarolites, but expected |? +cesplumtantite got: cesplumtantites, but expected |? +cesstibtantite got: cesstibtantites, but expected |? +cetineite got: cetineites, but expected |? +chaidamuite got: chaidamuites, but expected |? +chalcoalumite got: chalcoalumites, but expected |? +chalcocyanite got: chalcocyanites, but expected |? +chalcomenite got: chalcomenites, but expected |? +chalconatronite got: chalconatronites, but expected |? +chalcophanite got: chalcophanites, but expected |? +chalcosiderite got: chalcosiderites, but expected |? +chalcothallite got: chalcothallites, but expected |? +chambersite got: chambersites, but expected |? +chamosite got: chamosites, but expected |? +changbaiite got: changbaiites, but expected |? +changchengite got: changchengites, but expected |? +changoite got: changoites, but expected |? +chantalite got: chantalites, but expected |? +charlesite got: charlesites, but expected |? +chatkalite got: chatkalites, but expected |? +chayesite got: chayesites, but expected |? +chekhovichite got: chekhovichites, but expected |? +chelkarite got: chelkarites, but expected |? +chelyabinskite got: chelyabinskites, but expected |? +chenevixite got: chenevixites, but expected |? +chengdeite got: chengdeites, but expected |? +cherepanovite got: cherepanovites, but expected |? +chernikovite got: chernikovites, but expected |? +chestermanite got: chestermanites, but expected |? +chiavennite got: chiavennites, but expected |? +chiluite got: chiluites, but expected |? +chiolite got: chiolites, but expected |? +chloraluminite got: chloraluminites, but expected |? +chlorartinite got: chlorartinites, but expected |? +chlorbartonite got: chlorbartonites, but expected |? +chloromenite got: chloromenites, but expected |? +chlorophoenicite got: chlorophoenicites, but expected |? +chlorothionite got: chlorothionites, but expected |? +chloroxiphite got: chloroxiphites, but expected |? +chrisstanleyite got: chrisstanleyites, but expected |? +chromatite got: chromatites, but expected |? +chrombismite got: chrombismites, but expected |? +chromceladonite got: chromceladonites, but expected |? +chromdravite got: chromdravites, but expected |? +chromferide got: chromferides, but expected |? +chromphyllite got: chromphyllites, but expected |? +chudobaite got: chudobaites, but expected |? +chursinite got: chursinites, but expected |? +cianciulliite got: cianciulliites, but expected |? +ciprianiite got: ciprianiites, but expected |? +clairite got: clairites, but expected |? +claraite got: claraites, but expected |? +claringbullite got: claringbullites, but expected |? +clearcreekite got: clearcreekites, but expected |? +clerite got: clerites, but expected |? +cliffordite got: cliffordites, but expected |? +clinobehoite got: clinobehoites, but expected |? +clinobisvanite got: clinobisvanites, but expected |? +clinocervantite got: clinocervantites, but expected |? +clinochalcomenite got: clinochalcomenites, but expected |? +clinoferrosilite got: clinoferrosilites, but expected |? +clinoholmquistite got: clinoholmquistites, but expected |? +clinokurchatovite got: clinokurchatovites, but expected |? +clinomimetite got: clinomimetites, but expected |? +clinophosinaite got: clinophosinaites, but expected |? +clinosafflorite got: clinosafflorites, but expected |? +clinotobermorite got: clinotobermorites, but expected |? +clinoungemachite got: clinoungemachites, but expected |? +coalingite got: coalingites, but expected |? +cobaltarthurite got: cobaltarthurites, but expected |? +cobaltaustinite got: cobaltaustinites, but expected |? +cobaltomenite got: cobaltomenites, but expected |? +cochromite got: cochromites, but expected |? +comancheite got: comancheites, but expected |? +comblainite got: comblainites, but expected |? +conichalcite got: conichalcites, but expected |? +cornetite got: cornetites, but expected |? +cornubite got: cornubites, but expected |? +coronadite got: coronadites, but expected |? +corrensite got: corrensites, but expected |? +corvusite got: corvusites, but expected |? +costibite got: costibites, but expected |? +coulsonite got: coulsonites, but expected |? +coutinhoite got: coutinhoites, but expected |? +crandallite got: crandallites, but expected |? +crawfordite got: crawfordites, but expected |? +creaseyite got: creaseyites, but expected |? +crerarite got: crerarites, but expected |? +criddleite got: criddleites, but expected |? +cryolithionite got: cryolithionites, but expected |? +cubanite got: cubanites, but expected |? +cuboargyrite got: cuboargyrites, but expected |? +cuprocopiapite got: cuprocopiapites, but expected |? +cuproiridsite got: cuproiridsites, but expected |? +cupropavonite got: cupropavonites, but expected |? +cuprorhodsite got: cuprorhodsites, but expected |? +cuprorivaite got: cuprorivaites, but expected |? +cuprotungstite got: cuprotungstites, but expected |? +curetonite got: curetonites, but expected |? +curienite got: curienites, but expected |? +cyanochroite got: cyanochroites, but expected |? +cyanophyllite got: cyanophyllites, but expected |? +darapiosite got: darapiosites, but expected |? +darapskite got: darapskites, but expected |? +delindeite got: delindeites, but expected |? +deloryite got: deloryites, but expected |? +delrioite got: delrioites, but expected |? +denisovite got: denisovites, but expected |? +denningite got: denningites, but expected |? +derbylite got: derbylites, but expected |? +diaphorite got: diaphorites, but expected |? +dickinsonite got: dickinsonites, but expected |? +dienerite got: dienerites, but expected |? +dietrichite got: dietrichites, but expected |? +dimorphite got: dimorphites, but expected |? +doloresite got: doloresites, but expected |? +donharrisite got: donharrisites, but expected |? +donpeacorite got: donpeacorites, but expected |? +dorfmanite got: dorfmanites, but expected |? +dorrite got: dorrites, but expected |? +dugganite got: dugganites, but expected |? +dukeite got: dukeites, but expected |? +dumontite got: dumontites, but expected |? +dundasite got: dundasites, but expected |? +dusmatovite got: dusmatovites, but expected |? +fahleite got: fahleites, but expected |? +fairbankite got: fairbankites, but expected |? +fairchildite got: fairchildites, but expected |? +fairfieldite got: fairfieldites, but expected |? +fedorite got: fedorites, but expected |? +fedotovite got: fedotovites, but expected |? +feinglosite got: feinglosites, but expected |? +feitknechtite got: feitknechtites, but expected |? +fenaksite got: fenaksites, but expected |? +fencooperite got: fencooperites, but expected |? +fermorite got: fermorites, but expected |? +fernandinite got: fernandinites, but expected |? +ferrarisite got: ferrarisites, but expected |? +ferrimolybdite got: ferrimolybdites, but expected |? +ferrinatrite got: ferrinatrites, but expected |? +ferristrunzite got: ferristrunzites, but expected |? +ferrisurite got: ferrisurites, but expected |? +ferrisymplesite got: ferrisymplesites, but expected |? +ferritungstite got: ferritungstites, but expected |? +ferrobarroisite got: ferrobarroisites, but expected |? +ferrobustamite got: ferrobustamites, but expected |? +ferrocarpholite got: ferrocarpholites, but expected |? +ferroceladonite got: ferroceladonites, but expected |? +ferrorhodsite got: ferrorhodsites, but expected |? +ferrorichterite got: ferrorichterites, but expected |? +ferrostrunzite got: ferrostrunzites, but expected |? +ferrowodginite got: ferrowodginites, but expected |? +ferruccite got: ferruccites, but expected |? +fersmanite got: fersmanites, but expected |? +fersmite got: fersmites, but expected |? +feruvite got: feruvites, but expected |? +fianelite got: fianelites, but expected |? +fiedlerite got: fiedlerites, but expected |? +finnemanite got: finnemanites, but expected |? +fletcherite got: fletcherites, but expected |? +florenskyite got: florenskyites, but expected |? +florensovite got: florensovites, but expected |? +fluellite got: fluellites, but expected |? +fluoborite got: fluoborites, but expected |? +fluornatromicrolite got: fluornatromicrolites, but expected |? +fluorocannilloite got: fluorocannilloites, but expected |? +formicaite got: formicaites, but expected |? +foshallasite got: foshallasites, but expected |? +fourmarierite got: fourmarierites, but expected |? +fraipontite got: fraipontites, but expected |? +francevillite got: francevillites, but expected |? +francisite got: francisites, but expected |? +franconite got: franconites, but expected |? +frankamenite got: frankamenites, but expected |? +fransoletite got: fransoletites, but expected |? +franzinite got: franzinites, but expected |? +freboldite got: freboldites, but expected |? +fresnoite got: fresnoites, but expected |? +freudenbergite got: freudenbergites, but expected |? +friedelite got: friedelites, but expected |? +galeite got: galeites, but expected |? +galkhaite got: galkhaites, but expected |? +gallite got: gallites, but expected |? +ganomalite got: ganomalites, but expected |? +ganterite got: ganterites, but expected |? +garronite got: garronites, but expected |? +gartrellite got: gartrellites, but expected |? +garyansellite got: garyansellites, but expected |? +gatumbaite got: gatumbaites, but expected |? +gaudefroyite got: gaudefroyites, but expected |? +gaultite got: gaultites, but expected |? +gebhardite got: gebhardites, but expected |? +geffroyite got: geffroyites, but expected |? +genkinite got: genkinites, but expected |? +genthelvite got: genthelvites, but expected |? +georgechaoite got: georgechaoites, but expected |? +georgeite got: georgeites, but expected |? +georgiadesite got: georgiadesites, but expected |? +gerdtremmelite got: gerdtremmelites, but expected |? +gerhardtite got: gerhardtites, but expected |? +germanocolusite got: germanocolusites, but expected |? +gerstleyite got: gerstleyites, but expected |? +gerstmannite got: gerstmannites, but expected |? +geversite got: geversites, but expected |? +gianellaite got: gianellaites, but expected |? +giessenite got: giessenites, but expected |? +gilalite got: gilalites, but expected |? +gillespite got: gillespites, but expected |? +gillulyite got: gillulyites, but expected |? +gilmarite got: gilmarites, but expected |? +giniite got: giniites, but expected |? +ginorite got: ginorites, but expected |? +giraudite got: giraudites, but expected |? +girdite got: girdites, but expected |? +girvasite got: girvasites, but expected |? +gittinsite got: gittinsites, but expected |? +gladiusite got: gladiusites, but expected |? +glaucocerinite got: glaucocerinites, but expected |? +glaukosphaerite got: glaukosphaerites, but expected |? +godlevskite got: godlevskites, but expected |? +goedkenite got: goedkenites, but expected |? +goldfieldite got: goldfieldites, but expected |? +goldichite got: goldichites, but expected |? +goldmanite got: goldmanites, but expected |? +gonyerite got: gonyerites, but expected |? +goosecreekite got: goosecreekites, but expected |? +gorceixite got: gorceixites, but expected |? +gordaite got: gordaites, but expected |? +gordonite got: gordonites, but expected |? +gortdrumite got: gortdrumites, but expected |? +graemite got: graemites, but expected |? +graeserite got: graeserites, but expected |? +grandidierite got: grandidierites, but expected |? +grandreefite got: grandreefites, but expected |? +grantsite got: grantsites, but expected |? +gravegliaite got: gravegliaites, but expected |? +grayite got: grayites, but expected |? +grimaldiite got: grimaldiites, but expected |? +grimselite got: grimselites, but expected |? +grischunite got: grischunites, but expected |? +grossite got: grossites, but expected |? +groutite got: groutites, but expected |? +grumantite got: grumantites, but expected |? +guarinoite got: guarinoites, but expected |? +gudmundite got: gudmundites, but expected |? +guettardite got: guettardites, but expected |? +gugiaite got: gugiaites, but expected |? +guildite got: guildites, but expected |? +guilleminite got: guilleminites, but expected |? +gustavite got: gustavites, but expected |? +guyanaite got: guyanaites, but expected |? +hagendorfite got: hagendorfites, but expected |? +haigerachite got: haigerachites, but expected |? +haineaultite got: haineaultites, but expected |? +hainite got: hainites, but expected |? +haiweeite got: haiweeites, but expected |? +hakite got: hakites, but expected |? +hallimondite got: hallimondites, but expected |? +halurgite got: halurgites, but expected |? +hambergite got: hambergites, but expected |? +hammarite got: hammarites, but expected |? +hanawaltite got: hanawaltites, but expected |? +hannayite got: hannayites, but expected |? +hannebachite got: hannebachites, but expected |? +harkerite got: harkerites, but expected |? +harrisonite got: harrisonites, but expected |? +harstigite got: harstigites, but expected |? +hashemite got: hashemites, but expected |? +hatchite got: hatchites, but expected |? +hatrurite got: hatrurites, but expected |? +hauchecornite got: hauchecornites, but expected |? +hauckite got: hauckites, but expected |? +haynesite got: haynesites, but expected |? +hectorfloresite got: hectorfloresites, but expected |? +hedleyite got: hedleyites, but expected |? +heideite got: heideites, but expected |? +heidornite got: heidornites, but expected |? +heinrichite got: heinrichites, but expected |? +hematolite got: hematolites, but expected |? +hemihedrite got: hemihedrites, but expected |? +hemloite got: hemloites, but expected |? +hemusite got: hemusites, but expected |? +hendricksite got: hendricksites, but expected |? +henmilite got: henmilites, but expected |? +hennomartinite got: hennomartinites, but expected |? +hentschelite got: hentschelites, but expected |? +hetaerolite got: hetaerolites, but expected |? +heteromorphite got: heteromorphites, but expected |? +heterosite got: heterosites, but expected |? +hexaferrum got: hexaferrums, but expected |? +hexahydroborite got: hexahydroborites, but expected |? +heyite got: heyites, but expected |? +hibbingite got: hibbingites, but expected |? +hidalgoite got: hidalgoites, but expected |? +hieratite got: hieratites, but expected |? +hilairite got: hilairites, but expected |? +hillebrandite got: hillebrandites, but expected |? +hillite got: hillites, but expected |? +hinsdalite got: hinsdalites, but expected |? +hocartite got: hocartites, but expected |? +hochelagaite got: hochelagaites, but expected |? +hoganite got: hoganites, but expected |? +hohmannite got: hohmannites, but expected |? +holdenite got: holdenites, but expected |? +holfertite got: holfertites, but expected |? +hollandite got: hollandites, but expected |? +holtedahlite got: holtedahlites, but expected |? +holtite got: holtites, but expected |? +honessite got: honessites, but expected |? +hongshiite got: hongshiites, but expected |? +huangite got: huangites, but expected |? +hubeite got: hubeites, but expected |? +huemulite got: huemulites, but expected |? +hulsite got: hulsites, but expected |? +humberstonite got: humberstonites, but expected |? +hummerite got: hummerites, but expected |? +hunchunite got: hunchunites, but expected |? +hurlbutite got: hurlbutites, but expected |? +huttonite got: huttonites, but expected |? +hydroastrophyllite got: hydroastrophyllites, but expected |? +hydrobasaluminite got: hydrobasaluminites, but expected |? +hydrocalumite got: hydrocalumites, but expected |? +hydrochlorborite got: hydrochlorborites, but expected |? +hydrodresserite got: hydrodresserites, but expected |? +hydrohalite got: hydrohalites, but expected |? +hydrohetaerolite got: hydrohetaerolites, but expected |? +hydrohonessite got: hydrohonessites, but expected |? +hydroromarchite got: hydroromarchites, but expected |? +hydroscarbroite got: hydroscarbroites, but expected |? +hydrotungstite got: hydrotungstites, but expected |? +hydroxycancrinite got: hydroxycancrinites, but expected |? +kaersutite got: kaersutites, but expected |? +kahlerite got: kahlerites, but expected |? +kalborsite got: kalborsites, but expected |? +kalicinite got: kalicinites, but expected |? +kalifersite got: kalifersites, but expected |? +kalistrontite got: kalistrontites, but expected |? +kamiokite got: kamiokites, but expected |? +kanemite got: kanemites, but expected |? +kanoite got: kanoites, but expected |? +kapustinite got: kapustinites, but expected |? +karasugite got: karasugites, but expected |? +karelianite got: karelianites, but expected |? +karibibite got: karibibites, but expected |? +karlite got: karlites, but expected |? +karpinskite got: karpinskites, but expected |? +kastningite got: kastningites, but expected |? +katoite got: katoites, but expected |? +katophorite got: katophorites, but expected |? +katoptrite got: katoptrites, but expected |? +kazakovite got: kazakovites, but expected |? +keithconnite got: keithconnites, but expected |? +kellyite got: kellyites, but expected |? +kelyanite got: kelyanites, but expected |? +kempite got: kempites, but expected |? +kenhsuite got: kenhsuites, but expected |? +kentrolite got: kentrolites, but expected |? +khademite got: khademites, but expected |? +kiddcreekite got: kiddcreekites, but expected |? +kilchoanite got: kilchoanites, but expected |? +killalaite got: killalaites, but expected |? +kingite got: kingites, but expected |? +kintoreite got: kintoreites, but expected |? +kochite got: kochites, but expected |? +kochkarite got: kochkarites, but expected |? +koechlinite got: koechlinites, but expected |? +kolarite got: kolarites, but expected |? +kolicite got: kolicites, but expected |? +komarovite got: komarovites, but expected |? +komkovite got: komkovites, but expected |? +konderite got: konderites, but expected |? +koninckite got: koninckites, but expected |? +koragoite got: koragoites, but expected |? +kosnarite got: kosnarites, but expected |? +koutekite got: koutekites, but expected |? +kozulite got: kozulites, but expected |? +kraisslite got: kraisslites, but expected |? +krausite got: krausites, but expected |? +krautite got: krautites, but expected |? +krinovite got: krinovites, but expected |? +kulanite got: kulanites, but expected |? +kulkeite got: kulkeites, but expected |? +laffittite got: laffittites, but expected |? +laflammeite got: laflammeites, but expected |? +laitakarite got: laitakarites, but expected |? +lammerite got: lammerites, but expected |? +langisite got: langisites, but expected |? +lannonite got: lannonites, but expected |? +laphamite got: laphamites, but expected |? +lapieite got: lapieites, but expected |? +larisaite got: larisaites, but expected |? +larosite got: larosites, but expected |? +larsenite got: larsenites, but expected |? +latrappite got: latrappites, but expected |? +launayite got: launayites, but expected |? +lavendulan got: lavendulans, but expected |? +leakeite got: leakeites, but expected |? +lecontite got: lecontites, but expected |? +lehnerite got: lehnerites, but expected |? +leifite got: leifites, but expected |? +leightonite got: leightonites, but expected |? +leisingite got: leisingites, but expected |? +lemoynite got: lemoynites, but expected |? +lenaite got: lenaites, but expected |? +lengenbachite got: lengenbachites, but expected |? +lennilenapeite got: lennilenapeites, but expected |? +leogangite got: leogangites, but expected |? +lermontovite got: lermontovites, but expected |? +lesukite got: lesukites, but expected |? +letovicite got: letovicites, but expected |? +leucophoenicite got: leucophoenicites, but expected |? +leucophosphite got: leucophosphites, but expected |? +liandratite got: liandratites, but expected |? +liddicoatite got: liddicoatites, but expected |? +lindackerite got: lindackerites, but expected |? +lindbergite got: lindbergites, but expected |? +lindsleyite got: lindsleyites, but expected |? +lintisite got: lintisites, but expected |? +liottite got: liottites, but expected |? +lipscombite got: lipscombites, but expected |? +lithiotantite got: lithiotantites, but expected |? +lithosite got: lithosites, but expected |? +loudounite got: loudounites, but expected |? +loughlinite got: loughlinites, but expected |? +loveringite got: loveringites, but expected |? +luanheite got: luanheites, but expected |? +luberoite got: luberoites, but expected |? +luddenite got: luddenites, but expected |? +ludlamite got: ludlamites, but expected |? +ludlockite got: ludlockites, but expected |? +lueshite got: lueshites, but expected |? +luetheite got: luetheites, but expected |? +lukrahnite got: lukrahnites, but expected |? +macaulayite got: macaulayites, but expected |? +macdonaldite got: macdonaldites, but expected |? +macedonite got: macedonites, but expected |? +macfallite got: macfallites, but expected |? +machatschkiite got: machatschkiites, but expected |? +macphersonite got: macphersonites, but expected |? +madocite got: madocites, but expected |? +magbasite got: magbasites, but expected |? +maghagendorfite got: maghagendorfites, but expected |? +magnesioaubertite got: magnesioaubertites, but expected |? +magnesiochloritoid got: magnesiochloritoids, but expected |? +magnesiocoulsonite got: magnesiocoulsonites, but expected |? +magnesiofoitite got: magnesiofoitites, but expected |? +magnesiohastingsite got: magnesiohastingsites, but expected |? +magnesiohulsite got: magnesiohulsites, but expected |? +magnesiotaramite got: magnesiotaramites, but expected |? +magnetoplumbite got: magnetoplumbites, but expected |? +magnussonite got: magnussonites, but expected |? +mahnertite got: mahnertites, but expected |? +makatite got: makatites, but expected |? +malanite got: malanites, but expected |? +malayaite got: malayaites, but expected |? +maleevite got: maleevites, but expected |? +malinkoite got: malinkoites, but expected |? +malladrite got: malladrites, but expected |? +mallardite got: mallardites, but expected |? +manaksite got: manaksites, but expected |? +manasseite got: manasseites, but expected |? +manganarsite got: manganarsites, but expected |? +manganberzeliite got: manganberzeliites, but expected |? +mangangordonite got: mangangordonites, but expected |? +manganhumite got: manganhumites, but expected |? +manganochromite got: manganochromites, but expected |? +manganocummingtonite got: manganocummingtonites, but expected |? +manganogrunerite got: manganogrunerites, but expected |? +manganolangbeinite got: manganolangbeinites, but expected |? +manganosegelerite got: manganosegelerites, but expected |? +manganosite got: manganosites, but expected |? +manganostibite got: manganostibites, but expected |? +manganvesuvianite got: manganvesuvianites, but expected |? +manjiroite got: manjiroites, but expected |? +mannardite got: mannardites, but expected |? +mansfieldite got: mansfieldites, but expected |? +mantienneite got: mantienneites, but expected |? +mapimite got: mapimites, but expected |? +marecottite got: marecottites, but expected |? +margarosanite got: margarosanites, but expected |? +maricite got: maricites, but expected |? +maricopaite got: maricopaites, but expected |? +marrite got: marrites, but expected |? +marsturite got: marsturites, but expected |? +marthozite got: marthozites, but expected |? +marumoite got: marumoites, but expected |? +maslovite got: maslovites, but expected |? +mathiasite got: mathiasites, but expected |? +matildite got: matildites, but expected |? +matlockite got: matlockites, but expected |? +matraite got: matraites, but expected |? +mattagamite got: mattagamites, but expected |? +matteuccite got: matteuccites, but expected |? +mattheddleite got: mattheddleites, but expected |? +matulaite got: matulaites, but expected |? +mawbyite got: mawbyites, but expected |? +mawsonite got: mawsonites, but expected |? +mayenite got: mayenites, but expected |? +mayingite got: mayingites, but expected |? +medaite got: medaites, but expected |? +megacyclite got: megacyclites, but expected |? +megakalsilite got: megakalsilites, but expected |? +meixnerite got: meixnerites, but expected |? +melanophlogite got: melanophlogites, but expected |? +melanostibite got: melanostibites, but expected |? +melanotekite got: melanotekites, but expected |? +melanovanadite got: melanovanadites, but expected |? +meliphanite got: meliphanites, but expected |? +melkovite got: melkovites, but expected |? +mendipite got: mendipites, but expected |? +mercallite got: mercallites, but expected |? +mereheadite got: mereheadites, but expected |? +mereiterite got: mereiterites, but expected |? +merenskyite got: merenskyites, but expected |? +merlinoite got: merlinoites, but expected |? +merrihueite got: merrihueites, but expected |? +merwinite got: merwinites, but expected |? +metaheinrichite got: metaheinrichites, but expected |? +metahohmannite got: metahohmannites, but expected |? +metakirchheimerite got: metakirchheimerites, but expected |? +metalodevite got: metalodevites, but expected |? +metarossite got: metarossites, but expected |? +metaschoepite got: metaschoepites, but expected |? +metasideronatrite got: metasideronatrites, but expected |? +metastudtite got: metastudtites, but expected |? +metaswitzerite got: metaswitzerites, but expected |? +metavanuralite got: metavanuralites, but expected |? +metavariscite got: metavariscites, but expected |? +metavauxite got: metavauxites, but expected |? +metavivianite got: metavivianites, but expected |? +metavoltine got: metavoltines, but expected |? +meymacite got: meymacites, but expected |? +miassite got: miassites, but expected |? +micheelsenite got: micheelsenites, but expected |? +michenerite got: michenerites, but expected |? +microsommite got: microsommites, but expected |? +miersite got: miersites, but expected |? +miharaite got: miharaites, but expected |? +mikasaite got: mikasaites, but expected |? +milarite got: milarites, but expected |? +millisite got: millisites, but expected |? +minamiite got: minamiites, but expected |? +minasragrite got: minasragrites, but expected |? +minehillite got: minehillites, but expected |? +minguzzite got: minguzzites, but expected |? +minrecordite got: minrecordites, but expected |? +minyulite got: minyulites, but expected |? +misenite got: misenites, but expected |? +mitridatite got: mitridatites, but expected |? +mitryaevaite got: mitryaevaites, but expected |? +moctezumite got: moctezumites, but expected |? +modderite got: modderites, but expected |? +mohrite got: mohrites, but expected |? +molybdophyllite got: molybdophyllites, but expected |? +moncheite got: moncheites, but expected |? +monetite got: monetites, but expected |? +mongolite got: mongolites, but expected |? +monimolite got: monimolites, but expected |? +montanite got: montanites, but expected |? +montbrayite got: montbrayites, but expected |? +monteponite got: monteponites, but expected |? +montesommaite got: montesommaites, but expected |? +montgomeryite got: montgomeryites, but expected |? +montroseite got: montroseites, but expected |? +mooreite got: mooreites, but expected |? +mopungite got: mopungites, but expected |? +morenosite got: morenosites, but expected |? +morimotoite got: morimotoites, but expected |? +motukoreaite got: motukoreaites, but expected |? +mounanaite got: mounanaites, but expected |? +mountainite got: mountainites, but expected |? +mountkeithite got: mountkeithites, but expected |? +mourite got: mourites, but expected |? +mozartite got: mozartites, but expected |? +mozgovaite got: mozgovaites, but expected |? +muirite got: muirites, but expected |? +mukhinite got: mukhinites, but expected |? +mummeite got: mummeites, but expected |? +mundrabillaite got: mundrabillaites, but expected |? +munirite got: munirites, but expected |? +murataite got: murataites, but expected |? +murmanite got: murmanites, but expected |? +murunskite got: murunskites, but expected |? +mushistonite got: mushistonites, but expected |? +muthmannite got: muthmannites, but expected |? +mutinaite got: mutinaites, but expected |? +nabaphite got: nabaphites, but expected |? +nabiasite got: nabiasites, but expected |? +nabokoite got: nabokoites, but expected |? +nacaphite got: nacaphites, but expected |? +nafertisite got: nafertisites, but expected |? +nagashimalite got: nagashimalites, but expected |? +nagelschmidtite got: nagelschmidtites, but expected |? +nalipoite got: nalipoites, but expected |? +namansilite got: namansilites, but expected |? +nambulite got: nambulites, but expected |? +namibite got: namibites, but expected |? +namuwite got: namuwites, but expected |? +nanlingite got: nanlingites, but expected |? +nantokite got: nantokites, but expected |? +narsarsukite got: narsarsukites, but expected |? +nasinite got: nasinites, but expected |? +nasledovite got: nasledovites, but expected |? +nasonite got: nasonites, but expected |? +nastrophite got: nastrophites, but expected |? +natisite got: natisites, but expected |? +natrobistantite got: natrobistantites, but expected |? +natrochalcite got: natrochalcites, but expected |? +natrodufrenite got: natrodufrenites, but expected |? +natrofairchildite got: natrofairchildites, but expected |? +natroglaucocerinite got: natroglaucocerinites, but expected |? +natrojarosite got: natrojarosites, but expected |? +natrolemoynite got: natrolemoynites, but expected |? +natromontebrasite got: natromontebrasites, but expected |? +natrosilite got: natrosilites, but expected |? +natrotantite got: natrotantites, but expected |? +neighborite got: neighborites, but expected |? +neotocite got: neotocites, but expected |? +nepskoeite got: nepskoeites, but expected |? +nevadaite got: nevadaites, but expected |? +nevskite got: nevskites, but expected |? +nichromite got: nichromites, but expected |? +nickelalumite got: nickelalumites, but expected |? +nickelaustinite got: nickelaustinites, but expected |? +nickelbischofite got: nickelbischofites, but expected |? +nickenichite got: nickenichites, but expected |? +nierite got: nierites, but expected |? +niobokupletskite got: niobokupletskites, but expected |? +niobophyllite got: niobophyllites, but expected |? +niocalite got: niocalites, but expected |? +nolanite got: nolanites, but expected |? +norbergite got: norbergites, but expected |? +nordstrandite got: nordstrandites, but expected |? +norsethite got: norsethites, but expected |? +novakite got: novakites, but expected |? +nowackiite got: nowackiites, but expected |? +paarite got: paarites, but expected |? +paceite got: paceites, but expected |? +pachnolite got: pachnolites, but expected |? +paderaite got: paderaites, but expected |? +padmaite got: padmaites, but expected |? +paganoite got: paganoites, but expected |? +pahasapaite got: pahasapaites, but expected |? +palenzonaite got: palenzonaites, but expected |? +palermoite got: palermoites, but expected |? +palladodymite got: palladodymites, but expected |? +palladseite got: palladseites, but expected |? +palmierite got: palmierites, but expected |? +paolovite got: paolovites, but expected |? +parabrandtite got: parabrandtites, but expected |? +parabutlerite got: parabutlerites, but expected |? +paracostibite got: paracostibites, but expected |? +paradamite got: paradamites, but expected |? +paradocrasite got: paradocrasites, but expected |? +parafransoletite got: parafransoletites, but expected |? +parajamesonite got: parajamesonites, but expected |? +parakeldyshite got: parakeldyshites, but expected |? +parakhinite got: parakhinites, but expected |? +paralaurionite got: paralaurionites, but expected |? +paralstonite got: paralstonites, but expected |? +paramelaconite got: paramelaconites, but expected |? +paramontroseite got: paramontroseites, but expected |? +paranatisite got: paranatisites, but expected |? +paranatrolite got: paranatrolites, but expected |? +paraotwayite got: paraotwayites, but expected |? +parapierrotite got: parapierrotites, but expected |? +pararobertsite got: pararobertsites, but expected |? +pararsenolamprite got: pararsenolamprites, but expected |? +paraschachnerite got: paraschachnerites, but expected |? +paraschoepite got: paraschoepites, but expected |? +parascholzite got: parascholzites, but expected |? +parascorodite got: parascorodites, but expected |? +paraumbite got: paraumbites, but expected |? +paravauxite got: paravauxites, but expected |? +paravinogradovite got: paravinogradovites, but expected |? +parkerite got: parkerites, but expected |? +parkinsonite got: parkinsonites, but expected |? +parnauite got: parnauites, but expected |? +parsettensite got: parsettensites, but expected |? +parsonsite got: parsonsites, but expected |? +partzite got: partzites, but expected |? +parvowinchite got: parvowinchites, but expected |? +parwelite got: parwelites, but expected |? +pascoite got: pascoites, but expected |? +paulkellerite got: paulkellerites, but expected |? +paulkerrite got: paulkerrites, but expected |? +paulmooreite got: paulmooreites, but expected |? +pautovite got: pautovites, but expected |? +pavonite got: pavonites, but expected |? +pearceite got: pearceites, but expected |? +pecoraite got: pecoraites, but expected |? +peisleyite got: peisleyites, but expected |? +pekovite got: pekovites, but expected |? +penikisite got: penikisites, but expected |? +pennantite got: pennantites, but expected |? +penzhinite got: penzhinites, but expected |? +peretaite got: peretaites, but expected |? +perhamite got: perhamites, but expected |? +perlialite got: perlialites, but expected |? +perloffite got: perloffites, but expected |? +permingeatite got: permingeatites, but expected |? +perraultite got: perraultites, but expected |? +perryite got: perryites, but expected |? +pertsevite got: pertsevites, but expected |? +petedunnite got: petedunnites, but expected |? +peterbaylissite got: peterbaylissites, but expected |? +petewilliamsite got: petewilliamsites, but expected |? +petitjeanite got: petitjeanites, but expected |? +petrovicite got: petrovicites, but expected |? +petrovskaite got: petrovskaites, but expected |? +petrukite got: petrukites, but expected |? +petterdite got: petterdites, but expected |? +philipsbornite got: philipsbornites, but expected |? +philipsburgite got: philipsburgites, but expected |? +philolithite got: philolithites, but expected |? +phosphammite got: phosphammites, but expected |? +phosphoferrite got: phosphoferrites, but expected |? +phosphuranylite got: phosphuranylites, but expected |? +phuralumite got: phuralumites, but expected |? +phyllotungstite got: phyllotungstites, but expected |? +pickeringite got: pickeringites, but expected |? +picotpaulite got: picotpaulites, but expected |? +picropharmacolite got: picropharmacolites, but expected |? +pierrotite got: pierrotites, but expected |? +pillaite got: pillaites, but expected |? +pilsenite got: pilsenites, but expected |? +pinakiolite got: pinakiolites, but expected |? +pinalite got: pinalites, but expected |? +pinchite got: pinchites, but expected |? +pingguite got: pingguites, but expected |? +pintadoite got: pintadoites, but expected |? +pirquitasite got: pirquitasites, but expected |? +plagionite got: plagionites, but expected |? +planerite got: planerites, but expected |? +platarsite got: platarsites, but expected |? +plattnerite got: plattnerites, but expected |? +playfairite got: playfairites, but expected |? +plumbobetafite got: plumbobetafites, but expected |? +plumboferrite got: plumboferrites, but expected |? +plumbojarosite got: plumbojarosites, but expected |? +plumbomicrolite got: plumbomicrolites, but expected |? +plumbonacrite got: plumbonacrites, but expected |? +plumbopalladinite got: plumbopalladinites, but expected |? +plumbopyrochlore got: plumbopyrochlores, but expected |? +plumbotellurite got: plumbotellurites, but expected |? +plumbotsumite got: plumbotsumites, but expected |? +poitevinite got: poitevinites, but expected |? +pokrovskite got: pokrovskites, but expected |? +polhemusite got: polhemusites, but expected |? +polkanovite got: polkanovites, but expected |? +polkovicite got: polkovicites, but expected |? +ponomarevite got: ponomarevites, but expected |? +potarite got: potarites, but expected |? +potosiite got: potosiites, but expected |? +pottsite got: pottsites, but expected |? +poubaite got: poubaites, but expected |? +poudretteite got: poudretteites, but expected |? +poughite got: poughites, but expected |? +povondraite got: povondraites, but expected |? +poyarkovite got: poyarkovites, but expected |? +preisingerite got: preisingerites, but expected |? +preiswerkite got: preiswerkites, but expected |? +pretulite got: pretulites, but expected |? +priceite got: priceites, but expected |? +priderite got: priderites, but expected |? +pringleite got: pringleites, but expected |? +probertite got: probertites, but expected |? +prosperite got: prosperites, but expected |? +protasite got: protasites, but expected |? +protoanthophyllite got: protoanthophyllites, but expected |? +pseudoboleite got: pseudoboleites, but expected |? +pseudobrookite got: pseudobrookites, but expected |? +pseudocotunnite got: pseudocotunnites, but expected |? +pseudolaueite got: pseudolaueites, but expected |? +pseudomalachite got: pseudomalachites, but expected |? +pseudosinhalite got: pseudosinhalites, but expected |? +pushcharovskite got: pushcharovskites, but expected |? +putoranite got: putoranites, but expected |? +putzite got: putzites, but expected |? +pyroaurite got: pyroaurites, but expected |? +pyrobelonite got: pyrobelonites, but expected |? +pyrochroite got: pyrochroites, but expected |? +pyrophanite got: pyrophanites, but expected |? +raadeite got: raadeites, but expected |? +rabbittite got: rabbittites, but expected |? +rabejacite got: rabejacites, but expected |? +radovanite got: radovanites, but expected |? +radtkeite got: radtkeites, but expected |? +raguinite got: raguinites, but expected |? +rajite got: rajites, but expected |? +ralstonite got: ralstonites, but expected |? +ramdohrite got: ramdohrites, but expected |? +rameauite got: rameauites, but expected |? +ramsbeckite got: ramsbeckites, but expected |? +rankachite got: rankachites, but expected |? +rankamaite got: rankamaites, but expected |? +ransomite got: ransomites, but expected |? +ranunculite got: ranunculites, but expected |? +rapidcreekite got: rapidcreekites, but expected |? +rappoldite got: rappoldites, but expected |? +raslakite got: raslakites, but expected |? +raspite got: raspites, but expected |? +rasvumite got: rasvumites, but expected |? +rathite got: rathites, but expected |? +rauvite got: rauvites, but expected |? +rayite got: rayites, but expected |? +rebulite got: rebulites, but expected |? +rectorite got: rectorites, but expected |? +redgillite got: redgillites, but expected |? +redingtonite got: redingtonites, but expected |? +redledgeite got: redledgeites, but expected |? +reedmergnerite got: reedmergnerites, but expected |? +reevesite got: reevesites, but expected |? +refikite got: refikites, but expected |? +reichenbachite got: reichenbachites, but expected |? +reinerite got: reinerites, but expected |? +reinhardbraunsite got: reinhardbraunsites, but expected |? +rengeite got: rengeites, but expected |? +reppiaite got: reppiaites, but expected |? +retgersite got: retgersites, but expected |? +revdite got: revdites, but expected |? +reyerite got: reyerites, but expected |? +rhodesite got: rhodesites, but expected |? +rhodostannite got: rhodostannites, but expected |? +ribbeite got: ribbeites, but expected |? +richellite got: richellites, but expected |? +richelsdorfite got: richelsdorfites, but expected |? +richetite got: richetites, but expected |? +rilandite got: rilandites, but expected |? +rimkorolgite got: rimkorolgites, but expected |? +rinkite got: rinkites, but expected |? +rinmanite got: rinmanites, but expected |? +riomarinaite got: riomarinaites, but expected |? +rittmannite got: rittmannites, but expected |? +rivadavite got: rivadavites, but expected |? +riversideite got: riversideites, but expected |? +roaldite got: roaldites, but expected |? +robinsonite got: robinsonites, but expected |? +rockbridgeite got: rockbridgeites, but expected |? +rodalquilarite got: rodalquilarites, but expected |? +rodolicoite got: rodolicoites, but expected |? +roeblingite got: roeblingites, but expected |? +roedderite got: roedderites, but expected |? +roggianite got: roggianites, but expected |? +rohaite got: rohaites, but expected |? +romarchite got: romarchites, but expected |? +rondorfite got: rondorfites, but expected |? +ronneburgite got: ronneburgites, but expected |? +rooseveltite got: rooseveltites, but expected |? +roquesite got: roquesites, but expected |? +rorisite got: rorisites, but expected |? +roscherite got: roscherites, but expected |? +rosemaryite got: rosemaryites, but expected |? +rosenbuschite got: rosenbuschites, but expected |? +rosenhahnite got: rosenhahnites, but expected |? +roshchinite got: roshchinites, but expected |? +rosiaite got: rosiaites, but expected |? +rosickyite got: rosickyites, but expected |? +rossite got: rossites, but expected |? +rossmanite got: rossmanites, but expected |? +rouaite got: rouaites, but expected |? +roubaultite got: roubaultites, but expected |? +rouseite got: rouseites, but expected |? +rouvilleite got: rouvilleites, but expected |? +roweite got: roweites, but expected |? +roxbyite got: roxbyites, but expected |? +ruarsite got: ruarsites, but expected |? +rubicline got: rubiclines, but expected |? +rucklidgeite got: rucklidgeites, but expected |? +rudenkoite got: rudenkoites, but expected |? +ruitenbergite got: ruitenbergites, but expected |? +ruizite got: ruizites, but expected |? +rusakovite got: rusakovites, but expected |? +rustenburgite got: rustenburgites, but expected |? +rustumite got: rustumites, but expected |? +ruthenarsenite got: ruthenarsenites, but expected |? +rutheniridosmine got: rutheniridosmines, but expected |? +sabelliite got: sabelliites, but expected |? +sabugalite got: sabugalites, but expected |? +sacrofanite got: sacrofanites, but expected |? +saddlebackite got: saddlebackites, but expected |? +sailaufite got: sailaufites, but expected |? +sainfeldite got: sainfeldites, but expected |? +sakhaite got: sakhaites, but expected |? +sakharovaite got: sakharovaites, but expected |? +sakuraiite got: sakuraiites, but expected |? +salesite got: salesites, but expected |? +salzburgite got: salzburgites, but expected |? +samfowlerite got: samfowlerites, but expected |? +sampleite got: sampleites, but expected |? +samuelsonite got: samuelsonites, but expected |? +sanjuanite got: sanjuanites, but expected |? +sanmartinite got: sanmartinites, but expected |? +santaclaraite got: santaclaraites, but expected |? +santafeite got: santafeites, but expected |? +santanaite got: santanaites, but expected |? +sarabauite got: sarabauites, but expected |? +sarmientite got: sarmientites, but expected |? +sartorite got: sartorites, but expected |? +sasaite got: sasaites, but expected |? +satimolite got: satimolites, but expected |? +satterlyite got: satterlyites, but expected |? +sayrite got: sayrites, but expected |? +scacchite got: scacchites, but expected |? +scainiite got: scainiites, but expected |? +scandiobabingtonite got: scandiobabingtonites, but expected |? +scarbroite got: scarbroites, but expected |? +schachnerite got: schachnerites, but expected |? +schafarzikite got: schafarzikites, but expected |? +schairerite got: schairerites, but expected |? +schallerite got: schallerites, but expected |? +schapbachite got: schapbachites, but expected |? +schaurteite got: schaurteites, but expected |? +schertelite got: schertelites, but expected |? +schiavinatoite got: schiavinatoites, but expected |? +schieffelinite got: schieffelinites, but expected |? +schirmerite got: schirmerites, but expected |? +schlegelite got: schlegelites, but expected |? +schlemaite got: schlemaites, but expected |? +schlossmacherite got: schlossmacherites, but expected |? +schmiederite got: schmiederites, but expected |? +schmitterite got: schmitterites, but expected |? +schoderite got: schoderites, but expected |? +schoenfliesite got: schoenfliesites, but expected |? +scholzite got: scholzites, but expected |? +schoonerite got: schoonerites, but expected |? +schubnelite got: schubnelites, but expected |? +schuetteite got: schuetteites, but expected |? +schulenbergite got: schulenbergites, but expected |? +schultenite got: schultenites, but expected |? +schumacherite got: schumacherites, but expected |? +schwartzembergite got: schwartzembergites, but expected |? +scotlandite got: scotlandites, but expected |? +scrutinyite got: scrutinyites, but expected |? +sederholmite got: sederholmites, but expected |? +segnitite got: segnitites, but expected |? +seidozerite got: seidozerites, but expected |? +selenostephanite got: selenostephanites, but expected |? +selwynite got: selwynites, but expected |? +semseyite got: semseyites, but expected |? +senaite got: senaites, but expected |? +sengierite got: sengierites, but expected |? +sergeevite got: sergeevites, but expected |? +serpierite got: serpierites, but expected |? +serrabrancaite got: serrabrancaites, but expected |? +sewardite got: sewardites, but expected |? +shabynite got: shabynites, but expected |? +shadlunite got: shadlunites, but expected |? +shafranovskite got: shafranovskites, but expected |? +shakhovite got: shakhovites, but expected |? +shandite got: shandites, but expected |? +shannonite got: shannonites, but expected |? +sharpite got: sharpites, but expected |? +sheldrickite got: sheldrickites, but expected |? +sherwoodite got: sherwoodites, but expected |? +shibkovite got: shibkovites, but expected |? +shigaite got: shigaites, but expected |? +shirokshinite got: shirokshinites, but expected |? +shirozulite got: shirozulites, but expected |? +shkatulkalite got: shkatulkalites, but expected |? +shuangfengite got: shuangfengites, but expected |? +shubnikovite got: shubnikovites, but expected |? +shuiskite got: shuiskites, but expected |? +sibirskite got: sibirskites, but expected |? +sicherite got: sicherites, but expected |? +sicklerite got: sicklerites, but expected |? +sidorenkite got: sidorenkites, but expected |? +sidpietersite got: sidpietersites, but expected |? +sidwillite got: sidwillites, but expected |? +sieleckiite got: sieleckiites, but expected |? +sigloite got: sigloites, but expected |? +silhydrite got: silhydrites, but expected |? +silinaite got: silinaites, but expected |? +silvialite got: silvialites, but expected |? +simferite got: simferites, but expected |? +simmonsite got: simmonsites, but expected |? +simonite got: simonites, but expected |? +simplotite got: simplotites, but expected |? +simpsonite got: simpsonites, but expected |? +sinhalite got: sinhalites, but expected |? +sinkankasite got: sinkankasites, but expected |? +sinnerite got: sinnerites, but expected |? +sinoite got: sinoites, but expected |? +sitinakite got: sitinakites, but expected |? +skaergaardite got: skaergaardites, but expected |? +skinnerite got: skinnerites, but expected |? +skippenite got: skippenites, but expected |? +slavikite got: slavikites, but expected |? +slawsonite got: slawsonites, but expected |? +smirnite got: smirnites, but expected |? +smolianinovite got: smolianinovites, but expected |? +smythite got: smythites, but expected |? +sobolevite got: sobolevites, but expected |? +sobolevskite got: sobolevskites, but expected |? +soddyite got: soddyites, but expected |? +sonoraite got: sonoraites, but expected |? +sorosite got: sorosites, but expected |? +spadaite got: spadaites, but expected |? +spiroffite got: spiroffites, but expected |? +stenonite got: stenonites, but expected |? +sternbergite got: sternbergites, but expected |? +stevensite got: stevensites, but expected |? +stronalsite got: stronalsites, but expected |? +suessite got: suessites, but expected |? +sulphohalite got: sulphohalites, but expected |? +sundiusite got: sundiusites, but expected |? +suolunite got: suolunites, but expected |? +tainiolite got: tainiolites, but expected |? +talmessite got: talmessites, but expected |? +tamarugite got: tamarugites, but expected |? +taramellite got: taramellites, but expected |? +taramite got: taramites, but expected |? +taranakite got: taranakites, but expected |? +tarbuttite got: tarbuttites, but expected |? +tarkianite got: tarkianites, but expected |? +tatarskite got: tatarskites, but expected |? +tatyanaite got: tatyanaites, but expected |? +tedhadleyite got: tedhadleyites, but expected |? +teineite got: teineites, but expected |? +telluronevskite got: telluronevskites, but expected |? +ternovite got: ternovites, but expected |? +terskite got: terskites, but expected |? +testibiopalladite got: testibiopalladites, but expected |? +tetrawickmanite got: tetrawickmanites, but expected |? +thadeuite got: thadeuites, but expected |? +thalcusite got: thalcusites, but expected |? +thalfenisite got: thalfenisites, but expected |? +theisite got: theisites, but expected |? +theophrastite got: theophrastites, but expected |? +thometzekite got: thometzekites, but expected |? +thorikosite got: thorikosites, but expected |? +thornasite got: thornasites, but expected |? +tienshanite got: tienshanites, but expected |? +tiettaite got: tiettaites, but expected |? +tinaksite got: tinaksites, but expected |? +tinticite got: tinticites, but expected |? +tintinaite got: tintinaites, but expected |? +tinzenite got: tinzenites, but expected |? +tiragalloite got: tiragalloites, but expected |? +tisinalite got: tisinalites, but expected |? +tivanite got: tivanites, but expected |? +tobermorite got: tobermorites, but expected |? +tochilinite got: tochilinites, but expected |? +tolovkite got: tolovkites, but expected |? +tomichite got: tomichites, but expected |? +tongbaite got: tongbaites, but expected |? +tosudite got: tosudites, but expected |? +tounkite got: tounkites, but expected |? +toyohaite got: toyohaites, but expected |? +traskite got: traskites, but expected |? +trattnerite got: trattnerites, but expected |? +triangulite got: triangulites, but expected |? +trikalsilite got: trikalsilites, but expected |? +trimerite got: trimerites, but expected |? +tuhualite got: tuhualites, but expected |? +tunellite got: tunellites, but expected |? +tunisite got: tunisites, but expected |? +pileipellis got: pileipellises, but expected |pileipelles +cabalzarite got: cabalzarites, but expected |? +cadmoindite got: cadmoindites, but expected |? +cafarsite got: cafarsites, but expected |? +cahnite got: cahnites, but expected |? +calciborite got: calciborites, but expected |? +carletonite got: carletonites, but expected |? +carrollite got: carrollites, but expected |? +cavansite got: cavansites, but expected |? +cervantite got: cervantites, but expected |? +cesbronite got: cesbronites, but expected |? +clinoclase got: clinoclases, but expected |? +clinohedrite got: clinohedrites, but expected |? +clinohumite got: clinohumites, but expected |? +cohenite got: cohenites, but expected |? +combeite got: combeites, but expected |? +corderoite got: corderoites, but expected |? +creedite got: creedites, but expected |? +cronstedtite got: cronstedtites, but expected |? +crookesite got: crookesites, but expected |? +eosphorite got: eosphorites, but expected |? +fabianite got: fabianites, but expected |? +ferberite got: ferberites, but expected |? +ferroselite got: ferroselites, but expected |? +ferrosilite got: ferrosilites, but expected |? +fluorcaphite got: fluorcaphites, but expected |? +fornacite got: fornacites, but expected |? +franckeite got: franckeites, but expected |? +geigerite got: geigerites, but expected |? +geocronite got: geocronites, but expected |? +germanite got: germanites, but expected |? +glucine got: glucines, but expected |? +graftonite got: graftonites, but expected |? +gratonite got: gratonites, but expected |? +halotrichite got: halotrichites, but expected |? +hanksite got: hanksites, but expected |? +hellyerite got: hellyerites, but expected |? +herderite got: herderites, but expected |? +hoelite got: hoelites, but expected |? +homilite got: homilites, but expected |? +hopeite got: hopeites, but expected |? +kalininite got: kalininites, but expected |? +kalinite got: kalinites, but expected |? +kankite got: kankites, but expected |? +karpatite got: karpatites, but expected |? +keilite got: keilites, but expected |? +kermesite got: kermesites, but expected |? +kinoite got: kinoites, but expected |? +kremersite got: kremersites, but expected |? +krennerite got: krennerites, but expected |? +lautarite got: lautarites, but expected |? +legrandite got: legrandites, but expected |? +linarite got: linarites, but expected |? +livingstonite got: livingstonites, but expected |? +lorandite got: lorandites, but expected |? +lorenzenite got: lorenzenites, but expected |? +lyonsite got: lyonsites, but expected |? +mascagnite got: mascagnites, but expected |? +mohite got: mohites, but expected |? +moissanite got: moissanites, but expected |? +molybdite got: molybdites, but expected |? +molysite got: molysites, but expected |? +montebrasite got: montebrasites, but expected |? +montroydite got: montroydites, but expected |? +mordenite got: mordenites, but expected |? +murdochite got: murdochites, but expected |? +nabesite got: nabesites, but expected |? +natrophilite got: natrophilites, but expected |? +nekrasovite got: nekrasovites, but expected |? +nelenite got: nelenites, but expected |? +nissonite got: nissonites, but expected |? +nobleite got: nobleites, but expected |? +northupite got: northupites, but expected |? +pabstite got: pabstites, but expected |? +palygorskite got: palygorskites, but expected |? +panethite got: panethites, but expected |? +papagoite got: papagoites, but expected |? +partheite got: partheites, but expected |? +penroseite got: penroseites, but expected |? +phosgenite got: phosgenites, but expected |? +rambergite got: rambergites, but expected |? +renierite got: renierites, but expected |? +rickardite got: rickardites, but expected |? +robertsite got: robertsites, but expected |? +rosasite got: rosasites, but expected |? +routhierite got: routhierites, but expected |? +rutherfordine got: rutherfordines, but expected |? +rynersonite got: rynersonites, but expected |? +sabatierite got: sabatierites, but expected |? +sabieite got: sabieites, but expected |? +sabinaite got: sabinaites, but expected |? +saneroite got: saneroites, but expected |? +sauconite got: sauconites, but expected |? +schoepite got: schoepites, but expected |? +scorodite got: scorodites, but expected |? +seamanite got: seamanites, but expected |? +seeligerite got: seeligerites, but expected |? +segelerite got: segelerites, but expected |? +seligmannite got: seligmannites, but expected |? +senarmontite got: senarmontites, but expected |? +siegenite got: siegenites, but expected |? +simonellite got: simonellites, but expected |? +steacyite got: steacyites, but expected |? +stercorite got: stercorites, but expected |? +stibiconite got: stibiconites, but expected |? +stilleite got: stilleites, but expected |? +stolzite got: stolzites, but expected |? +stromeyerite got: stromeyerites, but expected |? +talnakhite got: talnakhites, but expected |? +tantite got: tantites, but expected |? +tarapacaite got: tarapacaites, but expected |? +tausonite got: tausonites, but expected |? +teallite got: teallites, but expected |? +temagamite got: temagamites, but expected |? +terlinguaite got: terlinguaites, but expected |? +teruggite got: teruggites, but expected |? +thaumasite got: thaumasites, but expected |? +thenardite got: thenardites, but expected |? +thomsenolite got: thomsenolites, but expected |? +triphylite got: triphylites, but expected |? +uricite got: uricites, but expected |? +böhmite got: böhmites, but expected |? +backward slash got: backward slashs, but expected |es +vadium got: vadiums, but expected |? +saj got: sajs, but expected |? +antibarbarus got: antibarbaruses, but expected |antibarbari +antibacchius got: antibacchiuses, but expected |antibachii +rhamphotheca got: rhamphothecas, but expected |rhamphothecae +gnathotheca got: gnathothecas, but expected |? +somatophylax got: somatophylaxes, but expected |somatophylakes +Scopinaro procedure got: Scopinaro procedures, but expected |? +custos rotulorum got: custos rotulorums, but expected |? +skeesicks got: skeesickses, but expected |? +booby hatch got: booby hatchs, but expected |es +nomen rectum got: nomen rectums, but expected |? +nomen regens got: nomen regenses, but expected |? +TNR got: TNRs, but expected |? +hoosh got: hooshes, but expected |? +suck out got: sucks out, but expected +ethenyl got: ethenyls, but expected |? +cuddle-bunny got: cuddle-bunnys, but expected |head=[[cuddle]][[-]][[bunny]]|cuddle-bunnies +snuggle-bunny got: snuggle-bunnys, but expected |head=[[snuggle]][[-]][[bunny]]|snuggle-bunnies +nine-to-fiver got: nines-to-fiver, but expected +predestinarianism got: predestinarianisms, but expected |? +alsakharovite-zn got: alsakharovite-zns, but expected |? +fewel got: fewels, but expected |? +half-century got: half-centurys, but expected |head=[[half]]-[[century]]|half-centuries +donatrix got: donatrixes, but expected |donatrices +octahedrite got: octahedrites, but expected |? +nondecane got: nondecanes, but expected |? +tetraedrum got: tetraedrums, but expected |tetraedra +icosaedrum got: icosaedrums, but expected |icosaedra +jawar got: jawars, but expected |? +abductor oculi got: abductor oculis, but expected |? +PREP got: PREPs, but expected |? +tangyuan got: tangyuans, but expected |tangyuan +pengo got: pengo, but expected |s|pengoes +Babinski reflex got: Babinski reflexs, but expected |es +lay-up got: lays-up, but expected +lay-down got: lays-down, but expected +decastich got: decastiches, but expected +wae got: waes, but expected |? +first touch got: first touchs, but expected |es +palingenesy got: palingenesies, but expected |? +palingenesia got: palingenesias, but expected |? +danaite got: danaites, but expected |? +wordstock got: wordstocks, but expected |wordstock +bajocco got: bajocchi, but expected +fenochio got: fenochios, but expected |fenochi|fenochii +fenocchio got: fenocchios, but expected |fenocchi +endsay got: endsays, but expected |? +pre-echo got: pre-echos, but expected |pre-echoes +kingric got: kingrics, but expected |? +finochio got: finochios, but expected |finochi +majoration got: majorations, but expected |? +sugar rush got: sugar rushs, but expected |es +sticheron got: sticherons, but expected |stichera +holohedron got: holohedrons, but expected |holohedra +cyathium got: cyathiums, but expected |cyathia +homolite got: homolites, but expected |? +homologon got: homologons, but expected |homologa +mise-en-scène got: mise-en-scènes, but expected |? +knock-out got: knocks-out, but expected +finocchia got: finocchias, but expected |? +golden touch got: golden touchs, but expected |es +finnochio got: finnochios, but expected |? +echage got: echages, but expected |? +Trendelenburg position got: Trendelenburg positions, but expected |? +salpingopharyngeus got: salpingopharyngeuses, but expected |salpingopharyngei +antidoron got: antidorons, but expected |antidora +shetani got: shetanis, but expected |shetani +fennochio got: fennochios, but expected |? +finnocchio got: finnocchios, but expected |? +Soyuz got: Soyuzzes, but expected |es +sargasso got: sargassoes, but expected +Stihl got: Stihls, but expected |? +Apple tax got: Apple taxs, but expected |es +iPod tax got: iPod taxs, but expected |es +megastrobilus got: megastrobiluses, but expected |megastrobili +let-up got: lets-up, but expected +sending off got: sendings off, but expected +guotie got: guoties, but expected |guotie +theosis got: theoses, but expected |? +proskynesis got: proskyneses, but expected |? +acheiropoieton got: acheiropoietons, but expected |acheiropoieta +kontakion got: kontakions, but expected |kontakia +pardusco got: parduscoes, but expected +CIFS got: CIFSs, but expected |? +lactyl got: lactyls, but expected |? +lytta got: lyttas, but expected |lyttae +crappo got: crappoes, but expected +czarowitz got: czarowitzzes, but expected |es +ryllet got: ryllets, but expected |ryllettys +antientry got: antientries, but expected |? +sum-up got: sums-up, but expected +serving dish got: serving dishs, but expected |es +140000 +man pussy got: man pussys, but expected |? +a.l. got: a.l.s, but expected |? +final approach got: final approachs, but expected |es +man-pussy got: man-pussys, but expected |man-pussies +statisticks got: statistickses, but expected |statisticks +fishin' got: fishin's, but expected |? +sentai got: sentais, but expected |? +kleenebok got: kleeneboks, but expected |? +outform got: outforms, but expected |? +Angelino got: Angelinoes, but expected +congiaria got: congiarias, but expected |? +council tax got: council taxs, but expected |es +horseshoe sandwich got: horseshoe sandwichs, but expected |es +spesmilo got: spesmiloes, but expected +digesture got: digestures, but expected |? +stand-off got: stands-off, but expected +heptastich got: heptastiches, but expected +kirumbo got: kirumboes, but expected +wealdish got: wealdishes, but expected |? +wekau got: wekaus, but expected |? +jigjog got: jigjogs, but expected |? +people's microphone got: people's microphones, but expected |? +octateuch got: octateuches, but expected +ultimation got: ultimations, but expected |? +womon got: womons, but expected |? +jack-a-dandy got: jack-a-dandys, but expected |jack-a-dandies +hyperaccretion got: hyperaccretions, but expected |? +jasp got: jasps, but expected |? +quasivacuum got: quasivacuums, but expected |quasivacua +nonelect got: nonelects, but expected |nonelect +sea mud got: sea muds, but expected |? +jedding ax got: jedding axs, but expected |es +navarch got: navarches, but expected +refutandum got: refutandums, but expected |refutanda +reparandum got: reparandums, but expected |reparanda +cheese box got: cheese boxs, but expected |es +tap-in got: taps-in, but expected +gaymo got: gaymoes, but expected +huqin got: huqins, but expected |huqin +nematocalyx got: nematocalyxes, but expected |nematocalyces +peristerion got: peristerions, but expected |? +prosternum got: prosternums, but expected |prosterna +evenin' got: evenin's, but expected |? +gag reflex got: gag reflexs, but expected |es +upstir got: upstirs, but expected |? +prosobranch got: prosobranches, but expected +lyerman got: lyermen, but expected |? +dolabra got: dolabras, but expected |dolabrae +mersion got: mersions, but expected |? +endostoma got: endostomas, but expected |endostomata +ant thrush got: ant thrushs, but expected |es +overflux got: overflux, but expected |? +balancement got: balancements, but expected |? +neuropodium got: neuropodiums, but expected |neuropodia +osphradium got: osphradiums, but expected |osphradia +do. got: do.s, but expected |? +woolenet got: woolenets, but expected |? +gunnage got: gunnages, but expected |? +nutrication got: nutrications, but expected |? +klipfish got: klipfish, but expected |es +treget got: tregets, but expected |? +knight-erratic got: knight-erratics, but expected |knights-erratic +tectibranch got: tectibranches, but expected +kousso got: koussoes, but expected |? +overtrust got: overtrusts, but expected |? +lophobranch got: lophobranches, but expected +gaybo got: gayboes, but expected +shizzle got: shizzles, but expected |? +correctrix got: correctrixes, but expected |correctrices +snying got: snyings, but expected |? +barber's got: barber'ses, but expected |? +competitrix got: competitrixes, but expected |competrices +notopodium got: notopodiums, but expected |notopodia +gypse got: gypses, but expected |? +nodation got: nodations, but expected |? +resoun got: resouns, but expected |? +water gruel got: water gruels, but expected |? +extersion got: extersions, but expected |? +nomarch got: nomarches, but expected +escape hatch got: escape hatchs, but expected |es +trierarch got: trierarches, but expected |s +kunai got: kunais, but expected |kunai +vermily got: vermilies, but expected |? +vility got: vilities, but expected |? +linguality got: lingualities, but expected |? +nostalgy got: nostalgies, but expected |? +singleworld got: singleworlds, but expected |? +paolo got: paoloes, but expected |paoli +Mahovos got: Mahovoses, but expected |? +inition got: initions, but expected |? +flatuosity got: flatuosities, but expected |? +namaycush got: namaycushes, but expected |namaycush +squacco got: squaccoes, but expected +subimago got: subimagoes, but expected |s|subimagines +substituendum got: substituendums, but expected |substituenda +disgestion got: disgestions, but expected |? +knoppern got: knoppers, but expected +waterness got: waternesses, but expected |? +misinstruction got: misinstructions, but expected |? +go-out got: goes-out, but expected |head=[[go]]-[[out]] +Havanese got: Havanese, but expected +blow-buddy got: blow-buddys, but expected |blow-buddies +cockbreath got: cockbreaths, but expected |? +parelius got: pareliuses, but expected |parelii +lapwork got: lapworks, but expected |? +villanella got: villanelle, but expected +oad got: oads, but expected |? +honeycomb conjecture got: honeycomb conjectures, but expected |? +woodrock got: woodrocks, but expected |? +purvue got: purvues, but expected |? +fellowred got: fellowreds, but expected |? +typhos got: typhoses, but expected |? +oosporangium got: oosporangiums, but expected |oosporangia +vers de société got: vers de sociétés, but expected |? +tolmen got: tolmen, but expected +gorgoneion got: gorgoneions, but expected |gorgoneia +nine-eyes got: nine-eyeses, but expected |head=[[nine]]-[[eyes]]|nine-eyes +hyoglossus got: hyoglossuses, but expected |hyoglossi +delitigation got: delitigations, but expected |? +nigrine got: nigrines, but expected |? +uva ursi got: uva ursis, but expected |? +pendence got: pendences, but expected |? +eotvos got: eotvoses, but expected |? +hyperthyrion got: hyperthyrions, but expected |? +waygoose got: waygeese, but expected +horse-drench got: horse-drenchs, but expected |head=[[horse]]-[[drench]]|es +flavol got: flavols, but expected |? +carlock got: carlocks, but expected |? +vitrella got: vitrellas, but expected |vitrellae +moration got: morations, but expected |? +cetene got: cetenes, but expected |? +mameluco got: mamelucoes, but expected +rubification got: rubifications, but expected |? +orrach got: orraches, but expected +eyesplice got: eyesplice, but expected +brigge got: brigges, but expected |? +pentastich got: pentastiches, but expected +waivure got: waivures, but expected |? +gentilicium got: gentiliciums, but expected |gentilicia +rescription got: rescriptions, but expected |? +concert pitch got: concert pitchs, but expected |es +Blue Max got: Blue Maxs, but expected |es +pericambium got: pericambiums, but expected |pericambia +iraimbilanja got: iraimbilanjas, but expected |iraimbilanja +sweetcheeks got: sweetcheekses, but expected |sweetcheeks +hambo got: hamboes, but expected |? +aspection got: aspections, but expected |? +gise got: gises, but expected |? +deporture got: deportures, but expected |? +levation got: levations, but expected |? +subslice got: subslice, but expected +oophoridium got: oophoridiums, but expected |oophoridia +backworm got: backworms, but expected |? +fructuation got: fructuations, but expected |? +geminy got: geminies, but expected |? +tendence got: tendences, but expected |? +deambulation got: deambulations, but expected |? +welldoing got: welldoings, but expected |? +livelode got: livelodes, but expected |? +frightment got: frightments, but expected |? +serenitude got: serenitudes, but expected |? +ballatry got: ballatries, but expected |? +sottery got: sotteries, but expected |? +hypochondriasm got: hypochondriasms, but expected |? +mangcorn got: mangcorns, but expected |? +impatiency got: impatiencies, but expected |? +auguration got: augurations, but expected |? +corvetto got: corvettoes, but expected +vaporation got: vaporations, but expected |? +gyle got: gyles, but expected |? +hot karl got: hot karls, but expected |? +grundsel got: grundsels, but expected |? +heptarch got: heptarches, but expected +hexine got: hexines, but expected |? +candle coal got: candle coals, but expected |? +inhability got: inhabilities, but expected |? +regence got: regences, but expected |? +petralogy got: petralogies, but expected |? +neurility got: neurilities, but expected |? +checkwork got: checkworks, but expected |? +disordinance got: disordinances, but expected |? +ernest got: ernests, but expected |? +intercommonage got: intercommonages, but expected |? +nugacity got: nugacities, but expected |? +guardage got: guardages, but expected |? +opisthion got: opisthions, but expected |opisthia +esture got: estures, but expected |? +fructure got: fructures, but expected |? +gynaecium got: gynaeciums, but expected |gynaecia +oneration got: onerations, but expected |? +disoxygenation got: disoxygenations, but expected |? +dilaniation got: dilaniations, but expected |? +ascococcus got: ascococcuses, but expected |ascococci +myrmillo got: myrmilloes, but expected |s|myrmillones +145000 +maleficiation got: maleficiations, but expected |? +populacy got: populacies, but expected |? +grandity got: grandities, but expected |? +fairer sex got: fairer sexs, but expected |? +agricolation got: agricolations, but expected |? +fumetere got: fumeteres, but expected |? +uncinatum got: uncinatums, but expected |? +reddour got: reddours, but expected |? +revolvency got: revolvencies, but expected |? +hearsal got: hearsals, but expected |? +opening speech got: opening speechs, but expected |es +Egeria got: Egerias, but expected |? +speculaas got: speculaases, but expected |speculaas +genearch got: genearches, but expected +myriarch got: myriarches, but expected +sly fox got: sly foxs, but expected |es +methoxyl got: methoxyls, but expected |? +heptone got: heptones, but expected |? +reembarkation got: reembarkations, but expected |? +ulluco got: ullucoes, but expected +utriculus got: utriculuses, but expected |utriculi +go-by got: goes-by, but expected |go-bys +discompliance got: discompliances, but expected |? +lock-out got: locks-out, but expected +restorement got: restorements, but expected |? +preternaturalism got: preternaturalisms, but expected |? +miseration got: miserations, but expected |? +discommodity got: discommodities, but expected |? +forcement got: forcements, but expected |? +hydrophlorone got: hydrophlorones, but expected |? +gonoblastidium got: gonoblastidiums, but expected |gonoblastidia +sectism got: sectisms, but expected |? +refaction got: refactions, but expected |? +focillation got: focillations, but expected |? +infusibility got: infusibilities, but expected |? +obtruncation got: obtruncations, but expected |? +staminodium got: staminodiums, but expected |staminodia +flustration got: flustrations, but expected |? +copland got: coplands, but expected |? +xystos got: xystoses, but expected |xystoi +diligency got: diligencies, but expected |? +tunica intima got: tunica intimas, but expected |? +sheltrum got: sheltrums, but expected |? +trap rock got: trap rocks, but expected |? +delineature got: delineatures, but expected |? +demisability got: demisabilities, but expected |? +intercidence got: intercidences, but expected |? +irreconcilement got: irreconcilements, but expected |? +inconnection got: inconnections, but expected |? +antecedency got: antecedencies, but expected |? +voceru got: vocerus, but expected |voceri +immerit got: immerits, but expected |? +fistuca got: fistucas, but expected |fistucae +head crash got: head crashs, but expected |es +clitellus got: clitelluses, but expected |clitelli +hapu'u got: hapu'us, but expected |? +ohelo got: oheloes, but expected |? +producement got: producements, but expected |? +athletism got: athletisms, but expected |? +montero got: monteroes, but expected +ambrose got: ambroses, but expected |? +catabasion got: catabasions, but expected |catabasia +deperdition got: deperditions, but expected |? +bumbast got: bumbasts, but expected |? +revengeance got: revengeances, but expected |? +gymnasiarch got: gymnasiarches, but expected +ascidiarium got: ascidiariums, but expected |ascidiaria +grossification got: grossifications, but expected |? +champurrado got: champurradoes, but expected |champurrados +priesting got: priestings, but expected |? +entobronchium got: entobronchiums, but expected |entobronchia +nucleobranch got: nucleobranches, but expected +hyoid arch got: hyoid archs, but expected |es +antestomach got: antestomaches, but expected +fumulus got: fumuluses, but expected |fumuli +chattelism got: chattelisms, but expected |? +sectionality got: sectionalities, but expected |? +shild got: shilds, but expected |? +metanotum got: metanotums, but expected |metanota +mesopodium got: mesopodiums, but expected |mesopodia +mititei got: mititeis, but expected |? +metacromion got: metacromions, but expected |metacromia +analyzis got: analyzises, but expected |analyzes +paralyzis got: paralyzises, but expected |paralyzes +indecence got: indecences, but expected |? +misexposition got: misexpositions, but expected |? +dispansion got: dispansions, but expected |? +hexdecyl got: hexdecyls, but expected |? +obtenebration got: obtenebrations, but expected |? +oshibori got: oshiboris, but expected |oshibori +hydrocaulus got: hydrocauluses, but expected |hydrocauli +bardship got: bardships, but expected |? +crown imperial got: crown imperials, but expected |? +shruff got: shruffs, but expected |? +urosteon got: urosteons, but expected |urostea +goodship got: goodships, but expected |? +ergotin got: ergotins, but expected |? +nale got: nales, but expected |? +essoin got: essoins, but expected |? +epipharynx got: epipharynxes, but expected |epipharynges +Englishry got: Englishries, but expected |? +water witch got: water witchs, but expected |es +newing got: newings, but expected |? +torcula got: torculas, but expected |? +burghbote got: burghbotes, but expected |? +osteocranium got: osteocraniums, but expected |osteocrania +cutinization got: cutinizations, but expected |? +treebeard got: treebeards, but expected |? +gnathidium got: gnathidiums, but expected |gnathidia +antagony got: antagonies, but expected |? +guardenage got: guardenages, but expected |? +geländeläufer got: geländeläufers, but expected |? +flammation got: flammations, but expected |? +affranchisement got: affranchisements, but expected |? +missel got: missels, but expected |? +fermacy got: fermacies, but expected |? +incession got: incessions, but expected |? +imbursement got: imbursements, but expected |? +Turcoman got: Turcomen, but expected +disclusion got: disclusions, but expected |? +depulsion got: depulsions, but expected |? +mesorchium got: mesorchiums, but expected |mesorchia +recordance got: recordances, but expected |? +mockage got: mockages, but expected |? +ommateum got: ommateums, but expected |ommatea +retrusion got: retrusions, but expected |? +appeachment got: appeachments, but expected |? +elapsion got: elapsions, but expected |? +iterance got: iterances, but expected |? +panelwork got: panelworks, but expected |? +irregeneracy got: irregeneracies, but expected |? +gullage got: gullages, but expected |? +gunnie got: gunnies, but expected |? +premonishment got: premonishments, but expected |? +spirituosity got: spirituosities, but expected |? +discomposition got: discompositions, but expected |? +parascenium got: parasceniums, but expected |parascenia +pseudocyphella got: pseudocyphellas, but expected |pseudocyphellae +mudik got: mudiks, but expected |? +costning got: costnings, but expected |? +transient luminous events got: transient luminous eventses, but expected |? +campylobacterium got: campylobacteriums, but expected |campylobacteria +Bp got: Bps, but expected |? +enteritidis got: enteritidises, but expected |? +omics got: omicses, but expected |omics +choroiditis got: choroiditises, but expected |choroiditides +curcas got: curcases, but expected |? +centre-half got: centre-halfs, but expected |centre-halves +jejunoileitis got: jejunoileitises, but expected |jejunoileites +fario got: farios, but expected |fario +finnesko got: finneskoes, but expected +juccuya got: juccuyas, but expected |? +jugale got: jugales, but expected |? +junctura got: juncturas, but expected |juncturae +trophonema got: trophonemas, but expected |trophonemata +onyalai got: onyalais, but expected |? +kafindo got: kafindoes, but expected |? +kalaemia got: kalaemias, but expected |? +kanyemba got: kanyembas, but expected |? +kaodzera got: kaodzeras, but expected |? +pseudotuberculosis got: pseudotuberculoses, but expected |? +pectoriloquy got: pectoriloquies, but expected |? +amarantus got: amarantuses, but expected |? +ketoacidemia got: ketoacidemias, but expected |? +ketosuria got: ketosurias, but expected |? +choroidea got: choroideas, but expected |? +correus got: correuses, but expected |correi +baetulus got: baetuluses, but expected |baetuli +granatite got: granatites, but expected |? +amplexation got: amplexations, but expected |? +affluency got: affluencies, but expected |? +disrespectability got: disrespectabilities, but expected |? +dissenterism got: dissenterisms, but expected |? +tolylene got: tolylenes, but expected |? +arthrodynia got: arthrodynias, but expected |? +disord got: disords, but expected |? +monoxylon got: monoxyla, but expected +carbimide got: carbimides, but expected |? +abomasitis got: abomasitises, but expected |? +eparch got: eparches, but expected +acampsia got: acampsias, but expected |? +deliquation got: deliquations, but expected |? +semipupa got: semipupas, but expected |semipupae +acanthopodium got: acanthopodiums, but expected |acanthopodia +vacillancy got: vacillancies, but expected |? +exauthoration got: exauthorations, but expected |? +orphaline got: orphalines, but expected |? +guiac got: guiacs, but expected |? +intentation got: intentations, but expected |? +ichthyopterygium got: ichthyopterygiums, but expected |ichthyopterygia +retineum got: retineums, but expected |retinea +evomition got: evomitions, but expected |? +guiacum got: guiacums, but expected |? +ogdoastich got: ogdoastiches, but expected +acardius got: acardiuses, but expected |? +liverleaf got: liverleaves, but expected +taxiarch got: taxiarches, but expected +prescutum got: prescutums, but expected |prescuta +pseudopupa got: pseudopupas, but expected |pseudopupae +eventilation got: eventilations, but expected |? +expletion got: expletions, but expected |? +archipterygium got: archipterygiums, but expected |archiptergyia +incasement got: incasements, but expected |? +resultance got: resultances, but expected |? +degradement got: degradements, but expected |? +excreation got: excreations, but expected |? +oleosity got: oleosities, but expected |? +perspicacy got: perspicacies, but expected |? +acenesthesia got: acenesthesias, but expected |? +acephalobrachia got: acephalobrachias, but expected |? +acetoclastis got: acetoclastises, but expected |? +fanding got: fandings, but expected |? +haarscheibe got: haarscheibes, but expected |haarscheiben +judg got: judgs, but expected |es +anconeus got: anconeuses, but expected |anconei +negative income tax got: negative income taxs, but expected |es +tibiotarsus got: tibiotarsuses, but expected |tibiotarsi +marai got: marais, but expected |? +phyllocladium got: phyllocladiums, but expected |phyllocladia +drive by shooting got: drives by shooting, but expected +acheilia got: acheilias, but expected |? +achiropody got: achiropodies, but expected |? +insatiety got: insatieties, but expected |? +front slash got: front slashs, but expected |es +quincke got: quinckes, but expected |? +qux got: quxes, but expected |? +yarke got: yarkes, but expected |? +yellowshins got: yellowshinses, but expected |yellowshins +podotheca got: podothecas, but expected |podothecae +acholuria got: acholurias, but expected |? +adle got: adles, but expected |? +angustation got: angustations, but expected |? +excecation got: excecations, but expected |? +vection got: vections, but expected |? +eluxation got: eluxations, but expected |? +favel got: favels, but expected |? +nocument got: nocuments, but expected |? +mugget got: muggets, but expected |? +fuscation got: fuscations, but expected |? +aclasia got: aclasias, but expected |? +aclasis got: aclases, but expected |? +postfurca got: postfurcas, but expected |postfurcae +intolerancy got: intolerancies, but expected |? +decidement got: decidements, but expected |? +hypotarsus got: hypotarsuses, but expected |hypotarsi +dies non got: dies nons, but expected |? +methol got: methols, but expected |? +inactose got: inactoses, but expected |? +macroglomerulus got: macroglomeruluses, but expected |macroglomeruli +tschego got: tschegoes, but expected +impery got: imperies, but expected |? +zarthe got: zarthes, but expected |? +zaerthe got: zaerthes, but expected |? +zandmole got: zandmoles, but expected |? +infumation got: infumations, but expected |? +glyconin got: glyconins, but expected |? +munity got: munities, but expected |? +rarification got: rarifications, but expected |? +reproductive system got: reproductive systems, but expected |? +eyr got: eyrs, but expected |? +bike-lash got: bike-lashs, but expected |es +coach box got: coach boxs, but expected |es +squint-a-pipes got: squint-a-pipeses, but expected |squint-a-pipes +mesometrium got: mesometriums, but expected |mesometria +facundity got: facundities, but expected |? +lirella got: lirellas, but expected |lirellae +marone got: marones, but expected |? +contemperature got: contemperatures, but expected |? +pilidium got: pilidiums, but expected |pilidia +entoplastron got: entoplastrons, but expected |entoplastra +thalamencephalon got: thalamencephalons, but expected |? +ridicle got: ridicles, but expected |? +demonstrance got: demonstrances, but expected |? +foliature got: foliatures, but expected |? +refluctuation got: refluctuations, but expected |? +ecclesiarch got: ecclesiarches, but expected +bartery got: barteries, but expected |? +extruction got: extructions, but expected |? +eluctation got: eluctations, but expected |? +hallidome got: hallidomes, but expected |? +inverted circumflex got: inverted circumflexs, but expected |es +improperty got: improperties, but expected |? +myokine got: myokine, but expected +weatherfish got: weatherfish, but expected |es +weather loach got: weather loachs, but expected |es +yellowmargin triggerfish got: yellowmargin triggerfishs, but expected |es +neurorescue got: neurorescues, but expected |? +phalaris got: phalarises, but expected |phalaris +propagulum got: propagulums, but expected |propagula +nundination got: nundinations, but expected |? +mesovarium got: mesovariums, but expected |mesovaria +milreis got: milreises, but expected |milreis +miko got: mikoes, but expected |s|miko +amission got: amissions, but expected |? +naruto got: narutoes, but expected |? +inugami got: inugamis, but expected |inugami +hemionus got: hemionuses, but expected |? +Mukhabarat got: Mukhabarats, but expected |? +sociomatrix got: sociomatrixes, but expected |sociomatrices +boyism got: boyisms, but expected |? +contaction got: contactions, but expected |? +caroigne got: caroignes, but expected |? +respirability got: respirabilities, but expected |? +self-life got: self-lifes, but expected |?|head=[[self]]-[[life]] +picktooth got: pickteeth, but expected +toggle switch got: toggle switchs, but expected |es +tanite got: tanites, but expected |? +imitatorship got: imitatorships, but expected |? +disslander got: disslanders, but expected |? +intemperament got: intemperaments, but expected |? +cnida got: cnidas, but expected |cnidae +acorea got: acoreas, but expected |? +acouasm got: acouasms, but expected |? +acousmatamnesia got: acousmatamnesias, but expected |? +acranius got: acraniuses, but expected |? +evangile got: evangiles, but expected |? +noy got: noys, but expected |? +adornation got: adornations, but expected |? +misdisposition got: misdispositions, but expected |? +anaptychus got: anaptychuses, but expected |anaptychi +ethnarch got: ethnarches, but expected +hoom got: hooms, but expected |? +bacillaemia got: bacillaemias, but expected |? +refut got: refuts, but expected |? +ephialtes got: ephialteses, but expected |ephialtes +malambo got: malamboes, but expected +irenarch got: irenarches, but expected +whaul got: whauls, but expected |? +e-conomy got: e-conomys, but expected |? +wavefunction collapse got: wavefunction collapses, but expected |? +haybote got: haybotes, but expected |? +glabellum got: glabellums, but expected |glabella +opianine got: opianines, but expected |? +furculum got: furculums, but expected |furcula +epicranium got: epicraniums, but expected |epicrania +auchenium got: aucheniums, but expected |? +orpin got: orpins, but expected |? +rostrulum got: rostrulums, but expected |rostrula +eirenarch got: eirenarches, but expected +symposiarch got: symposiarches, but expected +Irish waterfall got: Irish waterfalls, but expected |? +parapterum got: parapterums, but expected |paraptera +warrantise got: warrantises, but expected |? +metecorn got: metecorns, but expected |? +sarcoseptum got: sarcoseptums, but expected |sarcosepta +twinleaf got: twinleaves, but expected +tortion got: tortions, but expected |? +excommunion got: excommunions, but expected |? +emaculation got: emaculations, but expected |? +archiblastula got: archiblastulas, but expected |? +nola got: nolas, but expected |? +akeake got: akeakes, but expected |? +150000 +distriction got: districtions, but expected |? +hierotheca got: hierothecas, but expected |hierothecae +tylarus got: tylaruses, but expected |tylari +democraty got: democraties, but expected |? +mitome got: mitomes, but expected |? +macrencephaly got: macrencephalies, but expected |? +macrobacterium got: macrobacteriums, but expected |macrobacteria +admonitrix got: admonitrixes, but expected |admonitrices +glaucosis got: glaucoses, but expected |? +proscolex got: proscolexes, but expected |proscolices +phyllodium got: phyllodiums, but expected |phyllodia +epicleidium got: epicleidiums, but expected |? +randing got: randings, but expected |? +vermetus got: vermetuses, but expected |vermeti +lophosteon got: lophosteons, but expected |lophostea +moonery got: mooneries, but expected |? +mesoscapula got: mesoscapulas, but expected |mesoscapulae +longlegs got: longlegses, but expected |? +embolite got: embolites, but expected |? +chickenlips got: chickenlipses, but expected |chickenlips +toparch got: toparches, but expected +coalworks got: coalworkses, but expected |coalworks +nolt got: nolts, but expected |nolt +coronamen got: coronamen, but expected |? +counter-revolutionary got: counter-revolutionarys, but expected |counter-revolutionaries +osculatrix got: osculatrixes, but expected |osculatrices +steccherino got: steccherinoes, but expected |steccherini +adarce got: adarces, but expected |? +hurly got: hurlies, but expected |? +sapajo got: sapajoes, but expected +odango got: odangoes, but expected |odango +zoolagnia got: zoolagnias, but expected |? +zoomylus got: zoomyluses, but expected |? +zuckergussleber got: zuckergusslebers, but expected |? +acroasphyxia got: acroasphyxias, but expected |? +acroataxia got: acroataxias, but expected |? +acrobrachycephaly got: acrobrachycephalies, but expected |? +acrocephalopolysyndactyly got: acrocephalopolysyndactylies, but expected |? +acrocephalosyndactylia got: acrocephalosyndactylias, but expected |? +acrocephalosyndactyly got: acrocephalosyndactylies, but expected |? +acrokinesia got: acrokinesias, but expected |? +acrocinesis got: acrocineses, but expected |? +acrodactylum got: acrodactylums, but expected |? +acrodermatitis got: acrodermatitises, but expected |acrodermatitides +acrodysesthesia got: acrodysesthesias, but expected |? +acrodysplasia got: acrodysplasias, but expected |? +acromegalogigantism got: acromegalogigantisms, but expected |? +acromelalgia got: acromelalgias, but expected |? +endothorax got: endothoraxes, but expected |? +epithema got: epithemas, but expected |? +dispond got: disponds, but expected |? +TATA box got: TATA boxs, but expected |es +wardcorps got: wardcorpses, but expected |wardcorps +enomotarch got: enomotarches, but expected +verumontanum got: verumontanums, but expected |verumontana +uti possidetis got: uti possidetises, but expected |? +blanquillo got: blanquilloes, but expected +compt got: compts, but expected |? +branchial arch got: branchial archs, but expected |es +aeroplankton got: aeroplanktons, but expected |aeroplankton +kistrin got: kistrins, but expected |? +albolabrin got: albolabrins, but expected |? +applagin got: applagins, but expected |? +barbourin got: barbourins, but expected |? +batroxostatin got: batroxostatins, but expected |? +bitistatin got: bitistatins, but expected |? +schistatin got: schistatins, but expected |? +echistatin got: echistatins, but expected |? +eristicophin got: eristicophins, but expected |? +flavoridin got: flavoridins, but expected |? +halysin got: halysins, but expected |? +tergeminin got: tergeminins, but expected |? +salmosin got: salmosins, but expected |? +triflavin got: triflavins, but expected |? +glycocyamine got: glycocyamines, but expected |? +sudamen got: sudamen, but expected |sudamina +cyclas got: cyclases, but expected |? +reposure got: reposures, but expected |? +reglement got: reglements, but expected |? +pleurocentrum got: pleurocentrums, but expected |pleurocentra +relevation got: relevations, but expected |? +horse-leech got: horse-leechs, but expected |horse-leeches|head=[[horse]]-[[leech]] +mycothrix got: mycothrixes, but expected |? +exosmose got: exosmoses, but expected |? +bravade got: bravades, but expected |? +donkey-punch got: donkey-punchs, but expected |head=[[donkey]]-[[punch]]|es +tardation got: tardations, but expected |? +primulin got: primulins, but expected |? +oenin got: oenins, but expected |? +malvin got: malvins, but expected |? +malvidin got: malvidins, but expected |? +theogallin got: theogallins, but expected |? +alexipharmacum got: alexipharmacums, but expected |alexipharmaca +metasternum got: metasternums, but expected |metasterna +endopleura got: endopleuras, but expected |? +marsipobranch got: marsipobranches, but expected +medicornu got: medicornus, but expected |medicornua +spermidium got: spermidiums, but expected |spermidia +sgoldstino got: sgoldstinoes, but expected +terminography got: terminographies, but expected |? +specieism got: specieisms, but expected |? +Terramycin got: Terramycins, but expected |? +zygosporangium got: zygosporangiums, but expected |zygosporangia +ecthoreum got: ecthoreums, but expected |ecthorea +amniorrhexis got: amniorrhexises, but expected |? +mesobronchium got: mesobronchiums, but expected |mesobronchi +excubitorium got: excubitoriums, but expected |excubitoria +encrinus got: encrinuses, but expected |encrini +metalammonium got: metalammoniums, but expected |metalammonia +postessive case got: postessive cases, but expected |? +lative case got: lative cases, but expected |? +inelative case got: inelative cases, but expected |? +associative case got: associative cases, but expected |? +mesophyllum got: mesophyllums, but expected |mesophylla +cheiropterygium got: cheiropterygiums, but expected |cheiropterygia +slam dunk approach got: slam dunk approachs, but expected |es +slamdunk approach got: slamdunk approachs, but expected |es +pseudembryo got: pseudembryoes, but expected +bloodstroke got: bloodstrokes, but expected |? +odontiasis got: odontiases, but expected |? +pectinibranch got: pectinibranches, but expected +misle got: misles, but expected |? +anchusin got: anchusins, but expected |? +levari facias got: levari faciases, but expected |? +glossocomon got: glossocomons, but expected |glossocoma +interlocation got: interlocations, but expected |? +P.I. got: P.I.s, but expected |? +nigger nose got: nigger noses, but expected |? +Paraguay tea got: Paraguay teas, but expected |? +hypercarbia got: hypercarbias, but expected |? +diskos got: diskoses, but expected |diskoi +ride along got: rides along, but expected +Parkes process got: Parkes processes, but expected |? +concludency got: concludencies, but expected |? +middle lamella got: middle lamellas, but expected |? +disherison got: disherisons, but expected |? +Asiarch got: Asiarches, but expected +run of play got: runs of play, but expected |? +endosmose got: endosmoses, but expected |? +Camorrism got: Camorrisms, but expected |? +MBCS got: MBCSs, but expected |? +torii got: toriis, but expected |torii +ex-serviceman got: ex-servicemans, but expected |ex-servicemen +consonantism got: consonantisms, but expected |? +orthopneic position got: orthopneic positions, but expected |? +lucmo got: lucmoes, but expected |? +tsampoy got: tsampoys, but expected |tsampoy +kemiri got: kemiris, but expected |? +postscenium got: postsceniums, but expected |? +acrity got: acrities, but expected |? +enterparlance got: enterparlances, but expected |? +hortus siccus got: hortus siccuses, but expected |? +cometarium got: cometariums, but expected |cometaria +layland got: laylands, but expected |? +dealth got: dealths, but expected |? +tcf got: tcfs, but expected |tcf +phacellus got: phacelluses, but expected |phacelli +decence got: decences, but expected |? +mesonotum got: mesonotums, but expected |mesonota +hyposternum got: hyposternums, but expected |hyposterna +ancienty got: ancienties, but expected |? +dust-off got: dusts-off, but expected +spindleshanks got: spindleshankses, but expected |spindleshanks +trusion got: trusions, but expected |? +preoblongata got: preoblongatas, but expected |? +diiambus got: diiambuses, but expected |diiambi +intercentrum got: intercentrums, but expected |intercentra +sporidium got: sporidiums, but expected |sporidia +tinet got: tinets, but expected |? +pterostigma got: pterostigmas, but expected |pterostigmata +perispomenon got: perispomenons, but expected |perispomena +Bosjesman got: Bosjesmen, but expected +peccability got: peccabilities, but expected |? +ratchel got: ratchels, but expected |? +exundation got: exundations, but expected |? +plangence got: plangences, but expected |? +APSS got: APSSs, but expected |? +fundiloon got: fundiloons, but expected |? +decapacitation got: decapacitations, but expected |? +primity got: primities, but expected |? +recussion got: recussions, but expected |? +schwannomatosis got: schwannomatoses, but expected |neurofibromatoses +splanchnopleura got: splanchnopleuras, but expected |? +widow-wail got: widow-wails, but expected |head=[[widow]]-[[wail]]|? +caimito got: caimitoes, but expected +redition got: reditions, but expected |? +babaco got: babacoes, but expected +levator ani got: levator anis, but expected |? +coccygeus got: coccygeuses, but expected |coccygei +endeixis got: endeixises, but expected |? +marsupion got: marsupions, but expected |? +durity got: durities, but expected |? +relatrix got: relatrixes, but expected |relatrices +takoyaki got: takoyakis, but expected |takoyaki +supramaxilla got: supramaxillas, but expected |supramaxillae +epipodium got: epipodiums, but expected |epipodia +cardiopoiesis got: cardiopoieses, but expected |? +conotruncus got: conotruncuses, but expected |? +bulbus cordis got: bulbus cordises, but expected |? +prostomium got: prostomiums, but expected |prostomia +parabronchium got: parabronchiums, but expected |parabronchia +splashout got: splashouts, but expected |? +perityphlitis got: perityphlitises, but expected |perityphlitides +figgum got: figgums, but expected |? +pleurobranch got: pleurobranches, but expected |s +rattlewings got: rattlewingses, but expected |rattlewings +adeption got: adeptions, but expected |? +coccobacterium got: coccobacteriums, but expected |coccobacteria +bombace got: bombaces, but expected |? +sluggardy got: sluggardies, but expected |? +dendritogenesis got: dendritogeneses, but expected |? +merd got: merds, but expected |? +phytobacterium got: phytobacteriums, but expected |phytobacteria +spondylarthritis got: spondylarthritises, but expected |spondylarthritides +subconfluence got: subconfluences, but expected |? +ponderance got: ponderances, but expected |? +tricyclon got: tricyclons, but expected |? +postabdomen got: postabdomen, but expected +mangonism got: mangonisms, but expected |? +alogy got: alogies, but expected |? +instinction got: instinctions, but expected |? +mountance got: mountances, but expected |? +ethylideneproline got: ethylideneprolines, but expected |? +eumelanogenesis got: eumelanogeneses, but expected |? +minioning got: minionings, but expected |? +thrist got: thrists, but expected |? +obliquation got: obliquations, but expected |? +mesprise got: mesprises, but expected |? +bay rum got: bay rums, but expected |? +ossilegium got: ossilegiums, but expected |? +osteodifferentiation got: osteodifferentiations, but expected |? +morigeration got: morigerations, but expected |? +prodigence got: prodigences, but expected |? +epipubis got: epipubises, but expected |epipubes +subindication got: subindications, but expected |? +epitrochlearis got: epitrochlearises, but expected |? +hyporhachis got: hyporhachises, but expected |hyporhachides +tritorium got: tritoriums, but expected |tritoria +inghalla got: inghallas, but expected |? +offension got: offensions, but expected |? +encomion got: encomions, but expected |? +Pampero got: Pamperoes, but expected +panegyris got: panegyrises, but expected |? +neurectoderm got: neurectoderms, but expected |? +orthophenylene got: orthophenylenes, but expected |? +cohibition got: cohibitions, but expected |? +luxuriety got: luxurieties, but expected |? +anticor got: anticors, but expected |? +anticore got: anticores, but expected |? +ejulation got: ejulations, but expected |? +subcinctorium got: subcinctoriums, but expected |subcinctoria +inrecision got: inrecisions, but expected |? +stuke got: stukes, but expected |? +mesopterygium got: mesopterygiums, but expected |mesopterygia +spermatocytogenesis got: spermatocytogeneses, but expected |? +tetraenyl got: tetraenyls, but expected |? +tritordeum got: tritordeums, but expected |? +caissaca got: caissacas, but expected |? +chemotransport got: chemotransports, but expected |? +rosland got: roslands, but expected |? +disfurniture got: disfurnitures, but expected |? +exposture got: expostures, but expected |? +septulum got: septulums, but expected |septula +requitement got: requitements, but expected |? +fluoroethyl got: fluoroethyls, but expected |? +heteroplasia got: heteroplasias, but expected |? +immunoscreening got: immunoscreenings, but expected |? +basigynium got: basigyniums, but expected |basigynia +hamathecium got: hamatheciums, but expected |hamathecia +procerebrum got: procerebrums, but expected |procerebra +mesenchyma got: mesenchymas, but expected |? +postcornu got: postcornus, but expected |postcornua +cimeliarch got: cimeliarches, but expected +syncarpium got: syncarpiums, but expected |syncarpia +siphonium got: siphoniums, but expected |siphonia +pileorhiza got: pileorhizas, but expected |pileorhizae +sukotyro got: sukotyroes, but expected +ectobronchium got: ectobronchiums, but expected |ectobronchia +ectocardia got: ectocardias, but expected |? +ectothrix got: ectothrixes, but expected |ectothrices +adenocellulitis got: adenocellulitises, but expected |? +cystoma got: cystomata, but expected +outloose got: outlooses, but expected |? +pterygopodium got: pterygopodiums, but expected |pterygopodia +omosternum got: omosternums, but expected |omosterna +hypocleidium got: hypocleidiums, but expected |hypocleidia +interoperculum got: interoperculums, but expected |interopercula +meconidium got: meconidiums, but expected |meconidia +ingluvies got: ingluvies, but expected |? +exterminatrix got: exterminatrixes, but expected |exterminatrices +phallodeum got: phallodeums, but expected |phallodea +child benefit got: child benefits, but expected |? +sooner child got: sooner childs, but expected |? +rupchanda got: rupchandas, but expected |rupchanda +introsusception got: introsusceptions, but expected |? +subversioning got: subversionings, but expected |? +unisus got: unisuses, but expected |unisi +pairment got: pairments, but expected |? +intervacuum got: intervacuums, but expected |intervacua +eunomy got: eunomies, but expected |? +forrill got: forrills, but expected |? +tensure got: tensures, but expected |? +disglory got: disglories, but expected |? +peristomium got: peristomiums, but expected |peristomia +baubellum got: baubellums, but expected |baubella +peltidium got: peltidiums, but expected |peltidia +archierey got: archiereys, but expected |? +beej got: beejs, but expected |beejes +taliation got: taliations, but expected |? +one and one got: one and ones, but expected |? +epineuston got: epineustons, but expected |? +hyponeuston got: hyponeustons, but expected |? +cameration got: camerations, but expected |? +cloudage got: cloudages, but expected |? +ounding got: oundings, but expected |? +compound meter got: compound meters, but expected |? +Brachman got: Brachmen, but expected +high-go got: high-gos, but expected |head=[[high]]-[[go]]|? +raspatorium got: raspatoriums, but expected |raspatoria +periclinium got: pericliniums, but expected |periclinia +rescinsion got: rescinsions, but expected |? +colstaff got: colstaffs, but expected |colstaves +tiger bench got: tiger benchs, but expected |? +hot hamburger sandwich got: hot hamburger sandwichs, but expected |es +presidence got: presidences, but expected |? +dition got: ditions, but expected |? +tritovum got: tritovums, but expected |tritova +landamman got: landammen, but expected +discession got: discessions, but expected |? +get-penny got: get-pennys, but expected |get-pennies|head=[[get]]-[[penny]] +ingeny got: ingenies, but expected |? +paragnathus got: paragnathuses, but expected |paragnathi +entropium got: entropiums, but expected |? +dollman got: dollmen, but expected +155000 +cephalanthium got: cephalanthiums, but expected |cephalanthia +cynarrhodium got: cynarrhodiums, but expected |cynarrhodia +Kjarposko got: Kjarposkoes, but expected +ephippium got: ephippiums, but expected |ephippia +gigerium got: gigeriums, but expected |gigeria +ramage got: ramages, but expected |? +prehallux got: prehallux, but expected |es +mesole got: mesoles, but expected |? +skrim got: skrims, but expected |? +dictamen got: dictamen, but expected +fovilla got: fovillas, but expected |fovillae +poley got: poleys, but expected |? +glandage got: glandages, but expected |? +nainsell got: nainsells, but expected |? +trisulc got: trisulcs, but expected |? +latitation got: latitations, but expected |? +rigation got: rigations, but expected |? +throw-off got: throws-off, but expected |head=[[throw]]-[[off]] +epitrope got: epitropes, but expected |? +squirarch got: squirarches, but expected +doryphoros got: doryphoroses, but expected |doryphoroi +profection got: profections, but expected |? +surance got: surances, but expected |? +ostosis got: ostoses, but expected |? +probacy got: probacies, but expected |? +isis got: ises, but expected |es +pseudovum got: pseudovums, but expected |pseudova +adlegation got: adlegations, but expected |? +haematosis got: haematoses, but expected |? +limbat got: limbats, but expected |? +stingfish got: stingfish, but expected |es +toluid got: toluids, but expected |? +roboration got: roborations, but expected |? +scrobicula got: scrobiculas, but expected |scrobiculae +aphrite got: aphrites, but expected |? +macpalxochitl got: macpalxochitls, but expected |? +involucellum got: involucellums, but expected |involucella +myxa got: myxas, but expected |? +Edenization got: Edenizations, but expected |? +tormentise got: tormentises, but expected |? +tickey box got: tickey boxs, but expected |es +tickey-box got: tickey-boxs, but expected |es +ticky box got: ticky boxs, but expected |es +ticky-box got: ticky-boxs, but expected |es +wicopy got: wicopies, but expected |? +tralation got: tralations, but expected |? +recreance got: recreances, but expected |? +havior got: haviors, but expected |? +cocculus indicus got: cocculus indicuses, but expected |? +exothecium got: exotheciums, but expected |exothecia +incorporality got: incorporalities, but expected |? +scenary got: scenaries, but expected |? +mendment got: mendments, but expected |? +anthorism got: anthorisms, but expected |? +cledge got: cledges, but expected |? +epizudic got: epizudics, but expected |? +follow-on got: follows-on, but expected |head=[[follow]]-[[on]] +déblai got: déblais, but expected |? +international call prefix got: international call prefixs, but expected |es +stitch-up got: stitches-up, but expected +putrilage got: putrilages, but expected |? +dodecapolis got: dodecapolises, but expected |? +sevocation got: sevocations, but expected |? +transflux got: transflux, but expected |es +liage got: liages, but expected |? +endophragma got: endophragmas, but expected |? +old-man got: old-mans, but expected |old-men +delinition got: delinitions, but expected |? +ham-sandwich got: ham-sandwichs, but expected |es +bejuco got: bejucoes, but expected +lastery got: lasteries, but expected |? +presternum got: presternums, but expected |presterna +exotheca got: exothecas, but expected |exothecae +epiplexis got: epiplexises, but expected |? +monstration got: monstrations, but expected |? +amphicome got: amphicomes, but expected |? +conarium got: conariums, but expected |? +decurrence got: decurrences, but expected |? +sputation got: sputations, but expected |? +cardboard-box got: cardboard-boxs, but expected |es +Jew-hatred got: Jew-hatreds, but expected |? +limation got: limations, but expected |? +Jewhatred got: Jewhatreds, but expected |? +suboperculum got: suboperculums, but expected |subopercula +throat latch got: throat latchs, but expected |es +crescence got: crescences, but expected |? +acrotarsium got: acrotarsiums, but expected |acrotarsia +adversion got: adversions, but expected |? +rolly-poly got: rolly-polys, but expected |rolly-polies +destimulation got: destimulations, but expected |? +profligation got: profligations, but expected |? +hypobole got: hypoboles, but expected |? +encauma got: encaumas, but expected |? +pigfoot got: pigfeet, but expected +RuBisCO got: RuBisCOs, but expected |? +prophragma got: prophragmas, but expected |prophragmata +mesotheca got: mesothecas, but expected |mesothecae +basion got: basions, but expected |? +ecphonema got: ecphonemas, but expected |? +deray got: derays, but expected |? +by-interest got: by-interests, but expected |head=[[by]]-[[interest]]|? +rodiasine got: rodiasines, but expected |? +squaretoes got: squaretoes, but expected |? +cymatogeny got: cymatogenies, but expected |? +haematoglobulin got: haematoglobulins, but expected |? +homomorphy got: homomorphies, but expected |? +sherris got: sherrises, but expected |? +benzal got: benzals, but expected |? +paune got: paunes, but expected |? +disemployment got: disemployments, but expected |? +bachelry got: bachelries, but expected |? +setula got: setulas, but expected |setulae +revesture got: revestures, but expected |? +Abun got: Abuns, but expected |? +metanephridium got: metanephridiums, but expected |metanephridia +hemiplegy got: hemiplegies, but expected |? +straint got: straints, but expected |? +cucujo got: cucujoes, but expected +consignature got: consignatures, but expected |? +dochmius got: dochmiuses, but expected |dochmii +entosternum got: entosternums, but expected |entosterna +antistrophon got: antistrophons, but expected |? +styrol got: styrols, but expected |? +bullen-bullen got: bullen-bullens, but expected |? +homoioptoton got: homoioptotons, but expected |homoioptota +ramnification got: ramnifications, but expected |? +rhinencephalon got: rhinencephalons, but expected |rhinencephala +endorhiza got: endorhizas, but expected |endorhizae +tryptich got: tryptiches, but expected +postscutellum got: postscutellums, but expected |postscutella +disulphuric acid got: disulphuric acids, but expected |? +sentisection got: sentisections, but expected |? +rhachialgia got: rhachialgias, but expected |? +parapleura got: parapleura, but expected |parapleurae +jukujikun got: jukujikuns, but expected |jukujikun +red-gum got: red-gums, but expected |head=[[red]]-[[gum]]|? +clinanthium got: clinanthiums, but expected |clinanthia +taenidium got: taenidiums, but expected |taenidia +perisoma got: perisomas, but expected |perisomata +homodynamy got: homodynamies, but expected |? +scholion got: scholions, but expected |? +bezoar ibex got: bezoar ibexs, but expected |es +stasimon got: stasimons, but expected |stasima +atrocha got: atrochas, but expected |atrochae +spoonwood got: spoonwoods, but expected |? +suppliance got: suppliances, but expected |? +crampfish got: crampfish, but expected |es +the Bomb got: the Bombs, but expected |? +hot nickel got: hot nickels, but expected |? +self-view got: self-views, but expected |head=[[self]]-[[view]]|? +ingemination got: ingeminations, but expected |? +hurds got: hurdses, but expected |? +parovarium got: parovariums, but expected |parovaria +citicism got: citicisms, but expected |? +repartimiento got: repartimientoes, but expected +alibility got: alibilities, but expected |? +entothorax got: entothoraxes, but expected |? +praeoperculum got: praeoperculums, but expected |praeopercula +Microsoft tax got: Microsoft taxs, but expected |es +parmo got: parmoes, but expected +gyneceum got: gyneceums, but expected |gynecea +eq got: eqs, but expected |eqq +tregetry got: tregetries, but expected |? +e-society got: e-societys, but expected |e-societies +taeniola got: taeniolas, but expected |taeniolae +deplication got: deplications, but expected |? +pseudovarium got: pseudovariums, but expected |pseudovaria +Apollinaris water got: Apollinaris waters, but expected |? +tilt-shift got: tilt-shifts, but expected |head=[[tilt]]-[[shift]]|? +non-apology got: non-apologys, but expected |head=[[non-]][[apology]]|non-apologies +holmos got: holmoses, but expected |holmoi +mesocaecum got: mesocaecums, but expected |? +not-pology got: not-pologys, but expected |not-pologies +protovertebra got: protovertebras, but expected |protovertebrae +lacinula got: lacinulas, but expected |lacinulae +dealio got: dealios, but expected |? +rolling hitch got: rolling hitchs, but expected |es +monopteron got: monopterons, but expected |monoptera +prestriction got: prestrictions, but expected |? +investure got: investures, but expected |? +necrolite got: necrolites, but expected |? +onology got: onologies, but expected |? +Flammkuchen got: Flammkuchens, but expected |? +subsultus got: subsultuses, but expected |subsulti +nuncius got: nunciuses, but expected |nuncii +ventrimeson got: ventrimesons, but expected |? +conistra got: conistras, but expected |? +ditty box got: ditty boxs, but expected |es +komku got: komkus, but expected |komku +perichaetium got: perichaetiums, but expected |perichaetia +flox silk got: flox silks, but expected |? +both-hands got: both-handses, but expected |? +hautpas got: hautpases, but expected |? +mytilus got: mytiluses, but expected |mytili +potargo got: potargoes, but expected |? +true-penny got: true-pennys, but expected |head=[[true]][[-]][[penny]]|true-pennies +pharos got: pharoses, but expected |pharoi +hemina got: heminas, but expected |heminae +bely got: belies, but expected +cardol got: cardols, but expected |? +colleterium got: colleteriums, but expected |colleteria +notaeum got: notaeums, but expected |notaea +scamillus got: scamilluses, but expected |scamilli +colestaff got: colestaffs, but expected |colestaves +exection got: exections, but expected |? +calimanco got: calimancoes, but expected +certie got: certies, but expected |? +woman-child got: women-children, but expected |head=[[woman]]-[[child]]|woman-children +maid-child got: maid-childs, but expected |maid-children +complement membrane attack complex got: complement membrane attack complexs, but expected |es +merswine got: merswines, but expected |merswine +dyslogia got: dyslogias, but expected |? +asyndesis got: asyndeses, but expected |? +lesser of two evils got: lesser of two evilses, but expected |? +beet radish got: beet radishs, but expected |es +postnaris got: postnarises, but expected |postnares +carcelage got: carcelages, but expected |? +suprailium got: suprailiums, but expected |suprailia +proemium got: proemiums, but expected |proemia +chain stitch got: chain stitchs, but expected |es +imber-goose got: imber-gooses, but expected |imber-geese +soap dish got: soap dishs, but expected |es +Cotard delusion got: Cotard delusions, but expected |? +perianthium got: perianthiums, but expected |perianthia +glist got: glists, but expected |? +pavage got: pavages, but expected |? +lienculus got: lienculuses, but expected |lienculi +bryozoum got: bryozoums, but expected |bryozoa +pelma got: pelmas, but expected |pelmata +maqui got: maquis, but expected |? +lymegrass got: lymegrasses, but expected |? +puer aeternus got: puer aeternuses, but expected |? +minimum minimorum got: minimum minimorums, but expected |? +creaturehood got: creaturehoods, but expected |? +trichobranchia got: trichobranchias, but expected |trichobranchiae +exacervation got: exacervations, but expected |? +axle hitch got: axle hitchs, but expected |es +cubation got: cubations, but expected |? +improvvisatrice got: improvvisatrices, but expected |improvvisatrici +predicability got: predicabilities, but expected |? +pylangium got: pylangiums, but expected |pylangia +ponibility got: ponibilities, but expected |? +myolemma got: myolemmas, but expected |myolemmata +gibbier got: gibbiers, but expected |? +podogynium got: podogyniums, but expected |? +hyposphagma got: hyposphagmas, but expected |? +perula got: perulas, but expected |perulae +Mancona bark got: Mancona barks, but expected |? +dog-fox got: dog-foxs, but expected |head=[[dog]]-[[fox]]|es +longshanks got: longshankses, but expected |longshanks +cururo got: cururoes, but expected +ember-goose got: ember-gooses, but expected |ember-geese +reaf got: reaves, but expected +Othman got: Othmen, but expected +prenomen got: prenomen, but expected |s|prenomina +parquetage got: parquetages, but expected |? +mamarazzi got: mamarazzis, but expected |mamarazzi +epencephalon got: epencephalons, but expected |epencephala +unke got: unkes, but expected |? +scrit got: scrits, but expected |? +dodman got: dodmen, but expected +osteocolla got: osteocollas, but expected |? +striction got: strictions, but expected |? +paradactylum got: paradactylums, but expected |paradactyla +devaprasnam got: devaprasnams, but expected |? +mishcup got: mishcups, but expected |? +plerome got: pleromes, but expected |? +chrysoprasus got: chrysoprasuses, but expected |? +lilly-pilly got: lilly-pillys, but expected |lilly-pillies +cowitch got: cowitches, but expected |? +sortance got: sortances, but expected |? +postcava got: postcavas, but expected |postcavae +arrach got: arraches, but expected |? +stallation got: stallations, but expected |? +parelcon got: parelcons, but expected |? +metosteon got: metosteons, but expected |metostea +sharewort got: shareworts, but expected |? +alco got: alcoes, but expected +colemouse got: colemice, but expected |? +diallylurea got: diallylureas, but expected |? +mesoscutum got: mesoscutums, but expected |mesoscuta +chulan got: chulans, but expected |? +chylothorax got: chylothoraxes, but expected |chylothoraces +permixtion got: permixtions, but expected |? +pedipalpus got: pedipalpuses, but expected |pedipalpi +hulver got: hulvers, but expected |? +scaliola got: scaliolas, but expected |? +autosynchronization got: autosynchronizations, but expected |? +bicriterion got: bicriterions, but expected |bicriteria +cogenesis got: cogeneses, but expected |? +pat-on-the-back got: pat-on-the-backs, but expected |head=[[pat]]-on-the-[[back]]|pats-on-the-back +Citations:syntellect got: Citations:syntellects, but expected |? +conspirancy got: conspirancies, but expected |? +cartridge box got: cartridge boxs, but expected |es +maucaco got: maucacoes, but expected +urz begee got: urz begees, but expected |? +cachiri got: cachiris, but expected |? +metaphrasis got: metaphrases, but expected |? +brocatello got: brocatelloes, but expected +newco got: newcoes, but expected +goldseed got: goldseeds, but expected |? +Mussalman got: Mussalmen, but expected +manito got: manitoes, but expected +strontia got: strontias, but expected |? +caapi got: caapis, but expected |? +poisure got: poisures, but expected |? +parepididymis got: parepididymises, but expected |? +18-yard box got: 18-yard boxs, but expected |es +ecbasis got: ecbases, but expected |? +nacker got: nackers, but expected |? +mather got: mathers, but expected |? +garbel got: garbels, but expected |? +tuch got: tuches, but expected |? +mesotype got: mesotypes, but expected |? +Suleah fish got: Suleah fishs, but expected |? +seabeard got: seabeards, but expected |? +polemarch got: polemarches, but expected |s +rhomboides got: rhomboideses, but expected |rhomboides +netherhose got: netherhoses, but expected |netherhose|netherhosen +linea nigra got: linea nigras, but expected |? +dhindo got: dhindoes, but expected |? +pommage got: pommages, but expected |? +ditation got: ditations, but expected |? +mislen got: mislens, but expected |? +collodium got: collodiums, but expected |collodia +diruption got: diruptions, but expected |? +soutage got: soutages, but expected |? +moelline got: moellines, but expected |? +minislice got: minislice, but expected +pseudonavicella got: pseudonavicellas, but expected |pseudonavicellae +derth got: derths, but expected |? +cosine law got: cosine laws, but expected |? +sine formula got: sine formulas, but expected |? +amphigene got: amphigenes, but expected |? +pike-devant got: pike-devants, but expected |? +goman got: gomen, but expected |? +stigmaria got: stigmariae, but expected +entermise got: entermises, but expected |? +sirt got: sirts, but expected |? +claro-obscuro got: claro-obscuros, but expected |? +main-gauche got: main-gauches, but expected |head=[[main]]-[[gauche]]|? +stitchel got: stitchels, but expected |? +elench got: elenches, but expected |elenchs +putter-on got: putters-on, but expected |head=[[putter]]-[[on]]|? +pleurosteon got: pleurosteons, but expected |pleurostea +metabolisis got: metabolises, but expected |? +zunzuncito got: zunzuncitoes, but expected +tocororo got: tocororoes, but expected +decidence got: decidences, but expected |? +stitch in the ditch got: stitch in the ditchs, but expected |? +howitz got: howitzzes, but expected |es +tubfish got: tubfish, but expected |? +becuna got: becunas, but expected |? +hexahemeron got: hexahemerons, but expected |hexahemera +chill-out got: chills-out, but expected +pentone got: pentones, but expected |? +pillery got: pilleries, but expected |? +catel got: catels, but expected |? +scirrhus got: scirrhusses, but expected |es|scirrhi +araguato got: araguatoes, but expected +knife switch got: knife switchs, but expected |es +trochiscus got: trochiscuses, but expected |trochisci +praecornu got: praecornus, but expected |praecornua +theanthropy got: theanthropies, but expected |? +scissil got: scissils, but expected |? +160000 +procatarxis got: procatarxises, but expected |? +sphacelus got: sphaceluses, but expected |sphaceli +gibstaff got: gibstaffs, but expected |? +bipinnaria got: bipinnarias, but expected |? +inanitiation got: inanitiations, but expected |? +podobranch got: podobranches, but expected |podobranchs +dithyrambus got: dithyrambuses, but expected |? +praemaxilla got: praemaxillas, but expected |praemaxillae +sea peach got: sea peachs, but expected |es +paleola got: paleolas, but expected |paleolae +elocation got: elocations, but expected |? +thamyn got: thamyns, but expected |? +paroophoron got: paroophorons, but expected |? +hypotrachelium got: hypotracheliums, but expected |hypotrachelia +coaction got: coactions, but expected |? +evestrum got: evestrums, but expected |evestra +cirrhus got: cirrhuses, but expected |cirrhi +tuft-taffeta got: tuft-taffetas, but expected |?|head=[[tuft]]-[[taffeta]] +peristoma got: peristomas, but expected |peristomata +entasia got: entasias, but expected |? +scandalum magnatum got: scandala magnatum, but expected |? +soft launch got: soft launchs, but expected |es +gyroma got: gyromas, but expected |gyromata +surseance got: surseances, but expected |? +barrigudo got: barrigudoes, but expected +sarcobasis got: sarcobases, but expected |? +pegm got: pegms, but expected |? +hematosis got: hematoses, but expected |? +cornettino got: cornettinoes, but expected |s|cornettini +foalfoot got: foalfeet, but expected +cephalitis got: cephalitises, but expected |? +neo-colony got: neo-colonys, but expected |neo-colonies +cook-up got: cooks-up, but expected +sation got: sations, but expected |? +endotheca got: endothecas, but expected |? +paritory got: paritories, but expected |? +tigella got: tigellas, but expected |tigellae +tercine got: tercines, but expected |? +curship got: curships, but expected |? +vityaz got: vityazzes, but expected |es +pentaptych got: pentaptyches, but expected |pentaptychs +pineau got: pineaus, but expected |? +bollu preñáu got: bollu preñáus, but expected |? +echinococcus got: echinococcuses, but expected |echinococci +speako got: speakoes, but expected +aetites got: aetiteses, but expected |? +pentacron got: pentacrons, but expected |pentacra +chamiso got: chamisoes, but expected +abb. got: abb.s, but expected |? +Hughes syndrome got: Hughes syndromes, but expected |? +calambour got: calambours, but expected |? +preef got: preefs, but expected |? +suckfish got: suckfish, but expected |es +caparro got: caparroes, but expected +mountenaunce got: mountenaunces, but expected |? +flea-louse got: flea-louses, but expected |flea-lice|head=[[flea]]-[[louse]] +metanauplius got: metanaupliuses, but expected |metanauplii +corsned got: corsneds, but expected |? +pelure got: pelures, but expected |? +omnishambles got: omnishambleses, but expected |omnishambles +asymmetrical meter got: asymmetrical meters, but expected |? +apostolic succession got: apostolic successions, but expected |? +abr. got: abr.s, but expected |? +trou-de-loup got: trou-de-loups, but expected |trous-de-loup +pseudofilaria got: pseudofilarias, but expected |pseudofilariae +wood-sere got: wood-seres, but expected |head=[[wood]]-[[sere]]|? +stave church got: stave churchs, but expected |es +scove got: scoves, but expected |? +proto-industry got: proto-industrys, but expected |proto-industries +decuman got: decumen, but expected +LOLsies got: LOLsies, but expected |? +lolzies got: lolzies, but expected |? +asterixis got: asterixises, but expected |asterixes +muscosity got: muscosities, but expected |? +cascara sagrada got: cascara sagradas, but expected |? +retinophora got: retinophoras, but expected |retinophorae +atmo got: atmoes, but expected +dartos got: dartoses, but expected |? +heavenric got: heavenrics, but expected |? +inneth got: inneths, but expected |? +be-all got: be-alls, but expected |head=[[be]]-[[all]]|? +acceleration of gravity got: accelerations of gravity, but expected |? +acceleration principle got: acceleration principles, but expected |? +Margate fish got: Margate fishs, but expected |es +pettychaps got: pettychapses, but expected |pettychaps +Dad's Day got: Dad's Days, but expected |? +campanero got: campaneroes, but expected +tamaric got: tamarics, but expected |? +scolithus got: scolithuses, but expected |scolithi +perigynium got: perigyniums, but expected |perigynia +mastich got: mastiches, but expected +paraphragma got: paraphragmas, but expected |paraphragmata +Octapla got: Octaplas, but expected |? +perkin got: perkins, but expected |? +ceterach got: ceteraches, but expected +debismuthization got: debismuthizations, but expected |? +peritrochium got: peritrochiums, but expected |peritrochia ++1 got: +1s, but expected |? +osteoformation got: osteoformations, but expected |? +mesocephalon got: mesocephalons, but expected |? +cholecystis got: cholecystises, but expected |? +streptothrix got: streptothrices, but expected |es +bummery got: bummeries, but expected |? +secess got: secesses, but expected |? +singing fish got: singing fishs, but expected |es +cisternography got: cisternographies, but expected |? +scinticisternography got: scinticisternographies, but expected |? +shijo got: shijoes, but expected +pad stitch got: pad stitchs, but expected |es +stomatodaeum got: stomatodaeums, but expected |stomatodaea +chebacco got: chebaccoes, but expected +encephalos got: encephaloses, but expected |? +shag-rag got: shag-rags, but expected |head=[[shag]]-[[rag]]|? +abbatess got: abbatesses, but expected |abbetesses +terma got: termas, but expected |? +exhedra got: exhedra, but expected |s|exhedrae +terutero got: teruteroes, but expected +frost-blite got: frost-blites, but expected |head=[[frost]]-[[blite]]|? +pereion got: pereions, but expected |? +abbrv. got: abbrv.s, but expected |? +cyclohedron got: cyclohedrons, but expected |cyclohedra +coccidia got: coccidia, but expected +pampero got: pamperoes, but expected +drith got: driths, but expected |? +archimagus got: archimaguses, but expected |archimagi +dystrophisation got: dystrophisations, but expected |? +intervenience got: interveniences, but expected |? +interveniency got: interveniencies, but expected |? +gingivostomatitis got: gingivostomatitises, but expected |? +lautite got: lautites, but expected |? +repigmentation got: repigmentations, but expected |? +solubilisation got: solubilisations, but expected |? +shoe box got: shoe boxs, but expected |es +leaman got: leamen, but expected +tetraxenonogold got: tetraxenonogolds, but expected |? +bicoloration got: bicolorations, but expected |? +bicolouration got: bicolourations, but expected |? +boriding got: boridings, but expected |? +peloria got: pelorias, but expected |? +kwyjibo got: kwyjiboes, but expected +erubescence got: erubescences, but expected |? +incondensability got: incondensabilities, but expected |? +biddi-biddi got: biddi-biddis, but expected |? +polytech got: polyteches, but expected +loline got: lolines, but expected |? +amnaesia got: amnaesias, but expected |? +nanosilver got: nanosilvers, but expected |? +Faroish got: Faroishes, but expected |? +mongoos got: mongoos, but expected |es +mungoose got: mungeese, but expected +mungoos got: mungoos, but expected |es +kaiju got: kaijus, but expected |kaiju +Scunthorpe problem got: Scunthorpe problems, but expected |? +kalimotxo got: kalimotxoes, but expected +praecava got: praecavas, but expected |praecavae +out-of-towner got: outs-of-towner, but expected +chesthair got: chesthairs, but expected |chesthair +bulimy got: bulimies, but expected |? +monitrix got: monitrixes, but expected |monitrices +apple-berry got: apple-berrys, but expected |head=[[apple]]-[[berry]]|apple-berries +abatsons got: abatsonses, but expected |abatsons +turn-up got: turns-up, but expected |head=[[turn]]-[[up]] +Abbot of Unreason got: Abbots of Unreason, but expected +abdominal pouch got: abdominal pouchs, but expected |es +cyclopentanophenanthrene got: cyclopentanophenanthrenes, but expected |? +ongang got: ongangs, but expected |? +abendmusik got: abendmusiks, but expected |abendmusiken +pithiatism got: pithiatisms, but expected |? +Abert's finch got: Abert's finchs, but expected |es +methyladenosine got: methyladenosines, but expected |? +methylcytidine got: methylcytidines, but expected |? +methyluridine got: methyluridines, but expected |? +bandspread got: bandspreads, but expected |? +apsaras got: apsarases, but expected |? +abilo got: abiloes, but expected +abkary got: abkaries, but expected |? +Abkhas got: Abkhases, but expected |? +stomodæum got: stomodæums, but expected |? +no through road got: noes through road, but expected +covertex got: covertexes, but expected |covertices +check-up got: checks-up, but expected |head=[[check]]-[[up]] +colledg got: colledgs, but expected |es +efficience got: efficiences, but expected |? +respondency got: respondencies, but expected |? +priviledg got: priviledgs, but expected |es +touraco got: touracoes, but expected +paraphyllum got: paraphyllums, but expected |paraphylla +monkey-wrench got: monkey-wrenchs, but expected |head=[[monkey]][[-]][[wrench]]|es +plenipotence got: plenipotences, but expected |? +tpyo got: tpyoes, but expected +Abp. got: Abp.s, but expected |? +bridg got: bridgs, but expected |es +pledg got: pledgs, but expected |es +nurse-in got: nurses-in, but expected +seat only got: seat onlys, but expected |? +redeco got: redecoes, but expected +ethnoastronomy got: ethnoastronomies, but expected |? +jive-ass got: jive-asses, but expected |? +Tungoose got: Tungeese, but expected +phenethicillin got: phenethicillins, but expected |? +aldophosphamide got: aldophosphamides, but expected |? +dichlorophenolindophenol got: dichlorophenolindophenols, but expected |? +phosphoenolpyruvate mutase got: phosphoenolpyruvate mutases, but expected |? +quincentennium got: quincentenniums, but expected |quincentennia +alkalescence got: alkalescences, but expected |? +gitch got: gitches, but expected |? +Guelf got: Guelves, but expected +carmel got: carmels, but expected |? +dioptra got: dioptras, but expected |? +palulus got: paluluses, but expected |paluli +missey got: misseys, but expected |? +e-diary got: e-diarys, but expected |e-diaries +hemelytron got: hemelytrons, but expected |hemelytra +footballfish got: footballfish, but expected |es +deepwater cardinalfish got: deepwater cardinalfishs, but expected |es +carapato got: carapatoes, but expected +masked facies got: masked facieses, but expected |? +exogeomorphology got: exogeomorphologies, but expected |? +gelifraction got: gelifractions, but expected |? +congeliturbation got: congeliturbations, but expected |? +ab. got: ab.s, but expected |? +rhexistasy got: rhexistasies, but expected |? +rheotropism got: rheotropisms, but expected |? +pratic got: pratics, but expected |? +dilatation and curettage got: dilatation and curettages, but expected |? +chelate complex got: chelate complexs, but expected |es +vergescu got: vergescus, but expected |? +MKS got: MKSs, but expected |? +sub bench got: sub benchs, but expected |es +eiruv got: eiruvs, but expected |eiruvin +surement got: surements, but expected |? +bydlo got: bydloes, but expected |? +myco-heterotrophy got: myco-heterotrophys, but expected |head=[[myco-]][[heterotrophy]]|myco-heterotrophies +depo got: depoes, but expected +galbulus got: galbuluses, but expected |galbuli +aminooxy got: aminooxies, but expected +karyorrhexis got: karyorrhexises, but expected |karyorrhexes +striped-pants got: striped-pantses, but expected |striped-pants|head=[[striped]]-[[pants]] +Zodiac got: Zodiacs, but expected |? +preconcertion got: preconcertions, but expected |? +pottern ore got: pottern ores, but expected |? +tommy got: tommies, but expected |? +prief got: priefs, but expected |? +submentum got: submentums, but expected |submenta +ecteron got: ecterons, but expected |? +homotaxia got: homotaxias, but expected |? +legislatrix got: legislatrixes, but expected |? +witigo got: witigoes, but expected +Talysh got: Talyshes, but expected +stolonifera got: stoloniferas, but expected |? +iodine bush got: iodine bushs, but expected |es +chefs de mission got: chefs de missions, but expected |? +arillus got: arilluses, but expected |arilli +topogenesis got: topogeneses, but expected |? +epanados got: epanadoses, but expected |? +cize got: cizes, but expected |? +splenculus got: splenculuses, but expected |splenculi +sextetto got: sextettoes, but expected +e-identity got: e-identitys, but expected |e-identities +decurdling got: decurdlings, but expected |? +simplity got: simplities, but expected |? +gainage got: gainages, but expected |? +protoscolex got: protoscolexes, but expected |protoscoleces|protoscolices +kwailo got: kwailoes, but expected |s|kwailo +mousefish got: mousefish, but expected |es +marblefish got: marblefish, but expected |es +tapoa tafa got: tapoa tafas, but expected |? +seity got: seities, but expected |? +swiftfoot got: swiftfeet, but expected |? +hiccius doctius got: hiccius doctiuses, but expected |? +freshman fifteen got: freshman fifteens, but expected |? +protectrix got: protectrixes, but expected |protectrices +bull-fly got: bull-flys, but expected |head=[[bull]]-[[fly]]|bull-flies +epanaphora got: epanaphoras, but expected |? +heteromorphy got: heteromorphies, but expected |? +defervescency got: defervescencies, but expected |? +eicosaedrum got: eicosaedrums, but expected |? +dowle got: dowles, but expected |? +cricopharyngeus got: cricopharyngeuses, but expected |cricopharyngei +thyropharyngeus got: thyropharyngeuses, but expected |thyropharyngei +Webelo got: Webeloes, but expected +faunus got: faunuses, but expected |fauni +malabsorbtion got: malabsorbtions, but expected |? +desertrix got: desertrixes, but expected |desertrices +fire marble got: fire marbles, but expected |? +tiger-foot got: tiger-foots, but expected |head=[[tiger]]-[[foot]]|? +165000 +bariolage got: bariolages, but expected |? +petri dish got: petri dishs, but expected |es +menobranch got: menobranches, but expected |menobranchs +mathmo got: mathmoes, but expected +hexastich got: hexastiches, but expected +propterygium got: propterygiums, but expected |propterygia +einheriar got: einheriars, but expected |? +doohinky got: doohinkies, but expected |? +asphaltum got: asphaltums, but expected |? +microbion got: microbia, but expected +klipdas got: klipdases, but expected |? +sanbenito got: sanbenitoes, but expected +speckled-belly got: speckled-bellys, but expected |head=[[speckled]]-[[belly]]|speckled-bellies +dog-child got: dog-childs, but expected |head=[[dog]]-[[child]]|dog-children +bois d'arc got: bois d'arcs, but expected |? +biker bitch got: biker bitchs, but expected |es +thingification got: thingifications, but expected |? +hippomania got: hippomanias, but expected |? +justacorps got: justacorpses, but expected |justacorps +technoshaman got: technoshamen, but expected +cultus cod got: cultus cods, but expected |? +enneahedron got: enneahedrons, but expected |enneahedra +excipulum got: excipulums, but expected |excipula +enarthrodia got: enarthrodias, but expected |? +procingulum got: procingulums, but expected |? +metaflexus got: metaflexuses, but expected |? +mesoflexus got: mesoflexuses, but expected |? +posteroflexus got: posteroflexuses, but expected |? +paraflexus got: paraflexuses, but expected |? +hypoflexus got: hypoflexuses, but expected |? +protoflexus got: protoflexuses, but expected |? +anteroflexus got: anteroflexuses, but expected |? +hydrophyllium got: hydrophylliums, but expected |? +asinego got: asinegoes, but expected |? +wickopy got: wickopies, but expected |? +wokas got: wokases, but expected |? +wokus got: wokuses, but expected |? +wocas got: wocases, but expected |? +wocus got: wocuses, but expected |? +wihtikow got: wihtikows, but expected |? +charmel got: charmels, but expected |? +DGS got: DGSs, but expected |? +lonko got: lonkoes, but expected +life of O'Reilly got: life of O'Reillys, but expected |? +wompam got: wompams, but expected |? +yawpan got: yawpans, but expected |? +helvite got: helvites, but expected |? +helvine got: helvines, but expected |? +maza got: mazas, but expected |? +yaupan got: yaupans, but expected |? +nokehike got: nokehikes, but expected |? +pocosen got: pocosens, but expected |? +muckawis got: muckawises, but expected |? +pauhagen got: pauhagens, but expected |? +poghaden got: poghadens, but expected |poghaden +shamash got: shamashes, but expected |shamashim +aaa got: aaas, but expected |? +kinnikinnic got: kinnikinnics, but expected |? +kinnikinick got: kinnikinicks, but expected |? +kinnikinik got: kinnikiniks, but expected |? +kinikinick got: kinikinicks, but expected |? +kinikinic got: kinikinics, but expected |? +kinikinik got: kinikiniks, but expected |? +kinnickinick got: kinnickinicks, but expected |? +kinickinick got: kinickinicks, but expected |? +kinnikinnik got: kinnikinniks, but expected |? +kinikinnick got: kinikinnicks, but expected |? +kinikinnik got: kinikinniks, but expected |? +myelon got: myelons, but expected |? +ciceronage got: ciceronages, but expected |? +hiaqua got: hiaquas, but expected |? +isovaleryl got: isovaleryls, but expected |? +angrez got: angrezzes, but expected |angrez +seacraft got: seacraft, but expected +roll-up got: rolls-up, but expected +ovalocytosis got: ovalocytoses, but expected |? +elliptocytosis got: elliptocytoses, but expected |? +chago got: chagoes, but expected |? +yacon got: yacons, but expected |? +otoy got: otoys, but expected |? +macabo got: macaboes, but expected |? +tannia got: tannias, but expected |? +tannier got: tanniers, but expected |? +spinogenesis got: spinogeneses, but expected |? +acremonium got: acremoniums, but expected |acremonia +burocracy got: burocracies, but expected |bureaucracies +yagouaroundi got: yagouaroundis, but expected |? +iqyax got: iqyaxes, but expected |? +fibulare got: fibulares, but expected |fibularia +cat-salt got: cat-salts, but expected |head=[[cat]]-[[salt]]|? +shumac got: shumacs, but expected |? +zellij got: zellijs, but expected |es +zillij got: zillijs, but expected |es +lieutenant-colonelcy got: lieutenant-colonelcys, but expected |lieutenant-colonelcies +Eartha Kitt got: Eartha Kitts, but expected |? +pinnage got: pinnages, but expected |? +phlebobranch got: phlebobranches, but expected +aplousobranch got: aplousobranches, but expected +stolidobranch got: stolidobranches, but expected +coaxis got: coaxises, but expected |coaxes +comatrix got: comatrixes, but expected |comatrices +cofocus got: cofocuses, but expected |cofoci +sheathfish got: sheathfish, but expected |es +palatonaris got: palatonarises, but expected |palatonares +missel thrush got: missel thrushs, but expected |es +streptobacterium got: streptobacteriums, but expected |streptobacteria +coloniarch got: coloniarches, but expected +bellowsfish got: bellowsfish, but expected |es +bellowfish got: bellowfish, but expected |es +menhadden got: menhaddens, but expected |menhadden +squaw weed got: squaw weeds, but expected |? +squaw fish got: squaw fishs, but expected |? +sepoose got: sepooses, but expected |? +pullen got: pullens, but expected |? +consound got: consounds, but expected |? +supermaxilla got: supermaxillas, but expected |supermaxillae +scutibranch got: scutibranches, but expected +boss rush got: boss rushs, but expected |es +manihot got: manihots, but expected |? +prosthion got: prosthions, but expected |? +methy got: methies, but expected |? +galanin got: galanins, but expected |? +leucocyanidin got: leucocyanidins, but expected |? +melacacidin got: melacacidins, but expected |? +leucorobinetinidin got: leucorobinetinidins, but expected |? +leucopeonidin got: leucopeonidins, but expected |? +leucofisetinidin got: leucofisetinidins, but expected |? +epiphloeum got: epiphloeums, but expected |? +mesophloeum got: mesophloeums, but expected |? +consimilitude got: consimilitudes, but expected |? +consimility got: consimilities, but expected |? +tirocinium got: tirociniums, but expected |? +plethrum got: plethrums, but expected |plethra +monokine got: monokine, but expected +oxidative stress got: oxidative stresses, but expected |? +vaporarium got: vaporariums, but expected |? +operativity got: operativities, but expected |? +sin tax got: sin taxs, but expected |es +lipoaspiration got: lipoaspirations, but expected |? +multimarker got: multimarkers, but expected |? +64mo got: 64moes, but expected +myofibrillogenesis got: myofibrillogeneses, but expected |? +transaminitis got: transaminitises, but expected |? +chemosensillum got: chemosensillums, but expected |chemosensilla +cypris got: cyprises, but expected |cypris +polyesterurethane got: polyesterurethanes, but expected |? +precibarium got: precibariums, but expected |precibaria +autoinduction got: autoinductions, but expected |? +myxoboliasis got: myxoboliases, but expected |? +myxozoa got: myxozoa, but expected |? +bisoness got: bisonesses, but expected |? +myxosporidiosis got: myxosporidioses, but expected |? +ferrienterobactin got: ferrienterobactins, but expected |? +what's-his-face got: what's-his-faces, but expected |uncountable +trihelix got: trihelices, but expected |? +loukoumas got: loukoumases, but expected |loukoumades +yoghurt cheese got: yoghurt cheeses, but expected |? +abdominal reflex got: abdominal reflexs, but expected |es +abdominocardiac reflex got: abdominocardiac reflexs, but expected |es +belldom got: belldoms, but expected |? +mispositioning got: mispositionings, but expected |? +sublingua got: sublinguas, but expected |sublinguae +slow march got: slow marchs, but expected |es +tinsnips got: tinsnipses, but expected |tinsnips +Indian potato got: Indian potatos, but expected |es +abducens labiorum got: abducens labiorums, but expected |? +abducens oculi got: abducens oculis, but expected |? +survivancy got: survivancies, but expected |? +bifidobacterium got: bifidobacteriums, but expected |bifidobacteria +chondroepiphysis got: chondroepiphyses, but expected |? +choriodecidua got: choriodeciduas, but expected |? +skirrhus got: skirrhuses, but expected |? +dysangiogenesis got: dysangiogeneses, but expected |? +camboge got: camboges, but expected |? +funisitis got: funisitises, but expected |? +necroptosis got: necroptoses, but expected |? +neochondrogenesis got: neochondrogeneses, but expected |? +nyctalgia got: nyctalgias, but expected |? +crenula got: crenulas, but expected |crenulae +hydropriming got: hydroprimings, but expected |? +nondeletion got: nondeletions, but expected |? +osmopriming got: osmoprimings, but expected |? +primibrach got: primibraches, but expected +supracoracoideus got: supracoracoideuses, but expected |? +crassamentum got: crassamentums, but expected |crassamenta +dauerlarva got: dauerlarvas, but expected |dauerlarvae +mycangium got: mycangiums, but expected |mycangia +retinotopy got: retinotopies, but expected |? +subconfluency got: subconfluencies, but expected |? +subplate got: subplates, but expected |? +subsociality got: subsocialities, but expected |? +VFX got: VFXs, but expected |? +manihoc got: manihocs, but expected |? +interseptum got: interseptums, but expected |intersepta +refruiting got: refruitings, but expected |? +xanthochroia got: xanthochroias, but expected |? +gynecium got: gyneciums, but expected |gynecia +tweague got: tweagues, but expected |? +biocalcification got: biocalcifications, but expected |? +rrah got: rrahs, but expected |? +fucko got: fuckoes, but expected +gonadogenesis got: gonadogeneses, but expected |? +stump speech got: stump speechs, but expected |es +pregranulosa got: pregranulosas, but expected |? +EIS got: EISs, but expected |? +pseudojervine got: pseudojervines, but expected |? +veratrosine got: veratrosines, but expected |? +protoverine got: protoverines, but expected |? +germinitrine got: germinitrines, but expected |? +jeterus got: jeteruses, but expected |? +joso got: josoes, but expected +floor general got: floors general, but expected +170000 +necroinflammation got: necroinflammations, but expected |? +parahippocampus got: parahippocampuses, but expected |? +oil patch got: oil patchs, but expected |es +oil-patch got: oil-patchs, but expected |es +karyoclasis got: karyoclases, but expected |? +karyogenesis got: karyogeneses, but expected |? +NMDA got: NMDAs, but expected |? +pimolin got: pimolins, but expected |? +isopimpenellin got: isopimpenellins, but expected |? +khellol got: khellols, but expected |? +ammiol got: ammiols, but expected |? +visamminol got: visamminols, but expected |? +hyperphosphatemia got: hyperphosphatemias, but expected |? +T-V distinction got: T-V distinctions, but expected |? +penthemimeris got: penthemimerises, but expected |? +CTD apparatus got: CTD apparatuses, but expected |? +lipoperoxidation got: lipoperoxidations, but expected |? +filovirida got: filoviridas, but expected |filoviridae +Borsalino got: Borsalinoes, but expected +furanyl got: furanyls, but expected |? +vibroslice got: vibroslice, but expected +back-story got: back-storys, but expected |back-stories +chorepiscopus got: chorepiscopuses, but expected |chorepiscopi +fire ax got: fire axs, but expected |es +throwing ax got: throwing axs, but expected |es +throwing-ax got: throwing-axs, but expected |es +viscerocranium got: viscerocraniums, but expected |viscerocrania +ofuda got: ofudas, but expected |ofuda +premenstrual dysphoric disorder got: premenstrual dysphoric disorders, but expected |? +coresistance got: coresistances, but expected |? +teratozoospermia got: teratozoospermias, but expected |? +sabretooth got: sabreteeth, but expected +robalo got: robaloes, but expected +succula got: succulas, but expected |succulae +miscellane got: miscellanes, but expected |? +yutz got: yutzzes, but expected |es +serratiopeptidase got: serratiopeptidases, but expected |? +rodelero got: rodeleroes, but expected +riboregulation got: riboregulations, but expected |? +pedilavium got: pedilaviums, but expected |pedilavia +trufax got: trufaxes, but expected |trufax +heat paste got: heat pastes, but expected |? +coronaropathy got: coronaropathies, but expected |? +niddy-noddy got: niddy-noddys, but expected |niddy-noddies +smitt got: smitts, but expected |? +abmho got: abmhoes, but expected +Dutch sandwich got: Dutch sandwichs, but expected |es +sous vide got: sous vides, but expected |? +rock flour got: rock flours, but expected |? +affectionado got: affectionadoes, but expected +acescency got: acescencies, but expected |? +coenenchyma got: coenenchymas, but expected |coenenchymata +scorce got: scorces, but expected |? +sideration got: siderations, but expected |? +micronekton got: micronektons, but expected |micronekton +paralarva got: paralarvas, but expected |paralarvae +supervirtuoso got: supervirtuosoes, but expected |s|supervirtuosi +Hebraicization got: Hebraicizations, but expected |? +constaff got: constaffs, but expected |constaff +abp. got: abp.s, but expected |? +arabidopsis got: arabidopses, but expected |? +coregistration got: coregistrations, but expected |? +conductin got: conductins, but expected |? +cryoultramicrotomy got: cryoultramicrotomies, but expected |? +infusorium got: infusoriums, but expected |infusoria +hippeus got: hippeuses, but expected |hippeis +talmouse got: talmice, but expected +immunofixation got: immunofixations, but expected |? +hypoalphalipoproteinemia got: hypoalphalipoproteinemias, but expected |? +175000 +cancerogenesis got: cancerogeneses, but expected |? +endoproteolysis got: endoproteolyses, but expected |? +postlarva got: postlarvas, but expected |postlarvae +vraka got: vrakas, but expected |vrakes +pillow box got: pillow boxs, but expected |es +weet weet got: weet weets, but expected |? +empodium got: empodiums, but expected |empodia +headworks got: headworkses, but expected |headworks +hat switch got: hat switchs, but expected |es +antenna switch got: antenna switchs, but expected |es +tristimulus got: tristimuluses, but expected |tristimuli +hillstream loach got: hillstream loachs, but expected |es +corynebacterium got: corynebacteriums, but expected |corynebacteria +brood pouch got: brood pouchs, but expected |es +superpro got: superproes, but expected +saccharomyces got: saccharomyceses, but expected |saccharomyces +risorius got: risoriuses, but expected |? +palatopharyngeus got: palatopharyngeuses, but expected |palatopharyngei +pharyngopalatinus got: pharyngopalatinuses, but expected |pharyngopalatini +aguayo got: aguayoes, but expected +loiasis got: loiases, but expected |? +metacercaria got: metacercarias, but expected |metacercariae +myoplasm got: myoplasms, but expected |? +neocerebellum got: neocerebellums, but expected |neocerebella +unidiomaticity got: unidiomaticities, but expected |idiomaticities +aufwuch got: aufwuches, but expected +caruncula got: carunculas, but expected |carunculae +stopping-out got: stoppings-out, but expected |head=[[stopping]]-[[out]] +diachylum got: diachylums, but expected |? +lubrifaction got: lubrifactions, but expected |? +panado got: panadoes, but expected |? +trivial group got: trivial groups, but expected |? +spinocerebellum got: spinocerebellums, but expected |spinocerebella +xerasia got: xerasias, but expected |? +xerochilia got: xerochilias, but expected |? +xeromenia got: xeromenias, but expected |? +xeromycteria got: xeromycterias, but expected |? +agger nasi got: agger nasis, but expected |? +dog bone wrench got: dog bone wrenchs, but expected |es +parorchis got: parorchises, but expected |? +mopus got: mopuses, but expected |? +petasus got: petasuses, but expected |? +petasos got: petasoses, but expected |petasoi +skaddle got: skaddles, but expected |? +contrabasso got: contrabassoes, but expected |s|contrabassi +cystis got: cystises, but expected |? +semitendinosus got: semitendinosuses, but expected |semitendinosi +autolocalization got: autolocalizations, but expected |? +window-down got: windows-down, but expected |head=[[window]]-[[down]] +fade-out got: fades-out, but expected +top-to-bottom got: tops-to-bottom, but expected +Cuman got: Cumen, but expected +petalum got: petalums, but expected |petala +fill-up got: fills-up, but expected +redflower got: redflowers, but expected |? +underglycosylation got: underglycosylations, but expected |? +shongololo got: shongololoes, but expected +babelaas got: babelaases, but expected |? +adjustable wrench got: adjustable wrenchs, but expected |es +dialectality got: dialectalities, but expected |? +crack the whip got: crack the whips, but expected |? +crack-the-whip got: crack-the-whips, but expected |?|head=[[crack]]-[[the]]-[[whip]] +pf got: pfs, but expected |? +petardeer got: petardeer, but expected +completability got: completabilities, but expected |? +manjo got: manjoes, but expected +Cavuto got: Cavutoes, but expected +doctorandus got: doctoranduses, but expected |doctorandi +tiki torch got: tiki torchs, but expected |es +pseudoscutum got: pseudoscutums, but expected |? +pouncet-box got: pouncet-boxs, but expected |es|head=[[pouncet]]-[[box]] +pteron got: pterons, but expected |? +*t got: *ts, but expected |? +reticulopodium got: reticulopodiums, but expected |reticulopodia +gastrodermis got: gastrodermises, but expected |? +sleep-in got: sleeps-in, but expected +lp got: lps, but expected |? +scoke got: scokes, but expected |? +bullvalone got: bullvalones, but expected |? +kyriology got: kyriologies, but expected |? +zantewood got: zantewoods, but expected |? +zante got: zantes, but expected |? +dudebro got: dudebroes, but expected +moving box got: moving boxs, but expected |es +ustilago got: ustilagines, but expected |s|ustilagoes +flavedo got: flavedoes, but expected +fibularis got: fibularises, but expected |fibulares +effumation got: effumations, but expected |? +cytochemokine got: cytochemokine, but expected +look-up got: looks-up, but expected +gha got: ghas, but expected |? +supernebula got: supernebulas, but expected |supernebulae +thermosynthesis got: thermosyntheses, but expected |? +cranioschisis got: cranioschises, but expected |? +rachischisis got: rachischises, but expected |? +retroperitoneum got: retroperitoneums, but expected |? +rhinopharyngitis got: rhinopharyngitises, but expected |? +glutaeus got: glutei, but expected |glutaei +gymnotus got: gymnoti, but expected |es +semimembranosus got: semimembranosuses, but expected |semimembranosi +ischiopagus got: ischiopaguses, but expected |ischiopagi +infraspinatus got: infraspinatuses, but expected |infraspinati +interosseus got: interosseuses, but expected |interossei +iliococcygeus got: iliococcygeuses, but expected |iliococcygei +iliosacralis got: iliosacralises, but expected |? +intussusceptum got: intussusceptums, but expected |? +intercostalis got: intercostalises, but expected |intercostales +intussuscipiens got: intussuscipienses, but expected |? +coredialysis got: coredialyses, but expected |? +songthaeo got: songthaeos, but expected |songthaeo +bajaj got: bajajs, but expected |bajaj +saamlaw got: saamlaws, but expected |saamlaw +sinkijon got: sinkijons, but expected |? +tribikos got: tribikoses, but expected |? +chromothripsis got: chromothripses, but expected |? +moss stitch got: moss stitchs, but expected |es +seed stitch got: seed stitchs, but expected |es +clote got: clotes, but expected |? +referred pain got: referred pains, but expected |? +temporoparietalis got: temporoparietalises, but expected |? +teniasis got: teniases, but expected |? +tetanospasmin got: tetanospasmins, but expected |? +thiolysis got: thiolyses, but expected |? +thumbprinting got: thumbprintings, but expected |? +sternothyroideus got: sternothyroideuses, but expected |sternothyroidei +anthoecium got: anthoeciums, but expected |anthoecia +trichophytosis got: trichophytoses, but expected |? +trichosanthin got: trichosanthins, but expected |? +tympanicum got: tympanicums, but expected |? +tsadiq got: tsadiqs, but expected |tsadiqim +pseudomeatus got: pseudomeatuses, but expected |? +monopteros got: monopteroses, but expected |? +mylohyoideus got: mylohyoideuses, but expected |mylohyoidei +Shoshoni got: Shoshonis, but expected |? +soap box got: soap boxs, but expected |es +morphotaxon got: morphotaxons, but expected |morphotaxa +myoseptum got: myoseptums, but expected |myosepta +ruminoreticulum got: ruminoreticulums, but expected |ruminoreticula +mish-mash got: mish-mashs, but expected |es +collelation got: collelations, but expected |? +madrono got: madronoes, but expected +yamamomo got: yamamomoes, but expected |yamamomo +mumian got: mumians, but expected |mumian +beatsauce got: beatsauces, but expected |? +Ukase got: Ukases, but expected |? +Ukaz got: Ukazzes, but expected |? +dialetheia got: dialetheias, but expected |dialetheia +waz got: wazzes, but expected |? +jeon got: jeons, but expected |jeon +movt got: movts, but expected |? +anaprotaspis got: anaprotaspises, but expected |anaprotaspides +metaprotaspis got: metaprotaspises, but expected |metaprotaspides +paraprotaspis got: paraprotaspises, but expected |paraprotaspides +emphysematous cystitis got: emphysematous cystitises, but expected |? +Toby mush got: Toby mushs, but expected |es +mandioc got: mandiocs, but expected |? +Kuman got: Kumen, but expected +universal grinder got: universal grinders, but expected |? +sponk got: sponks, but expected |? +Streuselkuchen got: Streuselkuchens, but expected |? +antipassive voice got: antipassive voices, but expected |? +Immelman got: Immelmen, but expected +opisthothorax got: opisthothoraxes, but expected |? +hyperphoria got: hyperphorias, but expected |? +hypophoria got: hypophorias, but expected |? +hexadactyly got: hexadactylies, but expected |? +tetrahydroberberastine got: tetrahydroberberastines, but expected |? +berberastine got: berberastines, but expected |? +porphyrogenitus got: porphyrogenituses, but expected |porphyrogeniti +microstrabismus got: microstrabismuses, but expected |? +porphyrogenitos got: porphyrogenitoses, but expected |porphyrogenitoi +porphyrogennetos got: porphyrogennetoses, but expected |? +creeping eruption got: creeping eruptions, but expected |? +subhymenium got: subhymeniums, but expected |subhymenia +hypometria got: hypometrias, but expected |? +hypermetria got: hypermetrias, but expected |? +hypocarpium got: hypocarpiums, but expected |? +hyposthenuria got: hyposthenurias, but expected |? +hypovirulence got: hypovirulences, but expected |? +hyperpnoea got: hyperpnoeas, but expected |? +hyperthecosis got: hyperthecoses, but expected |? +ectrodactyly got: ectrodactylies, but expected |? +pulvinulus got: pulvinuluses, but expected |pulvinuli +shoo in got: shoos in, but expected +shoe-in got: shoes-in, but expected |head=[[shoe]]-[[in]] +shoe in got: shoes in, but expected +eustreptospondylus got: eustreptospondyluses, but expected |? +proptosis got: proptoses, but expected |? +sluice box got: sluice boxs, but expected |es +sluice-box got: sluice-boxs, but expected |es +presbyopy got: presbyopies, but expected |? +post-tragus got: post-traguses, but expected |post-tragi +catoptron got: catoptrons, but expected |? +carpellum got: carpellums, but expected |? +ferroboron got: ferroborons, but expected |? +minimometer got: minimometers, but expected |? +strickless got: stricklesses, but expected |? +praescutum got: praescutums, but expected |praescuta +praesternum got: praesternums, but expected |praesterna +earthly branch got: earthly branchs, but expected |es +analepsy got: analepsies, but expected |? +swinck got: swincks, but expected |? +enderon got: enderons, but expected |? +procidence got: procidences, but expected |? +isabella got: isabellas, but expected |? +testitis got: testitises, but expected |? +shitting match got: shitting matchs, but expected |es +Weberian apparatus got: Weberian apparatuses, but expected |? +Bogo got: Bogoes, but expected +1FTR got: 1FTRs, but expected |? +1MMS got: 1MMSs, but expected |es +Batson venous plexus got: Batson venous plexuses, but expected |? +benzhydryl got: benzhydryls, but expected |? +basilemma got: basilemmas, but expected |? +bindin got: bindins, but expected |? +boldo got: boldoes, but expected |? +bothrium got: bothriums, but expected |bothria +bornane got: bornanes, but expected |? +ladybro got: ladybroes, but expected +bronchiolus got: bronchioluses, but expected |bronchioli +bromoderma got: bromodermas, but expected |? +bulbocavernosus got: bulbocavernosuses, but expected |bulbocavernosi +membranella got: membranellas, but expected |membranellae +mesenteron got: mesenterons, but expected |? +mesosoma got: mesosomas, but expected |? +mesiodens got: mesiodenses, but expected |? +mesosalpinx got: mesosalpinxes, but expected |mesosalpinges +mesopneumonium got: mesopneumoniums, but expected |? +metathalamus got: metathalamuses, but expected |metathalami +goya got: goyas, but expected |? +end of the rainbow got: end of the rainbows, but expected |? +herniarin got: herniarins, but expected |? +microgyrus got: microgyruses, but expected |microgyri +multifidus got: multifiduses, but expected |multifidi +mucormycosis got: mucormycoses, but expected |? +mucoperiosteum got: mucoperiosteums, but expected |? +myoepithelium got: myoepitheliums, but expected |? +rub up got: rubs up, but expected +rub-up got: rubs-up, but expected +chemical cosh got: chemical coshs, but expected |es +pars tensa got: pars tensas, but expected |? +crout got: crouts, but expected |? +roorbach got: roorbaches, but expected +pichiciego got: pichiciegoes, but expected +pichiciago got: pichiciagoes, but expected +mormo got: mormoes, but expected +changseung got: changseungs, but expected |changseung +changsung got: changsungs, but expected |changsung +allocortex got: allocortexes, but expected |? +16mo got: 16moes, but expected +6mo got: 6moes, but expected +24mo got: 24moes, but expected +6to got: 6toes, but expected +antitragicus got: antitragicuses, but expected |? +apocrisiarius got: apocrisiariuses, but expected |apocrisiarii +archicortex got: archicortexes, but expected |? +archipallium got: archipalliums, but expected |? +archicerebellum got: archicerebellums, but expected |? +aryepiglotticus got: aryepiglotticuses, but expected |aryepiglottici +aspidobranch got: aspidobranches, but expected +arthroconidium got: arthroconidiums, but expected |arthroconidia +auletris got: auletrises, but expected |auletrides +paper birch got: paper birchs, but expected |es +canoe birch got: canoe birchs, but expected |es +Paget process got: Paget processes, but expected |? +paleostriatum got: paleostriatums, but expected |paleostriata +paleocortex got: paleocortexes, but expected |? +pantethine got: pantethines, but expected |? +paradidymis got: paradidymises, but expected |? +parathyrin got: parathyrins, but expected |? +paracortex got: paracortexes, but expected |? +pectineus got: pectineuses, but expected |pectinei +periorbita got: periorbitas, but expected |? +perimetrium got: perimetriums, but expected |? +periodontosis got: periodontoses, but expected |? +perikyma got: perikymas, but expected |perikymata +peristasis got: peristases, but expected |? +peroneus got: peroneuses, but expected |peronei +peronaeus got: peronaeuses, but expected |peronaei +phallolysin got: phallolysins, but expected |? +placentitis got: placentitises, but expected |? +plasmacytosis got: plasmacytoses, but expected |? +piroplasmosis got: piroplasmoses, but expected |? +polychromasia got: polychromasias, but expected |? +polymegethism got: polymegethisms, but expected |? +acanthaesthesia got: acanthaesthesias, but expected |? +posthitis got: posthitises, but expected |? +pseudoachondroplasia got: pseudoachondroplasias, but expected |? +pseudobranch got: pseudobranches, but expected |s +puborectalis got: puborectalises, but expected |? +pyothorax got: pyothoraxes, but expected |? +pyknodysostosis got: pyknodysostoses, but expected |? +pustulosis got: pustuloses, but expected |? +e-library got: e-librarys, but expected |e-libraries +peripteros got: peripteroses, but expected |peripteroi +Poland syndrome got: Poland syndromes, but expected |? +huly-huly got: huly-hulys, but expected |? +staphyloraphy got: staphyloraphies, but expected |staphylorhaphies +sister-german got: sister-germans, but expected |head=[[sister]]-[[german]]|sisters-german +clunge got: clunges, but expected |? +acanthopelvis got: acanthopelvises, but expected |? +acanthpelyx got: acanthpelyxes, but expected |? +crimen falsi got: crimen falsis, but expected |? +knocker-up got: knockers-up, but expected |head=[[knocker]]-[[up]] +cotyla got: cotylas, but expected |cotylae +opsophagos got: opsophagoses, but expected |opsophagoi +opson got: opsons, but expected |? +jill-of-all-trades got: jill-of-all-tradeses, but expected |jills-of-all-trades +booze-up got: boozes-up, but expected |head=[[booze]]-[[up]] +phytochorion got: phytochorions, but expected |phytochoria +pyelum got: pyelums, but expected |? +cormus got: cormuses, but expected |cormi +corosso got: corossoes, but expected +drogoman got: drogomen, but expected +drogman got: drogmen, but expected +buntine got: buntines, but expected |? +persipan got: persipans, but expected |? +phylon got: phylons, but expected |phyla +proostracum got: proostracums, but expected |proostraca +ecderon got: ecderons, but expected |? +encenillo got: encenilloes, but expected +1/4 d got: 1/4 ds, but expected |? +buck's fizz got: buck's fizzs, but expected |es +apple-box got: apple-boxs, but expected |head=[[apple]]-[[box]]|es +Waardenburg syndrome got: Waardenburg syndromes, but expected |? +Draper point got: Draper points, but expected |? +glossopoeia got: glossopoeias, but expected |? +wongay got: wongays, but expected |? +Purkinje shift got: Purkinje shifts, but expected |? +Boerhaave syndrome got: Boerhaave syndromes, but expected |? +holluschick got: holluschicks, but expected |holluschickie +nondeer got: nondeer, but expected |? +Turko got: Turkoes, but expected +Turco got: Turcoes, but expected +anencephalus got: anencephaluses, but expected |anencephali +sappare got: sappares, but expected |? +sappar got: sappars, but expected |? +syconus got: syconuses, but expected |? +actinula got: actinulas, but expected |actinulae +synochus got: synochuses, but expected |? +Sprachraum got: Sprachraums, but expected |? +yuki-onna got: yuki-onnas, but expected |yuki-onna +zygocactus got: zygocactuses, but expected |zygocacti +amoebaeum got: amoebaeums, but expected |amoebaea +dorsimeson got: dorsimesons, but expected |? +scraffito got: scraffitoes, but expected |? +180000 +mantum got: mantums, but expected |? +camauro got: camauroes, but expected |? +triregnum got: triregnums, but expected |? +ferraiolo got: ferraioloes, but expected |? +ferraiolone got: ferraiolones, but expected |? +tobiano got: tobianoes, but expected +overo got: overoes, but expected +light-horseman got: light-horsemans, but expected |light-horsemen +boulework got: bouleworks, but expected |? +sea loach got: sea loachs, but expected |es +merithallus got: merithalluses, but expected |merithalli +stamin got: stamins, but expected |? +pannekoek got: pannekoeks, but expected |pannekoeken|pannenkoeken +boldu got: boldus, but expected |? +quadriptych got: quadriptyches, but expected +habemus papam got: habemus papams, but expected |? +castizo got: castizoes, but expected +pirozhok got: pirozhoks, but expected |pirozhki +tovero got: toveroes, but expected +swear box got: swear boxs, but expected |es +pseudocoelia got: pseudocoelias, but expected |? +18mo got: 18moes, but expected +money box got: money boxs, but expected |es +battalia got: battalias, but expected |? +bennet got: bennets, but expected |? +postliminium got: postliminiums, but expected |postliminia +millreis got: millreises, but expected |millreis +whalelore got: whalelores, but expected |? +fowl-lore got: fowl-lores, but expected |? +epigeum got: epigeums, but expected |epigea +insurrecto got: insurrectoes, but expected +multiple dispatch got: multiple dispatchs, but expected |es +double dispatch got: double dispatchs, but expected |es +single dispatch got: single dispatchs, but expected |es +static dispatch got: static dispatchs, but expected |es +Lewinsky got: Lewinskies, but expected +south-southerly got: south-southerlys, but expected |south-southerlies +contact process got: contact processes, but expected |? +pampano got: pampanoes, but expected +sonus medius got: sonus mediuses, but expected |? +trencher-man got: trencher-mans, but expected |head=[[trencher]]-[[man]]|trencher-men +brant-fox got: brant-foxs, but expected |es +endyma got: endymas, but expected |? +amnios got: amnios, but expected |? +pichiy got: pichiys, but expected |? +metapodiale got: metapodiales, but expected |metapodialia +caudillismo got: caudillismoes, but expected +narcobourgeois got: narcobourgeoises, but expected |narcobourgeois +scalado got: scaladoes, but expected +narcodolar got: narcodolars, but expected |narcodolares +cleversticks got: cleverstickses, but expected |cleversticks +bosporus got: bosporuses, but expected |? +slich got: sliches, but expected |? +monerula got: monerulas, but expected |? +melomakarono got: melomakaronoes, but expected |s|melomakarona +poison gas got: poison gases, but expected |? +rohe got: rohes, but expected |? +fine champagne got: fine champagnes, but expected |? +arbiter elegantiarum got: arbiter elegantiarums, but expected |? +whuffo got: whuffoes, but expected +freeship got: freeships, but expected |? +epoophoron got: epoophorons, but expected |epoophora +floor box got: floor boxs, but expected |es +offchance got: offchances, but expected |? +red brass got: red brasses, but expected |? +nimbocumulus got: nimbocumuluses, but expected |? +oikophobia got: oikophobias, but expected |? +Pouilly-Fumé got: Pouilly-Fumés, but expected |? +soboles got: soboleses, but expected |? +A-68 got: A-68s, but expected |? +essoign got: essoigns, but expected |? +a/a got: a/as, but expected |? +a & a got: a & as, but expected |? +df got: dfs, but expected |? +scandium group got: scandium groups, but expected |? +AAAM got: AAAMs, but expected |? +aabfs got: aabfses, but expected +aaBm got: aaBms, but expected |? +SFY got: SFYs, but expected |? +pelioma got: peliomas, but expected |peliomata +doradito got: doraditoes, but expected +titanium group got: titanium groups, but expected |? +orujo got: orujoes, but expected +kinnekinic got: kinnekinics, but expected |? +kinnekinick got: kinnekinicks, but expected |? +kinnekinik got: kinnekiniks, but expected |? +vanadium group got: vanadium groups, but expected |? +interhyoideus got: interhyoideuses, but expected |interhyoidei +dark earth got: dark earths, but expected |? +funeral march got: funeral marchs, but expected |es +co-religionary got: co-religionarys, but expected |co-religionaries +ostensorium got: ostensoriums, but expected |ostensoria +fellowcraft got: fellowcraft, but expected +antimaximum got: antimaximums, but expected |antimaxima +spirobacterium got: spirobacteriums, but expected |spirobacteria +inner orbital complex got: inner orbital complexs, but expected |es +rond-de-cuir got: rond-de-cuirs, but expected |ronds-de-cuir +hootchy-kootchy got: hootchy-kootchys, but expected |hootchy-kootchies +sahabi got: sahabis, but expected |sahaba|sahabah +guajillo got: guajilloes, but expected +huajillo got: huajilloes, but expected |? +stay-behind got: stays-behind, but expected |head=[[stay]]-[[behind]] +shishito got: shishitoes, but expected +copper group got: copper groups, but expected |? +navigation mesh got: navigation meshs, but expected |es +keyboard smash got: keyboard smashs, but expected |es +zinc group got: zinc groups, but expected |? +stercoroma got: stercoromas, but expected |? +aluminium family got: aluminium familys, but expected |? +kumys got: kumyses, but expected |? +ciboa got: ciboas, but expected |? +dioch got: dioches, but expected +flehmen got: flehmen, but expected +great go got: great gos, but expected |? +little go got: little gos, but expected |? +turn-out got: turns-out, but expected +alpaco got: alpacoes, but expected +lift-off got: lifts-off, but expected +propyleneglycol got: propyleneglycols, but expected |? +shengnu got: shengnus, but expected |shengnu +br'er got: br'ers, but expected |? +cat-o'-nine got: cat-o'-nines, but expected |? +European plan got: European plans, but expected |? +knife game got: knife games, but expected |? +quark model got: quark models, but expected |? +heast got: heasts, but expected |? +separable prefix got: separable prefixs, but expected |es +reticulorumen got: reticulorumen, but expected +porray got: porrays, but expected |? +matricin got: matricins, but expected |? +cribo got: criboes, but expected +folk-hero got: folk-heros, but expected |head=[[folk]][[-]][[hero]]|folk-heroes +hangerock got: hangerocks, but expected |? +time box got: time boxs, but expected |es +fortyeightmo got: fortyeightmoes, but expected +thirtytwomo got: thirtytwomoes, but expected +sixtyfourmo got: sixtyfourmoes, but expected +twentyfourmo got: twentyfourmoes, but expected +stuffing-box got: stuffing-boxs, but expected |es +stuffing box got: stuffing boxs, but expected |es +trimatrix got: trimatrixes, but expected |trimatrices +concelho got: concelhoes, but expected +toe box got: toe boxs, but expected |es +coleto got: coletoes, but expected +ignominity got: ignominities, but expected |? +kit fox got: kit foxs, but expected |es +coranach got: coranaches, but expected +grandmaternity got: grandmaternities, but expected |? +genethliacon got: genethliacons, but expected |genethliaca +back wash got: back washs, but expected |es +subnivium got: subniviums, but expected |? +conductrix got: conductrixes, but expected |conductrices +clitar got: clitars, but expected |? +get-out got: gets-out, but expected +polytetrahedron got: polytetrahedrons, but expected |polytetrahedra +night-watchman got: night-watchmans, but expected |night-watchmen +yero got: yeroes, but expected +inoculatrix got: inoculatrixes, but expected |inoculatrices +hupokeimenon got: hupokeimenons, but expected |hupokeimena +BGH got: BGHs, but expected |? +halfro got: halfroes, but expected +djoundi got: djoundis, but expected |djounoud +fellagha got: fellaghas, but expected |fellagha +samonella got: samonellas, but expected |? +presque vu got: presque vus, but expected |? +kilk got: kilks, but expected |? +coral stitch got: coral stitchs, but expected |es +hypokeimenon got: hypokeimenons, but expected |hypokeimena +IOSAPIC got: IOSAPICs, but expected |? +adjutant-general got: adjutants-general, but expected |head=[[adjutant]]-[[general]] +mfr got: mfrs, but expected |? +thelium got: theliums, but expected |thelia +LASER got: LASERs, but expected |? +Malamute got: Malamutes, but expected |? +awabi got: awabis, but expected |awabi +orangelo got: orangeloes, but expected +moon-calf got: moon-calfs, but expected |moon-calves +suck-up got: sucks-up, but expected |head=[[suck]]-[[up]] +mutawwa got: mutawwas, but expected |mutaween +B.S. got: B.S.s, but expected |? +mix-in got: mixes-in, but expected +pharyngula got: pharyngulas, but expected |? +U. got: U.s, but expected |? +human-flesh search got: human-flesh searchs, but expected |es +homotethy got: homotethies, but expected |? +kusarigama got: kusarigamas, but expected |kusarigama +aliz got: alizzes, but expected |? +Tico got: Ticoes, but expected +megalopsychos got: megalopsychoses, but expected |megalopsychoi +SEER got: SEERs, but expected |? +best-of got: bests-of, but expected |head=[[best]]-[[of]] +semispinalis got: semispinalises, but expected |? +sacrospinalis got: sacrospinalises, but expected |? +transversospinalis got: transversospinalises, but expected |? +zwischenschach got: zwischenschaches, but expected +bigyny got: bigynies, but expected |? +culture-hero got: culture-heros, but expected |head=[[culture]][[-]][[hero]]|culture-heroes +cv. got: cv.s, but expected |? +summer squash got: summer squashs, but expected |es +Acad. got: Acad.s, but expected |? +Auth. got: Auth.s, but expected |? +Comm'n got: Comm'ns, but expected |? +Comm'r got: Comm'rs, but expected |? +Commc'n got: Commc'ns, but expected |? +wingco got: wingcoes, but expected +Admin. got: Admin.s, but expected |? +Adm'r got: Adm'rs, but expected |? +Adm'x got: Adm'xs, but expected |? +Adver. got: Adver.s, but expected |? +Agric. got: Agric.s, but expected |? +Alt. got: Alt.s, but expected |? +Am. got: Am.s, but expected |? +Assoc. got: Assoc.s, but expected |? +Ass'n got: Ass'ns, but expected |? +Atl. got: Atl.s, but expected |? +Auto. got: Auto.s, but expected |? +Ave. got: Ave.s, but expected |? +Bankr. got: Bankr.s, but expected |? +Acads. got: Acads.s, but expected |? +Broad. got: Broad.s, but expected |? +Bhd. got: Bhd.s, but expected |? +Bros. got: Bros.s, but expected |? +Bus. got: Bus.s, but expected |? +Cas. got: Cas.s, but expected |? +Ctr. got: Ctr.s, but expected |? +Cent. got: Cent.s, but expected |? +Chem. got: Chem.s, but expected |? +Coal. got: Coal.s, but expected |? +Coll. got: Coll.s, but expected |? +Comm. got: Comm.s, but expected |? +Cmty. got: Cmty.s, but expected |? +Comp. got: Comp.s, but expected |? +Condo. got: Condo.s, but expected |? +Consol. got: Consol.s, but expected |? +Constr. got: Constr.s, but expected |? +Cont'l got: Cont'ls, but expected |? +Coop. got: Coop.s, but expected |? +Corp. got: Corp.s, but expected |? +Corr. got: Corr.s, but expected |? +Cnty. got: Cnty.s, but expected |? +Def. got: Def.s, but expected |? +Dep't got: Dep'ts, but expected |? +Det. got: Det.s, but expected |? +Dev. got: Dev.s, but expected |? +Dir. got: Dir.s, but expected |? +tigrillo got: tigrilloes, but expected +Disc. got: Disc.s, but expected |? +Distrib. got: Distrib.s, but expected |? +Dist. got: Dist.s, but expected |? +Div. got: Div.s, but expected |? +E. got: E.s, but expected |? +Econ. got: Econ.s, but expected |? +Educ. got: Educ.s, but expected |? +Elec. got: Elec.s, but expected |? +Emp. got: Emp.s, but expected |? +Emp'r got: Emp'rs, but expected |? +Emp't got: Emp'ts, but expected |? +Eng'r got: Eng'rs, but expected |? +Eng'g got: Eng'gs, but expected |? +Enter. got: Enter.s, but expected |? +Entm't got: Entm'ts, but expected |? +Env't got: Env'ts, but expected |? +Envtl. got: Envtl.s, but expected |? +Equal. got: Equal.s, but expected |? +Equip. got: Equip.s, but expected |? +Exam'r got: Exam'rs, but expected |? +Exch. got: Exch.s, but expected |? +Ex'r got: Ex'rs, but expected |? +Ex'x got: Ex'xs, but expected |? +Exp. got: Exp.s, but expected |? +Fed'n got: Fed'ns, but expected |? +Confed. got: Confed.s, but expected |? +Confed'n got: Confed'ns, but expected |? +Fid. got: Fid.s, but expected |? +Fin. got: Fin.s, but expected |? +Found. got: Found.s, but expected |? +Gend. got: Gend.s, but expected |? +Gov't got: Gov'ts, but expected |? +Grp. got: Grp.s, but expected |? +Guar. got: Guar.s, but expected |? +Hosp. got: Hosp.s, but expected |? +Hous. got: Hous.s, but expected |? +Imp. got: Imp.s, but expected |? +Indem. got: Indem.s, but expected |? +Indus. got: Indus.s, but expected |? +Info. got: Info.s, but expected |? +Indep. got: Indep.s, but expected |? +Inst. got: Inst.s, but expected |? +Ins. got: Ins.s, but expected |? +Int'l got: Int'ls, but expected |? +Inv. got: Inv.s, but expected |? +Lab. got: Lab.s, but expected |? +Liab. got: Liab.s, but expected |? +Litig. got: Litig.s, but expected |? +Mach. got: Mach.s, but expected |? +Maint. got: Maint.s, but expected |? +Mgmt. got: Mgmt.s, but expected |? +Mfr. got: Mfr.s, but expected |? +Mfg. got: Mfg.s, but expected |? +Mkt. got: Mkt.s, but expected |? +Mktg. got: Mktg.s, but expected |? +Mech. got: Mech.s, but expected |? +Mem'l got: Mem'ls, but expected |? +Merch. got: Merch.s, but expected |? +Metro. got: Metro.s, but expected |? +Mortg. got: Mortg.s, but expected |? +Mun. got: Mun.s, but expected |? +Mut. got: Mut.s, but expected |? +Nat'l got: Nat'ls, but expected |? +Ne. got: Ne.s, but expected |? +N. got: N.s, but expected |? +No. got: No.s, but expected |? +Op. got: Op.s, but expected |? +Org. got: Org.s, but expected |? +Pac. got: Pac.s, but expected |? +P'ship got: P'ships, but expected |? +Pers. got: Pers.s, but expected |? +Pharm. got: Pharm.s, but expected |? +Prob. got: Prob.s, but expected |? +Prof'l got: Prof'ls, but expected |? +Prop. got: Prop.s, but expected |? +Publ'n got: Publ'ns, but expected |? +Prod. got: Prod.s, but expected |? +Publ'g got: Publ'gs, but expected |? +Prot. got: Prot.s, but expected |? +Ry. got: Ry.s, but expected |? +R.R. got: R.R.s, but expected |? +Ref. got: Ref.s, but expected |? +Reg'l got: Reg'ls, but expected |? +Rehab. got: Rehab.s, but expected |? +Reprod. got: Reprod.s, but expected |? +Res. got: Res.s, but expected |? +Rest. got: Rest.s, but expected |? +Ret. got: Ret.s, but expected |? +Sav. got: Sav.s, but expected |? +Sch. got: Sch.s, but expected |? +Sci. got: Sci.s, but expected |? +Sec'y got: Sec'ys, but expected |? +S'holder got: S'holders, but expected |? +Soc. got: Soc.s, but expected |? +Soc'y got: Soc'ys, but expected |? +Se. got: Se.s, but expected |? +Sw. got: Sw.s, but expected |? +S.S. got: S.S.s, but expected |? +Subcomm. got: Subcomm.s, but expected |? +Sur. got: Sur.s, but expected |? +Sys. got: Sys.s, but expected |? +Telecomm. got: Telecomm.s, but expected |? +Tech. got: Tech.s, but expected |? +Tel. got: Tel.s, but expected |? +Temp. got: Temp.s, but expected |? +Transcon. got: Transcon.s, but expected |? +Transp. got: Transp.s, but expected |? +Tpk. got: Tpk.s, but expected |? +Twp. got: Twp.s, but expected |? +Unif. got: Unif.s, but expected |? +Univ. got: Univ.s, but expected |? +Util. got: Util.s, but expected |? +Vill. got: Vill.s, but expected |? +Serv. got: Serv.s, but expected |? +aff'd mem. got: aff'd mem.s, but expected |? +memorandum opinion got: memorandum opinions, but expected |? +acq. got: acq.s, but expected |? +nonacq. got: nonacq.s, but expected |? +prob. got: prob.s, but expected |? +juris. got: juris.s, but expected |? +reh'g got: reh'gs, but expected |? +Reorg. got: Reorg.s, but expected |? +Adm. got: Adm.s, but expected |? +Alder. got: Alder.s, but expected |? +Ann. got: Ann.s, but expected |? +Bor. got: Bor.s, but expected |? +Child. got: Child.s, but expected |? +Commw. got: Commw.s, but expected |? +Deb. got: Deb.s, but expected |? +Emer. got: Emer.s, but expected |? +ASBCA got: ASBCAs, but expected |? +B.C.A. got: B.C.A.s, but expected |? +B.I.A. got: B.I.A.s, but expected |? +B.P.A.I. got: B.P.A.I.s, but expected |? +B.T.A. got: B.T.A.s, but expected |? +C.C.P.A. got: C.C.P.A.s, but expected |? +C.M.A. got: C.M.A.s, but expected |? +C.M.R. got: C.M.R.s, but expected |? +J.P.M.L. got: J.P.M.L.s, but expected |? +P.U.C. got: P.U.C.s, but expected |? +Eq. got: Eq.s, but expected |? +Err. got: Err.s, but expected |? +Fam. got: Fam.s, but expected |? +Mat'l got: Mat'ls, but expected |? +Inter-Am. got: Inter-Am.s, but expected |? +H.D. got: H.D.s, but expected |? +H.R. got: H.R.s, but expected |? +subdiv. got: subdiv.s, but expected |? +Juv. got: Juv.s, but expected |? +illus. got: illus.s, but expected |? +hypo. got: hypo.s, but expected |? +intro. got: intro.s, but expected |? +amend. got: amend.s, but expected |? +app. got: app.s, but expected |? +apps. got: apps.s, but expected |? +amends. got: amends.s, but expected |? +add. got: add.s, but expected |? +annot. got: annot.s, but expected |? +annots. got: annots.s, but expected |? +art. got: art.s, but expected |? +arts. got: arts.s, but expected |? +bibliog. got: bibliog.s, but expected |? +bk. got: bk.s, but expected |? +bks. got: bks.s, but expected |? +subpara. got: subpara.s, but expected |? +subparas. got: subparas.s, but expected |? +sub-para. got: sub-para.s, but expected |? +sub-paras. got: sub-paras.s, but expected |? +pmbl. got: pmbl.s, but expected |? +n.p. got: n.p.s, but expected |? +no place got: no places, but expected |? +cl. got: cl.s, but expected |? +cls. got: cls.s, but expected |? +cols. got: cols.s, but expected |? +Magis. got: Magis.s, but expected |? +Legis. got: Legis.s, but expected |? +Prerog. got: Prerog.s, but expected |? +Terr. got: Terr.s, but expected |? +inspectrix got: inspectrixes, but expected |inspectrices +cmts. got: cmts.s, but expected |? +cmt. got: cmt.s, but expected |? +decs. got: decs.s, but expected |? +depts. got: depts.s, but expected |? +divs. got: divs.s, but expected |? +figs. got: figs.s, but expected |? +exs. got: exs.s, but expected |? +fol. got: fol.s, but expected |? +fols. got: fols.s, but expected |? +primo uomo got: primo uomos, but expected |? +rptr. n. got: rptr. n.s, but expected |? +rptr. nn. got: rptr. nn.s, but expected |? +hist. n. got: hist. n.s, but expected |? +hist. nn. got: hist. nn.s, but expected |? +pub. got: pub.s, but expected |? +pubs. got: pubs.s, but expected |? +subpt. got: subpt.s, but expected |? +mimeo. got: mimeo.s, but expected |? +nn. got: nn.s, but expected |? +ll. got: ll.s, but expected |? +Nos. got: Nos.s, but expected |? +para. got: para.s, but expected |? +paras. got: paras.s, but expected |? +princ. got: princ.s, but expected |? +princs. got: princs.s, but expected |? +sec. got: sec.s, but expected |? +secs. got: secs.s, but expected |? +ann. got: ann.s, but expected |? +comp. got: comp.s, but expected |? +copy. got: copy.s, but expected |? +dft. got: dft.s, but expected |? +ms. got: ms.s, but expected |? +n.s. got: n.s.s, but expected |? +n. pub. got: n. pub.s, but expected |? +prtg. got: prtg.s, but expected |? +prtgs. got: prtgs.s, but expected |? +repl. got: repl.s, but expected |? +repr. got: repr.s, but expected |? +spec. got: spec.s, but expected |? +temp. got: temp.s, but expected |? +tent. got: tent.s, but expected |? +trans. got: trans.s, but expected |? +unabr. got: unabr.s, but expected |? +sched. got: sched.s, but expected |? +scheds. got: scheds.s, but expected |? +subsec. got: subsec.s, but expected |? +subsecs. got: subsecs.s, but expected |? +supp. got: supp.s, but expected |? +tbl. got: tbl.s, but expected |? +tbls. got: tbls.s, but expected |? +tit. got: tit.s, but expected |? +tits. got: tits.s, but expected |? +vols. got: vols.s, but expected |? +subdivs. got: subdivs.s, but expected |? +wananish got: wananishes, but expected |? +ouananiche got: ouananiches, but expected |? +l.n. got: l.n.s, but expected |? +rec. got: rec.s, but expected |? +Concil. got: Concil.s, but expected |? +Cust. got: Cust.s, but expected |? +Crim. got: Crim.s, but expected |? +zimbo got: zimboes, but expected +Dall. got: Dall.s, but expected |? +ONT got: ONTs, but expected |? +Bos. got: Bos.s, but expected |? +ART got: ARTs, but expected |? +Chi. got: Chi.s, but expected |? +Phx. got: Phx.s, but expected |? +A.L.J. got: A.L.J.s, but expected |? +Assemb. got: Assemb.s, but expected |? +Att'y Gen. got: Att'y Gen.s, but expected |? +C.B. got: C.B.s, but expected |? +C.J. got: C.J.s, but expected |? +L.J. got: L.J.s, but expected |? +Mag. got: Mag.s, but expected |? +M.R. got: M.R.s, but expected |? +V.C. got: V.C.s, but expected |? +tuck-in got: tucks-in, but expected |head=[[tuck]]-[[in]] +acathistus got: acathistuses, but expected |? +Suffolk punch got: Suffolk punchs, but expected |es +Strowger switch got: Strowger switchs, but expected |es +stepping switch got: stepping switchs, but expected |es +eidos got: eidoses, but expected |eidoi +erfc got: erfcs, but expected |? +puss in a bag got: puss in a bags, but expected |? +sunnyside got: sunnysides, but expected |? +frejol got: frejols, but expected |frejoles +keeno got: keenoes, but expected +pseudoplasmodium got: pseudoplasmodiums, but expected |pseudoplasmodia +zonoskeleton got: zonoskeletons, but expected |? +calliopsis got: calliopses, but expected |? +wedding march got: wedding marchs, but expected |es +white-fish got: white-fishs, but expected |es +bust-up got: busts-up, but expected |head=[[bust]]-[[up]] +hotsy-totsy got: hotsy-totsys, but expected |hotsy-totsies +povitica got: poviticas, but expected |? +kotlovina got: kotlovinas, but expected |? +tochitura got: tochituras, but expected |? +cozonac got: cozonacs, but expected |cozonaci +square-up got: squares-up, but expected +txakoli got: txakolis, but expected |? +district cooling got: district coolings, but expected |? +xeralf got: xeralves, but expected +udalf got: udalves, but expected +ustalf got: ustalves, but expected +cryalf got: cryalves, but expected +aqualf got: aqualves, but expected +hypermedium got: hypermediums, but expected |hypermedia +scybalum got: scybalums, but expected |scybala +endoatmosphere got: endoatmospheres, but expected |? +bollan bane got: bollan banes, but expected |? +mini-trench got: mini-trenchs, but expected |es +thumbikins got: thumbikinses, but expected |thumbikins +one big happy family got: one big happy familys, but expected |? +horse box got: horse boxs, but expected |es +noromo got: noromoes, but expected +NoRomo got: NoRomoes, but expected +MUSD got: MUSDs, but expected |? +forebite got: forebites, but expected |? +naxar got: naxars, but expected |naxar +common buttonbush got: common buttonbushs, but expected |es +100 meters got: 100 meterses, but expected |? +gabaliya got: gabaliyas, but expected |? +sparganum got: sparganums, but expected |spargana +sit-upon got: sits-upon, but expected +sit upon got: sits upon, but expected +excavatrix got: excavatrixes, but expected |excavatrices +hydraulus got: hydrauluses, but expected |? +consul general got: consuls general, but expected +qango got: qangoes, but expected +hydraulis got: hydraulises, but expected |? +actinotrocha got: actinotrochas, but expected |? +partial evaluation got: partial evaluations, but expected |? +march-past got: marches-past, but expected |head=[[march]]-[[past]] +olinguito got: olinguitoes, but expected +dog-tooth got: dog-tooths, but expected |dog-teeth +Westermarck effect got: Westermarck effects, but expected |? +surface finish got: surface finishs, but expected |es +kybo got: kyboes, but expected +dimension stone got: dimension stones, but expected |? +dimensional stone got: dimensional stones, but expected |? +metacriterion got: metacriterions, but expected |metacriteria +stop-and-search got: stop-and-searchs, but expected |head=[[stop]][[-]][[and]][[-]][[search]]|stops-and-searches|stop-and-searches +bio box got: bio boxs, but expected |es +Weltbild got: Weltbilds, but expected |? +xenismos got: xenismoses, but expected |xenismoi +be-in got: bes-in, but expected +St got: Sts, but expected |? +epsilonproteobacterium got: epsilonproteobacteriums, but expected |epsilonproteobacteria +Tulane virus got: Tulane viruses, but expected |? +185000 +oligolecty got: oligolecties, but expected |? +pseudococcus got: pseudococcuses, but expected |pseudococci +arithmosophia got: arithmosophias, but expected |? +clove-hitch got: clove-hitchs, but expected |es +cryptocyanin got: cryptocyanins, but expected |? +gDNA got: gDNAs, but expected |? +Brunello got: Brunelloes, but expected +girl crush got: girl crushs, but expected |es +girl-crush got: girl-crushs, but expected |es +premnaspirodiene oxygenase got: premnaspirodiene oxygenases, but expected |? +kynodesme got: kynodesmes, but expected |? +reseparation got: reseparations, but expected |? +realteration got: realterations, but expected |? +qero got: qeroes, but expected +stink-eye got: stink-eyes, but expected |head=[[stink]][[-]][[eye]]|? +triple-lock got: triple-locks, but expected |?|head=[[triple]]-[[lock]] +presubiculum got: presubiculums, but expected |presubicula +subiculum got: subiculums, but expected |subicula +husbando got: husbandoes, but expected |? +Btss got: Btsses, but expected |? +dead march got: dead marchs, but expected |es +dead-march got: dead-marchs, but expected |head=[[dead]][[-]][[march]]|es +canaliculotomy got: canaliculotomies, but expected |? +dacryoadenectomy got: dacryoadenectomies, but expected |? +dacryocystectomy got: dacryocystectomies, but expected |? +dacryocystostomy got: dacryocystostomies, but expected |? +dacryocystotomy got: dacryocystotomies, but expected |? +r-dropping got: r-droppings, but expected |? +shpritz got: shpritzzes, but expected |es +qop got: qops, but expected |? +going-to got: goings-to, but expected |head=[[going]]-[[to]]|s +fujoshi got: fujoshis, but expected |fujoshi +dodoitsu got: dodoitsus, but expected |? +dandy's stick got: dandy's sticks, but expected |? +diaphonization got: diaphonizations, but expected |? +diaphanization got: diaphanizations, but expected |? +ODD got: ODDs, but expected |? +transwomyn got: transwomyns, but expected |transwomyn +nonpalatability got: nonpalatabilities, but expected |? +tomoe got: tomoes, but expected |tomoe +mujina got: mujinas, but expected |mujina +iynx got: iynxes, but expected |iynges +ptilinum got: ptilinums, but expected |ptilina +jynx got: jynxes, but expected |jynges +jyng got: jyngs, but expected |jynges +bungus got: bunguses, but expected |? +iyng got: iyngs, but expected |iynges +neopallium got: neopalliums, but expected |neopallia +NAID got: NAIDs, but expected |? +neothalamus got: neothalamuses, but expected |neothalami +neuropile got: neuropiles, but expected |? +nictitans got: nictitanses, but expected |? +neuromyopathy got: neuromyopathies, but expected |? +justitium got: justitiums, but expected |? +immunomanipulation got: immunomanipulations, but expected |? +minute-man got: minute-mans, but expected |minute-men|head=[[minute]]-[[man]] +post house got: post houses, but expected |? +post-house got: post-houses, but expected |? +true thrush got: true thrushs, but expected |es +apareunia got: apareunias, but expected |? +anguinea got: anguineas, but expected |? +pedaheh got: pedahehs, but expected |pedaheh +mehalek got: mehaleks, but expected |? +zeren got: zerens, but expected |? +cloudification got: cloudifications, but expected |? +dysequilibrium got: dysequilibriums, but expected |dysequilibria +k-essence got: k-essences, but expected |? +pick-six got: pick-sixs, but expected |es +counter-ermine got: counter-ermines, but expected |? +cryptomenorrhea got: cryptomenorrheas, but expected |? +epistemophilia got: epistemophilias, but expected |? +quequisque got: quequisques, but expected |? +gastrodynia got: gastrodynias, but expected |? +glirarium got: glirariums, but expected |gliraria +break-off got: breaks-off, but expected +idiologus got: idiologuses, but expected |? +aid-de-camp got: aid-de-camps, but expected |aids-de-camp +judgy-pants got: judgy-pantses, but expected |? +lithp got: lithps, but expected |lithpth +engenho got: engenhoes, but expected +seifuku got: seifukus, but expected |seifuku +luigino got: luiginoes, but expected |luigini|s +MSV got: MSVs, but expected |? +Toparch got: Toparches, but expected +ext got: exts, but expected |? +hemalyke got: hemalykes, but expected |? +notarikon got: notarikons, but expected |? +obea got: obeas, but expected |? +brassworks got: brassworkses, but expected |brassworks +tiger-lily got: tiger-lilys, but expected |head=[[tiger]]-[[lily]]|tiger-lilies +subendocardium got: subendocardiums, but expected |subendocardia +spring growth got: spring growths, but expected |? +odynophobia got: odynophobias, but expected |? +button-up got: buttons-up, but expected |head=[[button]]-[[up]] +palaeodiversity got: palaeodiversities, but expected |? +parachromatopsia got: parachromatopsias, but expected |? +sclerodactyly got: sclerodactylies, but expected |? +hippotherapy got: hippotherapies, but expected |? +living end got: living ends, but expected |? +cattle crush got: cattle crushs, but expected |es +citrumelo got: citrumeloes, but expected +spondyloarthritis got: spondyloarthritises, but expected |? +left-about got: lefts-about, but expected |head=[[left]]-[[about]] +neurorecording got: neurorecordings, but expected |? +gonarcus got: gonarcuses, but expected |? +bélé got: bélés, but expected |? +stab stitch got: stab stitchs, but expected |es +pick stitch got: pick stitchs, but expected |es +postclypeus got: postclypeuses, but expected |postclypei +chemoinvasion got: chemoinvasions, but expected |? +CLK got: CLKs, but expected |? +gallito got: gallitoes, but expected +hemocytopenia got: hemocytopenias, but expected |? +terotechnology got: terotechnologies, but expected |? +packageability got: packageabilities, but expected |? +American ostrich got: American ostrichs, but expected |es +Maj. got: Maj.s, but expected |? +prethalamus got: prethalamuses, but expected |? +chickenwort got: chickenworts, but expected |? +smellfungus got: smellfunguses, but expected |smellfungi +forecoxa got: forecoxas, but expected |forecoxae +forefemur got: forefemurs, but expected |forefemora +foretarsus got: foretarsuses, but expected |foretarsi +foretibia got: foretibias, but expected |foretibiae +mesofemur got: mesofemurs, but expected |mesofemora +mesoscutellum got: mesoscutellums, but expected |mesoscutella +mesotibia got: mesotibias, but expected |mesotibiae +metafemur got: metafemurs, but expected |metafemora +metascutellum got: metascutellums, but expected |metascutella +metatibia got: metatibias, but expected |metatibiae +midgait got: midgaits, but expected |? +oncomiracidium got: oncomiracidiums, but expected |oncomiracidia +miliarensis got: miliarenses, but expected |? +notornis got: notornises, but expected |? +yery got: yeries, but expected |? +shambrough got: shambroughs, but expected |? +posteroseptum got: posteroseptums, but expected |posterosepta +raploch got: raploches, but expected |? +rumfustian got: rumfustians, but expected |? +nestitherapy got: nestitherapies, but expected |? +spinotrapezius got: spinotrapeziuses, but expected |? +camaca got: camacas, but expected |? +octastich got: octastiches, but expected +milonguero got: milongueroes, but expected +chomo got: chomoes, but expected +Oesterlé-Masser conjecture got: Oesterlé-Masser conjectures, but expected |? +zule got: zules, but expected |? +iatrarchy got: iatrarchies, but expected |? +vitreolysis got: vitreolyses, but expected |? +shake-down got: shakes-down, but expected +trachymedusa got: trachymedusas, but expected |trachymedusae +neorectum got: neorectums, but expected |? +conduct disorder got: conduct disorders, but expected |? +balabos got: balaboses, but expected |balabatim +balebos got: baleboses, but expected |balebatim +baleboste got: balebostes, but expected |balebatim +black witch got: black witchs, but expected |es +decl. got: decl.s, but expected |? +waa got: waas, but expected |waa +Cheeto got: Cheetoes, but expected +obturaculum got: obturaculums, but expected |obturacula +stroupach got: stroupaches, but expected +inkalimeva got: inkalimevas, but expected |? +bosino got: bosinoes, but expected +sawn-off got: sawns-off, but expected +polyorchism got: polyorchisms, but expected |? +abgoosht got: abgooshts, but expected |? +treacle mustard got: treacle mustards, but expected |? +ultramarine ash got: ultramarine ashs, but expected |es +clearance space got: clearance spaces, but expected |? +Valsalvian experiment got: Valsalvian experiments, but expected |? +cantoral staff got: cantoral staffs, but expected |? +ouster le main got: ouster le mains, but expected |? +pituitous fever got: pituitous fevers, but expected |? +whet slate got: whet slates, but expected |? +micropsychosis got: micropsychoses, but expected |? +salinixanthin got: salinixanthins, but expected |? +STEAM got: STEAMs, but expected |? +marvel of Peru got: marvels of Peru, but expected |? +Cologne umber got: Cologne umbers, but expected |? +spherical excess got: spherical excesses, but expected |? +balloon net got: balloon nets, but expected |? +point d'appui got: point d'appuis, but expected |? +establishment of the port got: establishment of the ports, but expected |? +actual sin got: actual sins, but expected |? +chorda dorsalis got: chorda dorsalises, but expected |? +sovnarkhoz got: sovnarkhozzes, but expected |es|sovnarkhozy +Berlin blue got: Berlin blues, but expected |? +primrose peerless got: primrose peerlesses, but expected |? +graphitic acid got: graphitic acids, but expected |? +Malacca cane got: Malacca canes, but expected |? +kinghead got: kingheads, but expected |? +leere side got: leere sides, but expected |? +camber arch got: camber archs, but expected |es +common run got: common runs, but expected |? +ataxic fever got: ataxic fevers, but expected |? +valuable consideration got: valuable considerations, but expected |? +cameo conch got: cameo conchs, but expected |es +ischiadic passion got: ischiadic passions, but expected |? +cardiac passion got: cardiac passions, but expected |? +burning bush got: burning bushs, but expected |es +Balaam box got: Balaam boxs, but expected |es +imperial drill got: imperial drills, but expected |? +casus omissus got: casus omissuses, but expected |? +casus fortuitus got: casus fortuituses, but expected |? +just intonation got: just intonations, but expected |? +carmine red got: carmine reds, but expected |? +ton-up got: tons-up, but expected +glottal catch got: glottal catchs, but expected |es +gnathic index got: gnathic indexs, but expected |? +pleurisy root got: pleurisy roots, but expected |? +sympathetic ink got: sympathetic inks, but expected |? +French sash got: French sashs, but expected |es +vadium vivum got: vadium vivums, but expected |? +Xicano got: Xicanoes, but expected +chin whelk got: chin whelks, but expected |? +Phrygian stone got: Phrygian stones, but expected |? +rotten stone got: rotten stones, but expected |? +pinion wire got: pinion wires, but expected |? +butcher paper got: butcher papers, but expected |? +graduate tax got: graduate taxs, but expected |es +diduch got: diduches, but expected +neverwet got: neverwets, but expected |? +mestizo wool got: mestizo wools, but expected |? +tiyin got: tiyins, but expected |tiyin +iration got: irations, but expected |? +kardiya got: kardiyas, but expected |kardiya +nitgrass got: nitgrasses, but expected |? +Petersburg paradox got: Petersburg paradoxs, but expected |es +mpingo got: mpingoes, but expected |? +BDD got: BDDs, but expected |? +lollo biondo got: lollo biondos, but expected |? +quinquertium got: quinquertiums, but expected |? +coochie coo got: coochie coos, but expected |? +razorwire got: razorwires, but expected |? +conidioma got: conidiomas, but expected |conidiomata +synnema got: synnemas, but expected |synnemata +pirate perch got: pirate perchs, but expected |? +trone stone got: trone stones, but expected |? +karpas got: karpases, but expected |? +inclusion complex got: inclusion complexs, but expected |es +columnization got: columnizations, but expected |? +anti-revolutionary got: anti-revolutionarys, but expected |anti-revolutionaries +hinoki got: hinokis, but expected |hinoki +Minkowski inequality got: Minkowski inequalitys, but expected |? +iddah got: iddahs, but expected |? +iddat got: iddats, but expected |? +Biot number got: Biot numbers, but expected |? +pretarsus got: pretarsuses, but expected |pretarsi +morabitino got: morabitinoes, but expected +motherkins got: motherkinses, but expected |motherkins +kidney punch got: kidney punchs, but expected |es +kidney-punch got: kidney-punchs, but expected |head=[[kidney]][[-]][[punch]]|kidney-punches +Canadian traveller problem got: Canadian traveller problems, but expected |? +tartan tax got: tartan taxs, but expected |es +zona incerta got: zona incertas, but expected |? +dambo got: damboes, but expected +babakoto got: babakotoes, but expected +umkhwetha got: umkhwethas, but expected |abakwetha|abakhwetha +crimen injuria got: crimen injurias, but expected |? +cryofracture got: cryofractures, but expected |? +omohyoideus got: omohyoideuses, but expected |omohyoidei +petrogarch got: petrogarches, but expected +pantech got: panteches, but expected +melba finch got: melba finchs, but expected |es +noonshine got: noonshines, but expected |? +Case got: Cases, but expected |? +exeligmos got: exeligmoses, but expected |exeligmoi +toned paper got: toned papers, but expected |? +emmeleia got: emmeleias, but expected |? +mail-box got: mail-boxs, but expected |head=[[mail]][[-]][[box]]|es +cephalothoracopagus got: cephalothoracopaguses, but expected |cephalothoracopagi +pygopagus got: pygopaguses, but expected |pyopagi +dog salmon got: dog salmons, but expected |? +sun tea got: sun teas, but expected |? +rothe got: rothes, but expected |rothe +190000 +mutat. got: mutat.s, but expected |? +glacial flour got: glacial flours, but expected |? +glacial milk got: glacial milks, but expected |? +stitch and bitch got: stitch and bitchs, but expected |? +muurkas got: muurkases, but expected |? +pomerac got: pomeracs, but expected |? +anthralgia got: anthralgias, but expected |? +aerothorax got: aerothoraxes, but expected |? +metal aquo complex got: metal aquo complexs, but expected |es +varenyk got: varenyks, but expected |varenyky +varenik got: vareniks, but expected |vareniki +phalaenopsis got: phalaenopses, but expected |es +Peary caribou got: Peary caribous, but expected |? +afty got: afties, but expected |? +nam phrik got: nam phriks, but expected |? +napkin rash got: napkin rashs, but expected |? +arthropodization got: arthropodizations, but expected |? +the new black got: the new blacks, but expected |? +cherry-picking got: cherry-pickings, but expected |? +sudachi got: sudachis, but expected |sudachi +Maidans got: Maidanses, but expected |? +maidans got: maidanses, but expected |? +talk box got: talk boxs, but expected |es +mirrorlesses got: mirrorlesses, but expected |? +pogonophobia got: pogonophobias, but expected |? +Racka got: Rackas, but expected |? +poudre de riz got: poudre de rizs, but expected |? +newbro got: newbroes, but expected +Passe Crassane got: Passe Crassanes, but expected |? +pastry cream got: pastry creams, but expected |? +Paso Fino got: Paso Finos, but expected |? +Paso got: Pasoes, but expected +pars tuberalis got: pars tuberalises, but expected |? +pars nervosa got: pars nervosas, but expected |? +dactylopatagium got: dactylopatagiums, but expected |dactylopatagia +uropatagium got: uropatagiums, but expected |uropatagia +brachiopatagium got: brachiopatagiums, but expected |brachiopatagia +propatagium got: propatagiums, but expected |propatagia +plagiopatagium got: plagiopatagiums, but expected |plagiopatagia +mesozeugma got: mesozeugmas, but expected |? +prozeugma got: prozeugmas, but expected |? +diazeugma got: diazeugmas, but expected |? +hypozeugma got: hypozeugmas, but expected |? +annulus fibrosus got: annulus fibrosuses, but expected |? +moho-pereru got: moho-pererus, but expected |? +makoro got: makoroes, but expected +mekoro got: mekoroes, but expected +sella turcica got: sella turcicas, but expected |? +reality therapy got: reality therapys, but expected |? +Pribnow box got: Pribnow boxs, but expected |es +acequia madre got: acequia madres, but expected |? +acousticolateralis got: acousticolateralises, but expected |? +bachelor apartments got: bachelor apartmentses, but expected |? +correction lines got: correction lineses, but expected |? +back-benchers got: back-bencherses, but expected |? +front benchers got: front bencherses, but expected |? +front-benchers got: front-bencherses, but expected |? +woizero got: woizeroes, but expected +leptosporangium got: leptosporangiums, but expected |leptosporangia +mutawatir got: mutawatirs, but expected |? +Patagonian gray fox got: Patagonian gray foxs, but expected |es +Patagonian grey fox got: Patagonian grey foxs, but expected |es +Patagonian fox got: Patagonian foxs, but expected |es +generalized anxiety disorder got: generalized anxiety disorders, but expected |? +res inter alios acta got: res inter alios actas, but expected |? +Marker degradation got: Marker degradations, but expected |? +Amarone got: Amarones, but expected |? +kokihi got: kokihis, but expected |? +dead finish got: dead finishs, but expected |? +MMB got: MMBs, but expected |? +macrofungus got: macrofunguses, but expected |macrofungi +crusta lactea got: crusta lacteas, but expected |? +Ol. got: Ol.s, but expected |? +oxia got: oxias, but expected |oxiae +oxeia got: oxeias, but expected |oxeiai +Scotch woodcock got: Scotch woodcocks, but expected |? +rebetis got: rebetises, but expected |rebetes +arthron got: arthrons, but expected |arthra +fire trench got: fire trenchs, but expected |es +daifuku got: daifukus, but expected |daifuku +Panama weave got: Panama weaves, but expected |? +ovogonium got: ovogoniums, but expected |ovogonia +Pygmalion effect got: Pygmalion effects, but expected |? +kiss and cry got: kiss and crys, but expected |? +waaz got: waazzes, but expected |es +goooooo got: goooooos, but expected |? +felsenmeer got: felsenmeere, but expected +megagauss got: megagausses, but expected |megagauss +gigagauss got: gigagausses, but expected |gigagauss +AQI got: AQIs, but expected |? +velar pinch got: velar pinchs, but expected |es +black ibis got: black ibises, but expected |? +jum'ah got: jum'ahs, but expected |? +punditariat got: punditariats, but expected |? +petrobolos got: petroboloses, but expected |petroboloi +papissa got: papissas, but expected |papissae +monoao got: monoaos, but expected |? +hotchiku got: hotchikus, but expected |? +ryuteki got: ryutekis, but expected |ryuteki +Roman cement got: Roman cements, but expected |? +nohkan got: nohkans, but expected |nohkan +burnt ear got: burnt ears, but expected |? +denumerability got: denumerabilities, but expected |? +p.o. got: p.o.s, but expected |? +caudofemoralis got: caudofemoralises, but expected |? +gastralium got: gastraliums, but expected |gastralia +cavaedium got: cavaediums, but expected |cavaedia +penniless-bench got: penniless-benchs, but expected |es|head=[[penniless]]-[[bench]] +pentaphyllon got: pentaphyllons, but expected |? +majlises got: majlises, but expected |? +mejlises got: mejlises, but expected |? +Mejlises got: Mejlises, but expected |? +Majlises got: Majlises, but expected |? +bass reflex got: bass reflexs, but expected |es +chapeau-bras got: chapeau-brases, but expected |chapeaux-bras +spermatangium got: spermatangiums, but expected |spermatangia +calico bass got: calico basses, but expected |? +clary water got: clary waters, but expected |? +Verneuil process got: Verneuil processes, but expected |? +night green got: night greens, but expected |? +hengeyokai got: hengeyokais, but expected |hengeyokai +alacrimia got: alacrimias, but expected |? +omnivoropteryx got: omnivoropteryxes, but expected |omnivoropteryges +midstroke got: midstrokes, but expected |? +ziplock got: ziplocks, but expected |? +vindicat. got: vindicat.s, but expected |? +chickenwire got: chickenwires, but expected |? +sweetums got: sweetumses, but expected |sweetums +midevening got: midevenings, but expected |? +foaf got: foafs, but expected |? +Bengalese finch got: Bengalese finchs, but expected |es +core switch got: core switchs, but expected |es +contradictio in terminis got: contradictios in terminis, but expected |? +kholsun got: kholsuns, but expected |? +Jerusalem sage got: Jerusalem sages, but expected |? +cup cheese got: cup cheeses, but expected |? +stairfoot got: stairfeet, but expected +dark flow got: dark flows, but expected |? +paddle box got: paddle boxs, but expected |es +infernal stone got: infernal stones, but expected |? +chuck rib got: chuck ribs, but expected |? +middle rib got: middle ribs, but expected |? +epistle side got: epistle sides, but expected |? +Irish elk got: Irish elks, but expected |? +schwar got: schwars, but expected |? +latifundism got: latifundisms, but expected |? +reef and beef got: reef and beefs, but expected |? +Sagnac effect got: Sagnac effects, but expected |? +big spoon got: big spoons, but expected |? +little spoon got: little spoons, but expected |? +Hallowtide got: Hallowtides, but expected |? +gravicembalo got: gravicembaloes, but expected +melopiano got: melopianoes, but expected +semi-syllabary got: semi-syllabarys, but expected |semi-syllabaries +bolognino got: bologninoes, but expected |? +spinternet got: spinternets, but expected |? +Oso got: Osoes, but expected +hawkinsin got: hawkinsins, but expected |? +e-caudata got: e-caudatas, but expected |head=[[e]]-[[caudata]]|e-caudatae +autoresuscitation got: autoresuscitations, but expected |? +Chatino got: Chatinoes, but expected +photoduplication got: photoduplications, but expected |? +hetaireia got: hetaireias, but expected |? +color coordination got: color coordinations, but expected |? +colour coordination got: colour coordinations, but expected |? +seed potato got: seed potatos, but expected |es +antiplacebo got: antiplaceboes, but expected +tile ore got: tile ores, but expected |? +Kempner series got: Kempner serieses, but expected |? +dental formula got: dental formulas, but expected |? +dredging box got: dredging boxs, but expected |es +orbital index got: orbital indexs, but expected |? +polychrest salt got: polychrest salts, but expected |? +gunpowder tea got: gunpowder teas, but expected |? +counterpotent got: counterpotents, but expected |? +breast pang got: breast pangs, but expected |? +tin penny got: tin pennys, but expected |? +Olds got: Oldses, but expected |? +scholarch got: scholarches, but expected +argumentum ad baculum got: argumentum ad baculums, but expected |? +septennium got: septenniums, but expected |septennia +omnibus box got: omnibus boxs, but expected |es +mirror carp got: mirror carps, but expected |? +almucantar staff got: almucantar staffs, but expected |? +offset staff got: offset staffs, but expected |? +lozenge coach got: lozenge coachs, but expected |es +queen dowager got: queen dowagers, but expected |? +washing sherry got: washing sherrys, but expected |? +birdsfoot violet got: birdsfoot violets, but expected |? +birdsfoot trefoil got: birdsfoot trefoils, but expected |? +vervein got: verveins, but expected |? +hearin' got: hearin's, but expected |? +happenin' got: happenin's, but expected |? +semiauto got: semiautoes, but expected +desynapsis got: desynapses, but expected |? +dorsobronchium got: dorsobronchiums, but expected |dorsobronchi +chivito got: chivitoes, but expected +birdsfoot got: birdsfeet, but expected |? +bastard eigne got: bastard eignes, but expected |? +BuNo got: BuNoes, but expected |? +execx got: execxes, but expected |execxs +pink salt got: pink salts, but expected |? +exx got: exxes, but expected |? +exrx got: exrxes, but expected |? +lycopodium powder got: lycopodium powders, but expected |? +geminin got: geminins, but expected |? +gynostemium got: gynostemiums, but expected |gynostemia +jay thrush got: jay thrushs, but expected |es +opera seria got: opera serias, but expected |? +pool snipe got: pool snipes, but expected |? +parabronchus got: parabronchuses, but expected |parabronchi +proteinogenesis got: proteinogeneses, but expected |? +viscidium got: viscidiums, but expected |viscidia +manini got: maninis, but expected |manini +steatonecrosis got: steatonecroses, but expected |? +courtesy flush got: courtesy flushs, but expected |es +propodeum got: propodeums, but expected |propodea +chlamydoconidium got: chlamydoconidiums, but expected |chlamydoconidia +chalk box got: chalk boxs, but expected |es +cut-and-thrust got: cut-and-thrusts, but expected |? +obake got: obakes, but expected |obake +androconium got: androconiums, but expected |androconia +mesopleuron got: mesopleurons, but expected |mesopleura +anthracnosis got: anthracnoses, but expected |? +protogenos got: protogenoses, but expected |protogenoi +bliny got: blinies, but expected |? +hydrogrossular got: hydrogrossulars, but expected |? +hibschite got: hibschites, but expected |? +gross-out got: grosses-out, but expected |head=[[gross]][[-]][[out]] +big cassino got: big cassinos, but expected |? +great cassino got: great cassinos, but expected |? +little cassino got: little cassinos, but expected |? +straight arch got: straight archs, but expected |es +clack box got: clack boxs, but expected |es +drop serene got: drop serenes, but expected |? +longprimer got: longprimers, but expected |? +laced mutton got: laced muttons, but expected |? +bitchy-pants got: bitchy-pantses, but expected |bitchy-pants +bitchypants got: bitchypantses, but expected |bitchypants +grumpypants got: grumpypantses, but expected |grumpypants +grumpy-pants got: grumpy-pantses, but expected |grumpy-pants +kadomatsu got: kadomatsus, but expected |kadomatsu +bossy-pants got: bossy-pantses, but expected |bossy-pants +erenaghy got: erenaghies, but expected +mons Venus got: mons Venuses, but expected |? +pasteli got: pastelis, but expected |? +locatio et conductio got: locatio et conductios, but expected |? +short division got: short divisions, but expected |? +shitnuts got: shitnutses, but expected |? +phyllobolia got: phyllobolias, but expected |? +second distance got: second distances, but expected |? +herb Christopher got: herb Christophers, but expected |? +lava ware got: lava wares, but expected |? +clack dish got: clack dishs, but expected |es +kubutz got: kubutzzes, but expected |es +vernalisation got: vernalisations, but expected |? +coracan got: coracans, but expected |? +manual exercise got: manual exercises, but expected |? +quantum valebat got: quantum valebats, but expected |? +iron cement got: iron cements, but expected |? +next world got: next worlds, but expected |? +nien-hao got: nien-haos, but expected |? +smother-fly got: smother-flys, but expected |smother-flies +mummy brown got: mummy browns, but expected |? +turn bench got: turn benchs, but expected |es +cauda galli got: cauda gallis, but expected |? +kettle stitch got: kettle stitchs, but expected |es +nihil dicit got: nihil dicits, but expected |? +nihil debet got: nihil debets, but expected |? +septum pellucidum got: septum pellucidums, but expected |? +onion fish got: onion fishs, but expected |es +factory leg got: factory legs, but expected |? +gazeebo got: gazeeboes, but expected +chant royal got: chant royals, but expected |? +vis mortua got: vis mortuas, but expected |? +vis impressa got: vis impressas, but expected |? +duplex querela got: duplex querelas, but expected |? +gross adventure got: gross adventures, but expected |? +free board got: free boards, but expected |? +copper finch got: copper finchs, but expected |es +tooth powder got: tooth powders, but expected |? +station staff got: station staffs, but expected |? +pepito got: pepitoes, but expected +gold solder got: gold solders, but expected |? +none-so-pretty got: none-so-prettys, but expected |none-so-pretties +club rush got: club rushs, but expected |es +vicarious punishment got: vicarious punishments, but expected |? +corregimiento got: corregimientoes, but expected +tucker box got: tucker boxs, but expected |es +joculatrix got: joculatrixes, but expected |joculatrices +rock alum got: rock alums, but expected |? +red ash got: red ashs, but expected |es +green ash got: green ashs, but expected |? +needle spar got: needle spars, but expected |? +cotton velvet got: cotton velvets, but expected |? +zoothecium got: zootheciums, but expected |zoothecia +pot metal got: pot metals, but expected |? +zygobranch got: zygobranches, but expected |zygobranchs +chalk mixture got: chalk mixtures, but expected |? +pith paper got: pith papers, but expected |? +roll latten got: roll lattens, but expected |? +salt acid got: salt acids, but expected |? +Welsh flannel got: Welsh flannels, but expected |? +block system got: block systems, but expected |? +MANPADS got: MANPADSs, but expected |? +upshorts got: upshortses, but expected |upshorts +show box got: show boxs, but expected |es +Indian file got: Indian files, but expected |? +Rachel sandwich got: Rachel sandwichs, but expected |es +Hillel sandwich got: Hillel sandwichs, but expected |es +clothes brush got: clothes brushs, but expected |es +ball vein got: ball veins, but expected |? +cardinal red got: cardinal reds, but expected |? +painted finch got: painted finchs, but expected |es +psychomanteum got: psychomanteums, but expected |? +shoe brush got: shoe brushs, but expected |es +hydraulic limestone got: hydraulic limestones, but expected |? +moon trefoil got: moon trefoils, but expected |? +wager of law got: wagers of law, but expected |? +iron mould got: iron moulds, but expected |? +Denmark satin got: Denmark satins, but expected |? +bone turquoise got: bone turquoises, but expected |? +Mexican lac got: Mexican lacs, but expected |? +horse leech got: horse leechs, but expected |es +parrot weed got: parrot weeds, but expected |? +mule twist got: mule twists, but expected |? +hook wrench got: hook wrenchs, but expected |es +dressing forceps got: dressing forcepses, but expected |? +glass coach got: glass coachs, but expected |es +soluble glass got: soluble glasses, but expected |? +Brussels net got: Brussels nets, but expected |? +Brussels lace got: Brussels laces, but expected |? +fox sleep got: fox sleeps, but expected |? +dead oil got: dead oils, but expected |? +bog moss got: bog mosses, but expected |? +wild radish got: wild radishs, but expected |es +browis got: browises, but expected |? +ascobolus got: ascoboluses, but expected |? +jack arch got: jack archs, but expected |es +silver lace got: silver laces, but expected |? +key wrench got: key wrenchs, but expected |es +booby hutch got: booby hutchs, but expected |es +stub twist got: stub twists, but expected |? +holy grass got: holy grasses, but expected |? +mill cinder got: mill cinders, but expected |? +play-through got: plays-through, but expected +wheel stitch got: wheel stitchs, but expected |es +wheel ore got: wheel ores, but expected |? +bastard type got: bastard types, but expected |? +tucker-box got: tucker-boxs, but expected |es|head=[[tucker]]-[[box]] +man-of-the-earth got: man-of-the-earths, but expected |? +calcaemia got: calcaemias, but expected |? +creepo got: creepoes, but expected +milk pea got: milk peas, but expected |? +black frost got: black frosts, but expected |? +live box got: live boxs, but expected |es +screw box got: screw boxs, but expected |es +point net got: point nets, but expected |? +bell arch got: bell archs, but expected |es +a priorism got: a priorisms, but expected |? +royal touch got: royal touchs, but expected |? +fons et origo got: fons et origos, but expected |? +crown of aberration got: crowns of aberration, but expected |? +nail plate got: nail plates, but expected |? +law binding got: law bindings, but expected |? +swamp ore got: swamp ores, but expected |? +Spanish cress got: Spanish cresses, but expected |? +Spanish brown got: Spanish browns, but expected |? +woolly rhinoceros got: woolly rhinoceroses, but expected |? +pearl eye got: pearl eyes, but expected |? +quinnet got: quinnets, but expected |? +rose rash got: rose rashs, but expected |? +grand action got: grand actions, but expected |? +reliefe got: reliefes, but expected |? +orange mint got: orange mints, but expected |? +urogomphus got: urogomphuses, but expected |urogomphi +salt cake got: salt cakes, but expected |? +pass box got: pass boxs, but expected |es +German steel got: German steels, but expected |? +German carp got: German carps, but expected |? +false croup got: false croups, but expected |? +pudding time got: pudding times, but expected |? +oil green got: oil greens, but expected |? +giant fennel got: giant fennels, but expected |? +hag's tooth got: hag's tooths, but expected |? +toad rush got: toad rushs, but expected |es +double Gloucester got: double Gloucesters, but expected |? +Spanish red got: Spanish reds, but expected |? +apple of Peru got: apples of Peru, but expected |? +leather carp got: leather carps, but expected |? +nettle cloth got: nettle cloths, but expected |? +pipetongs got: pipetongses, but expected |pipetongs +mud sunfish got: mud sunfishs, but expected |? +hand money got: hand moneys, but expected |? +dandy brush got: dandy brushs, but expected |es +maiestie got: maiesties, but expected |? +wagashi got: wagashis, but expected |wagashi +preferendum got: preferendums, but expected |preferenda +cookie sandwich got: cookie sandwichs, but expected |es +postmentum got: postmentums, but expected |? +gnathochilarium got: gnathochilariums, but expected |gnathochilaria +maxillula got: maxillulas, but expected |maxillulae +frogurt got: frogurts, but expected |? +hyperexplexia got: hyperexplexias, but expected |? +baby pink got: baby pinks, but expected |? +Spanish flag got: Spanish flags, but expected |? +brambling finch got: brambling finchs, but expected |es +light box got: light boxs, but expected |es +belted l got: belted ls, but expected |? +freedom march got: freedom marchs, but expected |es +arolium got: aroliums, but expected |arolia +love match got: love matchs, but expected |es +love-match got: love-matchs, but expected |head=[[love]][[-]][[match]]|es +ooaa got: ooaas, but expected |? +misery index got: misery indexs, but expected |? +recipe dish got: recipe dishs, but expected |es +Miss Lucy got: Miss Lucys, but expected |? +mithai got: mithais, but expected |mithai +false mastic got: false mastics, but expected |? +195000 +pepperoncino got: pepperoncinoes, but expected |pepperoncini +uchronia got: uchronias, but expected |? +hothouse effect got: hothouse effects, but expected |? +roti prata got: roti pratas, but expected |? +pig in the python got: pig in the pythons, but expected |? +minute steak got: minute steaks, but expected |? +bull-finch got: bull-finchs, but expected |es +resurrection-man got: resurrection-mans, but expected |resurrection-men +magnus hitch got: magnus hitchs, but expected |es +Machupo virus got: Machupo viruses, but expected |? +summer complaint got: summer complaints, but expected |? +yellow atrophy got: yellow atrophys, but expected |? +Chinese radish got: Chinese radishs, but expected |es +poison ash got: poison ashs, but expected |? +Spanish potato got: Spanish potatos, but expected |es +Lorentz gauge got: Lorentz gauges, but expected |? +Korean radish got: Korean radishs, but expected |es +Japanese radish got: Japanese radishs, but expected |es +daikon radish got: daikon radishs, but expected |es +Jiggs dinner got: Jiggs dinners, but expected |? +Chinese white radish got: Chinese white radishs, but expected |es +icicle radish got: icicle radishs, but expected |es +kallaloo got: kallaloos, but expected |? +Oriental radish got: Oriental radishs, but expected |es +oriental radish got: oriental radishs, but expected |es +white radish got: white radishs, but expected |es +giant white radish got: giant white radishs, but expected |es +long white radish got: long white radishs, but expected |es +beauty heart radish got: beauty heart radishs, but expected |es +watermelon radish got: watermelon radishs, but expected |es +red meat radish got: red meat radishs, but expected |es +shinrimei radish got: shinrimei radishs, but expected |es +Chinese green radish got: Chinese green radishs, but expected |es +buxees got: buxeeses, but expected |? +oligotrich got: oligotriches, but expected +choreotrich got: choreotriches, but expected +Sakurajima radish got: Sakurajima radishs, but expected |es +menobranchus got: menobranchuses, but expected |menobranchi +hemibranch got: hemibranches, but expected |s +holobranch got: holobranches, but expected +opo squash got: opo squashs, but expected |es +flying squid got: flying squids, but expected |? +exradius got: exradiuses, but expected |exradii +fodder radish got: fodder radishs, but expected |es +forage radish got: forage radishs, but expected |es +tillage radish got: tillage radishs, but expected |es +skinny-malinky got: skinny-malinkys, but expected |? +oil radish got: oil radishs, but expected |es +oilseed radish got: oilseed radishs, but expected |es +rat-tail radish got: rat-tail radishs, but expected |es +serpent radish got: serpent radishs, but expected |es +rattail radish got: rattail radishs, but expected |es +common radish got: common radishs, but expected |es +European radish got: European radishs, but expected |es +cawl got: cawls, but expected |? +spindlelegs got: spindlelegses, but expected |spindlelegs +social promotion got: social promotions, but expected |? +skinny malink got: skinny malinks, but expected |? +Mussaf got: Mussafs, but expected |? +Musaf got: Musafs, but expected |? +taonga got: taongas, but expected |taonga +motus peculiaris got: motus peculiarises, but expected |? +chacarero got: chacareroes, but expected +tavern sandwich got: tavern sandwichs, but expected |es +pambazo got: pambazoes, but expected +mother-in-law sandwich got: mother-in-law sandwichs, but expected |es +Zimbo got: Zimboes, but expected +villainisation got: villainisations, but expected |? +praefericulum got: praefericulums, but expected |praefericula +molimen got: molimina, but expected +Monarchomach got: Monarchomaches, but expected +beer cheese got: beer cheeses, but expected |? +Boudouard reaction got: Boudouard reactions, but expected |? +loteby got: lotebies, but expected |lotebyes +shuttle-box got: shuttle-boxs, but expected |es +shuttle box got: shuttle boxs, but expected |es +methenyltetrahydromethanopterin cyclohydrolase got: methenyltetrahydromethanopterin cyclohydrolases, but expected |? +streamworks got: streamworkses, but expected |streamworks +yellow wash got: yellow washs, but expected |? +corn-flag got: corn-flags, but expected |head=[[corn]]-[[flag]]|? +tahari got: taharis, but expected |? +spar torpedo got: spar torpedos, but expected |? +green salt of Magnus got: green salt of Magnuses, but expected |? +teuthis got: teuthises, but expected |? +strawberry bush got: strawberry bushs, but expected |es +Spanish fox got: Spanish foxs, but expected |es +yellow bugle got: yellow bugles, but expected |? +suit custom got: suit customs, but expected |? +vis vitalis got: vis vitalises, but expected |? +vis vitae got: vis vitaes, but expected |? +juz got: juzzes, but expected |? +pre-apology got: pre-apologys, but expected |pre-apologies +salt box got: salt boxs, but expected |es +indigo bush got: indigo bushs, but expected |es +lower order got: lower orders, but expected |? +Mozart effect got: Mozart effects, but expected |? +deadly diamond of death got: deadly diamond of deaths, but expected |? +diamond problem got: diamond problems, but expected |? +choregos got: choregoses, but expected |choregoi +umbrella-leaf got: umbrella-leafs, but expected |? +silver whiting got: silver whitings, but expected |? +southern school whiting got: southern school whitings, but expected |? +trawl whiting got: trawl whitings, but expected |? +sillago got: sillagoes, but expected +arsenal of democracy got: arsenals of democracy, but expected |? +whole shitting match got: whole shitting matchs, but expected |? +varenye got: varenyes, but expected |? +varenie got: varenies, but expected |? +brick in one's hat got: brick in one's hats, but expected |? +ModUk. got: ModUk.s, but expected |? +MUk. got: MUk.s, but expected |? +SovUk. got: SovUk.s, but expected |? +OES got: OESs, but expected |? +OES. got: OES.s, but expected |? +OUk. got: OUk.s, but expected |? +IE. got: IE.s, but expected |? +BS. got: BS.s, but expected |? +PS. got: PS.s, but expected |? +korephile got: korephiles, but expected |? +Vopo got: Vopoes, but expected +spox got: spox, but expected |? +acridophagus got: acridophaguses, but expected |acridophagi +cvarak got: cvaraks, but expected |cvarci +crown of thorns got: crowns of thorns, but expected |? +star finch got: star finchs, but expected |es +mother of thousands got: mothers of thousands, but expected |? +rugulosin got: rugulosins, but expected |? +Dehornoy order got: Dehornoy orders, but expected |? +silver chub got: silver chubs, but expected |? +Spanish reef got: Spanish reefs, but expected |? +Scotch fiddle got: Scotch fiddles, but expected |? +smoke arch got: smoke archs, but expected |es +oysterfish got: oysterfish, but expected |es +prothema got: prothemas, but expected |prothemata +shochikubai got: shochikubais, but expected |shochikubai +mov. got: mov.s, but expected |? +mvmt got: mvmts, but expected |? +mvt got: mvts, but expected |? +Stalinization got: Stalinizations, but expected |? +cataplerosis got: catapleroses, but expected |? +cardosanto got: cardosantoes, but expected |? +Yiddo got: Yiddoes, but expected +floating heart got: floating hearts, but expected |? +azz got: azzzes, but expected |es +queen conch got: queen conchs, but expected |es +widow's chamber got: widow's chambers, but expected |? +ground annual got: ground annuals, but expected |? +bell punch got: bell punchs, but expected |es +jungle green got: jungle greens, but expected |? +TAI got: TAIs, but expected |? +Arb. got: Arb.s, but expected |? +Phila. got: Phila.s, but expected |? +Balt. got: Balt.s, but expected |? +strawberry tomato got: strawberry tomatos, but expected |es +tricriterion got: tricriterions, but expected |tricriteria +nanea got: naneas, but expected |? +lavender scare got: lavender scares, but expected |? +monkey-no-climb got: monkey-no-climbs, but expected |? +jabillo got: jabilloes, but expected |? +synhedrion got: synhedrions, but expected |synhedria +academy leader got: academy leaders, but expected |? +kendhang got: kendhangs, but expected |kendhang +rhythmogenesis got: rhythmogeneses, but expected |? +Elvis sandwich got: Elvis sandwichs, but expected |es +grysappel got: grysappels, but expected |? +goorappel got: goorappels, but expected |? +prolocutrix got: prolocutrixes, but expected |prolocutrices +desynch got: desynches, but expected +resynch got: resynches, but expected +independentism got: independentisms, but expected |? +mabinlang got: mabinlangs, but expected |? +silkworks got: silkworkses, but expected |silkworks +Koebner phenomenon got: Koebner phenomenons, but expected |? +mantellone got: mantellones, but expected |? +lutino got: lutinoes, but expected +tramman got: trammen, but expected +praefectus annonae got: praefectus annonaes, but expected |? +call of duty got: calls of duty, but expected |? +Mx got: Mxes, but expected |? +never-was got: never-wases, but expected |never-weres +mazaedium got: mazaediums, but expected |mazaedia +mazedium got: mazediums, but expected |mazedia +forearm smash got: forearm smashs, but expected |es +obento got: obentoes, but expected +melius inquirendum got: melius inquirendums, but expected |? +Crip walk got: Crip walks, but expected |? +medietas linguae got: medietas linguaes, but expected |? +tetrastylon got: tetrastylons, but expected |tetrastyla +displuviatum got: displuviatums, but expected |? +testudinatum got: testudinatums, but expected |? +Tuscanicum got: Tuscanicums, but expected |? +7-up got: 7s-up, but expected +zona glomerulosa got: zona glomerulosas, but expected |? +dermatofibrosarcoma protuberans got: dermatofibrosarcoma protuberanses, but expected |? +dacryon got: dacryons, but expected |? +cobego got: cobegoes, but expected +digastricus got: digastricuses, but expected |digastrici +Cubano got: Cubanoes, but expected +uterus didelphys got: uterus didelphyses, but expected |? +dipygus got: dipyguses, but expected |dipygi +dolichocolon got: dolichocolons, but expected |? +burrfish got: burrfish, but expected |es +porcupinefish got: porcupinefish, but expected |es +hashioki got: hashiokis, but expected |? +botamochi got: botamochis, but expected |botamochi +uramaki got: uramakis, but expected |uramaki +omiyage got: omiyages, but expected |omiyage +meibutsu got: meibutsus, but expected |meibutsu +daggertooth got: daggerteeth, but expected +nikuman got: nikumen, but expected |nikuman +korokke got: korokkes, but expected |korokke +hangiri got: hangiris, but expected |hangiri +makisu got: makisus, but expected |makisu +olfactory reference syndrome got: olfactory reference syndromes, but expected |? +tlacoyo got: tlacoyoes, but expected +kümmel got: kümmels, but expected |? +karyotheca got: karyothecas, but expected |? +roof tax got: roof taxs, but expected |es +octonarius got: octonariuses, but expected |octonarii +korimako got: korimakoes, but expected +ballum rancum got: ballum rancums, but expected |? +temple of immensity got: temples of immensity, but expected |? +osotogari got: osotogaris, but expected |? +kneelo got: kneeloes, but expected +Froehde reagent got: Froehde reagents, but expected |? +Liebermann reagent got: Liebermann reagents, but expected |? +ckt got: ckts, but expected |? +o-mikuji got: o-mikujis, but expected |o-mikuji +hosohedron got: hosohedrons, but expected |hosohedra +nannandrium got: nannandriums, but expected |nannandria +wipe-down got: wipes-down, but expected |head=[[wipe]]-[[down]] +drepanium got: drepaniums, but expected |drepania +rhipidium got: rhipidiums, but expected |rhipidia +anthela got: anthelas, but expected |anthelae +ductus choledochus got: ductus choledochuses, but expected |? +chondroglossus got: chondroglossuses, but expected |chondroglossi +macroclitoris got: macroclitorises, but expected |macroclitorides +cochlearium got: cochleariums, but expected |cochlearia +coremium got: coremiums, but expected |coremia +coracobrachialis got: coracobrachialises, but expected |? +corneosclera got: corneoscleras, but expected |? +subclavius got: subclaviuses, but expected |subclavii +coproporphyria got: coproporphyrias, but expected |? +put-together got: put-togethers, but expected |? +arbitrix got: arbitrixes, but expected |? +shaygetz got: shaygetzzes, but expected |? +tonya got: tonyas, but expected |tonya +Epley maneuver got: Epley maneuvers, but expected |? +cricothyroideus got: cricothyroideuses, but expected |cricothyroidei +hosho got: hoshoes, but expected |hosho +æviternity got: æviternitys, but expected |? +ævum got: ævums, but expected |? +scleredema got: scleredemas, but expected |? +sigmoideum got: sigmoideums, but expected |? +stratum spinosum got: stratum spinosums, but expected |? +visceroptosis got: visceroptoses, but expected |? +sporotheca got: sporothecas, but expected |sporothecae +statoconium got: statoconiums, but expected |statoconia +sternocleidomastoideus got: sternocleidomastoideuses, but expected |sternocleidomastoidei +sternohyoideus got: sternohyoideuses, but expected |sternohyoidei +sternalis got: sternalises, but expected |? +stylopharyngeus got: stylopharyngeuses, but expected |stylopharyngei +styloglossus got: styloglossuses, but expected |styloglossi +stylohyoideus got: stylohyoideuses, but expected |stylohyoidei +stomatodeum got: stomatodeums, but expected |stomatodea +stomatocytosis got: stomatocytoses, but expected |? +spring avens got: spring avenses, but expected |? +subglottis got: subglottises, but expected |? +rhodanide got: rhodanides, but expected |? +subserosa got: subserosas, but expected |? +long-beaked bald rush got: long-beaked bald rushs, but expected |? +subcutis got: subcutises, but expected |? +subcostalis got: subcostalises, but expected |subcostales +andropodium got: andropodiums, but expected |andropodia +hairlore got: hairlores, but expected |? +redstem got: redstems, but expected |? +ignoratio elenchi got: ignoratio elenchis, but expected |? +default mode network got: default mode networks, but expected |? +geniohyoideus got: geniohyoideuses, but expected |geniohyoidei +exotesta got: exotestas, but expected |exotestae +melamed got: melameds, but expected |melamdim +kahikatoa got: kahikatoas, but expected |? +soft rush got: soft rushs, but expected |es +softstem rush got: softstem rushs, but expected |es +green bulrush got: green bulrushs, but expected |es +woolgrass bulrush got: woolgrass bulrushs, but expected |es +underfeeling got: underfeelings, but expected |? +constation got: constations, but expected |? +200000 +hypothallus got: hypothalluses, but expected |hypothalli +phren got: phrenes, but expected |? +microstrobilus got: microstrobiluses, but expected |microstrobili +strawpedo got: strawpedoes, but expected |? +multiple rocket launchers got: multiple rocket launcherses, but expected |? +paraperigonium got: paraperigoniums, but expected |paraperigonia +ædility got: ædilitys, but expected |? +phyllopodium got: phyllopodiums, but expected |phyllopodia +stylodium got: stylodiums, but expected |stylodia +stylulus got: styluluses, but expected |styluli +preadvertisement got: preadvertisements, but expected |? +stylee got: stylees, but expected |? +pearlwort spurrey got: pearlwort spurreys, but expected |? +callimico got: callimicoes, but expected +pearly everlasting got: pearly everlastings, but expected |? +dermatocranium got: dermatocraniums, but expected |? +moeriki got: moerikis, but expected |? +mehoriki got: mehorikis, but expected |? +meriki got: merikis, but expected |? +nusach got: nusaches, but expected |s|nuschaot|nusachim +plains bison got: plains bisons, but expected |? +elytrum got: elytrums, but expected |elytra +exothrix got: exothrixes, but expected |? +endothrix got: endothrixes, but expected |endothrices +endotendineum got: endotendineums, but expected |? +epicranius got: epicraniuses, but expected |epicranii +episclera got: episcleras, but expected |? +talipes equinovarus got: talipes equinovaruses, but expected |? +erythrokeratodermia got: erythrokeratodermias, but expected |? +Brazilian wax got: Brazilian waxs, but expected |es +vulsellum got: vulsellums, but expected |? +vermix got: vermixes, but expected |? +volsella got: volsellas, but expected |volsellae +vulsella got: vulsellas, but expected |vulsellae +south-easterly got: south-easterlys, but expected |south-easterlies +peagoose got: peageese, but expected |? +pectus carinatum got: pectus carinatums, but expected |? +cÅ“nenchyme got: cÅ“nenchymes, but expected |? +cÅ“nobe got: cÅ“nobes, but expected |? +retort pouch got: retort pouchs, but expected |es +48mo got: 48moes, but expected +prenaris got: prenarises, but expected |prenares +anableps got: anablepses, but expected |anableps +Irish potato got: Irish potatos, but expected |es +white potato got: white potatos, but expected |es +higonokami got: higonokamis, but expected |higonokami +seeing-to got: seeings-to, but expected |? +chip and charge got: chip and charges, but expected |? +capillitium got: capillitiums, but expected |capillitia +underanalysis got: underanalyses, but expected |? +dragra got: dragras, but expected |? +jummah got: jummahs, but expected |? +alferez got: alferezzes, but expected |alfereces +cibolero got: ciboleroes, but expected +hoppus got: hoppuses, but expected |? +Lebo got: Leboes, but expected +shark catfish got: shark catfishs, but expected |es +zimbalom got: zimbaloms, but expected |? +zitkamer got: zitkamers, but expected |? +quizz got: quizzzes, but expected |es +kurchi got: kurchis, but expected |? +brandishment got: brandishments, but expected |? +football pitch got: football pitchs, but expected |es +stasiarch got: stasiarches, but expected +narcomedusa got: narcomedusas, but expected |? +mythopoetics got: mythopoeticses, but expected |mythopoetics +euhymenium got: euhymeniums, but expected |? +Bantuization got: Bantuizations, but expected |? +molimo got: molimoes, but expected +fmz got: fmzzes, but expected |fmz +strelets got: streletses, but expected |streltsy +wallago got: wallagoes, but expected +making-of got: makings-of, but expected +finoki got: finokis, but expected |finoki +mercury switch got: mercury switchs, but expected |es +orat. obliq. got: orat. obliq.s, but expected |? +brohoof got: brohoofs, but expected |brohooves +liberum veto got: liberum vetos, but expected |? +Root effect got: Root effects, but expected |? +pseudimago got: pseudimagoes, but expected +pick and mix got: pick and mixs, but expected |? +illumination problem got: illumination problems, but expected |? +mykiss got: mykisses, but expected |? +agonistarch got: agonistarches, but expected |s +astragalos got: astragaloses, but expected |astragaloi +air-box got: air-boxs, but expected |es +alabarch got: alabarches, but expected +emys got: emyses, but expected |emydes +pot au feu got: pot au feus, but expected |? +black ash got: black ashs, but expected |es +UHMWPE got: UHMWPEs, but expected |? +hearo got: hearoes, but expected +Middle Easternism got: Middle Easternisms, but expected |? +tresillo got: tresilloes, but expected |? +ladder match got: ladder matchs, but expected |es +xiqin got: xiqins, but expected |? +Okinawa diet got: Okinawa diets, but expected |? +progressive war got: progressive wars, but expected |? +nowaday got: nowadays, but expected |? +flotation therapy got: flotation therapys, but expected |? +nucleus pulposus got: nucleus pulposuses, but expected |? +subcorpus got: subcorpuses, but expected |subcorpora +sphenocorona got: sphenocoronas, but expected |? +sphenomegacorona got: sphenomegacoronas, but expected |? +augmented sphenocorona got: augmented sphenocoronas, but expected |? +triangular hebesphenorotunda got: triangular hebesphenorotundas, but expected |? +crush syndrome got: crush syndromes, but expected |? +smiling death got: smiling deaths, but expected |? +rhetoricity got: rhetoricities, but expected |? +deësis got: deësises, but expected |? +creamy layer got: creamy layers, but expected |? +idiosoma got: idiosomas, but expected |? +gnathosoma got: gnathosomas, but expected |? +coarse fish got: coarse fishs, but expected |? +friarhood got: friarhoods, but expected |? +mojari got: mojaris, but expected |mojari +Schläfli double six got: Schläfli double sixs, but expected |es +shabti got: shabtis, but expected |? +shawabti got: shawabtis, but expected |? +mogra got: mogras, but expected |? +vic. got: vic.s, but expected |? +milk sugar got: milk sugars, but expected |? +A/N got: A/Ns, but expected |? +post office box got: post office boxs, but expected |es +Blatino got: Blatinoes, but expected +Boeotarch got: Boeotarches, but expected +blatino got: blatinoes, but expected +expwy got: expwies, but expected +Juffrou got: Juffrous, but expected |? +isitolotolo got: isitolotoloes, but expected |? +Italian hitch got: Italian hitchs, but expected |es +Munter hitch got: Munter hitchs, but expected |es +arrow switch got: arrow switchs, but expected |es +bidding box got: bidding boxs, but expected |es +subcosta got: subcostas, but expected |subcostae +postcubitus got: postcubituses, but expected |postcubiti +kaffir beer got: kaffir beers, but expected |? +ikupasuy got: ikupasuys, but expected |ikupasuy +beauty dish got: beauty dishs, but expected |es +MUSH got: MUSHs, but expected |es +dielectricum got: dielectricums, but expected |? +end of watch got: ends of watch, but expected |? +prosimetrum got: prosimetrums, but expected |prosimetra +memory box got: memory boxs, but expected |es +tivaevae got: tivaevaes, but expected |tivaevae +tifaifai got: tifaifais, but expected |tifaifai +tivaivai got: tivaivais, but expected |tivaivai +rediploidisation got: rediploidisations, but expected |? +epsilontics got: epsilonticses, but expected |epsilontics +rex sacrorum got: rex sacrorums, but expected |? +tsuchinoko got: tsuchinokoes, but expected |tsuchinoko +clavie got: clavies, but expected |? +raison d'etat got: raison d'etats, but expected |? +adhisthana got: adhisthanas, but expected |adhisthana +die-in got: dice-in, but expected +amarantine got: amarantines, but expected |? +air punch got: air punchs, but expected |es +rebujito got: rebujitoes, but expected +mummykins got: mummykinses, but expected |mummykins +mommykins got: mommykinses, but expected |mommykins +daddykins got: daddykinses, but expected |daddykins +commanding general got: commandings general, but expected +AAV8 got: AAV8s, but expected |? +basipodium got: basipodiums, but expected |basipodia +zygopodium got: zygopodiums, but expected |zygopodia +kabuto got: kabutoes, but expected |s|kabuto +epithelisation got: epithelisations, but expected |? +hermit thrush got: hermit thrushs, but expected |es +giant burrowing cockroach got: giant burrowing cockroachs, but expected |es +hypocholesterolaemia got: hypocholesterolaemias, but expected |? +zeugopodium got: zeugopodiums, but expected |zeugopodia +intertropical convergence zone got: intertropical convergence zones, but expected |? +AOS got: AOSs, but expected |? +nanodecomposition got: nanodecompositions, but expected |? +nanoprecipitation got: nanoprecipitations, but expected |? +albricias got: albriciases, but expected |? +neocriticism got: neocriticisms, but expected |? +graveteiro got: graveteiroes, but expected +way to run a railroad got: way to run a railroads, but expected |? +yugari got: yugaris, but expected |? +yugarie got: yugaries, but expected |? +hogjaw got: hogjaws, but expected |? +hog jaw got: hog jaws, but expected |? +ORBAT got: ORBATs, but expected |? +microsporidium got: microsporidiums, but expected |microsporidia +proggins got: progginses, but expected |proggins +procedural memory got: procedural memorys, but expected |? +xiehouyu got: xiehouyus, but expected |xiehouyu +zemni got: zemnis, but expected |? +paramaecium got: paramaeciums, but expected |paramaecia +house finch got: house finchs, but expected |es +kaomoji got: kaomojis, but expected |kaomoji +schizochromism got: schizochromisms, but expected |? +forestomach got: forestomaches, but expected +calcaneous got: calcaneouses, but expected |? +pucras got: pucrases, but expected |? +ARSA got: ARSAs, but expected |? +faveolization got: faveolizations, but expected |? +eqpt got: eqpts, but expected |? +eqp got: eqps, but expected |? +flow-on got: flows-on, but expected |head=[[flow]]-[[on]] +nail punch got: nail punchs, but expected |es +sertão got: sertãos, but expected |? +Westermark sign got: Westermark signs, but expected |? +signalperson got: signalpeople, but expected +fossa of Rosenmüller got: fossa of Rosenmüllers, but expected |? +Raman amplification got: Raman amplifications, but expected |? +Cushing reflex got: Cushing reflexs, but expected |? +thyrohyoideus got: thyrohyoideuses, but expected |thyrohyoidei +thoracodorsalis got: thoracodorsalises, but expected |? +ethelborn got: ethelborns, but expected |ethelborn +channel catfish got: channel catfishs, but expected |es +apocrisarius got: apocrisariuses, but expected |apocrisarii +sugar and spice got: sugar and spices, but expected |? +common chaffinch got: common chaffinchs, but expected |es +oesophagospasm got: oesophagospasms, but expected |? +pissing match got: pissing matchs, but expected |es +kundiman got: kundimen, but expected +hypermyelination got: hypermyelinations, but expected |? +tongue sandwich got: tongue sandwichs, but expected |es +liar paradox got: liar paradoxs, but expected |es +amphikinesis got: amphikineses, but expected |? +couching stitch got: couching stitchs, but expected |es +fivefold ministry got: fivefold ministrys, but expected |? +lummocks got: lummockses, but expected |? +tiludronate got: tiludronates, but expected |? +green potato got: green potatos, but expected |es +fell stitch got: fell stitchs, but expected |es +postembryo got: postembryoes, but expected +kubbeh got: kubbehs, but expected |? +proctosigmoiditis got: proctosigmoiditises, but expected |? +EFS got: EFSs, but expected |? +eccyesis got: eccyeses, but expected |? +Eglin steel got: Eglin steels, but expected |? +QOR got: QORs, but expected |? +cyrtos got: cyrtoses, but expected |? +synhymenium got: synhymeniums, but expected |? +cholangiodrainage got: cholangiodrainages, but expected |? +heregeld got: heregelds, but expected |? +ELSS got: ELSSs, but expected |? +procorpus got: procorpuses, but expected |? +metacorpus got: metacorpuses, but expected |metacorpora +status constructus got: status constructuses, but expected |? +petuhah got: petuhahs, but expected |petuhot|petuhoth +setumah got: setumahs, but expected |setumot|setumoth +petuchah got: petuchahs, but expected |petuchot|petuchoth +bush tomato got: bush tomatos, but expected |es +shabiyah got: shabiyahs, but expected |shabiyat +shabiya got: shabiyas, but expected |shabiyat +kutsinta got: kutsintas, but expected |? +kutchinta got: kutchintas, but expected |? +cuchinta got: cuchintas, but expected |? +eyebrow flash got: eyebrow flashs, but expected |es +auriphrygia got: auriphrygias, but expected |? +canail got: canails, but expected |? +Palawano got: Palawanoes, but expected +higumen got: higumen, but expected +tinea versicolor got: tinea versicolors, but expected |? +tinea versicolour got: tinea versicolours, but expected |? +Romanesco got: Romanescoes, but expected +205000 +long run for a short slide got: long run for a short slides, but expected |? +snitch bitch got: snitch bitchs, but expected |es +Napoleon complex got: Napoleon complexs, but expected |es +Napoleon syndrome got: Napoleon syndromes, but expected |? +parotidoauricularis got: parotidoauricularises, but expected |? +huréaulite got: huréaulites, but expected |? +nepouite got: nepouites, but expected |? +stützite got: stützites, but expected |? +daubréeite got: daubréeites, but expected |? +daubreeite got: daubreeites, but expected |? +daubréelite got: daubréelites, but expected |? +ceratium got: ceratiums, but expected |? +derussianization got: derussianizations, but expected |? +tribrachys got: tribrachyses, but expected |? +tribrachus got: tribrachuses, but expected |tribrachi +parulis got: parulises, but expected |parulides +freak-out got: freaks-out, but expected +cheverel got: cheverels, but expected |? +cryomaceration got: cryomacerations, but expected |? +ya ba got: ya bas, but expected |? +polyvidone got: polyvidones, but expected |? +pseudoganglion got: pseudoganglions, but expected |pseudoganglia +conus arteriosus got: conus arteriosuses, but expected |? +pubovaginalis got: pubovaginalises, but expected |? +pseudomamma got: pseudomammas, but expected |pseudomammae +Lasik got: Lasiks, but expected |? +dusky thrush got: dusky thrushs, but expected |es +kyphos got: kyphoses, but expected |? +LRT got: LRTs, but expected |? +building and pest got: building and pests, but expected |? +flesh-fly got: flesh-flys, but expected |flesh-flies|head=[[flesh]]-[[fly]] +Marscapone got: Marscapones, but expected |? +fingertip search got: fingertip searchs, but expected |es +cuatrillo got: cuatrilloes, but expected |? +cinquillo got: cinquilloes, but expected |? +karaoke box got: karaoke boxs, but expected |es +polymedia got: polymedias, but expected |? +adenia got: adenias, but expected |? +sXe got: sXes, but expected |? +loaded march got: loaded marchs, but expected |es +oxyrhynchus got: oxyrhynchuses, but expected |oxyrhynchi +grape tomato got: grape tomatos, but expected |es +beefsteak tomato got: beefsteak tomatos, but expected |es +wanderu got: wanderus, but expected |? +PVS got: PVSs, but expected |? +alfonsino got: alfonsinoes, but expected +cÅ“nobiarch got: cÅ“nobiarchs, but expected |es +intextine got: intextines, but expected |? +lipoedema got: lipoedemas, but expected |? +lipedema got: lipedemas, but expected |? +e-strategy got: e-strategys, but expected |e-strategies +lymphangion got: lymphangions, but expected |lymphangia +lithopaedion got: lithopaedions, but expected |lithopaedia +lithokelyphopedion got: lithokelyphopedions, but expected |lithokelyphopedia +algaesthesis got: algaestheses, but expected |? +cenesthesis got: cenestheses, but expected |? +allochromasia got: allochromasias, but expected |? +sewer gas got: sewer gases, but expected |? +babycino got: babycinoes, but expected +babyccino got: babyccinoes, but expected +finnsko got: finnskoes, but expected +kokako got: kokakoes, but expected +trophus got: trophuses, but expected |trophi +kamatz got: kamatzzes, but expected |es|kamatzim +MICS got: MICSs, but expected |? +frunk got: frunks, but expected |? +anhepatia got: anhepatias, but expected |? +botch-up got: botches-up, but expected +front porch got: front porchs, but expected |es +back porch got: back porchs, but expected |es +ice volcano got: ice volcanos, but expected |es +kallikantzaros got: kallikantzaroses, but expected |kallikantzaroi +druggo got: druggoes, but expected +e-economy got: e-economys, but expected |e-economies +MFS got: MFSs, but expected |? +mumak got: mumaks, but expected |mumakil +argamannu got: argamannus, but expected |argamannu +anticardium got: anticardiums, but expected |anticardia +foote got: footes, but expected |feete +fix-up got: fixes-up, but expected +anzianate got: anzianates, but expected |? +apocytium got: apocytiums, but expected |apocytia +koaita got: koaitas, but expected |? +palmaris longus got: palmaris longuses, but expected |? +flexor digitorum profundus got: flexor digitorum profunduses, but expected |? +gastric reflux got: gastric refluxs, but expected |es +toril got: toriles, but expected +split-up got: splits-up, but expected +steersperson got: steerspeople, but expected +stomach crunch got: stomach crunchs, but expected |es +Soffi got: Soffis, but expected |? +basic bitch got: basic bitchs, but expected |es +progenitrix got: progenitrixes, but expected |progenitrices +orutu got: orutus, but expected |? +RPI got: RPIs, but expected |? +oriental cockroach got: oriental cockroachs, but expected |es +office wire got: office wires, but expected |? +ekzema got: ekzemas, but expected |? +vanity box got: vanity boxs, but expected |es +vein quartz got: vein quartzs, but expected |? +vargueno got: varguenoes, but expected +junction box got: junction boxs, but expected |es +high steel got: high steels, but expected |? +mare clausum got: mare clausums, but expected |? +satin weave got: satin weaves, but expected |? +thokcha got: thokchas, but expected |thokcha +shizoku got: shizokus, but expected |shizoku +native steel got: native steels, but expected |? +paralgesia got: paralgesias, but expected |? +pastorium got: pastoriums, but expected |? +phosphorus steel got: phosphorus steels, but expected |? +gridlers got: gridlerses, but expected |gridlers +Penrose mechanism got: Penrose mechanisms, but expected |? +aryballos got: aryballoses, but expected |aryballoi +armilustrum got: armilustrums, but expected |? +matajuelo got: matajueloes, but expected +matajuelo blanco got: matajuelo blancos, but expected |? +harico got: haricoes, but expected +kern-baby got: kern-babys, but expected |kern-babies|head=[[kern]]-[[baby]] +harvest home got: harvest homes, but expected |? +palolo got: paloloes, but expected +enfaced paper got: enfaced papers, but expected |? +matchbox sign got: matchbox signs, but expected |? +artophorion got: artophorions, but expected |artophoria +schpritz got: schpritzzes, but expected |es +cassena got: cassenas, but expected |? +angioneurosis got: angioneuroses, but expected |? +crux ansata got: crux ansatas, but expected |? +banana solution got: banana solutions, but expected |? +banderillo got: banderilloes, but expected +broken breast got: broken breasts, but expected |? +car mileage got: car mileages, but expected |? +cement steel got: cement steels, but expected |? +underload switch got: underload switchs, but expected |es +fascia bulbi got: fascia bulbis, but expected |? +pou sto got: pou stos, but expected |? +stinking hawksbeard got: stinking hawksbeards, but expected |? +bearded hawksbeard got: bearded hawksbeards, but expected |? +rough hawksbeard got: rough hawksbeards, but expected |? +golden hawksbeard got: golden hawksbeards, but expected |? +marsh hawksbeard got: marsh hawksbeards, but expected |? +limestone hawksbeard got: limestone hawksbeards, but expected |? +stratocirrus got: stratocirruses, but expected |? +hard on got: hards on, but expected +shikoku got: shikokus, but expected |? +cephalism got: cephalisms, but expected |? +fit-up got: fits-up, but expected +asteatosis got: asteatoses, but expected |? +asthenocoria got: asthenocorias, but expected |? +monte-jus got: monte-juses, but expected |? +atelia got: atelias, but expected |? +fat sandwich got: fat sandwichs, but expected |es +wintry mix got: wintry mixs, but expected |es +Madeira wood got: Madeira woods, but expected |? +Mayan arch got: Mayan archs, but expected |es +Maya arch got: Maya archs, but expected |es +alligator wrench got: alligator wrenchs, but expected |es +anito got: anitoes, but expected +leveche got: leveches, but expected |? +frobnitz got: frobnitzzes, but expected |es +garter stitch got: garter stitchs, but expected |es +Gibaro got: Gibaroes, but expected +reconcentrado got: reconcentradoes, but expected +parlour match got: parlour matchs, but expected |es +arriero got: arrieroes, but expected +Banzhaf power index got: Banzhaf power indexs, but expected |es +swim-in got: swims-in, but expected +Chiaux got: Chiauxes, but expected |? +chiause got: chiauses, but expected |? +autoclasis got: autoclases, but expected |? +wemistikoshiw got: wemistikoshiws, but expected |wemistikoshiw +chiaush got: chiaushes, but expected |? +shkotz got: shkotzzes, but expected |shkotzim +chaoux got: chaouxes, but expected |? +chiaoux got: chiaouxes, but expected |? +tchaouch got: tchaouches, but expected |? +mustahfiz got: mustahfizzes, but expected |es +wargus got: warguses, but expected |wargi +chiauss got: chiausses, but expected |? +chiaux got: chiauxes, but expected |? +e-mailbox got: e-mailboxs, but expected |es +tchaous got: tchaouses, but expected |? +coyotillo got: coyotilloes, but expected +circle of the gorge got: circle of the gorges, but expected |? +ur-hero got: ur-heros, but expected |ur-heroes +boracic lint got: boracic lints, but expected |? +chaoosh got: chaooshes, but expected |? +zeugita got: zeugitas, but expected |zeugitae +tapidero got: tapideroes, but expected +tapadero got: tapaderoes, but expected +Saxony yarn got: Saxony yarns, but expected |? +appx got: appxes, but expected |? +pergolo got: pergoloes, but expected +tac-au-tac got: tac-au-tacs, but expected |? +agrammaphasia got: agrammaphasias, but expected |? +heterophasia got: heterophasias, but expected |? +woman-born-woman got: woman-born-womans, but expected |women-born-women +womyn-born-womyn got: womyn-born-womyns, but expected |womyn-born-womyn +kugelblitz got: kugelblitzzes, but expected |es +health and fitness age got: health and fitness ages, but expected |? +punt-out got: punts-out, but expected +fourtino got: fourtinoes, but expected +walking bass got: walking basses, but expected |? +fondant potato got: fondant potatos, but expected |es +argumentum ad consequentiam got: argumentum ad consequentiams, but expected |? +ushioni got: ushionis, but expected |ushioni +exodos got: exodoses, but expected |exodoi +chamisal got: chamisals, but expected |? +ausubo got: ausuboes, but expected +hajilij got: hajilijs, but expected |? +spider stitch got: spider stitchs, but expected |es +split stitch got: split stitchs, but expected |es +uraturia got: uraturias, but expected |? +compound control got: compound controls, but expected |? +Congreve match got: Congreve matchs, but expected |es +core loss got: core losses, but expected |? +ophidiarium got: ophidiariums, but expected |ophidiaria +urobacterium got: urobacteriums, but expected |urobacteria +ustrinum got: ustrinums, but expected |ustrina +photorecombination got: photorecombinations, but expected |? +jugum penis got: jugum penises, but expected |? +jugum petrosum got: jugum petrosums, but expected |? +jugum sphenoidale got: jugum sphenoidales, but expected |? +narcoma got: narcomas, but expected |? +neurodynia got: neurodynias, but expected |? +nebenkern got: nebenkerne, but expected +nanomelia got: nanomelias, but expected |? +nanomyelia got: nanomyelias, but expected |? +micromyelia got: micromyelias, but expected |? +flowering ash got: flowering ashs, but expected |es +ovarium masculinum got: ovarium masculinums, but expected |? +vivisectorium got: vivisectoriums, but expected |vivisectoria +conus medullaris got: conus medullarises, but expected |? +rahu got: rahus, but expected |? +urase got: urases, but expected |? +urocystis got: urocystises, but expected |? +cannibal sandwich got: cannibal sandwichs, but expected |es +Marblehead squash got: Marblehead squashs, but expected |es +hamantasch got: hamantasches, but expected |hamantaschen +one-of got: some-of, but expected +two-of got: twoes-of, but expected +palaeorainfall got: palaeorainfalls, but expected |? +nephelopia got: nephelopias, but expected |? +nephroplegia got: nephroplegias, but expected |? +split switch got: split switchs, but expected |es +chasse-café got: chasse-cafés, but expected |? +asthma paper got: asthma papers, but expected |? +chasse-marée got: chasse-marées, but expected |? +ampere-foot got: ampere-foots, but expected |ampere-feet +neokoros got: neokoroses, but expected |? +kepstrum got: kepstrums, but expected |kepstra +neo-proletariat got: neo-proletariats, but expected |? +beer bash got: beer bashs, but expected |es +oophoron got: oophorons, but expected |? +P3HT got: P3HTs, but expected |? +easy like got: easies like, but expected +dust-out got: dusts-out, but expected +glook got: glooks, but expected |? +drury got: druries, but expected |? +notarium got: notariums, but expected |notaria +cruropatagium got: cruropatagiums, but expected |cruropatagia +home-and-home got: home-and-homes, but expected |? +nomophylax got: nomophylaxes, but expected |nomophylakes +urbarium got: urbariums, but expected |urbaria +intercadence got: intercadences, but expected |? +nucleus globosus got: nucleus globosuses, but expected |? +gnathion got: gnathions, but expected |? +gt got: gts, but expected |gtt +orphanotrophium got: orphanotrophiums, but expected |orphanotrophia +grandma'am got: grandma'ams, but expected |? +tight scratch got: tight scratchs, but expected |es +camass got: camasses, but expected |? +rhexis got: rhexises, but expected |? +pack-in got: packs-in, but expected +210000 +oculomotion got: oculomotions, but expected |? +oculorhinitis got: oculorhinitises, but expected |? +reed switch got: reed switchs, but expected |es +corpus fimbriatum got: corpus fimbriatums, but expected |? +introflexion got: introflexions, but expected |? +interscapilium got: interscapiliums, but expected |? +interscapulum got: interscapulums, but expected |? +rape face got: rape faces, but expected |? +reaal got: reaals, but expected |realen +omphalitis got: omphalitises, but expected |omphalites +neaf got: neaves, but expected +omphalorrhoea got: omphalorrhoeas, but expected |? +onychitis got: onychitises, but expected |onychites +huarizo got: huarizoes, but expected +Canada lynx got: Canada lynxs, but expected |es +Canadian lynx got: Canadian lynxs, but expected |es +leucogabbro got: leucogabbroes, but expected +beaux-arts got: beaux-artses, but expected |beaux-arts|head=[[beaux]]-[[arts]] +lock-up got: locks-up, but expected +orchesography got: orchesographies, but expected |? +chuchvara got: chuchvaras, but expected |? +komuz got: komuzzes, but expected |komuzes +wild-man got: wild-mans, but expected |head=[[wild]][[-]][[man]]|wild-men +aesc got: aescs, but expected |? +nostos got: nostoses, but expected |nostoi +Zippo got: Zippoes, but expected +kleros got: kleroses, but expected |kleroi +kliros got: kliroses, but expected |? +cleruch got: cleruches, but expected +sitologos got: sitologoses, but expected |sitologoi +plesiosaurus got: plesiosauri, but expected |es +okimono got: okimonoes, but expected +hydrocladium got: hydrocladiums, but expected |hydrocladia +khadi got: khadis, but expected |? +khadar got: khadars, but expected |? +megatooth got: megateeth, but expected +silver ceiling got: silver ceilings, but expected |? +oxalemia got: oxalemias, but expected |? +ostealgia got: ostealgias, but expected |? +manzanillo got: manzanilloes, but expected +mother church got: mother churchs, but expected |es +bark bread got: bark breads, but expected |? +compressorium got: compressoriums, but expected |compressoria +albaqualf got: albaqualves, but expected +boralf got: boralves, but expected +school life got: school lifes, but expected |? +sharp s got: sharp ses, but expected |? +tumen got: tumen, but expected |? +osculum infame got: osculum infames, but expected |? +wheel arch got: wheel archs, but expected |es +escribano got: escribanoes, but expected +ascogonium got: ascogoniums, but expected |ascogonia +biautomaton got: biautomatons, but expected |biautomata +naras got: narases, but expected |? +hornero got: horneroes, but expected +leadworks got: leadworkses, but expected |leadworks +lemonfish got: lemonfish, but expected |es +parazonium got: parazoniums, but expected |parazonia +eucolite got: eucolites, but expected |? +zhonghu got: zhonghus, but expected |zhonghu +dihu got: dihus, but expected |dihu +parataxon got: parataxons, but expected |parataxa +eutaxon got: eutaxons, but expected |eutaxa +protonephridium got: protonephridiums, but expected |protonephridia +kanreki got: kanrekis, but expected |kanreki +Child got: Childs, but expected |? +blow-in got: blows-in, but expected |head=[[blow]]-[[in]] +fonticulus got: fonticuluses, but expected |fonticuli +fragixeralf got: fragixeralves, but expected +fusobacterium got: fusobacteriums, but expected |fusobacteria +gilgul got: gilguls, but expected |gilgulim +melidectes got: melidecteses, but expected |melidectes +haploxeralf got: haploxeralves, but expected +isodomon got: isodomons, but expected |isodoma +koniocortex got: koniocortexes, but expected |koniocortices +macroconidium got: macroconidiums, but expected |macroconidia +youkai got: youkais, but expected |youkai +microconidium got: microconidiums, but expected |microconidia +notaulus got: notauluses, but expected |notauli +notaulix got: notaulixes, but expected |notaulices +ootaxon got: ootaxons, but expected |ootaxa +paraphyllium got: paraphylliums, but expected |paraphyllia +minidemo got: minidemoes, but expected +womanchild got: womenchildren, but expected |womanchildren +pleiochasium got: pleiochasiums, but expected |pleiochasia +bloom tea got: bloom teas, but expected |? +prehaustorium got: prehaustoriums, but expected |prehaustoria +reinvocation got: reinvocations, but expected |? +truscum got: truscums, but expected |truscum +pseudodiverticulum got: pseudodiverticulums, but expected |pseudodiverticula +pseudoparaphyllium got: pseudoparaphylliums, but expected |pseudoparaphyllia +pseudosulcus got: pseudosulcuses, but expected |pseudosulci +essentialization got: essentializations, but expected |? +micromho got: micromhoes, but expected +millimho got: millimhoes, but expected +pinquito got: pinquitoes, but expected +put-up got: puts-up, but expected |head=[[put]][[-]][[up]] +sefira got: sefiras, but expected |sefirot +alkylamino got: alkylaminoes, but expected +softworks got: softworkses, but expected |softworks +bloubok got: blouboks, but expected |bloubok +entopallium got: entopalliums, but expected |? +collothalamus got: collothalamuses, but expected |? +hyperpallium got: hyperpalliums, but expected |hyperpallia +hyperstriatum got: hyperstriatums, but expected |hyperstriata +gas-and-dash got: gas-and-dashs, but expected |head=[[gas]][[-]][[and]][[-]][[dash]]|gas-and-dashes +clutz got: clutzzes, but expected |es +endotenon got: endotenons, but expected |? +mehrieh got: mehriehs, but expected |? +arbakai got: arbakais, but expected |? +wind at one's back got: wind at one's backs, but expected |? +prickly ash got: prickly ashs, but expected |es +pleasure principle got: pleasure principles, but expected |? +quicumque vult got: quicumque vults, but expected |? +yellow bells got: yellow bellses, but expected |? +yellow trumpetbush got: yellow trumpetbushs, but expected |es +quotation dash got: quotation dashs, but expected |es +hubness got: hubnesses, but expected |? +golli got: gollis, but expected |? +dzho got: dzhoes, but expected +pull-off got: pulls-off, but expected +plastoglobulus got: plastoglobuluses, but expected |plastoglobuli +meganekko got: meganekkoes, but expected |meganekko +bigluing got: bigluings, but expected |? +hypertorus got: hypertoruses, but expected |hypertori +multilicence got: multilicences, but expected |? +esophagostoma got: esophagostomas, but expected |esophagostomata +hypochloridaemia got: hypochloridaemias, but expected |? +dojikko got: dojikkoes, but expected |dojikko +deimmunization got: deimmunizations, but expected |? +neophallus got: neophalluses, but expected |? +linola got: linolas, but expected |? +transdiagnosis got: transdiagnoses, but expected |? +entente-cordiale got: entente-cordiales, but expected |ententes-cordiales +polymenorrhagia got: polymenorrhagias, but expected |? +rhombencephalitis got: rhombencephalitises, but expected |? +uroperitoneum got: uroperitoneums, but expected |? +exco got: excoes, but expected +headtorch got: headtorches, but expected +cyclone sandwich got: cyclone sandwichs, but expected |es +xinomavro got: xinomavroes, but expected +dhungar got: dhungars, but expected |? +donut peach got: donut peachs, but expected |es +cerebrocortex got: cerebrocortexes, but expected |cerebrocortices +coincubation got: coincubations, but expected |? +synganglion got: synganglions, but expected |synganglia +conserveness got: conservenesses, but expected |? +BCNF got: BCNFs, but expected |? +immunoserum got: immunoserums, but expected |immunosera +flat peach got: flat peachs, but expected |es +isotyping got: isotypings, but expected |? +osteokine got: osteokine, but expected +noshi got: noshis, but expected |noshi +phosphotransacetylase got: phosphotransacetylases, but expected |? +phosphate acetyltransferase got: phosphate acetyltransferases, but expected |? +polyploidisation got: polyploidisations, but expected |? +DCRS got: DCRSs, but expected |es +friggitello got: friggitelloes, but expected |friggitelli +fangtooth got: fangteeth, but expected +cartonero got: cartoneroes, but expected +plaquing got: plaquings, but expected |? +previtellogenesis got: previtellogeneses, but expected |? +scriptaid got: scriptaids, but expected |? +volkensin got: volkensins, but expected |? +efferocytosis got: efferocytoses, but expected |? +cocksfoot got: cocksfeet, but expected +clinamen got: clinamen, but expected |s|clinamina +tsourekia got: tsourekias, but expected |tsoureki +fibrosclerosis got: fibroscleroses, but expected |? +wogonin got: wogonins, but expected |? +zeocin got: zeocins, but expected |? +globomycin got: globomycins, but expected |? +conjevoi got: conjevois, but expected |? +hemithorax got: hemithoraxes, but expected |hemithoraces +ligamentotaxis got: ligamentotaxises, but expected |? +knockin got: knockins, but expected |? +coloradito got: coloraditoes, but expected |? +chajangmyun got: chajangmyuns, but expected |? +jjajangmyeon got: jjajangmyeons, but expected |? +hardbottom got: hardbottoms, but expected |? +protocolary got: protocolaries, but expected |? +rearfoot got: rearfeet, but expected |? +reconsent got: reconsents, but expected |? +softbottom got: softbottoms, but expected |? +chicken-liver got: chicken-livers, but expected |? +cryomedium got: cryomediums, but expected |cryomedia +meroplasmodium got: meroplasmodiums, but expected |meroplasmodia +rhizopodium got: rhizopodiums, but expected |rhizopodia +gazookus got: gazookuses, but expected |? +septomaxilla got: septomaxillas, but expected |? +spiny murex got: spiny murexs, but expected |? +chikunga got: chikungas, but expected |? +blue whiting got: blue whitings, but expected |? +Heckman correction got: Heckman corrections, but expected |? +boomerang dysplasia got: boomerang dysplasias, but expected |? +meadow barley got: meadow barleys, but expected |? +oreforming got: oreformings, but expected |? +overduplication got: overduplications, but expected |? +KA got: KAs, but expected |? +prebonding got: prebondings, but expected |? +heatmapping got: heatmappings, but expected |? +microinertia got: microinertias, but expected |? +neurodifferentiation got: neurodifferentiations, but expected |? +remuscularization got: remuscularizations, but expected |? +wharangi got: wharangis, but expected |? +toetoe got: toetoes, but expected |? +duty-man got: duty-mans, but expected |duty-men +kaupapa got: kaupapas, but expected |? +korero got: koreroes, but expected +kamokamo got: kamokamoes, but expected |kamokamo +hypotympanum got: hypotympanums, but expected |hypotympana +microsclerotium got: microsclerotiums, but expected |microsclerotia +microthrombus got: microthrombuses, but expected |microthrombi +plegia got: plegias, but expected |? +swaraj got: swarajs, but expected |es +semiworks got: semiworkses, but expected |semiworks +intracranium got: intracraniums, but expected |? +teppan got: teppans, but expected |? +cult. got: cult.s, but expected |? +reality principle got: reality principles, but expected |? +skyphos got: skyphoses, but expected |skyphoi +endolarynx got: endolarynxes, but expected |? +extrastapes got: extrastapeses, but expected |? +immunodecoration got: immunodecorations, but expected |? +vasoregression got: vasoregressions, but expected |? +resorbability got: resorbabilities, but expected |? +spokespersonship got: spokespersonships, but expected |? +manakish got: manakishes, but expected |? +manakeesh got: manakeeshes, but expected |? +manaqish got: manaqishes, but expected |? +turangawaewae got: turangawaewaes, but expected |? +priv. doc. got: priv. doc.s, but expected |? +priv.-doc. got: priv.-doc.s, but expected |? +priv.doc. got: priv.doc.s, but expected |? +polyhandicap got: polyhandicaps, but expected |? +polyhydrite got: polyhydrites, but expected |? +vaire got: vaires, but expected |? +corgy got: corgys, but expected |corgies +o caudata got: o caudatas, but expected |? +athanogene got: athanogenes, but expected |? +dehydroxylation got: dehydroxylations, but expected |? +kanzo got: kanzoes, but expected |? +polytropism got: polytropisms, but expected |? +colpocephaly got: colpocephalies, but expected |? +hypomineralisation got: hypomineralisations, but expected |? +scruin got: scruins, but expected |? +gear oil got: gear oils, but expected |? +coenoecium got: coenoeciums, but expected |coenoecia +sarothrum got: sarothrums, but expected |sarothra +monoblepsis got: monoblepses, but expected |? +wheki got: whekis, but expected |? +mamaku got: mamakus, but expected |? +wongshy got: wongshies, but expected |? +enokidake got: enokidakes, but expected |enokidake +progametangium got: progametangiums, but expected |progametangia +resubstitution got: resubstitutions, but expected |? +greatnesse got: greatnesses, but expected |? +CMD got: CMDs, but expected |? +octohedron got: octohedrons, but expected |octohedra +catataxis got: catataxises, but expected |? +kikumon got: kikumons, but expected |kikumon +mesozooplankton got: mesozooplanktons, but expected |? +brassicasterol got: brassicasterols, but expected |? +enterodiol got: enterodiols, but expected |? +Mexican beech got: Mexican beechs, but expected |es +intracalvarium got: intracalvariums, but expected |? +reinfusion got: reinfusions, but expected |? +rediagnosis got: rediagnoses, but expected |? +representativity got: representativities, but expected |? +reincubation got: reincubations, but expected |? +chitotriose got: chitotrioses, but expected |? +interstellar medium got: interstellar mediums, but expected |? +desynchrony got: desynchronies, but expected |? +clastokine got: clastokine, but expected +pneumotach got: pneumotaches, but expected +writo got: writoes, but expected +bodeguero got: bodegueroes, but expected +shaftoside got: shaftosides, but expected |? +passiflorine got: passiflorines, but expected |? +saponaretin got: saponaretins, but expected |? +myelinophagia got: myelinophagias, but expected |? +diisopropylethylamine got: diisopropylethylamines, but expected |? +leucosequestration got: leucosequestrations, but expected |? +preorganisation got: preorganisations, but expected |? +uroselectivity got: uroselectivities, but expected |? +tantalocene got: tantalocenes, but expected |? +molybdocene got: molybdocenes, but expected |? +hafnocene got: hafnocenes, but expected |? +tungstenocene got: tungstenocenes, but expected |? +hexamethyldisilane got: hexamethyldisilanes, but expected |? +shokunin got: shokunins, but expected |shokunin +punch-out got: punches-out, but expected +black carp got: black carps, but expected |? +octopus bush got: octopus bushs, but expected |es +rat-tail splice got: rat-tail splices, but expected |? +T-splice got: T-splices, but expected |? +Western Union splice got: Western Union splices, but expected |? +215000 +yuko got: yukoes, but expected +subcriterion got: subcriterions, but expected |subcriteria +fork F got: fork Fs, but expected |? +trispaston got: trispastons, but expected |? +xyloheptaose got: xyloheptaoses, but expected |? +doleiro got: doleiroes, but expected +eisteddfodwr got: eisteddfodwrs, but expected |eisteddfodwyr +lateral malleolus got: lateral malleoluses, but expected |? +medial malleolus got: medial malleoluses, but expected |? +medial lemniscus got: medial lemniscuses, but expected |? +mossy saxifrage got: mossy saxifrages, but expected |? +moss saxifrage got: moss saxifrages, but expected |? +reys got: reys, but expected |reyses +GRX got: GRXs, but expected |? +kpc got: kpcs, but expected |? +fecosterol got: fecosterols, but expected |? +miombo got: miomboes, but expected +ballistoconidium got: ballistoconidiums, but expected |ballistoconidia +meiosporangium got: meiosporangiums, but expected |meiosporangia +phragmobasidium got: phragmobasidiums, but expected |phragmobasidia +acrorhagus got: acrorhaguses, but expected |acrorhagi +enkelytin got: enkelytins, but expected |? +papillogenesis got: papillogeneses, but expected |? +peritonism got: peritonisms, but expected |? +trabacula got: trabaculas, but expected |trabaculae +tubography got: tubographies, but expected |? +whitebass got: whitebasses, but expected |whitebass +honesty box got: honesty boxs, but expected |es +dyskinesis got: dyskineses, but expected |? +epicondylalgia got: epicondylalgias, but expected |? +hypoaneuploidy got: hypoaneuploidies, but expected |? +lipohyperplasia got: lipohyperplasias, but expected |? +impundulu got: impundulus, but expected |? +stone butch got: stone butchs, but expected |es +igapo got: igapoes, but expected +soft butch got: soft butchs, but expected |es +leroij got: leroijs, but expected |? +pavine got: pavines, but expected |? +secondigravida got: secondigravidas, but expected |secondigravidae +shoyu got: shoyus, but expected |? +voodouism got: voodouisms, but expected |? +BEVx got: BEVxes, but expected |? +cacochylia got: cacochylias, but expected |? +cytoablation got: cytoablations, but expected |? +hemivertebra got: hemivertebras, but expected |hemivertebrae +gametocytogenesis got: gametocytogeneses, but expected |? +hemiganglion got: hemiganglions, but expected |hemiganglia +neurotroch got: neurotroches, but expected +prototroch got: prototroches, but expected +hyperadduction got: hyperadductions, but expected |? +cellularisation got: cellularisations, but expected |? +GFW got: GFWs, but expected |? +desulfitobacterium got: desulfitobacteriums, but expected |desulfitobacteria +liuti attiorbati got: liuti attiorbatis, but expected |? +thymothymomectomy got: thymothymomectomies, but expected |? +clinandrium got: clinandriums, but expected |clinandria +myoadenylate got: myoadenylates, but expected |? +neuroaxis got: neuroaxises, but expected |neuroaxes +oligopyrimidine got: oligopyrimidines, but expected |? +eigenmatrix got: eigenmatrixes, but expected |eigenmatrices +redilation got: redilations, but expected |? +endoneuraminidase got: endoneuraminidases, but expected |? +endogalactosaminidase got: endogalactosaminidases, but expected |? +mycodextranase got: mycodextranases, but expected |? +adipogenicity got: adipogenicities, but expected |? +chondrogenicity got: chondrogenicities, but expected |? +hemiabdomen got: hemiabdomen, but expected +haemoglobinase got: haemoglobinases, but expected |? +overconcentration got: overconcentrations, but expected |? +othematoma got: othematomas, but expected |othematomata +artificialization got: artificializations, but expected |? +limitans got: limitanses, but expected |? +isoagglutinin got: isoagglutinins, but expected |? +isolysin got: isolysins, but expected |? +acrosyringium got: acrosyringiums, but expected |acrosyringia +mursalski got: mursalskis, but expected |? +fusion torch got: fusion torchs, but expected |es +leave-in got: leaves-in, but expected +goodby got: goodbies, but expected +nebbich got: nebbiches, but expected |s +parodos got: parodoses, but expected |parodoi +pogonion got: pogonions, but expected |? +paraclimax got: paraclimaxes, but expected |? +tsingala got: tsingalas, but expected |? +fokontany got: fokontanies, but expected |fokontany +calcarina got: calcarinas, but expected |? +coecum got: coecums, but expected |coeca +vice-chairman got: vice-chairmans, but expected |vice-chairmen +hotely got: hotelies, but expected +photocleavage got: photocleavages, but expected |? +prestaining got: prestainings, but expected |? +tenfoot got: tenfeet, but expected +aethalium got: aethaliums, but expected |aethalia +centrophobia got: centrophobias, but expected |? +monme got: monmes, but expected |monme +European ash got: European ashs, but expected |es +ileocecum got: ileocecums, but expected |ileoceca +macrothrombus got: macrothrombuses, but expected |macrothrombi +mechanosensillum got: mechanosensillums, but expected |mechanosensilla +mucometra got: mucometras, but expected |? +rock hyrax got: rock hyraxs, but expected |es +cyanophycinase got: cyanophycinases, but expected |? +European goldfinch got: European goldfinchs, but expected |es +coef. got: coef.s, but expected |? +annulus of Zinn got: annuluses of Zinn, but expected |? +penicilloic acid got: penicilloic acids, but expected |? +redetachment got: redetachments, but expected |? +bucardo got: bucardoes, but expected +Morlach got: Morlaches, but expected +black fax got: black faxs, but expected |es +Russian salad got: Russian salads, but expected |? +crux decussata got: crux decussatas, but expected |? +MMORTS got: MMORTSs, but expected |? +kasuyu got: kasuyus, but expected |kasuyu +grahamite got: grahamites, but expected |? +baicalinase got: baicalinases, but expected |? +methyllanthionine got: methyllanthionines, but expected |? +bifibacterium got: bifibacteriums, but expected |bifibacteria +koumyss got: koumysses, but expected |? +koumys got: koumyses, but expected |? +koumis got: koumises, but expected |? +kranz got: kranzzes, but expected |es +extrastriatum got: extrastriatums, but expected |extrastriata +lezz got: lezzzes, but expected |es +karyenda got: karyendas, but expected |? +devil chase got: devil chases, but expected |? +hokyo got: hokyoes, but expected +agidigbo got: agidigboes, but expected +bianzhong got: bianzhongs, but expected |bianzhong +bonsho got: bonshoes, but expected +undertriage got: undertriages, but expected |? +Pavlov pouch got: Pavlov pouchs, but expected |es +BF% got: BF%s, but expected |? +dulcijo got: dulcijoes, but expected +panpiping got: panpipings, but expected |? +trichordo got: trichordoes, but expected +tetrachordo got: tetrachordoes, but expected +jinghu got: jinghus, but expected |jinghu +nanovortex got: nanovortexes, but expected |nanovortices +bialkali got: bialkalis, but expected |? +viola paradon got: viola paradons, but expected |? +trial number got: trial numbers, but expected |? +periapex got: periapexes, but expected |periapices +stratum germinativum got: stratum germinativums, but expected |? +uroepithelium got: uroepitheliums, but expected |uroepithelia +boronophenylalanine got: boronophenylalanines, but expected |? +Uganda grass got: Uganda grasses, but expected |? +ploutonion got: ploutonions, but expected |ploutonia +fumarium got: fumariums, but expected |fumaria +phagraphene got: phagraphenes, but expected |? +deobliquing got: deobliquings, but expected |? +suburothelium got: suburotheliums, but expected |suburothelia +lamina papyracea got: lamina papyraceas, but expected |? +dorsum sellae got: dorsum sellaes, but expected |? +ballonnement got: ballonnements, but expected |? +ectomesenchymoma got: ectomesenchymomas, but expected |? +braguinho got: braguinhoes, but expected +chanzy got: chanzies, but expected |? +hdqrs got: hdqrses, but expected |hdqrs +ascophyllan got: ascophyllans, but expected |? +microcleavage got: microcleavages, but expected |? +tresero got: treseroes, but expected +angioprotectin got: angioprotectins, but expected |? +basitarsus got: basitarsuses, but expected |basitarsi +biopolishing got: biopolishings, but expected |? +cholangiectasis got: cholangiectases, but expected |? +guitjo got: guitjoes, but expected +neuroexcitation got: neuroexcitations, but expected |? +macroseta got: macrosetas, but expected |macrosetae +neuroforamen got: neuroforamen, but expected |neuroforamina +perivasculitis got: perivasculitises, but expected |? +preneoplasia got: preneoplasias, but expected |? +sternomastoideus got: sternomastoideuses, but expected |sternomastoidei +gopuz got: gopuzzes, but expected |gopuzes +qomuz got: qomuzzes, but expected |es +kopuz got: kopuzzes, but expected |kopuzes +counter-rally got: counter-rallys, but expected |counter-rallies +folyl got: folyls, but expected |? +anteriorization got: anteriorizations, but expected |? +subcontinuum got: subcontinuums, but expected |subcontinua +prepupa got: prepupas, but expected |prepupae +casamino acid got: casamino acids, but expected |? +party-hearty got: party-heartys, but expected |party-hearties +glossopharynx got: glossopharynxes, but expected |? +megamitochondrion got: megamitochondrions, but expected |megamitochondria +velopharynx got: velopharynxes, but expected |velopharynges +huesero got: hueseroes, but expected +lenos got: lenoses, but expected |lenoi +erh-hu got: erh-hus, but expected |? +erxian got: erxians, but expected |erxian +esraj got: esrajs, but expected |esrajes +butterleaf got: butterleaves, but expected |? +emu bush got: emu bushs, but expected |es +vulva dentata got: vulva dentatas, but expected |? +daruan got: daruans, but expected |daruan +she-bitch got: she-bitchs, but expected |es +she bitch got: she bitchs, but expected |es +tree-branch got: tree-branchs, but expected |tree-branches +misfuelling got: misfuellings, but expected |? +paravermis got: paravermises, but expected |? +caulohymenium got: caulohymeniums, but expected |? +precomplexing got: precomplexings, but expected |? +metacyclogenesis got: metacyclogeneses, but expected |? +praecuneus got: praecuneuses, but expected |praecunei +symphiliosis got: symphilioses, but expected |? +geomungo got: geomungoes, but expected +komungo got: komungoes, but expected +hyon'gum got: hyon'gums, but expected |? +hyongum got: hyongums, but expected |? +ego-self got: ego-selfs, but expected |ego-selves|head=[[ego]]-[[self]] +ferroptosis got: ferroptoses, but expected |? +hemimaxilla got: hemimaxillas, but expected |hemimaxillae +filmstock got: filmstocks, but expected |? +Solomonseal got: Solomonseals, but expected |? +astrogliogenesis got: astrogliogeneses, but expected |? +zhuihu got: zhuihus, but expected |zhuihu +zhuiqin got: zhuiqins, but expected |zhuiqin +zhuizixian got: zhuizixians, but expected |zhuiqin +zhong-hu got: zhong-hus, but expected |zhong-hu +immunoblockade got: immunoblockades, but expected |? +panus got: panuses, but expected |? +tie bush got: tie bushs, but expected |es +fromenteau got: fromenteaus, but expected |? +satsumaimo got: satsumaimoes, but expected +siryah got: siryahs, but expected |? +microrefugium got: microrefugiums, but expected |microrefugia +endoglycolysis got: endoglycolyses, but expected |? +enteropathogenesis got: enteropathogeneses, but expected |? +micronutrition got: micronutritions, but expected |? +polysialylation got: polysialylations, but expected |? +nutzo got: nutzoes, but expected +haegeum got: haegeums, but expected |haegeum +hypotonus got: hypotonuses, but expected |? +microproteinuria got: microproteinurias, but expected |? +transversarium got: transversariums, but expected |transversaria +balaua got: balauas, but expected |? +dequenching got: dequenchings, but expected |? +agorah got: agorahs, but expected |agorot +kabosy got: kabosies, but expected |kabosy +kobyz got: kobyzzes, but expected |kobyz +hemipelvis got: hemipelvises, but expected |hemipelves +beta-glucosidase got: beta-glucosidases, but expected |? +betaglucosidase got: betaglucosidases, but expected |? +neurotactin got: neurotactins, but expected |? +defluorination got: defluorinations, but expected |? +atheocracy got: atheocracies, but expected |? +lay-out got: lays-out, but expected +Dorito got: Doritoes, but expected +parallelohedron got: parallelohedrons, but expected |parallelohedra +cytomatrix got: cytomatrixes, but expected |cytomatrices +merroir got: merroirs, but expected |? +gaokao got: gaokaos, but expected |gaokao +coapplication got: coapplications, but expected |? +flaouna got: flaounas, but expected |flaounes +dysferlinopathy got: dysferlinopathies, but expected |? +pseudoexophthalmos got: pseudoexophthalmoses, but expected |? +staphylococcemia got: staphylococcemias, but expected |? +bowlo got: bowloes, but expected +APDS got: APDSs, but expected |? +osthya got: osthyas, but expected |? +iridencleisis got: iridencleises, but expected |? +kontigi got: kontigis, but expected |? +acetowhitening got: acetowhitenings, but expected |? +endolumen got: endolumen, but expected +crossbar switch got: crossbar switchs, but expected |es +hyperhemolysis got: hyperhemolyses, but expected |? +belly-tember got: belly-tembers, but expected |? +metacontrast got: metacontrasts, but expected |? +ultrasonification got: ultrasonifications, but expected |? +Kalamatianos got: Kalamatianoses, but expected |? +harmalin got: harmalins, but expected |? +hartbees got: hartbeeses, but expected |? +subcoxa got: subcoxas, but expected |subcoxae +taphoflora got: taphofloras, but expected |? +monotreatment got: monotreatments, but expected |? +feel-goodery got: feel-gooderys, but expected |feel-gooderies +microtrichium got: microtrichiums, but expected |microtrichia +milertary got: milertaries, but expected |? +payoff pitch got: payoff pitchs, but expected |es +reoxia got: reoxias, but expected |? +tropaion got: tropaions, but expected |tropaia +behine got: behines, but expected |? +tiorbino got: tiorbinoes, but expected +suroz got: surozzes, but expected |surozes +Terry search got: Terry searchs, but expected |es +minisolo got: minisoloes, but expected +rumbero got: rumberoes, but expected +moscofilero got: moscofileroes, but expected +tetractys got: tetractyses, but expected |? +decossackization got: decossackizations, but expected |? +pile-on got: piles-on, but expected +freeze-out got: freezes-out, but expected +freeze-up got: freezes-up, but expected +pseudomurein got: pseudomureins, but expected |? +pseudopeptidoglycan got: pseudopeptidoglycans, but expected |? +methanochondroitin got: methanochondroitins, but expected |? +electroweakino got: electroweakinoes, but expected +bet din got: bet dins, but expected |? +buddy bench got: buddy benchs, but expected |es +nonreferral got: nonreferrals, but expected |? +black bread mold got: black bread molds, but expected |? +220000 +palash got: palashes, but expected |? +HAGMA got: HAGMAs, but expected |? +oro-pharynx got: oro-pharynxs, but expected |es|oro-pharynges +annaprasan got: annaprasans, but expected |? +otenga got: otengas, but expected |? +sewali got: sewalis, but expected |? +Chasidism got: Chasidisms, but expected |? +Ḥasidism got: Ḥasidisms, but expected |? +Ḥassidism got: Ḥassidisms, but expected |? +Khasidism got: Khasidisms, but expected |? +Khassidism got: Khassidisms, but expected |? +co-counselling got: co-counsellings, but expected |? +midmyocardium got: midmyocardiums, but expected |midmyocardia +prespermatogonium got: prespermatogoniums, but expected |prespermatogonia +prostasin got: prostasins, but expected |? +guaiabero got: guaiaberoes, but expected +pseudospectrum got: pseudospectrums, but expected |pseudospectra +midperiphery got: midperipheries, but expected |? +world ash got: world ashs, but expected |? +arthrolysis got: arthrolyses, but expected |? +mesocardium got: mesocardiums, but expected |? +reposall got: reposalls, but expected |? +tuning wrench got: tuning wrenchs, but expected |es +non-causality got: non-causalitys, but expected |non-causalities +paristhmion got: paristhmions, but expected |paristhmia +vermentino got: vermentinoes, but expected +ashiko got: ashikoes, but expected +epinaos got: epinaos, but expected |epinaoi +kippage got: kippages, but expected |? +burkundaz got: burkundazzes, but expected |es +north-easterly got: north-easterlys, but expected |north-easterlies +diatoxanthin got: diatoxanthins, but expected |? +hate-on got: hates-on, but expected +dry distillation got: dry distillations, but expected |? +mariachero got: mariacheroes, but expected +pseudo-directory got: pseudo-directorys, but expected |pseudo-directories|head=[[pseudo-]][[directories]] +south-westerly got: south-westerlys, but expected |south-westerlies +kandhuli got: kandhulis, but expected |? +camel-hair brush got: camel-hair brushs, but expected |es +end-foot got: end-foots, but expected |end-feet +Amphidromia got: Amphidromias, but expected |? +bachfisch got: bachfisches, but expected |? +hug-box got: hug-boxs, but expected |es +Pendolino got: Pendolinoes, but expected +Issoire lynx got: Issoire lynxs, but expected |es +stereotype tax got: stereotype taxs, but expected |es +anilism got: anilisms, but expected |? +pereq got: pereqs, but expected |peraqim +b'y got: b'ys, but expected |? +chordamesoderm got: chordamesoderms, but expected |? +scrag end got: scrag ends, but expected |? +coeloma got: coelomas, but expected |coelomata +decko got: deckoes, but expected +olivinite got: olivinites, but expected |? +bullet catch got: bullet catchs, but expected |es +douchebro got: douchebroes, but expected +sanky-panky got: sanky-pankys, but expected |sanky-pankies +roji got: rojis, but expected |roji +tsukubai got: tsukubais, but expected |tsukubai +jisei got: jiseis, but expected |jisei +ziz got: zizzes, but expected |? +canastero got: canasteroes, but expected +illeity got: illeities, but expected |? +tryworks got: tryworkses, but expected |tryworks +stamnos got: stamnoses, but expected |stamnoi +staretz got: startzy, but expected |es +babalawo got: babalawoes, but expected +arthritism got: arthritisms, but expected |? +musac got: musacs, but expected |? +sammo got: sammoes, but expected +carbonless copy paper got: carbonless copy papers, but expected |? +hall-of-famer got: halls-of-famer, but expected +erythrophagocytosis got: erythrophagocytoses, but expected |? +entelech got: enteleches, but expected +African lynx got: African lynxs, but expected |es +luck of the devil got: luck of the devils, but expected |? +pun-off got: puns-off, but expected |head=[[pun]]-[[off]] +9-to-5 got: 9s-to-5, but expected +sleazo got: sleazoes, but expected +crachach got: crachaches, but expected +siu mai got: siu mais, but expected |? +pseudogentilicium got: pseudogentiliciums, but expected |pseudogentilicia +single money got: single moneys, but expected |? +malorientation got: malorientations, but expected |? +dyeworks got: dyeworkses, but expected |dyeworks +cephalisation got: cephalisations, but expected |? +grossetto got: grossettoes, but expected |grossetti +petasius got: petasiuses, but expected |petasii +dactylion got: dactylions, but expected |? +flat tax got: flat taxs, but expected |es +fossil resin got: fossil resins, but expected |? +nucleus ambiguus got: nucleus ambiguuses, but expected |? +nucleus ruber got: nucleus rubers, but expected |? +astakine got: astakine, but expected +SMB got: SMBs, but expected |? +retinochoroiditis got: retinochoroiditises, but expected |retinochoroidites +semimatrix got: semimatrixes, but expected |semimatrices +McDojo got: McDojoes, but expected +tinniolum got: tinniolums, but expected |tinniola +precingulum got: precingulums, but expected |precingula +ghoulification got: ghoulifications, but expected |? +ananisochrony got: ananisochronies, but expected |anisochronies +dermatophilosis got: dermatophiloses, but expected |? +hypermigration got: hypermigrations, but expected |? +hypopygium got: hypopygiums, but expected |hypopygia +preleptocephalus got: preleptocephaluses, but expected |preleptocephali +delivrance got: delivrances, but expected |? +jianbing got: jianbings, but expected |jianbing +hypothecium got: hypotheciums, but expected |hypothecia +ellipsism got: ellipsisms, but expected |? +rayne got: raynes, but expected |? +chalimus got: chalimuses, but expected |chalimi +protoperithecium got: protoperitheciums, but expected |protoperithecia +rhodocytin got: rhodocytins, but expected |? +fetus papyraceus got: fetus papyraceuses, but expected |? +mortalin got: mortalins, but expected |? +gammachirp got: gammachirps, but expected |? +self-energy got: self-energys, but expected |self-energies +Hanukkah bush got: Hanukkah bushs, but expected |es +Chanukah bush got: Chanukah bushs, but expected |es +Hanukah bush got: Hanukah bushs, but expected |es +laouto got: laoutoes, but expected |s|laouta +betaproteobacterium got: betaproteobacteriums, but expected |betaproteobacteria +dorsoatrium got: dorsoatriums, but expected |dorsoatria +hyobranchium got: hyobranchiums, but expected |hyobranchia +preatrium got: preatriums, but expected |preatria +Yankee cheese-box got: Yankee cheese-boxs, but expected |es +cheese-box got: cheese-boxs, but expected |es +depensation got: depensations, but expected |? +phytosulfokine got: phytosulfokine, but expected +wrist watch got: wrist watchs, but expected |es +bwthyn got: bwthyns, but expected |? +hylaeosaurus got: hylaeosauruses, but expected |hylaeosauri +three-lips got: three-lipses, but expected |head=[[three]]-[[lips]]|three-lips +ilish got: ilishes, but expected |ilish +snicklefritz got: snicklefritzzes, but expected |es +clarsach got: clarsaches, but expected +schnickelfritz got: schnickelfritzzes, but expected |es +snickelfritz got: snickelfritzzes, but expected |es +triazo got: triazoes, but expected +India relish got: India relishs, but expected |es +Indian relish got: Indian relishs, but expected |es +drop-crotch got: drop-crotchs, but expected |drop-crotches +schnicklefritz got: schnicklefritzzes, but expected |es +midwing got: midwings, but expected |? +lap cheong got: lap cheongs, but expected |? +hepatokine got: hepatokine, but expected +M.R.A.S. got: M.R.A.S.s, but expected |? +rape card got: rape cards, but expected |? +antiplasma got: antiplasmas, but expected |? +heminotum got: heminotums, but expected |heminota +microchaeta got: microchaetas, but expected |microchaetae +cleithrum got: cleithra, but expected |? +paper punch got: paper punchs, but expected |es +means of grace got: meanses of grace, but expected |? +tristich got: tristiches, but expected |s +uchimata got: uchimatas, but expected |? +uchi mata got: uchi matas, but expected |? +species complex got: species complexs, but expected |es +tawiz got: tawizzes, but expected |es +agapet got: agapets, but expected |agapetae +tithing-man got: tithing-mans, but expected |tithing-men +hyposarca got: hyposarcas, but expected |? +hypozeuxis got: hypozeuxises, but expected |? +Tyrannous Rex got: Tyrannous Rexs, but expected |? +TnC got: TnCs, but expected |? +wolf-fish got: wolf-fishs, but expected |wolf-fish|wolf-fishes +elevator pitch got: elevator pitchs, but expected |es +char-woman got: char-womans, but expected |char-women +theotokion got: theotokions, but expected |theotokia +phthalo got: phthaloes, but expected +xylarium got: xylariums, but expected |? +fungarium got: fungariums, but expected |? +zamarro got: zamarroes, but expected +hr'g got: hr'gs, but expected |? +compl. got: compl.s, but expected |? +succinctorium got: succinctoriums, but expected |? +oolemma got: oolemmas, but expected |? +hetro got: hetroes, but expected +safe deposit box got: safe deposit boxs, but expected |es +underkimono got: underkimonoes, but expected +lead in got: leads in, but expected +sapiutan got: sapiutans, but expected |sapiutan +shiddukh got: shiddukhs, but expected |shiddukhim +tapaculo got: tapaculoes, but expected +tehina got: tehinas, but expected |? +bangalo got: bangaloes, but expected +flow on effect got: flows on effect, but expected +dead-naming got: dead-namings, but expected |? +achaenium got: achaeniums, but expected |achaenia +Ichang papeda got: Ichang papedas, but expected |? +snap-in got: snaps-in, but expected +bi-directionality got: bi-directionalitys, but expected |bi-directionalities +uni-directionality got: uni-directionalitys, but expected |uni-directionalities +cookie butter got: cookie butters, but expected |? +taurobolium got: tauroboliums, but expected |taurobolia +alalagmos got: alalagmoses, but expected |alalagmoi +alexipharmakon got: alexipharmakons, but expected |? +askos got: askoses, but expected |askoi +Gallicide got: Gallicides, but expected |? +bayadeer got: bayadeer, but expected +beauty bush got: beauty bushs, but expected |es +kiss-in got: kisses-in, but expected |head=[[kiss]]-[[in]] +buckayro got: buckayroes, but expected +caladrius got: caladriuses, but expected |? +isocoria got: isocorias, but expected |? +subz got: subzzes, but expected |? +shammash got: shammashes, but expected |shammashim +shammas got: shammases, but expected |shammasim +shimaal got: shimaals, but expected |? +shnaps got: shnapses, but expected |? +nanocode got: nanocodes, but expected |nanocode +wommon got: wommons, but expected |? +minigarch got: minigarches, but expected +e-thesis got: e-thesises, but expected |e-theses +first-foot got: first-foots, but expected |? +neopedon got: neopedons, but expected |? +mujerado got: mujeradoes, but expected +rectus femoris got: rectus femorises, but expected |? +dog-cherry got: dog-cherrys, but expected |dog-cherries +law of one price got: law of one prices, but expected |? +halutz got: halutzzes, but expected |halutzim +hielaman got: hielamen, but expected +aptaprecipitation got: aptaprecipitations, but expected |? +write-through got: writes-through, but expected +phosphoremia got: phosphoremias, but expected |? +risk-aversity got: risk-aversitys, but expected |risk-aversities|head=[[risk]]-[[aversity]] +enamelworks got: enamelworkses, but expected |enamelworks +225000 +cariacou got: cariacous, but expected |? +interstria got: interstrias, but expected |interstriae +metaphragma got: metaphragmas, but expected |metaphragmata +phragma got: phragmata, but expected +metapostnotum got: metapostnotums, but expected |metapostnota +postnotum got: postnotums, but expected |postnota +midstratum got: midstratums, but expected |midstrata +pseudocellus got: pseudocelluses, but expected |pseudocelli +rimoportula got: rimoportulas, but expected |rimoportulae +valvocopula got: valvocopulas, but expected |valvocopulae +dragonborn got: dragonborns, but expected |dragonborn +funnel box got: funnel boxs, but expected |es +anti-index got: anti-indexs, but expected |es +NPT got: NPTs, but expected |? +chashitsu got: chashitsus, but expected |chashitsu +subligaria got: subligarias, but expected |? +homo sacer got: homo sacers, but expected |? +lieu-dit got: lieu-dits, but expected |lieux-dits +fraction slash got: fraction slashs, but expected |es +mezcalero got: mezcaleroes, but expected +midspring got: midsprings, but expected |? +tileworks got: tileworkses, but expected |tileworks +mercadito got: mercaditoes, but expected +kyabakura got: kyabakuras, but expected |kyabakura +pillowside got: pillowsides, but expected |? +e-currency got: e-currencys, but expected |e-currencies +sophisto got: sophistoes, but expected +vicennium got: vicenniums, but expected |vicennia +loukaniko got: loukanikoes, but expected |? +deafo got: deafoes, but expected +splenopancreas got: splenopancreases, but expected |? +alveologenesis got: alveologeneses, but expected |? +oblique dash got: oblique dashs, but expected |es +rhodo got: rhodoes, but expected +pornographess got: pornographesses, but expected |? +gauge pressure got: gauge pressures, but expected |? +lahpet got: lahpets, but expected |? +zodiacal cloud got: zodiacal clouds, but expected |? +mess-up got: messes-up, but expected +epicingulum got: epicingulums, but expected |epicingula +fultoportula got: fultoportulas, but expected |fultoportulae +helictoglossa got: helictoglossas, but expected |helictoglossae +hypocingulum got: hypocingulums, but expected |hypocingula +pseudoconopeum got: pseudoconopeums, but expected |pseudoconopea +pseudoseptum got: pseudoseptums, but expected |pseudosepta +paste-up got: pastes-up, but expected +admanuensis got: admanuenses, but expected |? +dry wash got: dry washs, but expected |es +akanbe got: akanbes, but expected |? +C-in-C got: Cs-in-C, but expected +perizonium got: perizoniums, but expected |perizonia +bone in her teeth got: bone in her teeths, but expected |? +fullz got: fullzzes, but expected |? +Negrillo got: Negrilloes, but expected +koumbaros got: koumbaroses, but expected |koumbaroi +violincello got: violincelloes, but expected +puzzle box got: puzzle boxs, but expected |es +kataribe got: kataribes, but expected |kataribe +konpa got: konpas, but expected |? +ectooecium got: ectooeciums, but expected |ectooecia +mechanoloading got: mechanoloadings, but expected |? +neuromaturation got: neuromaturations, but expected |? +solventogenesis got: solventogeneses, but expected |? +supercompensation got: supercompensations, but expected |? +architeuthis got: architeuthises, but expected |? +pink tax got: pink taxs, but expected |es +anti-climax got: anti-climaxs, but expected |anti-climaxes +paranæsthesia got: paranæsthesias, but expected |? +fodinichnion got: fodinichnions, but expected |fodinichnia +archisynagogue got: archisynagogues, but expected |? +expy got: expies, but expected +kolbasi got: kolbasis, but expected |? +kolbassi got: kolbassis, but expected |? +kolbasy got: kolbasies, but expected |? +cephalea got: cephaleas, but expected |? +capy got: capies, but expected |? +mesorhizobium got: mesorhizobiums, but expected |mesorhizobia +zaffar got: zaffars, but expected |? +zaffir got: zaffirs, but expected |? +omniarch got: omniarches, but expected +tefillah got: tefillahs, but expected |? +isoflux got: isoflux, but expected |isofluxes +tsymbaly got: tsymbalies, but expected |? +lily crucifix got: lily crucifixs, but expected |es +four-by-two got: fours-by-two, but expected +murderhobo got: murderhoboes, but expected +genipapo got: genipapoes, but expected +Delmonico got: Delmonicoes, but expected +antivir got: antivirs, but expected |? +toof got: toofs, but expected |teef +honie got: honies, but expected |? +acatry got: acatries, but expected |? +feudal rush got: feudal rushs, but expected |es +cricket flour got: cricket flours, but expected |? +ground-zero got: ground-zeros, but expected |ground-zeroes +akule got: akules, but expected |akule +scurrick got: scurricks, but expected |? +pale thrush got: pale thrushs, but expected |es +brush-up got: brushes-up, but expected +eqn. got: eqn.s, but expected |? +faspa got: faspas, but expected |? +guetapens got: guetapenses, but expected |? +tropical sweet potato got: tropical sweet potatos, but expected |es +malanga blanca got: malanga blancas, but expected |? +malanga coco got: malanga cocos, but expected |? +malanga lila got: malanga lilas, but expected |? +out-of-box experience got: out-of-box experiences, but expected |? +plate lunch got: plate lunchs, but expected |es +tetrapylon got: tetrapylons, but expected |tetrapyla +tetrakionion got: tetrakionions, but expected |tetrakionia +CertHE got: CertHEs, but expected |? +DipHE got: DipHEs, but expected |? +magister juris got: magister jurises, but expected |? +clavilux got: clavilux, but expected |es +slow steaming got: slow steamings, but expected |? +GSS got: GSSs, but expected |? +eigenanatomy got: eigenanatomies, but expected |? +ependymitis got: ependymitises, but expected |ependymites +nucleomegaly got: nucleomegalies, but expected |? +Rodman got: Rodmen, but expected +red box got: red boxs, but expected |es +polyazo got: polyazoes, but expected +protosyncellus got: protosyncelluses, but expected |protosyncelli +asiarch got: asiarches, but expected +thermoecology got: thermoecologies, but expected |? +procope got: procopes, but expected |? +brasco got: brascoes, but expected +emasculatrix got: emasculatrixes, but expected |? +pennibrachium got: pennibrachiums, but expected |pennibrachia +faggotface got: faggotfaces, but expected |? +groupo got: groupoes, but expected +bulbus glandis got: bulbus glandises, but expected |? +prespecification got: prespecifications, but expected |? +meningoencephalomyelitis got: meningoencephalomyelitises, but expected |? +severe fever with thrombocytopenia syndrome got: severe fever with thrombocytopenia syndromes, but expected |? +mitocalcin got: mitocalcins, but expected |? +biadjacency got: biadjacencies, but expected |? +methanococcus got: methanococcuses, but expected |methanococci +radiculoplexus got: radiculoplexuses, but expected |? +sack lunch got: sack lunchs, but expected |es +Ubuntero got: Ubunteroes, but expected +immunocytokine got: immunocytokine, but expected +mesocoxa got: mesocoxas, but expected |mesocoxae +virokine got: virokine, but expected +bitchtits got: bitchtitses, but expected |bitchtits +kinocentrum got: kinocentrums, but expected |kinocentra +baal korei got: baal koreis, but expected |? +uchigatana got: uchigatanas, but expected |uchigatana +camera clara got: camera claras, but expected |? +konze got: konzes, but expected |? +pseudolabium got: pseudolabiums, but expected |pseudolabia +ccy got: ccies, but expected |? +tempestarius got: tempestariuses, but expected |tempestarii +archaellum got: archaellums, but expected |archaella +fagmo got: fagmoes, but expected +archeabacterium got: archeabacteriums, but expected |archeabacteria +ultramicrobacterium got: ultramicrobacteriums, but expected |ultramicrobacteria +stavrotheotokion got: stavrotheotokions, but expected |stavrotheotokia +sticherarion got: sticherarions, but expected |sticheraria +apolytikion got: apolytikions, but expected |apolytikia +ektenia got: ektenias, but expected |? +stasidion got: stasidions, but expected |stasidia +typikon got: typikons, but expected |typika +lampadarius got: lampadariuses, but expected |lampadarii +lampadarios got: lampadarios, but expected |lampadarioi +protopsaltis got: protopsaltises, but expected |protopsaltai +Pharm.D. got: Pharm.D.s, but expected |? +UTG+1 got: UTG+1s, but expected |? +UTG+2 got: UTG+2s, but expected |? +UTG+3 got: UTG+3s, but expected |? +prokimenon got: prokimenons, but expected |prokimena +prokeimenon got: prokeimenons, but expected |prokeimena +eprix got: eprixes, but expected |? +kondakion got: kondakions, but expected |kondakia +kontakarion got: kontakarions, but expected |kontakaria +kondakarion got: kondakarions, but expected |kondakaria +koukoulion got: koukoulions, but expected |koukoulia +oikos got: oikoses, but expected |oikoi +heirmos got: heirmoses, but expected |heirmoi +heirmologion got: heirmologions, but expected |heirmologia +irmologion got: irmologions, but expected |irmologia +idiomelon got: idiomelons, but expected |idiomela +automelon got: automelons, but expected |automela +lapsus oculi got: lapsus oculis, but expected |? +Aidi got: Aidis, but expected |? +lymphochoriomeningitis got: lymphochoriomeningitises, but expected |? +protobranch got: protobranches, but expected |protobranchs +fudanshi got: fudanshis, but expected |fudanshi +trip-switch got: trip-switchs, but expected |es +she-mullet got: she-mullets, but expected |?|head=[[she]]-[[mullet]] +cytofilius got: cytofiliuses, but expected |cytofilia +spermagonium got: spermagoniums, but expected |spermagonia +amir al-umara got: amir al-umaras, but expected |? +phellem got: phellems, but expected |? +pronociception got: pronociceptions, but expected |? +subrefugium got: subrefugiums, but expected |subrefugia +neopro got: neoproes, but expected +cafegymatorium got: cafegymatoriums, but expected |? +counterdemo got: counterdemoes, but expected +prealignment got: prealignments, but expected |? +femorotibialis got: femorotibialises, but expected |? +hypandrium got: hypandriums, but expected |hypandria +iliotrochantericus got: iliotrochantericuses, but expected |? +mitogynogenesis got: mitogynogeneses, but expected |? +obturatorius got: obturatoriuses, but expected |? +surstylus got: surstyluses, but expected |surstyli +assweed got: assweeds, but expected |? +gampi got: gampis, but expected |? +baby elephant in the room got: baby elephant in the rooms, but expected |? +neoshaman got: neoshamen, but expected +Tojo got: Tojoes, but expected +pity pie got: pity pies, but expected |? +DBCS got: DBCSs, but expected |? +tardbrain got: tardbrains, but expected |? +e-fraud got: e-frauds, but expected |? +African peach got: African peachs, but expected |es +chloroformyl got: chloroformyls, but expected |? +Aglianico got: Aglianicoes, but expected +karajishi got: karajishis, but expected |karajishi +yieldco got: yieldcoes, but expected +swamp cancer got: swamp cancers, but expected |? +towfish got: towfish, but expected |es +one for luck got: some for luck, but expected |? +pavement chalk got: pavement chalks, but expected |? +sidewalk chalk got: sidewalk chalks, but expected |? +video jukebox got: video jukeboxs, but expected |es +fatherkins got: fatherkinses, but expected |fatherkins +stone-cold fox got: stone-cold foxs, but expected |es +kabuki brush got: kabuki brushs, but expected |es +mushroom brush got: mushroom brushs, but expected |es +radial button got: radial buttons, but expected |? +yatai got: yatais, but expected |yatai +ground control got: ground controls, but expected |? +amokura got: amokuras, but expected |? +CAX got: CAXs, but expected |? +hyperemphasis got: hyperemphases, but expected |? +superemphasis got: superemphases, but expected |? +aeolodion got: aeolodions, but expected |? +aeolodicon got: aeolodicons, but expected |? +aeolopantalon got: aeolopantalons, but expected |? +propco got: propcoes, but expected +octanolysis got: octanolyses, but expected |? +big dog of the tanyard got: big dog of the tanyards, but expected |? +truck and trailer got: truck and trailers, but expected |? +Italian tomato got: Italian tomatos, but expected |es +munro got: munroes, but expected +duplicarius got: duplicariuses, but expected |duplicarii +podobranchia got: podobranchias, but expected |podobranchiae +juco got: jucoes, but expected +etiognosis got: etiognoses, but expected |? +cormidium got: cormidiums, but expected |cormidia +neurocentrum got: neurocentrums, but expected |neurocentra +rhinion got: rhinions, but expected |? +reniculus got: reniculuses, but expected |reniculi +first flush got: first flushs, but expected |es +rasm got: rasms, but expected |? +ramex got: ramexes, but expected |? +tlaplon got: tlaplons, but expected |? +devulgarization got: devulgarizations, but expected |? +neopulmo got: neopulmoes, but expected |? +paleopulmo got: paleopulmoes, but expected +one over the eight got: one over the eights, but expected |? +hard launch got: hard launchs, but expected |es +organella got: organellas, but expected |organellae +caper bush got: caper bushs, but expected |es +crimson clover got: crimson clovers, but expected |? +oriscus got: oriscuses, but expected |orisci +strophicus got: strophicuses, but expected |strophici +salicus got: salicuses, but expected |salici +bivirga got: bivirgas, but expected |bivirgae +trivirga got: trivirgas, but expected |trivirgae +tristropha got: tristrophas, but expected |tristrophae +distropha got: distrophas, but expected |distrophae +bistropha got: bistrophas, but expected |bistrophae +living mulch got: living mulchs, but expected |es +kill-off got: kills-off, but expected +gonostylus got: gonostyluses, but expected |gonostyli +hemocoagulase got: hemocoagulases, but expected |? +hypoalveolarization got: hypoalveolarizations, but expected |? +centauromachia got: centauromachias, but expected |? +parasyntheton got: parasynthetons, but expected |parasyntheta +nocturnal arch got: nocturnal archs, but expected |es +noos got: noos, but expected |? +manoos got: manoos, but expected |manooses +hamotzi got: hamotzis, but expected |? +car crash got: car crashs, but expected |es +230000 +munchy box got: munchy boxs, but expected |es +e-consultancy got: e-consultancys, but expected |e-consultancies +ghost in the machine got: ghost in the machines, but expected |? +BDRF got: BDRFs, but expected |? +acidobacterium got: acidobacteriums, but expected |acidobacteria +calyptopis got: calyptopises, but expected |? +machloket got: machlokets, but expected |machlokot +flexistyly got: flexistylies, but expected |? +broyges got: broygeses, but expected |? +island rule got: island rules, but expected |? +caro sposo got: caro sposos, but expected |? +glacial till got: glacials till, but expected +ascoconidium got: ascoconidiums, but expected |ascoconidia +puboischiofemoralis got: puboischiofemoralises, but expected |? +everything including the kitchen sink got: everything including the kitchen sinks, but expected |? +endochorion got: endochorions, but expected |? +taclobo got: tacloboes, but expected +heterocephalus got: heterocephaluses, but expected |? +prezoea got: prezoeas, but expected |prezoeae +taklobo got: takloboes, but expected +hypospleny got: hyposplenies, but expected |? +immunodomination got: immunodominations, but expected |? +Latinx got: Latinxes, but expected +bike box got: bike boxs, but expected |es +phorbeia got: phorbeias, but expected |? +caconymy got: caconymies, but expected |? +antidigoxigenin got: antidigoxigenins, but expected |? +spinefoot got: spinefeet, but expected +cepelinas got: cepelinases, but expected |cepelinai +kroppkaka got: kroppkakas, but expected |kroppkakor +lekythus got: lekythuses, but expected |lekythi +limail got: limails, but expected |? +limeworks got: limeworkses, but expected |limeworks +oligospermatism got: oligospermatisms, but expected |? +cribside got: cribsides, but expected |? +cradleside got: cradlesides, but expected |? +gonyaulax got: gonyaulaxes, but expected |? +ASDS got: ASDSs, but expected |es +chronicization got: chronicizations, but expected |? +quadruman got: quadrumen, but expected +zorillo got: zorilloes, but expected +shido got: shidoes, but expected |s|shido +elastinolysis got: elastinolyses, but expected |? +ETT got: ETTs, but expected |? +jurumeiro got: jurumeiroes, but expected +senectude got: senectudes, but expected |? +sign-on got: signs-on, but expected +kmph got: kmphs, but expected |kmph +cps got: cpses, but expected |cps +reticello got: reticelloes, but expected |reticelli +zanfirico got: zanfiricoes, but expected |zanfirici +Energiewende got: Energiewendes, but expected |? +son of a got: sons of a, but expected |? +nucleofractis got: nucleofractises, but expected |? +lobopodium got: lobopodiums, but expected |lobopodia +cytoimmunofluorescence got: cytoimmunofluorescences, but expected |? +mitochondriogenesis got: mitochondriogeneses, but expected |? +optostimulation got: optostimulations, but expected |? +multiminicore got: multiminicores, but expected |? +chikkor got: chikkors, but expected |? +microendemism got: microendemisms, but expected |? +prevertebra got: prevertebras, but expected |prevertebrae +COMMARPAC got: COMMARPACs, but expected |? +COMMARCOM got: COMMARCOMs, but expected |? +microhepatica got: microhepaticas, but expected |? +dividivi got: dividivis, but expected |? +gessamine got: gessamines, but expected |? +parametrix got: parametrixes, but expected |parametrices +palaeothalamus got: palaeothalamuses, but expected |? +panaritium got: panaritiums, but expected |panaritia +policide got: policides, but expected |? +gwailo got: gwailoes, but expected +imagawayaki got: imagawayakis, but expected |imagawayaki +phlyzacium got: phlyzaciums, but expected |phlyzacia +phlyctidium got: phlyctidiums, but expected |phlyctidia +phlyctis got: phlyctises, but expected |phlyctides +wood nuthatch got: wood nuthatchs, but expected |es +ad-hocracy got: ad-hocracys, but expected |ad-hocracies +microswine got: microswines, but expected |microswine +multivibrissa got: multivibrissas, but expected |multivibrissae +camucamu got: camucamus, but expected |? +chabudai got: chabudais, but expected |chabudai +CICO got: CICOs, but expected |? +mesostich got: mesostiches, but expected +FAST got: FASTs, but expected |? +brayera got: brayeras, but expected |? +half-witch got: half-witchs, but expected |es +omphalus got: omphaluses, but expected |omphali +lady-fly got: lady-flys, but expected |lady-flies|head=[[lady]]-[[fly]] +lampuki got: lampukis, but expected |lampuki +lampuka got: lampukas, but expected |lampuka +khansaman got: khansamen, but expected +umpan got: umpans, but expected |? +macrococcus got: macrococcuses, but expected |macrococci +tutelarity got: tutelarities, but expected |? +bioadsorption got: bioadsorptions, but expected |? +jam-up got: jams-up, but expected |head=[[jam]]-[[up]] +bronchium got: bronchiums, but expected |bronchia +dirofilaria got: dirofilarias, but expected |? +hyperamylinaemia got: hyperamylinaemias, but expected |? +1-on-1 got: 1s-on-1, but expected +earth-berry got: earth-berrys, but expected |earth-berries +qualgo got: qualgoes, but expected +yalah got: yalahs, but expected |? +ogac got: ogacs, but expected |? +depoaxis got: depoaxises, but expected |depoaxes +blastotomy got: blastotomies, but expected |? +Dreimorengesetz got: Dreimorengesetzzes, but expected |? +pleurostoma got: pleurostomas, but expected |pleurostomata +subgena got: subgenas, but expected |? +estanciero got: estancieroes, but expected +brush-down got: brushes-down, but expected +come-down got: comes-down, but expected +ghost skate got: ghost skates, but expected |? +choka got: chokas, but expected |choka +sedoka got: sedokas, but expected |sedoka +shit eye got: shit eyes, but expected |? +acrotrichium got: acrotrichiums, but expected |? +ascochyta got: ascochytas, but expected |? +bradyrhizobium got: bradyrhizobiums, but expected |bradyrhizobia +coaster step got: coaster steps, but expected |? +hypomeron got: hypomerons, but expected |hypomera +hyposialylation got: hyposialylations, but expected |? +oligozeugodactyly got: oligozeugodactylies, but expected |? +pseudoperoxidase got: pseudoperoxidases, but expected |? +SQLi got: SQLis, but expected |? +high doh got: high dohs, but expected |? +flo' got: flo's, but expected |? +exolysis got: exolyses, but expected |? +haemaphysalin got: haemaphysalins, but expected |? +hemimethylation got: hemimethylations, but expected |? +basitibia got: basitibias, but expected |basitibiae +lead-up got: leads-up, but expected +lead up got: leads up, but expected +boulti got: boultis, but expected |boulti +botijo got: botijoes, but expected +kitchen bitch got: kitchen bitchs, but expected |es +vampire squid got: vampire squids, but expected |? +distitarsus got: distitarsuses, but expected |distitarsi +hypermorphosis got: hypermorphoses, but expected |? +mycodiesel got: mycodiesels, but expected |? +kikwembe got: kikwembes, but expected |kikwembe +fore-glory got: fore-glorys, but expected |fore-glories +swack-up got: swacks-up, but expected |head=[[swack]]-[[up]] +ernai got: ernais, but expected |ernai +hyperdontia got: hyperdontias, but expected |? +ferraiuolo got: ferraiuoloes, but expected |? +cacafogo got: cacafogoes, but expected +superman punch got: superman punchs, but expected |es +distoseptum got: distoseptums, but expected |distosepta +exotunica got: exotunicas, but expected |? +exoascus got: exoascuses, but expected |exoasci +hypertorsion got: hypertorsions, but expected |? +Chinese box got: Chinese boxs, but expected |es +robe decollete got: robe decolletes, but expected |? +kadogo got: kadogoes, but expected |kadogos|kadogo +scratch-off got: scratches-off, but expected |head=[[scratch]]-[[off]] +TELOP got: TELOPs, but expected |? +Telop got: Telops, but expected |? +Boko got: Bokoes, but expected +over-under-thru got: overs-under-thru, but expected |head=[[over]]-[[under]]-[[thru]] +Verdelho got: Verdelhoes, but expected +viliago got: viliagoes, but expected +villiago got: villiagoes, but expected +podatus got: podatuses, but expected |podati +quilisma got: quilismas, but expected |quilismata +toitoi got: toitois, but expected |? +arasaid got: arasaids, but expected |? +earasaid got: earasaids, but expected |? +earrasaid got: earrasaids, but expected |? +tootsy-wootsy got: tootsy-wootsys, but expected |tootsy-wootsies +homeomery got: homeomeries, but expected |homoeomeries +homecraft got: homecraft, but expected +Chicanx got: Chicanxes, but expected +jariya got: jariyas, but expected |jariyat|jawari +kytoplasma got: kytoplasmas, but expected |? +kalpis got: kalpises, but expected |? +krubi got: krubis, but expected |? +krubut got: krubuts, but expected |? +yae got: yaes, but expected |? +empasma got: empasmas, but expected |empasmata +MEZ got: MEZs, but expected |? +triple lock got: triple locks, but expected |? +furol got: furols, but expected |? +cooking torch got: cooking torchs, but expected |es +butt and ben got: butt and bens, but expected |? +alytarch got: alytarches, but expected +dacryoma got: dacryomas, but expected |dacryomata +doggo got: doggoes, but expected +parencephalon got: parencephalons, but expected |parencephala +mesoarium got: mesoariums, but expected |mesoaria +hollow body got: hollow bodys, but expected |? +gunworks got: gunworkses, but expected |gunworks +bon-vivant got: bon-vivants, but expected |head=[[bon]]-[[vivant]]|bons-vivants +heretoch got: heretoches, but expected +acceptivity got: acceptivities, but expected |? +noyon got: noyons, but expected |? +hyperflow got: hyperflows, but expected |? +mimiambus got: mimiambuses, but expected |mimiambi +constancie got: constancies, but expected |? +B.I.T. got: B.I.T.s, but expected |? +B.L.A.S. got: B.L.A.S.s, but expected |? +blebbability got: blebbabilities, but expected |? +hyperthyreosis got: hyperthyreoses, but expected |? +hyperthyrodism got: hyperthyrodisms, but expected |? +motexafin got: motexafins, but expected |? +neuroactivation got: neuroactivations, but expected |? +palynotaxon got: palynotaxons, but expected |palynotaxa +sub-municipality got: sub-municipalitys, but expected |sub-municipalities +O.S. got: O.S.s, but expected |? +hypoacusis got: hypoacuses, but expected |? +osteolineage got: osteolineages, but expected |? +prephase got: prephases, but expected |? +pseudoacinus got: pseudoacinuses, but expected |pseudoacini +interfluvium got: interfluviums, but expected |interfluvia +procercus got: procercuses, but expected |procerci +onchocercoma got: onchocercomas, but expected |onchocercomata +tazomahery got: tazomaheries, but expected |? +uveovortex got: uveovortexes, but expected |? +sciacarello got: sciacarelloes, but expected +hamartomatosis got: hamartomatoses, but expected |? +immunocorrection got: immunocorrections, but expected |? +medullitis got: medullitises, but expected |? +mesencephal got: mesencephals, but expected |? +mesion got: mesions, but expected |? +mesoduodenum got: mesoduodenums, but expected |mesoduodena +tyroma got: tyromas, but expected |tyromata +typembryo got: typembryoes, but expected +microbacterium got: microbacteriums, but expected |microbacteria +salvatella got: salvatellas, but expected |? +toothleaf got: toothleaves, but expected +midcolon got: midcolons, but expected |? +hydroureter got: hydroureters, but expected |? +livin got: livins, but expected |? +neuroretinitis got: neuroretinitises, but expected |? +vitritis got: vitritises, but expected |? +burukutu got: burukutus, but expected |? +periareion got: periareions, but expected |? +periselene got: periselenes, but expected |? +perinigricon got: perinigricons, but expected |? +perisaturnium got: perisaturniums, but expected |? +fold-out got: folds-out, but expected +glycocalix got: glycocalixes, but expected |glycocalices +hyperinhibition got: hyperinhibitions, but expected |? +Mx. got: Mx.s, but expected |? +leiomyosarcomatosis got: leiomyosarcomatoses, but expected |? +monochromosome got: monochromosomes, but expected |? +final say got: final says, but expected |? +hyperbending got: hyperbendings, but expected |? +mastoncus got: mastoncuses, but expected |? +ovomucoid got: ovomucoids, but expected |? +MV* got: MV*s, but expected |? +Swedish torch got: Swedish torchs, but expected |es +diacoele got: diacoeles, but expected |? +encanthis got: encanthises, but expected |? +show bench got: show benchs, but expected |es +perihermion got: perihermions, but expected |? +whambulance got: whambulances, but expected |? +wahmbulance got: wahmbulances, but expected |? +TPMS got: TPMSs, but expected |? +MoE got: MoEs, but expected |? +MOE got: MOEs, but expected |? +oligosilanyl got: oligosilanyls, but expected |? +leukosequestration got: leukosequestrations, but expected |? +octyloxy got: octyloxies, but expected +recoordination got: recoordinations, but expected |? +lipidolysis got: lipidolyses, but expected |? +antidesmin got: antidesmins, but expected |? +semiconductance got: semiconductances, but expected |? +digital detox got: digital detoxs, but expected |es +mooi-jai got: mooi-jais, but expected |mooi-jai +adelphotaxon got: adelphotaxons, but expected |adelphotaxa +voisko got: voiskoes, but expected +bol'shak got: bol'shaks, but expected |? +frommarding got: frommardings, but expected |? +HKCU got: HKCUs, but expected |? +pot-belly got: pot-bellys, but expected |pot-bellies +spongionecrosis got: spongionecroses, but expected |? +pasticciotto got: pasticciottoes, but expected |pasticciotti +dolmadaki got: dolmadakis, but expected |dolmadakia +basicosta got: basicostas, but expected |basicostae +kalamaki got: kalamakis, but expected |? +malidzano got: malidzanoes, but expected |? +Zacuscă got: Zacuscăs, but expected |? +daktyla got: daktylas, but expected |? +stafidopsomo got: stafidopsomoes, but expected |? +pennation got: pennations, but expected |? +vasotonus got: vasotonuses, but expected |? +pussums got: pussumses, but expected |pussums +currant tomato got: currant tomatos, but expected |es +rotovaping got: rotovapings, but expected |? +protozeugma got: protozeugmas, but expected |? +aluwa got: aluwas, but expected |? +lavz got: lavzzes, but expected |? +sohan halva got: sohan halvas, but expected |? +saray halva got: saray halvas, but expected |? +shekarpareh got: shekarparehs, but expected |? +cholothorax got: cholothoraxes, but expected |? +shekerbura got: shekerburas, but expected |? +basbousa got: basbousas, but expected |? +pastÅ«sha got: pastÅ«shas, but expected |? +sambali got: sambalis, but expected |? +Kalburabastı got: Kalburabastıs, but expected |? +kalburabastı got: kalburabastıs, but expected |? +kalburabasma got: kalburabasmas, but expected |? +laminaripentaose got: laminaripentaoses, but expected |? +jiangshi got: jiangshis, but expected |jiangshi +kinnah got: kinnahs, but expected |kinnot|kinnoth +qinah got: qinahs, but expected |qinot|qinoth +lymphocystis got: lymphocystises, but expected |? +instatement got: instatements, but expected |? +mutabbaq got: mutabbaqs, but expected |? +infraserratus got: infraserratuses, but expected |? +supraserratus got: supraserratuses, but expected |? +datto got: dattoes, but expected +subunguis got: subunguises, but expected |? +roscón got: roscóns, but expected |roscones +nakodo got: nakodoes, but expected |s|nakodo +cotargeting got: cotargetings, but expected |? +leptomeninx got: leptomeninxes, but expected |? +persistent cloaca got: persistent cloacas, but expected |? +steenbras got: steenbrases, but expected |steenbras +235000 +Pyrenean ibex got: Pyrenean ibexs, but expected |es +karez got: karezzes, but expected |es +anticurvature got: anticurvatures, but expected |? +atlasing got: atlasings, but expected |? +cetyltrimethlyammonium got: cetyltrimethlyammoniums, but expected |? +dinutuximab got: dinutuximabs, but expected |? +mictocalcification got: mictocalcifications, but expected |? +prolarva got: prolarvas, but expected |prolarvae +kolokithopita got: kolokithopitas, but expected |? +kolokythopita got: kolokythopitas, but expected |? +veg box got: veg boxs, but expected |es +vegetable box got: vegetable boxs, but expected |es +Brig. Gen. got: Brig. Gen.s, but expected |? +hemicolon got: hemicolons, but expected |? +taraiu got: taraius, but expected |taraiu +tubuan got: tubuans, but expected |? +antineutralino got: antineutralinoes, but expected +antisneutrino got: antisneutrinoes, but expected +antigravitino got: antigravitinoes, but expected +lichanos got: lichanoses, but expected |lichanoi +mandiocca got: mandioccas, but expected |? +universal packager got: universal packagers, but expected |? +universal sorter got: universal sorters, but expected |? +machetero got: macheteroes, but expected +beam reach got: beam reachs, but expected |es +broad reach got: broad reachs, but expected |es +keraunoparalysis got: keraunoparalyses, but expected |? +apotropaion got: apotropaions, but expected |? +sextych got: sextyches, but expected +sansculottism got: sansculottisms, but expected |? +girsh got: girshes, but expected |girsh +syame got: syames, but expected |? +paximadi got: paximadis, but expected |? +eliopsomo got: eliopsomoes, but expected |? +aminobutyric acid got: aminobutyric acids, but expected |? +zizit got: zizits, but expected |? +zoecium got: zoeciums, but expected |zoecia +EAV got: EAVs, but expected |? +urman got: urmen, but expected +zemstwo got: zemstwoes, but expected +neutretto got: neutrettoes, but expected +nyctalops got: nyctalopses, but expected |nyctalopes +ribogenesis got: ribogeneses, but expected |? +tuberositas got: tuberositases, but expected |? +surazo got: surazoes, but expected +amidolysis got: amidolyses, but expected |? +bene bowse got: bene bowses, but expected |? +pharyngolaryngitis got: pharyngolaryngitises, but expected |pharyngolaryngites +laryngopharyngitis got: laryngopharyngitises, but expected |laryngopharyngitides +photosymbiosis got: photosymbioses, but expected |? +polycarbon got: polycarbons, but expected |? +LEB got: LEBs, but expected |? +biocartilage got: biocartilages, but expected |? +seropositioning got: seropositionings, but expected |? +immunoelectrotransfer got: immunoelectrotransfers, but expected |? +quasilikelihood got: quasilikelihoods, but expected |? +xuixo got: xuixoes, but expected +xuxo got: xuxoes, but expected +gyabrag got: gyabrags, but expected |? +zhoixo got: zhoixoes, but expected |? +gyaho got: gyahoes, but expected |? +xabbatog got: xabbatogs, but expected |? +yellow patch got: yellow patchs, but expected |es +spray-on got: sprays-on, but expected |head=[[spray]]-[[on]] +menacme got: menacmes, but expected |? +mesepisternum got: mesepisternums, but expected |mesepisterna +metacoxa got: metacoxas, but expected |metacoxae +patrix got: patrixes, but expected |patrices +procoxa got: procoxas, but expected |procoxae +hocchiku got: hocchikus, but expected |? +hochiku got: hochikus, but expected |? +slaugh got: slaughs, but expected |? +discoidin got: discoidins, but expected |? +fiberscopy got: fiberscopies, but expected |? +pinjopo got: pinjopoes, but expected |? +polydiversity got: polydiversities, but expected |? +cool box got: cool boxs, but expected |es +ice box got: ice boxs, but expected |es +europinidin got: europinidins, but expected |? +neo-reactionary got: neo-reactionarys, but expected |neo-reactionaries +detrapping got: detrappings, but expected |? +glycopyranosyl got: glycopyranosyls, but expected |? +chahou kheer got: chahou kheers, but expected |? +dosido got: dosidoes, but expected +PMF got: PMFs, but expected |? +arculus got: arculuses, but expected |? +bottle flipping got: bottle flippings, but expected |? +preabdomen got: preabdomen, but expected |s|preabdomina +carve-up got: carves-up, but expected +SPINA-GT got: SPINA-GTs, but expected |? +aryballo got: aryballoes, but expected +hemipons got: hemiponses, but expected |hemipontes +hepatogenesis got: hepatogeneses, but expected |? +tetrastoon got: tetrastoons, but expected |tetrastoa +alkaline hydrolysis got: alkaline hydrolysises, but expected |? +disadaptation got: disadaptations, but expected |? +epididymoorchitis got: epididymoorchitises, but expected |epididymoorchitides +hypocholinergia got: hypocholinergias, but expected |? +microtiming got: microtimings, but expected |? +sechach got: sechaches, but expected +leukoerythroblastosis got: leukoerythroblastoses, but expected +cryptoportico got: cryptoporticoes, but expected +mictoplasm got: mictoplasms, but expected |? +neurosenescence got: neurosenescences, but expected |? +geek-out got: geeks-out, but expected +gynandrium got: gynandriums, but expected |gynandria +gynostegium got: gynostegiums, but expected |gynostegia +archesporium got: archesporiums, but expected |archesporia +phacoiridencleisis got: phacoiridencleises, but expected |? +stolbur got: stolburs, but expected |? +suck-out got: sucks-out, but expected +epiphallus got: epiphalluses, but expected |epiphalli +word-stock got: word-stocks, but expected |word-stock +fibroatrophy got: fibroatrophies, but expected |? +asialogalactose got: asialogalactoses, but expected |? +laouta got: laoutas, but expected |? +posing pouch got: posing pouchs, but expected |es +dedoping got: dedopings, but expected |? +homocoiling got: homocoilings, but expected |? +decaging got: decagings, but expected |? +oxepinoxy got: oxepinoxies, but expected +allosterism got: allosterisms, but expected |? +peribothron got: peribothrons, but expected |peribothra +tulou got: tulous, but expected |tulou +arsenazo got: arsenazoes, but expected +hydroxylamino got: hydroxylaminoes, but expected +armatolos got: armatoloses, but expected |armatoloi +mockito got: mockitoes, but expected +oxophilicity got: oxophilicities, but expected |? +nae nae got: nae naes, but expected |? +twelve-inch got: twelve-inchs, but expected |es|head=[[twelve]]-[[inch]] +fluorescyl got: fluorescyls, but expected |? +dirt sandwich got: dirt sandwichs, but expected |es +flatband got: flatbands, but expected |? +mechanostimulus got: mechanostimuluses, but expected |mechanostimuli +errno got: errnoes, but expected +draw-up got: draws-up, but expected +sfx got: sfxes, but expected |? +pseudo-controversy got: pseudo-controversys, but expected |pseudo-controversies +arm pump got: arm pumps, but expected |? +sk. got: sk.s, but expected |? +red lynx got: red lynxs, but expected |es +chummo got: chummoes, but expected +methoxyethoxy got: methoxyethoxies, but expected |? +tailswing got: tailswings, but expected |? +tail swing got: tail swings, but expected |? +solvatofluorochromism got: solvatofluorochromisms, but expected |? +Cassandra complex got: Cassandra complexs, but expected |es +photostabilization got: photostabilizations, but expected |? +Mr. Hyde got: Mr. Hydes, but expected |? +Dr. Jekyll got: Dr. Jekylls, but expected |? +vonce got: vonces, but expected |? +tosylimido got: tosylimidoes, but expected +oxoiron got: oxoirons, but expected |? +superlocalization got: superlocalizations, but expected |? +bridal carry got: bridal carrys, but expected |? +camel clutch got: camel clutchs, but expected |es +succès de scandale got: succès de scandales, but expected |? +succes de scandale got: succes de scandales, but expected |? +pyrrolidinyloxy got: pyrrolidinyloxies, but expected +succès fou got: succès fous, but expected |? +minyen got: minyens, but expected |minyonim +minyon got: minyons, but expected |minyonim +endosomolysis got: endosomolyses, but expected |? +troch. got: troch.s, but expected |? +haematophagy got: haematophagies, but expected +alkylimino got: alkyliminoes, but expected +fish feed got: fish feeds, but expected |? +fibropapillomatosis got: fibropapillomatoses, but expected |? +cafiso got: cafisoes, but expected +scare-the-birds got: scare-the-birdses, but expected |? +same same got: same sames, but expected |? +returnal got: returnals, but expected |? +hammer bench got: hammer benchs, but expected |es +pill-box got: pill-boxs, but expected |es +icestone got: icestones, but expected |? +wirephoto got: wirephotoes, but expected +woolworks got: woolworkses, but expected |woolworks +EBV got: EBVs, but expected |es +cofolding got: cofoldings, but expected |? +dedoubling got: dedoublings, but expected |? +cafiz got: cafizzes, but expected |es +caffiso got: caffisoes, but expected +rottolo got: rottoloes, but expected |s|rottoli +erythrolysis got: erythrolyses, but expected |? +oxoprolinuria got: oxoprolinurias, but expected |? +panencephalitis got: panencephalitises, but expected |panencephalitides +holobasidium got: holobasidiums, but expected |holobasidia +autobasidium got: autobasidiums, but expected |autobasidia +homobasidium got: homobasidiums, but expected |homobasidia +hypobasidium got: hypobasidiums, but expected |hypobasidia +epibasidium got: epibasidiums, but expected |epibasidia +probasidium got: probasidiums, but expected |probasidia +metabasidium got: metabasidiums, but expected |metabasidia +triarch got: triarches, but expected |s +diarch got: diarches, but expected |s +planidium got: planidiums, but expected |planidia +carboxamido got: carboxamidoes, but expected +pyridylazo got: pyridylazoes, but expected +merosporangium got: merosporangiums, but expected |merosporangia +sporangiolum got: sporangiolums, but expected |sporangiola +RFV got: RFVs, but expected |? +cobra effect got: cobra effects, but expected |? +tubbo got: tubboes, but expected +cash-in got: cashes-in, but expected +aling-aling got: aling-alings, but expected |? +isimbongi got: isimbongis, but expected |izimbongi +cyclobutylmethoxy got: cyclobutylmethoxies, but expected +CTZ got: CTZs, but expected |? +pasty tax got: pasty taxs, but expected |es +swim-off got: swims-off, but expected +stroll in the park got: stroll in the parks, but expected |? +mureidomycin got: mureidomycins, but expected |? +nimbidin got: nimbidins, but expected |? +oxoerythromycin got: oxoerythromycins, but expected |? +almond potato got: almond potatos, but expected |es +waterguard got: waterguards, but expected |? +cephalodium got: cephalodiums, but expected |cephalodia +bonus genius got: bonus geniuses, but expected |? +garden nightshade got: garden nightshades, but expected |? +carbro got: carbroes, but expected +fundatrix got: fundatrixes, but expected |fundatrices +virginopara got: virginoparas, but expected |virginoparae +microdrag got: microdrags, but expected |? +microgyration got: microgyrations, but expected |? +weightbearing got: weightbearings, but expected |? +daddy long-legs got: daddy long-legses, but expected +MOTW got: MOTWs, but expected |? +exhibition match got: exhibition matchs, but expected |es +snowflake generation got: snowflake generations, but expected |? +so on got: soes on, but expected |? +status mixtus got: status mixtuses, but expected |? +YORP effect got: YORP effects, but expected |? +swarthaak got: swarthaaks, but expected |? +run-out got: runs-out, but expected +diacylamino got: diacylaminoes, but expected +Cinderella effect got: Cinderella effects, but expected |? +Cinderella complex got: Cinderella complexs, but expected |es +white bear problem got: white bear problems, but expected |? +ironic process theory got: ironic process theorys, but expected |? +cushion gum got: cushion gums, but expected |? +promulsis got: promulses, but expected |? +isopropyloxy got: isopropyloxies, but expected |? +igqira got: igqiras, but expected |? +chylde got: chyldes, but expected |? +nitrophenoxy got: nitrophenoxies, but expected +pentafluoro got: pentafluoroes, but expected +stench trench got: stench trenchs, but expected |es +phenylimino got: phenyliminoes, but expected +piasaba got: piasabas, but expected |? +cahoun got: cahouns, but expected |? +corocoro got: corocoroes, but expected +cytesin got: cytesins, but expected |? +chrysosporium got: chrysosporiums, but expected |chrysosporia +pyridylamino got: pyridylaminoes, but expected +triurea got: triureas, but expected |? +caillach got: caillaches, but expected +cailliach got: cailliaches, but expected +carpogonium got: carpogoniums, but expected |carpogonia +chainworks got: chainworkses, but expected |chainworks +chedite got: chedites, but expected |? +TETS got: TETSs, but expected |? +final frontier got: final frontiers, but expected |? +acylhydroxyamino got: acylhydroxyaminoes, but expected +alkyloxy got: alkyloxies, but expected +allylindigo got: allylindigoes, but expected +allyloxy got: allyloxies, but expected +zajal got: zajals, but expected |? +nice-to-have got: nices-to-have, but expected |head=[[nice]]-to-[[have]] +anhydroglucose got: anhydroglucoses, but expected |? +anilino got: anilinoes, but expected +arabino got: arabinoes, but expected +arylazo got: arylazoes, but expected +Junt. got: Junt.s, but expected |? +azepino got: azepinoes, but expected +Saraguro got: Saraguroes, but expected +D.Phil. got: D.Phil.s, but expected |? +azolo got: azoloes, but expected +hoplo got: hoploes, but expected +hexarch got: hexarches, but expected |s +huaquero got: huaqueroes, but expected +non-party got: non-partys, but expected |head=[[non-]][[party]]|non-parties +hymenopteron got: hymenopterons, but expected |hymenoptera +benzoyloxy got: benzoyloxies, but expected +carbonyloxy got: carbonyloxies, but expected +chromeno got: chromenoes, but expected +cyanoethoxy got: cyanoethoxies, but expected +bitch-out got: bitches-out, but expected +poeticks got: poetickses, but expected |poeticks +decoiling got: decoilings, but expected |? +xató got: xatós, but expected |? +hypo-osmolality got: hypo-osmolalitys, but expected |hypo-osmolalities +hyper-osmolality got: hyper-osmolalitys, but expected |hyper-osmolalities +diazirino got: diazirinoes, but expected +dihydroazepino got: dihydroazepinoes, but expected +dihydroazolo got: dihydroazoloes, but expected +dihydrobenzo got: dihydrobenzoes, but expected +dihydropyrazolo got: dihydropyrazoloes, but expected +pyrazolo got: pyrazoloes, but expected +diisocyanato got: diisocyanatoes, but expected +isocyanato got: isocyanatoes, but expected +diisopropylamino got: diisopropylaminoes, but expected +dipyrrolo got: dipyrroloes, but expected +epoxyazepino got: epoxyazepinoes, but expected +haloalkoxy got: haloalkoxies, but expected +hexylamino got: hexylaminoes, but expected +indazolo got: indazoloes, but expected +integramycin got: integramycins, but expected |? +isoedunol got: isoedunols, but expected |? +edunol got: edunols, but expected |? +methoxyimino got: methoxyiminoes, but expected +methylanilino got: methylanilinoes, but expected +monoazido got: monoazidoes, but expected +maj. got: maj.s, but expected |? +pentaquadrupole got: pentaquadrupoles, but expected |? +bit between one's teeth got: bit between one's teeths, but expected |? +phenyloxy got: phenyloxies, but expected +S-box got: S-boxs, but expected |es +weredingo got: weredingoes, but expected +mutility got: mutilities, but expected |? +Ravenna grass got: Ravenna grasses, but expected |? +one thing after another got: one thing after anothers, but expected |? +nothing-buttery got: nothing-butterys, but expected |nothing-butteries +kecak got: kecaks, but expected |? +pinacolato got: pinacolatoes, but expected +bowlas got: bowlases, but expected +polyserine got: polyserines, but expected |? +polytyrosine got: polytyrosines, but expected |? +pyrazino got: pyrazinoes, but expected +pyrido got: pyridoes, but expected +quinazolino got: quinazolinoes, but expected +tetrazolo got: tetrazoloes, but expected +thiotetracene got: thiotetracenes, but expected |? +triazolo got: triazoloes, but expected +trifluoroacetoxy got: trifluoroacetoxies, but expected +240000 +heikegani got: heikeganis, but expected |heikegani +thyrotoxicosis factitia got: thyrotoxicosis factitias, but expected |? +vaccinum got: vaccinums, but expected |? +timestepping got: timesteppings, but expected |? +scalarvac got: scalarvacs, but expected |? +fuckabilly got: fuckabillies, but expected |? +whiteflaw got: whiteflaws, but expected |? +Bangsamoro got: Bangsamoroes, but expected +wavebreaking got: wavebreakings, but expected |? +melinjo got: melinjoes, but expected |? +hopniss got: hopnisses, but expected |? +thirty-thirty got: thirty-thirtys, but expected |thirty-thirties +kinessence got: kinessences, but expected |? +sublocus got: sublocuses, but expected |subloci +minmax got: minmaxes, but expected |? +pseudovacuum got: pseudovacuums, but expected |pseudovacua +cokriging got: cokrigings, but expected |? +fronthaul got: fronthauls, but expected |? +hyperoctahedron got: hyperoctahedrons, but expected |hyperoctahedra +paperfolding got: paperfoldings, but expected |? +blotch on the escutcheon got: blotch on the escutcheons, but expected |? +demipositivity got: demipositivities, but expected |? +paracontact got: paracontacts, but expected |? +decohesion got: decohesions, but expected |? +pruritus ani got: pruritus anis, but expected |? +electroswelling got: electroswellings, but expected |? +finitizability got: finitizabilities, but expected |? +latfield got: latfields, but expected |? +supersimplicity got: supersimplicities, but expected +otopy got: otopies, but expected |? +overcoherence got: overcoherences, but expected |? +maid-of-all-work got: maid-of-all-works, but expected |maids-of-all-work +hypercontinuum got: hypercontinuums, but expected |hypercontinua +discman got: discmen, but expected +nosh-up got: noshes-up, but expected +lesser goldfinch got: lesser goldfinchs, but expected |es +enoch got: enoches, but expected +hold-down got: holds-down, but expected +spheropolyhedron got: spheropolyhedrons, but expected |spheropolyhedra +subminimality got: subminimalities, but expected |? +imprimitivity got: imprimitivities, but expected |? +antibiofouling got: antibiofoulings, but expected |? +delensing got: delensings, but expected |? +were-elf got: were-elfs, but expected |were-elves +magnetoshear got: magnetoshears, but expected |? +anticoherence got: anticoherences, but expected |? +homomesy got: homomesies, but expected |? +proximality got: proximalities, but expected |? +lethech got: letheches, but expected +coradical got: coradicals, but expected |? +hapram got: haprams, but expected |? +supermomentum got: supermomentums, but expected |? +hyperhelium got: hyperheliums, but expected |? +devissage got: devissages, but expected |? +superreplication got: superreplications, but expected |? +crosswedge got: crosswedges, but expected |? +meetaversary got: meetaversaries, but expected +mmag got: mmags, but expected |? +monodoping got: monodopings, but expected |? +gray fox got: gray foxs, but expected |es +twillbacking got: twillbackings, but expected |? +technirho got: technirhoes, but expected +trichotrophy got: trichotrophies, but expected |? +anadenia got: anadenias, but expected |? +heteradenia got: heteradenias, but expected |? +patriarchal church got: patriarchal churchs, but expected |es +allosemitism got: allosemitisms, but expected |? +anticonfinement got: anticonfinements, but expected |? +asynchronization got: asynchronizations, but expected |? +reductivity got: reductivities, but expected |? +macroprocess got: macroprocesses, but expected |? +microprocess got: microprocesses, but expected |? +final illness got: final illnesses, but expected +peanosphere got: peanospheres, but expected |? +provokatsiya got: provokatsiyas, but expected |? +eigenaxis got: eigenaxises, but expected |eigenaxes +eigenlocus got: eigenlocuses, but expected |eigenloci +cogonal got: cogonals, but expected |cogonales +hypercohomology got: hypercohomologies, but expected |? +hyperskewness got: hyperskewnesses, but expected |? +isogravity got: isogravities, but expected |? +isomass got: isomasses, but expected |? +quasizero got: quasizeroes, but expected |? +subtorus got: subtoruses, but expected |subtori +vibrodiffusion got: vibrodiffusions, but expected |? +asqtad got: asqtads, but expected |? +photogating got: photogatings, but expected |? +lishenets got: lishenetses, but expected |lishenets +valenok got: valenoks, but expected |valenki +campylon got: campylons, but expected |? +oncotripsy got: oncotripsies, but expected |? +anti-antifeminist got: anti-antifeminists, but expected |? +anti-antifa got: anti-antifas, but expected |? +diattenuation got: diattenuations, but expected |? +precoloring got: precolorings, but expected |? +ppbar got: ppbars, but expected |? +dechiralisation got: dechiralisations, but expected |? +superreflexivity got: superreflexivities, but expected |? +subpower got: subpowers, but expected |? +pseudolocality got: pseudolocalities, but expected |? +diagonalness got: diagonalnesses, but expected |? +MCNP got: MCNPs, but expected |? +hypoequilibrium got: hypoequilibriums, but expected |hypoequilibria +brinkmate got: brinkmates, but expected |brinkmate +threatmate got: threatmates, but expected |threatmate +orientifolding got: orientifoldings, but expected |? +stay-at-homer got: stays-at-homer, but expected +tetraeteris got: tetraeterises, but expected |tetraeterides +downweighting got: downweightings, but expected |? +piggy-wiggy got: piggy-wiggys, but expected |piggy-wiggies +kredemnon got: kredemnons, but expected |kredemna +RNS got: RNSs, but expected |? +mai waifu got: mai waifus, but expected |? +superantiwettability got: superantiwettabilities, but expected |? +bitslice got: bitslice, but expected +egomotion got: egomotions, but expected |? +disintegrability got: disintegrabilities, but expected |? +nebentypus got: nebentypuses, but expected |? +decoherency got: decoherencies, but expected |? +karayuki-san got: karayuki-sans, but expected |karayuki-san +Maltese centaury got: Maltese centaurys, but expected |? +comodernism got: comodernisms, but expected |? +addressation got: addressations, but expected |? +poop sandwich got: poop sandwichs, but expected |es +microspin got: microspins, but expected |? +monosulfur got: monosulfurs, but expected |? +heterostructuring got: heterostructurings, but expected |? +supertransfer got: supertransfers, but expected |? +Dutch reach got: Dutch reachs, but expected |? +data science got: data sciences, but expected |? +hypercolor got: hypercolors, but expected |? +piipite got: piipites, but expected |? +overtilting got: overtiltings, but expected |? +hypertranscendence got: hypertranscendences, but expected |? +variationality got: variationalities, but expected |? +underactuation got: underactuations, but expected |? +deconfusion got: deconfusions, but expected |? +magnetoelectroluminescence got: magnetoelectroluminescences, but expected |? +quasiequilibrium got: quasiequilibriums, but expected |quasiequilibria +hyporeflexivity got: hyporeflexivities, but expected |? +reconstructability got: reconstructabilities, but expected |? +weakino got: weakinoes, but expected +isochronicity got: isochronicities, but expected |? +mitpachat got: mitpachats, but expected |mitpachot +forcibility got: forcibilities, but expected |? +superscattering got: superscatterings, but expected |? +PUP got: PUPs, but expected |? +nanofocus got: nanofocuses, but expected |? +multislicing got: multislicings, but expected |? +femtocaching got: femtocachings, but expected |? +bandmixing got: bandmixings, but expected |? +distinctioning got: distinctionings, but expected |? +dominability got: dominabilities, but expected |? +efolding got: efoldings, but expected |? +subgridding got: subgriddings, but expected |? +alt-left got: alt-lefts, but expected |? +alt left got: alt lefts, but expected |? +burn-in got: burns-in, but expected |?|head=[[burn]]-[[in]] +Welman got: Welmen, but expected +fore-overman got: fore-overmans, but expected |fore-overmen +pastrix got: pastrixes, but expected |? +porphyrogene got: porphyrogenes, but expected |? +chirotony got: chirotonies, but expected |? +side-wife got: side-wifes, but expected |side-wives +climacterium got: climacteriums, but expected |climacteria +acreocracy got: acreocracies, but expected |? +agarito got: agaritoes, but expected +brew-in got: brews-in, but expected +exfill got: exfills, but expected |? +hulusi got: hulusis, but expected |? +Fred Astaire got: Fred Astaires, but expected |? +love-shy got: love-shys, but expected |love-shies +granjeno got: granjenoes, but expected +white birch got: white birchs, but expected |es +mugcake got: mugcakes, but expected |m +Turing switch got: Turing switchs, but expected |es +botosphere got: botospheres, but expected |? +back stretch got: back stretchs, but expected |es +back-stretch got: back-stretchs, but expected |es +BANANA principle got: BANANA principles, but expected |? +omnigeneity got: omnigeneities, but expected |? +overdoping got: overdopings, but expected |? +quarterwave got: quarterwaves, but expected |? +bally-wartch got: bally-wartchs, but expected |es +dystopianism got: dystopianisms, but expected |? +dduk got: dduks, but expected |? +tteokbokki got: tteokbokkis, but expected |? +rachmones got: rachmoneses, but expected |? +guoxue got: guoxues, but expected |? +gypsobelum got: gypsobelums, but expected |? +kargyraa got: kargyraas, but expected |? +agbero got: agberoes, but expected +tiesese got: tieseses, but expected |? +pirachkich got: pirachkiches, but expected +kanpachi got: kanpachis, but expected |? +contrapunctus got: contrapunctuses, but expected |contrapuncti +small penis syndrome got: small penis syndromes, but expected |? +jazz box got: jazz boxs, but expected |es +munchie box got: munchie boxs, but expected |es +pizza crunch got: pizza crunchs, but expected |es +geostatic arch got: geostatic archs, but expected |es +hyperhomology got: hyperhomologies, but expected |? +hooscow got: hooscows, but expected |? +hoosecow got: hoosecows, but expected |? +M4F got: M4Fs, but expected |? +e-repository got: e-repositorys, but expected |e-repositories +cosimplex got: cosimplexes, but expected |simplexes|simplices +anisohypermetropia got: anisohypermetropias, but expected |? +pathophys got: pathophyses, but expected |? +kitniyot got: kitniyots, but expected |? +laureth got: laureths, but expected |? +weredwarf got: weredwarves, but expected +methodism got: methodisms, but expected |? +kitniot got: kitniots, but expected |? +baal koreh got: baal korehs, but expected |? +baal kore got: baal kores, but expected |? +autokabalesis got: autokabaleses, but expected |? +Pfropfschizophrenie got: Pfropfschizophrenies, but expected |? +stasibasiphobia got: stasibasiphobias, but expected |? +tokkuri got: tokkuris, but expected |tokkuri +chirori got: chiroris, but expected |chirori +dimbo got: dimboes, but expected +mis-history got: mis-historys, but expected |mis-histories +pfropfschizophrenie got: pfropfschizophrenies, but expected |? +Astaire got: Astaires, but expected |? +Travolta got: Travoltas, but expected |? +chip and gather got: chip and gathers, but expected |? +chip-and-gather got: chip-and-gathers, but expected |? +hullaballo got: hullaballoes, but expected +methoxyketamine got: methoxyketamines, but expected |? +vdo got: vdoes, but expected +bal musette got: bal musettes, but expected |? +Words checked: 242707 (977 basic words) +Correct: 93.906235% (99.79529% basic words) +Errors: + No plural form specified: 8171 (3.3666108%) + Incorrect answer: 6619 (2.7271566%) |
