diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 922e4a6..02ae50a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ schedules: include: - master variables: - minrust: 1.49.0 + minrust: 1.53.0 codecov_token: $(CODECOV_TOKEN_SECRET) windows_vm: vs2017-win2016 mac_vm: macos-10.14 @@ -184,6 +184,10 @@ stages: vmImage: ${{ variables.linux_vm }} steps: - template: install-rust.yml@templates + parameters: + rust: ${{ variables.minrust }} + components: + - rustfmt - script: | cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check displayName: Verify typos-dict diff --git a/crates/codespell-dict/src/dict_codegen.rs b/crates/codespell-dict/src/dict_codegen.rs index 32eef74..3639bdd 100644 --- a/crates/codespell-dict/src/dict_codegen.rs +++ b/crates/codespell-dict/src/dict_codegen.rs @@ -1013,7 +1013,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("airator", &["aerator"]), ("airbourne", &["airborne"]), ("aircaft", &["aircraft"]), - ("aircrafts\'", &["aircraft\'s"]), + ("aircrafts'", &["aircraft's"]), ("aircrafts", &["aircraft"]), ("airfow", &["airflow"]), ("airial", &["aerial", "arial"]), @@ -2318,14 +2318,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("arcitectures", &["architectures"]), ("arcticle", &["article"]), ("Ardiuno", &["Arduino"]), - ("are\'nt", &["aren\'t"]), + ("are'nt", &["aren't"]), ("aready", &["already"]), ("areea", &["area"]), - ("aren\'s", &["aren\'t"]), - ("aren;t", &["aren\'t"]), - ("arent\'", &["aren\'t"]), - ("arent", &["aren\'t"]), - ("arent;", &["aren\'t"]), + ("aren's", &["aren't"]), + ("aren;t", &["aren't"]), + ("arent'", &["aren't"]), + ("arent", &["aren't"]), + ("arent;", &["aren't"]), ("areodynamics", &["aerodynamics"]), ("argement", &["argument"]), ("argements", &["arguments"]), @@ -2381,8 +2381,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("armamant", &["armament"]), ("armistace", &["armistice"]), ("armonic", &["harmonic"]), - ("arn\'t", &["aren\'t"]), - ("arne\'t", &["aren\'t"]), + ("arn't", &["aren't"]), + ("arne't", &["aren't"]), ("arogant", &["arrogant"]), ("arogent", &["arrogant"]), ("aronud", &["around"]), @@ -4481,7 +4481,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("campaing", &["campaign"]), ("campains", &["campaigns"]), ("camparing", &["comparing"]), - ("can;t", &["can\'t"]), + ("can;t", &["can't"]), ("canadan", &["canadian"]), ("canbe", &["can be"]), ("cancelability", &["cancellability"]), @@ -4505,7 +4505,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("canged", &["changed"]), ("canidate", &["candidate"]), ("canidates", &["candidates"]), - ("cann\'t", &["can\'t"]), + ("cann't", &["can't"]), ("cann", &["can"]), ("cannister", &["canister"]), ("cannisters", &["canisters"]), @@ -4524,8 +4524,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("canonicalizations", &["canonicalization"]), ("canonival", &["canonical"]), ("canot", &["cannot"]), - ("cant\'", &["can\'t"]), - ("cant;", &["can\'t"]), + ("cant'", &["can't"]), + ("cant;", &["can't"]), ("canvase", &["canvas"]), ("caost", &["coast"]), ("capabable", &["capable"]), @@ -5060,7 +5060,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("childlren", &["children"]), ("childrens", &["children"]), ("childres", &["children"]), - ("childs", &["children", "child\'s"]), + ("childs", &["children", "child's"]), ("chiled", &["child", "chilled"]), ("chiledren", &["children"]), ("chilren", &["children"]), @@ -5292,7 +5292,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("cleck", &["check"]), ("cleean", &["clean"]), ("cleff", &["clef"]), - ("cleint\'s", &["client\'s"]), + ("cleint's", &["client's"]), ("cleint", &["client"]), ("cleints", &["clients"]), ("cler", &["clear"]), @@ -5362,8 +5362,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("cmoputers", &["computers"]), ("cna", &["can"]), ("cnannel", &["channel"]), - ("cnat\'", &["can\'t"]), - ("cnat", &["can\'t"]), + ("cnat'", &["can't"]), + ("cnat", &["can't"]), ("cnfiguration", &["configuration"]), ("cnfigure", &["configure"]), ("cnfigured", &["configured"]), @@ -7569,16 +7569,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("coucil", &["council"]), ("coud", &["could"]), ("coudl", &["could", "cloud"]), - ("coudn\'t", &["couldn\'t"]), - ("coudnt", &["couldn\'t"]), + ("coudn't", &["couldn't"]), + ("coudnt", &["couldn't"]), ("coul", &["could"]), - ("could\'nt", &["couldn\'t"]), - ("could\'t", &["couldn\'t"]), - ("couldn;t", &["couldn\'t"]), - ("couldnt\'", &["couldn\'t"]), - ("couldnt", &["couldn\'t"]), - ("couldnt;", &["couldn\'t"]), - ("couln\'t", &["couldn\'t"]), + ("could'nt", &["couldn't"]), + ("could't", &["couldn't"]), + ("couldn;t", &["couldn't"]), + ("couldnt'", &["couldn't"]), + ("couldnt", &["couldn't"]), + ("couldnt;", &["couldn't"]), + ("couln't", &["couldn't"]), ("couloumb", &["coulomb"]), ("coult", &["could"]), ("coummunities", &["communities"]), @@ -7607,14 +7607,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("counterpar", &["counterpart"]), ("counterpoart", &["counterpart"]), ("counterpoarts", &["counterparts"]), - ("countie\'s", &["counties", "counties\'", "county\'s"]), + ("countie's", &["counties", "counties'", "county's"]), ("countinue", &["continue"]), ("countinueq", &["continueq", "continue"]), ("countires", &["countries", "counties"]), ("countour", &["contour", "counter"]), ("countours", &["contours", "counters"]), ("countr", &["counter", "contour", "country", "county"]), - ("countrie\'s", &["countries", "countries\'", "country\'s"]), + ("countrie's", &["countries", "countries'", "country's"]), ("countrs", &["counters", "contours", "countries"]), ("cource", &["course", "coerce", "source"]), ("coururier", &["courier", "couturier"]), @@ -7633,7 +7633,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("coutner", &["counter"]), ("coutners", &["counters"]), ("couuld", &["could"]), - ("couuldn\'t", &["couldn\'t"]), + ("couuldn't", &["couldn't"]), ("covarage", &["coverage"]), ("covarages", &["coverages"]), ("covarege", &["coverage"]), @@ -7826,7 +7826,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("curernt", &["current"]), ("curerntly", &["currently"]), ("curiousities", &["curiosities"]), - ("curiousity\'s", &["curiosity\'s"]), + ("curiousity's", &["curiosity's"]), ("curiousity", &["curiosity"]), ("curnilinear", &["curvilinear"]), ("currect", &["correct", "current"]), @@ -8147,7 +8147,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("debgug", &["debug"]), ("debguging", &["debugging"]), ("debiab", &["Debian"]), - ("debians", &["Debian\'s"]), + ("debians", &["Debian's"]), ("debloking", &["deblocking"]), ("debth", &["depth"]), ("debths", &["depths"]), @@ -8698,7 +8698,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("deocding", &["decoding"]), ("deocdings", &["decodings"]), ("deoes", &["does"]), - ("deoesn\'t", &["doesn\'t"]), + ("deoesn't", &["doesn't"]), ("deompression", &["decompression"]), ("depandance", &["dependence"]), ("depandancies", &["dependencies"]), @@ -9074,7 +9074,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("deslects", &["deselects"]), ("desltop", &["desktop"]), ("desltops", &["desktops"]), - ("desn\'t", &["doesn\'t"]), + ("desn't", &["doesn't"]), ("desne", &["dense"]), ("desnse", &["dense"]), ("desogn", &["design"]), @@ -9305,7 +9305,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("devleoppers", &["developers"]), ("devlop", &["develop"]), ("devloped", &["developed"]), - ("devloper\'s", &["developer\'s"]), + ("devloper's", &["developer's"]), ("devloper", &["developer"]), ("devlopers", &["developers"]), ("devloping", &["developing"]), @@ -9412,13 +9412,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("dictonary", &["dictionary"]), ("dicussed", &["discussed"]), ("dicussions", &["discussions"]), - ("did\'nt", &["didn\'t"]), + ("did'nt", &["didn't"]), ("didi", &["did"]), - ("didn;t", &["didn\'t"]), - ("didnt\'", &["didn\'t"]), - ("didnt\'t", &["didn\'t"]), - ("didnt", &["didn\'t"]), - ("didnt;", &["didn\'t"]), + ("didn;t", &["didn't"]), + ("didnt'", &["didn't"]), + ("didnt't", &["didn't"]), + ("didnt", &["didn't"]), + ("didnt;", &["didn't"]), ("diea", &["idea", "die"]), ("dieing", &["dying", "dyeing"]), ("dielectirc", &["dielectric"]), @@ -9833,7 +9833,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("discribing", &["describing"]), ("discription", &["description"]), ("discriptions", &["descriptions"]), - ("discriptor\'s", &["descriptor\'s"]), + ("discriptor's", &["descriptor's"]), ("disctinction", &["distinction"]), ("disctinctive", &["distinctive"]), ("disctinguish", &["distinguish"]), @@ -10203,7 +10203,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("dloating", &["floating"]), ("dnamically", &["dynamically"]), ("dne", &["done"]), - ("do\'nt", &["don\'t"]), + ("do'nt", &["don't"]), ("doalog", &["dialog"]), ("doamin", &["domain", "dopamine"]), ("doamine", &["dopamine", "domain"]), @@ -10267,30 +10267,30 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("documument", &["document"]), ("docunment", &["document"]), ("doed", &["does"]), - ("doen\'t", &["doesn\'t"]), + ("doen't", &["doesn't"]), ("doen", &["done"]), - ("doens\'t", &["doesn\'t"]), + ("doens't", &["doesn't"]), ("doens", &["does"]), - ("doensn\'t", &["doesn\'t"]), - ("does\'nt", &["doesn\'t"]), - ("does\'t", &["doesn\'t"]), - ("doese\'t", &["doesn\'t"]), + ("doensn't", &["doesn't"]), + ("does'nt", &["doesn't"]), + ("does't", &["doesn't"]), + ("doese't", &["doesn't"]), ("doese", &["does"]), - ("doesen\'t", &["doesn\'t"]), - ("doesent\'", &["doesn\'t"]), - ("doesent", &["doesn\'t"]), + ("doesen't", &["doesn't"]), + ("doesent'", &["doesn't"]), + ("doesent", &["doesn't"]), ("doesing", &["doing", "does", "does in", "dosing", "dozing"]), ("doesits", &["does its"]), - ("doesn\'", &["doesn\'t"]), - ("doesn;t", &["doesn\'t"]), - ("doesnexist", &["doesn\'t exist"]), - ("doesnot", &["doesn\'t", "does not"]), - ("doesnt\'", &["doesn\'t"]), - ("doesnt\'t", &["doesn\'t"]), - ("doesnt", &["doesn\'t", "does not"]), - ("doesnt;", &["doesn\'t"]), + ("doesn'", &["doesn't"]), + ("doesn;t", &["doesn't"]), + ("doesnexist", &["doesn't exist"]), + ("doesnot", &["doesn't", "does not"]), + ("doesnt'", &["doesn't"]), + ("doesnt't", &["doesn't"]), + ("doesnt", &["doesn't", "does not"]), + ("doesnt;", &["doesn't"]), ("doess", &["does"]), - ("doestn\'t", &["doesn\'t"]), + ("doestn't", &["doesn't"]), ("doign", &["doing"]), ("doiing", &["doing"]), ("doiuble", &["double"]), @@ -10328,8 +10328,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("donig", &["doing"]), ("donn", &["done", "don"]), ("donnot", &["do not"]), - ("dont\'", &["don\'t"]), - ("dont\'t", &["don\'t"]), + ("dont'", &["don't"]), + ("dont't", &["don't"]), ("donwload", &["download"]), ("donwloaded", &["downloaded"]), ("donwloading", &["downloading"]), @@ -10343,16 +10343,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("dordered", &["ordered"]), ("dorment", &["dormant"]), ("dorp", &["drop"]), - ("dosen\'t", &["doesn\'t"]), + ("dosen't", &["doesn't"]), ("dosen", &["dozen", "dose", "doesn"]), - ("dosen;t", &["doesn\'t"]), + ("dosen;t", &["doesn't"]), ("dosens", &["dozens"]), - ("dosent\'", &["doesn\'t"]), - ("dosent", &["doesn\'t"]), - ("dosent;", &["doesn\'t"]), - ("dosn\'t", &["doesn\'t"]), - ("dosn;t", &["doesn\'t"]), - ("dosnt", &["doesn\'t"]), + ("dosent'", &["doesn't"]), + ("dosent", &["doesn't"]), + ("dosent;", &["doesn't"]), + ("dosn't", &["doesn't"]), + ("dosn;t", &["doesn't"]), + ("dosnt", &["doesn't"]), ("dosposing", &["disposing"]), ("dosument", &["document"]), ("dosuments", &["documents"]), @@ -11520,7 +11520,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("everthing", &["everything"]), ("evertything", &["everything"]), ("everwhere", &["everywhere"]), - ("everybodies", &["everybody", "everybody\'s"]), + ("everybodies", &["everybody", "everybody's"]), ("everyhing", &["everything"]), ("everythig", &["everything"]), ("everythign", &["everything"]), @@ -12244,7 +12244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("experessed", &["expressed"]), ("experesses", &["expresses"]), ("experessing", &["expressing"]), - ("experession\'s", &["expression\'s"]), + ("experession's", &["expression's"]), ("experession", &["expression"]), ("experessions", &["expressions"]), ("experiance", &["experience"]), @@ -13900,8 +13900,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("gaurentee", &["guarantee"]), ("gaurenteed", &["guaranteed"]), ("gaurentees", &["guarantees"]), - ("gaus\'", &["Gauss\'"]), - ("gaus\'s", &["Gauss\'"]), + ("gaus'", &["Gauss'"]), + ("gaus's", &["Gauss'"]), ("gaus", &["Gauss", "gauze"]), ("gausian", &["Gaussian"]), ("geenrate", &["generate"]), @@ -14043,7 +14043,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("gerneric", &["generic"]), ("gernerics", &["generics"]), ("gess", &["guess"]), - ("get\'s", &["gets"]), + ("get's", &["gets"]), ("get;s", &["gets"]), ("getfastproperyvalue", &["getfastpropertyvalue"]), ("getimezone", &["gettimezone"]), @@ -14080,7 +14080,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("gitatributes", &["gitattributes"]), ("gived", &["given", "gave"]), ("giveing", &["giving"]), - ("givem", &["given", "give them", "give \'em"]), + ("givem", &["given", "give them", "give 'em"]), ("givveing", &["giving"]), ("givven", &["given"]), ("givving", &["giving"]), @@ -14334,10 +14334,10 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("guarunteing", &["guaranteeing"]), ("guaruntes", &["guarantees"]), ("guarunty", &["guaranty"]), - ("guas\'", &["Gauss\'"]), - ("guas\'s", &["Gauss\'"]), + ("guas'", &["Gauss'"]), + ("guas's", &["Gauss'"]), ("guas", &["Gauss"]), - ("guass\'", &["Gauss\'"]), + ("guass'", &["Gauss'"]), ("guass", &["Gauss"]), ("guassian", &["Gaussian"]), ("Guatamala", &["Guatemala"]), @@ -14384,7 +14384,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("halarious", &["hilarious"]), ("hald", &["held"]), ("halfs", &["halves"]), - ("Hallowean", &["Hallowe\'en", "Halloween"]), + ("Hallowean", &["Hallowe'en", "Halloween"]), ("halp", &["help"]), ("halpoints", &["halfpoints"]), ("hammmer", &["hammer"]), @@ -14503,33 +14503,33 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("harth", &["hearth"]), ("harware", &["hardware"]), ("harwdare", &["hardware"]), - ("has\'nt", &["hasn\'t"]), + ("has'nt", &["hasn't"]), ("hases", &["hashes"]), ("hashi", &["hash"]), ("hashreference", &["hash reference"]), ("hashs", &["hashes"]), ("hashses", &["hashes"]), ("hask", &["hash"]), - ("hasn;t", &["hasn\'t"]), - ("hasnt\'", &["hasn\'t"]), - ("hasnt", &["hasn\'t"]), + ("hasn;t", &["hasn't"]), + ("hasnt'", &["hasn't"]), + ("hasnt", &["hasn't"]), ("hass", &["hash"]), ("Hatian", &["Haitian"]), ("hauty", &["haughty"]), ("hav", &["have", "half"]), ("hava", &["have", "have a"]), - ("have\'nt", &["haven\'t"]), + ("have'nt", &["haven't"]), ("havea", &["have", "have a"]), ("havee", &["have", "have a"]), ("haveing", &["having"]), - ("haven;t", &["haven\'t"]), - ("havent\'", &["haven\'t"]), - ("havent\'t", &["haven\'t"]), - ("havent", &["haven\'t"]), + ("haven;t", &["haven't"]), + ("havent'", &["haven't"]), + ("havent't", &["haven't"]), + ("havent", &["haven't"]), ("havew", &["have"]), ("haviest", &["heaviest"]), - ("havn\'t", &["haven\'t"]), - ("havnt", &["haven\'t"]), + ("havn't", &["haven't"]), + ("havnt", &["haven't"]), ("haynus", &["heinous"]), ("hazzle", &["hassle"]), ("hda", &["had"]), @@ -14790,9 +14790,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("hsi", &["his"]), ("hsitorians", &["historians"]), ("hsotname", &["hostname"]), - ("hsould\'nt", &["shouldn\'t"]), + ("hsould'nt", &["shouldn't"]), ("hsould", &["should"]), - ("hsouldn\'t", &["shouldn\'t"]), + ("hsouldn't", &["shouldn't"]), ("hstory", &["history"]), ("htacccess", &["htaccess"]), ("hte", &["the"]), @@ -14872,8 +14872,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("hypvervisors", &["hypervisors"]), ("hypvisor", &["hypervisor"]), ("hypvisors", &["hypervisors"]), - ("I\'sd", &["I\'d"]), - ("i;ll", &["I\'ll"]), + ("I'sd", &["I'd"]), + ("i;ll", &["I'll"]), ("iamge", &["image"]), ("ibrary", &["library"]), ("icesickle", &["icicle"]), @@ -16091,7 +16091,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("inreractive", &["interactive"]), ("inrerface", &["interface"]), ("inro", &["into"]), - ("ins\'t", &["isn\'t"]), + ("ins't", &["isn't"]), ("insallation", &["installation"]), ("insalled", &["installed"]), ("insance", &["instance", "insane"]), @@ -16396,7 +16396,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("interfernce", &["interference"]), ("interferred", &["interfered"]), ("interferring", &["interfering"]), - ("interger\'s", &["integer\'s"]), + ("interger's", &["integer's"]), ("interger", &["integer"]), ("intergerated", &["integrated"]), ("intergers", &["integers"]), @@ -16723,7 +16723,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("irresistable", &["irresistible"]), ("irresistably", &["irresistibly"]), ("irreversable", &["irreversible"]), - ("is\'nt", &["isn\'t"]), + ("is'nt", &["isn't"]), ("isconnection", &["isconnected"]), ("iscrated", &["iscreated"]), ("iself", &["itself"]), @@ -16732,11 +16732,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("isimilar", &["similar"]), ("isloation", &["isolation"]), ("ismas", &["isthmus"]), - ("isn;t", &["isn\'t"]), + ("isn;t", &["isn't"]), ("isnpiron", &["inspiron"]), - ("isnt\'", &["isn\'t"]), - ("isnt", &["isn\'t"]), - ("isnt;", &["isn\'t"]), + ("isnt'", &["isn't"]), + ("isnt", &["isn't"]), + ("isnt;", &["isn't"]), ("isntallation", &["installation"]), ("isntallations", &["installations"]), ("isntance", &["instance"]), @@ -16748,7 +16748,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("isssued", &["issued"]), ("isssues", &["issues"]), ("issueing", &["issuing"]), - ("ist", &["is", "it", "its", "it\'s", "sit", "list"]), + ("ist", &["is", "it", "its", "it's", "sit", "list"]), ("istalling", &["installing"]), ("istance", &["instance"]), ("istead", &["instead"]), @@ -18374,7 +18374,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("moduile", &["module"]), ("modukles", &["modules"]), ("modul", &["module"]), - ("modules\'s", &["modules\'"]), + ("modules's", &["modules'"]), ("modulie", &["module"]), ("modulu", &["modulo"]), ("modulues", &["modules"]), @@ -18586,7 +18586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("muscial", &["musical"]), ("muscician", &["musician"]), ("muscicians", &["musicians"]), - ("musn\'t", &["mustn\'t"]), + ("musn't", &["mustn't"]), ("mustator", &["mutator"]), ("muste", &["must"]), ("mutablity", &["mutability"]), @@ -18746,7 +18746,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("neeedle", &["needle"]), ("neeedles", &["needles", "needless"]), ("neeedless", &["needless", "needles"]), - ("neeedn\'t", &["needn\'t"]), + ("neeedn't", &["needn't"]), ("neeeds", &["needs"]), ("nees", &["needs"]), ("neesd", &["needs"]), @@ -19467,7 +19467,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("nuturing", &["nurturing"]), ("nwe", &["new"]), ("nwo", &["now"]), - ("o\'caml", &["OCaml"]), + ("o'caml", &["OCaml"]), ("obay", &["obey"]), ("obect", &["object"]), ("obediance", &["obedience"]), @@ -19586,7 +19586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("occurrance", &["occurrence"]), ("occurrances", &["occurrences"]), ("occurrs", &["occurs"]), - ("oclock", &["o\'clock"]), + ("oclock", &["o'clock"]), ("ocntext", &["context"]), ("ocorrence", &["occurrence"]), ("ocorrences", &["occurrences"]), @@ -20315,7 +20315,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("packge", &["package"]), ("packged", &["packaged"]), ("packgement", &["packaging"]), - ("packges\'", &["packages\'"]), + ("packges'", &["packages'"]), ("packges", &["packages"]), ("packhage", &["package"]), ("packhages", &["packages"]), @@ -22066,7 +22066,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("prohibting", &["prohibiting"]), ("prohibts", &["prohibits"]), ("proirity", &["priority"]), - ("projct\'s", &["project\'s"]), + ("projct's", &["project's"]), ("projct", &["project"]), ("projction", &["projection"]), ("projctions", &["projections"]), @@ -23729,9 +23729,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("rende", &["render", "rend"]), ("renderadble", &["renderable"]), ("rendereing", &["rendering"]), - ("rendererers", &["renderers", "renderer\'s"]), + ("rendererers", &["renderers", "renderer's"]), ("renderering", &["rendering"]), - ("renderes", &["renders", "renderers", "renderer\'s"]), + ("renderes", &["renders", "renderers", "renderer's"]), ("renderning", &["rendering"]), ("renderr", &["render"]), ("renderring", &["rendering"]), @@ -24414,7 +24414,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("responsability", &["responsibility"]), ("responsable", &["responsible"]), ("responsed", &["responded", "responses"]), - ("responser\'s", &["responder\'s"]), + ("responser's", &["responder's"]), ("responser", &["responder"]), ("responsers", &["responders"]), ("responsess", &["responses"]), @@ -25058,7 +25058,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("scholarhip", &["scholarship"]), ("scholarhips", &["scholarships"]), ("scholarstic", &["scholastic", "scholarly"]), - ("scholdn\'t", &["shouldn\'t"]), + ("scholdn't", &["shouldn't"]), ("schould", &["should"]), ("scientfic", &["scientific"]), ("scientfically", &["scientifically"]), @@ -25687,9 +25687,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("shoing", &["showing"]), ("shold", &["should", "hold", "sold"]), ("sholder", &["shoulder"]), - ("sholdn\'t", &["shouldn\'t"]), + ("sholdn't", &["shouldn't"]), ("sholuld", &["should"]), - ("sholuldn\'t", &["shouldn\'t"]), + ("sholuldn't", &["shouldn't"]), ("shopkeeepers", &["shopkeepers"]), ("shorcuts", &["shortcuts"]), ("shorly", &["shortly"]), @@ -25711,21 +25711,21 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("shoudl", &["should"]), ("shoudld", &["should"]), ("shoudle", &["should"]), - ("shoudln\'t", &["shouldn\'t"]), - ("shoudln", &["should", "shouldn\'t"]), - ("shoudlnt", &["shouldn\'t"]), - ("shoudn\'t", &["shouldn\'t"]), + ("shoudln't", &["shouldn't"]), + ("shoudln", &["should", "shouldn't"]), + ("shoudlnt", &["shouldn't"]), + ("shoudn't", &["shouldn't"]), ("shoudn", &["shouldn"]), - ("shoudt", &["should", "shouldn\'t"]), - ("should\'nt", &["shouldn\'t"]), - ("should\'t", &["shouldn\'t"]), + ("shoudt", &["should", "shouldn't"]), + ("should'nt", &["shouldn't"]), + ("should't", &["shouldn't"]), ("shouldbe", &["should", "should be"]), - ("shouldn;t", &["shouldn\'t"]), - ("shouldnt\'", &["shouldn\'t"]), - ("shouldnt", &["shouldn\'t"]), - ("shouldnt;", &["shouldn\'t"]), + ("shouldn;t", &["shouldn't"]), + ("shouldnt'", &["shouldn't"]), + ("shouldnt", &["shouldn't"]), + ("shouldnt;", &["shouldn't"]), ("shoule", &["should"]), - ("shouln\'t", &["shouldn\'t"]), + ("shouln't", &["shouldn't"]), ("shouls", &["should"]), ("shoult", &["should"]), ("shouod", &["should"]), @@ -26215,9 +26215,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("soucres", &["sources"]), ("soudn", &["sound"]), ("soudns", &["sounds"]), - ("sould\'nt", &["shouldn\'t"]), + ("sould'nt", &["shouldn't"]), ("sould", &["could", "should", "sold"]), - ("souldn\'t", &["shouldn\'t"]), + ("souldn't", &["shouldn't"]), ("soundard", &["soundcard"]), ("sountrack", &["soundtrack"]), ("sourcd", &["sourced", "source"]), @@ -26775,7 +26775,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("staition", &["station"]), ("staitions", &["stations"]), ("stalagtite", &["stalactite"]), - ("stamement\'s", &["statement\'s", "statements", "statement"]), + ("stamement's", &["statement's", "statements", "statement"]), ("standalown", &["standalone", "stand-alone"]), ("standar", &["standard"]), ("standarad", &["standard"]), @@ -28289,12 +28289,12 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("thansparent", &["transparent"]), ("thant", &["than"]), ("thare", &["there"]), - ("thast", &["that", "that\'s"]), - ("that;s", &["that\'s"]), + ("thast", &["that", "that's"]), + ("that;s", &["that's"]), ("thatn", &["that", "than"]), - ("thats\'", &["that\'s"]), - ("thats", &["that\'s"]), - ("thats;", &["that\'s"]), + ("thats'", &["that's"]), + ("thats", &["that's"]), + ("thats;", &["that's"]), ("thay", &["they"]), ("thck", &["thick"]), ("theard", &["thread"]), @@ -28310,9 +28310,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("thei", &["their", "they"]), ("theif", &["thief"]), ("theifs", &["thieves"]), - ("theire", &["their", "they\'re"]), + ("theire", &["their", "they're"]), ("theis", &["this", "thesis"]), - ("theiv", &["thief", "they\'ve"]), + ("theiv", &["thief", "they've"]), ("theive", &["thief"]), ("theives", &["thieves"]), ("themplate", &["template"]), @@ -28338,7 +28338,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("therem", &["there", "theorem"]), ("thereom", &["theorem"]), ("thererin", &["therein"]), - ("theres", &["there\'s"]), + ("theres", &["there's"]), ("therfore", &["therefore"]), ("theri", &["their", "there"]), ("thermisor", &["thermistor"]), @@ -28357,8 +28357,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("thev", &["the"]), ("theves", &["thieves"]), ("thex", &["the", "then"]), - ("theyr", &["their", "there", "they\'re"]), - ("theyre", &["they\'re", "their", "there"]), + ("theyr", &["their", "there", "they're"]), + ("theyre", &["they're", "their", "there"]), ("thgat", &["that"]), ("thge", &["the"]), ("thi", &["the", "this"]), @@ -28389,7 +28389,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("thinn", &["thin"]), ("thirs", &["third", "thirst"]), ("thirtyth", &["thirtieth"]), - ("this\'d", &["this would"]), + ("this'd", &["this would"]), ("thise", &["these", "this"]), ("thisle", &["thistle"]), ("thist", &["this"]), @@ -30686,8 +30686,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wakeus", &["wakeups", "wake us", "walrus"]), ("wakup", &["wakeup"]), ("wallthickness", &["wall thickness"]), - ("wan\'t", &["want", "wasn\'t"]), - ("wan;t", &["want", "wasn\'t"]), + ("wan't", &["want", "wasn't"]), + ("wan;t", &["want", "wasn't"]), ("want;s", &["wants"]), ("wantto", &["want to"]), ("wappers", &["wrappers"]), @@ -30727,14 +30727,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("warniongs", &["warnings"]), ("warrent", &["warrant"]), ("warrriors", &["warriors"]), - ("was\'nt", &["wasn\'t"]), - ("was\'t", &["wasn\'t"]), - ("was;t", &["wasn\'t"]), - ("wasn", &["wasn\'t", "was"]), - ("wasn;t", &["wasn\'t"]), - ("wasnt\'", &["wasn\'t"]), - ("wasnt", &["wasn\'t"]), - ("wasnt;", &["wasn\'t"]), + ("was'nt", &["wasn't"]), + ("was't", &["wasn't"]), + ("was;t", &["wasn't"]), + ("wasn", &["wasn't", "was"]), + ("wasn;t", &["wasn't"]), + ("wasnt'", &["wasn't"]), + ("wasnt", &["wasn't"]), + ("wasnt;", &["wasn't"]), ("wass", &["was"]), ("watchdong", &["watchdog"]), ("watchog", &["watchdog"]), @@ -30773,11 +30773,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wendesday", &["Wednesday"]), ("wendsay", &["Wednesday"]), ("wensday", &["Wednesday"]), - ("were\'nt", &["weren\'t"]), + ("were'nt", &["weren't"]), ("wereabouts", &["whereabouts"]), ("wereas", &["whereas"]), ("weree", &["were"]), - ("werent", &["weren\'t"]), + ("werent", &["weren't"]), ("werever", &["wherever"]), ("wery", &["very", "wary", "weary"]), ("wether", &["weather", "whether"]), @@ -30812,8 +30812,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("whheel", &["wheel"]), ("whic", &["which"]), ("whicg", &["which"]), - ("which;s", &["which\'s"]), - ("whichs", &["which\'s"]), + ("which;s", &["which's"]), + ("whichs", &["which's"]), ("whicht", &["which"]), ("whihc", &["which"]), ("whihch", &["which"]), @@ -30850,7 +30850,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wholey", &["wholly"]), ("wholy", &["wholly", "holy"]), ("whoose", &["whose"]), - ("whos", &["whose", "who\'s"]), + ("whos", &["whose", "who's"]), ("whould", &["would"]), ("whta", &["what"]), ("whther", &["whether"]), @@ -30993,11 +30993,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wolrdly", &["worldly"]), ("wolrdwide", &["worldwide"]), ("wolwide", &["worldwide"]), - ("womens", &["women\'s", "women"]), - ("won;t", &["won\'t"]), + ("womens", &["women's", "women"]), + ("won;t", &["won't"]), ("wonderfull", &["wonderful"]), ("wonderig", &["wondering"]), - ("wont\'t", &["won\'t"]), + ("wont't", &["won't"]), ("woraround", &["workaround"]), ("worarounds", &["workarounds"]), ("worbench", &["workbench"]), @@ -31068,13 +31068,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wothout", &["without"]), ("woud", &["would"]), ("woudl", &["would"]), - ("woudn\'t", &["wouldn\'t"]), - ("would\'nt", &["wouldn\'t"]), - ("would\'t", &["wouldn\'t"]), - ("wouldn;t", &["wouldn\'t"]), - ("wouldnt\'", &["wouldn\'t"]), - ("wouldnt", &["wouldn\'t"]), - ("wouldnt;", &["wouldn\'t"]), + ("woudn't", &["wouldn't"]), + ("would'nt", &["wouldn't"]), + ("would't", &["wouldn't"]), + ("wouldn;t", &["wouldn't"]), + ("wouldnt'", &["wouldn't"]), + ("wouldnt", &["wouldn't"]), + ("wouldnt;", &["wouldn't"]), ("wounderful", &["wonderful"]), ("wouold", &["would"]), ("wouuld", &["would"]), @@ -31167,8 +31167,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("ymbols", &["symbols"]), ("yotube", &["youtube"]), ("youn", &["your", "you", "young"]), - ("youre", &["your", "you\'re"]), - ("yourr", &["your", "you\'re"]), + ("youre", &["your", "you're"]), + ("yourr", &["your", "you're"]), ("yourselfe", &["yourself", "yourselves"]), ("yourselfes", &["yourselves"]), ("yourselv", &["yourself", "yourselves"]), diff --git a/crates/varcon/src/codegen.rs b/crates/varcon/src/codegen.rs index 1267af4..0d3f28a 100644 --- a/crates/varcon/src/codegen.rs +++ b/crates/varcon/src/codegen.rs @@ -62,7 +62,7 @@ Cluster { Entry { variants: &[ Variant { - word: "abettor\'s", + word: "abettor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -72,7 +72,7 @@ Cluster { ], }, Variant { - word: "abetter\'s", + word: "abetter's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -321,7 +321,7 @@ Cluster { Entry { variants: &[ Variant { - word: "abridgment\'s", + word: "abridgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -331,7 +331,7 @@ Cluster { ], }, Variant { - word: "abridgement\'s", + word: "abridgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -434,13 +434,13 @@ Cluster { Entry { variants: &[ Variant { - word: "absinthe\'s", + word: "absinthe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "absinth\'s", + word: "absinth's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -457,7 +457,7 @@ Cluster { Entry { variants: &[ Variant { - word: "absinthe\'s", + word: "absinthe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -743,7 +743,7 @@ Cluster { Entry { variants: &[ Variant { - word: "acclimatization\'s", + word: "acclimatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -751,7 +751,7 @@ Cluster { ], }, Variant { - word: "acclimatisation\'s", + word: "acclimatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -1158,13 +1158,13 @@ Cluster { Entry { variants: &[ Variant { - word: "accouterment\'s", + word: "accouterment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "accoutrement\'s", + word: "accoutrement's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -1245,14 +1245,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Acemetae\'s", + word: "Acemetae's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Acoemetae\'s", + word: "Acoemetae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -1298,14 +1298,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Acemetic\'s", + word: "Acemetic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Acoemetic\'s", + word: "Acoemetic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -1350,13 +1350,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Acer\'s", + word: "Acer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Acre\'s", + word: "Acre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -1626,7 +1626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "achromatization\'s", + word: "achromatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -1634,7 +1634,7 @@ Cluster { ], }, Variant { - word: "achromatisation\'s", + word: "achromatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -1828,14 +1828,14 @@ Cluster { Entry { variants: &[ Variant { - word: "acknowledgment\'s", + word: "acknowledgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "acknowledgement\'s", + word: "acknowledgement's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -1990,7 +1990,7 @@ Cluster { Entry { variants: &[ Variant { - word: "actualization\'s", + word: "actualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -1998,7 +1998,7 @@ Cluster { ], }, Variant { - word: "actualisation\'s", + word: "actualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -2197,7 +2197,7 @@ Cluster { Entry { variants: &[ Variant { - word: "adapter\'s", + word: "adapter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -2207,7 +2207,7 @@ Cluster { ], }, Variant { - word: "adaptor\'s", + word: "adaptor's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -2321,13 +2321,13 @@ Cluster { Entry { variants: &[ Variant { - word: "adjuster\'s", + word: "adjuster's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "adjustor\'s", + word: "adjustor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -2806,7 +2806,7 @@ Cluster { Entry { variants: &[ Variant { - word: "advertisement\'s", + word: "advertisement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -2816,7 +2816,7 @@ Cluster { ], }, Variant { - word: "advertizement\'s", + word: "advertizement's", types: &[ Type {category: Category::American, tag: Some(Tag::Possible), num: None,}, ], @@ -2919,7 +2919,7 @@ Cluster { Entry { variants: &[ Variant { - word: "adviser\'s", + word: "adviser's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -2929,7 +2929,7 @@ Cluster { ], }, Variant { - word: "advisor\'s", + word: "advisor's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -2981,7 +2981,7 @@ Cluster { Entry { variants: &[ Variant { - word: "adze\'s", + word: "adze's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -2991,7 +2991,7 @@ Cluster { ], }, Variant { - word: "adz\'s", + word: "adz's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -3033,13 +3033,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Aedon\'s", + word: "Aedon's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Aaedon\'s", + word: "Aaedon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3084,13 +3084,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Aeetes\'s", + word: "Aeetes's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Aeaetes\'s", + word: "Aeaetes's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3159,7 +3159,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aegis\'s", + word: "aegis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -3169,7 +3169,7 @@ Cluster { ], }, Variant { - word: "egis\'s", + word: "egis's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -3211,13 +3211,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aerialness\'s", + word: "aerialness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aaerialness\'s", + word: "aaerialness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3336,19 +3336,19 @@ Cluster { Entry { variants: &[ Variant { - word: "aerie\'s", + word: "aerie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "aery\'s", + word: "aery's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "eyry\'s", + word: "eyry's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -3544,13 +3544,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aerography\'s", + word: "aerography's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "areography\'s", + word: "areography's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3653,13 +3653,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aerologist\'s", + word: "aerologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "areologist\'s", + word: "areologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3726,13 +3726,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aerology\'s", + word: "aerology's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "areology\'s", + word: "areology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3879,13 +3879,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Aerope\'s", + word: "Aerope's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Aaerope\'s", + word: "Aaerope's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -3954,7 +3954,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aesthete\'s", + word: "aesthete's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -3964,7 +3964,7 @@ Cluster { ], }, Variant { - word: "esthete\'s", + word: "esthete's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -4152,7 +4152,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Africanization\'s", + word: "Africanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -4160,7 +4160,7 @@ Cluster { ], }, Variant { - word: "Africanisation\'s", + word: "Africanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -4639,7 +4639,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aggrandizable\'s", + word: "aggrandizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -4647,7 +4647,7 @@ Cluster { ], }, Variant { - word: "aggrandisable\'s", + word: "aggrandisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -4836,7 +4836,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aggrandizement\'s", + word: "aggrandizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -4844,7 +4844,7 @@ Cluster { ], }, Variant { - word: "aggrandisement\'s", + word: "aggrandisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -4909,7 +4909,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aggrandizer\'s", + word: "aggrandizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -4917,7 +4917,7 @@ Cluster { ], }, Variant { - word: "aggrandiser\'s", + word: "aggrandiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -4992,7 +4992,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aging\'s", + word: "aging's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -5002,7 +5002,7 @@ Cluster { ], }, Variant { - word: "ageing\'s", + word: "ageing's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -5705,14 +5705,14 @@ Cluster { Entry { variants: &[ Variant { - word: "airfoil\'s", + word: "airfoil's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "aerofoil\'s", + word: "aerofoil's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -5861,7 +5861,7 @@ Cluster { Entry { variants: &[ Variant { - word: "airplane\'s", + word: "airplane's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -5869,7 +5869,7 @@ Cluster { ], }, Variant { - word: "aeroplane\'s", + word: "aeroplane's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -5929,13 +5929,13 @@ Cluster { Entry { variants: &[ Variant { - word: "airstrike\'s", + word: "airstrike's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "air strike\'s", + word: "air strike's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -6006,13 +6006,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Aktistete\'s", + word: "Aktistete's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Aktistetae\'s", + word: "Aktistetae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6184,20 +6184,20 @@ Cluster { Entry { variants: &[ Variant { - word: "albumenization\'s", + word: "albumenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "albuminisation\'s", + word: "albuminisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "albuminization\'s", + word: "albuminization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -6479,13 +6479,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Alcide\'s", + word: "Alcide's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Alcidae\'s", + word: "Alcidae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6530,13 +6530,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Alcithoe\'s", + word: "Alcithoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Alcithoae\'s", + word: "Alcithoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6603,7 +6603,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alcoholizable\'s", + word: "alcoholizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6611,7 +6611,7 @@ Cluster { ], }, Variant { - word: "alcoholisable\'s", + word: "alcoholisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -6676,7 +6676,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alcoholization\'s", + word: "alcoholization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6684,7 +6684,7 @@ Cluster { ], }, Variant { - word: "alcoholisation\'s", + word: "alcoholisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -6880,13 +6880,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Aleus\'s", + word: "Aleus's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Aloeus\'s", + word: "Aloeus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6953,7 +6953,7 @@ Cluster { Entry { variants: &[ Variant { - word: "algebraization\'s", + word: "algebraization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -6961,7 +6961,7 @@ Cluster { ], }, Variant { - word: "algebraisation\'s", + word: "algebraisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7258,7 +7258,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alignment\'s", + word: "alignment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -7268,7 +7268,7 @@ Cluster { ], }, Variant { - word: "alinement\'s", + word: "alinement's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -7332,7 +7332,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alkalinization\'s", + word: "alkalinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -7340,7 +7340,7 @@ Cluster { ], }, Variant { - word: "alkalinisation\'s", + word: "alkalinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7529,7 +7529,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alkalization\'s", + word: "alkalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -7537,7 +7537,7 @@ Cluster { ], }, Variant { - word: "alkalisation\'s", + word: "alkalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7675,7 +7675,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alkalizer\'s", + word: "alkalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -7683,7 +7683,7 @@ Cluster { ], }, Variant { - word: "alkaliser\'s", + word: "alkaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7748,7 +7748,7 @@ Cluster { Entry { variants: &[ Variant { - word: "allegorization\'s", + word: "allegorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -7756,7 +7756,7 @@ Cluster { ], }, Variant { - word: "allegorisation\'s", + word: "allegorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7916,7 +7916,7 @@ Cluster { Entry { variants: &[ Variant { - word: "allegorizer\'s", + word: "allegorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -7924,7 +7924,7 @@ Cluster { ], }, Variant { - word: "allegoriser\'s", + word: "allegoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -7983,13 +7983,13 @@ Cluster { Entry { variants: &[ Variant { - word: "alleluia\'s", + word: "alleluia's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "halleluiah\'s", + word: "halleluiah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -8139,7 +8139,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alphabetization\'s", + word: "alphabetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -8147,7 +8147,7 @@ Cluster { ], }, Variant { - word: "alphabetisation\'s", + word: "alphabetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -8307,7 +8307,7 @@ Cluster { Entry { variants: &[ Variant { - word: "alphabetizer\'s", + word: "alphabetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -8315,7 +8315,7 @@ Cluster { ], }, Variant { - word: "alphabetiser\'s", + word: "alphabetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -8433,14 +8433,14 @@ Cluster { Entry { variants: &[ Variant { - word: "althea\'s", + word: "althea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "althaea\'s", + word: "althaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -8690,14 +8690,14 @@ Cluster { Entry { variants: &[ Variant { - word: "aluminum\'s", + word: "aluminum's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "aluminium\'s", + word: "aluminium's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -8869,7 +8869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amalgamization\'s", + word: "amalgamization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -8877,7 +8877,7 @@ Cluster { ], }, Variant { - word: "amalgamisation\'s", + word: "amalgamisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -8971,13 +8971,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Amalthea\'s", + word: "Amalthea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Amalthaea\'s", + word: "Amalthaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -9054,7 +9054,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ambiance\'s", + word: "ambiance's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -9064,7 +9064,7 @@ Cluster { ], }, Variant { - word: "ambience\'s", + word: "ambience's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -9514,14 +9514,14 @@ Cluster { Entry { variants: &[ Variant { - word: "amebocyte\'s", + word: "amebocyte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "amoebocyte\'s", + word: "amoebocyte's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -9567,14 +9567,14 @@ Cluster { Entry { variants: &[ Variant { - word: "ameboidism\'s", + word: "ameboidism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "amoeboidism\'s", + word: "amoeboidism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -9705,7 +9705,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amenorrhea\'s", + word: "amenorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -9713,7 +9713,7 @@ Cluster { ], }, Variant { - word: "amenorrhoea\'s", + word: "amenorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -9842,7 +9842,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Americanization\'s", + word: "Americanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -9850,7 +9850,7 @@ Cluster { ], }, Variant { - word: "Americanisation\'s", + word: "Americanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -10054,7 +10054,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Americanizer\'s", + word: "Americanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -10062,7 +10062,7 @@ Cluster { ], }, Variant { - word: "Americaniser\'s", + word: "Americaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -10180,14 +10180,14 @@ Cluster { Entry { variants: &[ Variant { - word: "ammocete\'s", + word: "ammocete's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ammocoete\'s", + word: "ammocoete's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -10308,7 +10308,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amoeba\'s", + word: "amoeba's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Variant), num: Some(1),}, @@ -10322,7 +10322,7 @@ Cluster { ], }, Variant { - word: "ameba\'s", + word: "ameba's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: Some(2),}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, @@ -10460,7 +10460,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amok\'s", + word: "amok's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -10470,7 +10470,7 @@ Cluster { ], }, Variant { - word: "amuck\'s", + word: "amuck's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -10652,13 +10652,13 @@ Cluster { Entry { variants: &[ Variant { - word: "amorism\'s", + word: "amorism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "amourism\'s", + word: "amourism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -10725,13 +10725,13 @@ Cluster { Entry { variants: &[ Variant { - word: "amorist\'s", + word: "amorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "amourist\'s", + word: "amourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -10951,7 +10951,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amortizable\'s", + word: "amortizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -10959,7 +10959,7 @@ Cluster { ], }, Variant { - word: "amortisable\'s", + word: "amortisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -11024,7 +11024,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amortization\'s", + word: "amortization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -11032,7 +11032,7 @@ Cluster { ], }, Variant { - word: "amortisation\'s", + word: "amortisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -11192,7 +11192,7 @@ Cluster { Entry { variants: &[ Variant { - word: "amortizement\'s", + word: "amortizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -11200,7 +11200,7 @@ Cluster { ], }, Variant { - word: "amortisement\'s", + word: "amortisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -11296,14 +11296,14 @@ Cluster { Entry { variants: &[ Variant { - word: "amphitheater\'s", + word: "amphitheater's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "amphitheatre\'s", + word: "amphitheatre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -11376,19 +11376,19 @@ Cluster { Entry { variants: &[ Variant { - word: "ampule\'s", + word: "ampule's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ampoule\'s", + word: "ampoule's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ampul\'s", + word: "ampul's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -11679,7 +11679,7 @@ Cluster { Entry { variants: &[ Variant { - word: "analogue\'s", + word: "analogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -11689,7 +11689,7 @@ Cluster { ], }, Variant { - word: "analog\'s", + word: "analog's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, ], @@ -11750,7 +11750,7 @@ Cluster { Entry { variants: &[ Variant { - word: "analog\'s", + word: "analog's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -11760,7 +11760,7 @@ Cluster { ], }, Variant { - word: "analogue\'s", + word: "analogue's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, @@ -11801,7 +11801,7 @@ Cluster { notes: &[ "Oxford thinks the US spelling of analogue is always analog, but M-W", "gives analogue as the correct spelling when relating to analogous,", - "and it doesn\'t even offer analog as a variant.", + "and it doesn't even offer analog as a variant.", "Macquarie prefers analog to analogue in the sense \"vs digital\".", ], }, @@ -12064,14 +12064,14 @@ Cluster { Entry { variants: &[ Variant { - word: "analyzability\'s", + word: "analyzability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "analysability\'s", + word: "analysability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12210,14 +12210,14 @@ Cluster { Entry { variants: &[ Variant { - word: "analyzation\'s", + word: "analyzation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "analysation\'s", + word: "analysation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12399,14 +12399,14 @@ Cluster { Entry { variants: &[ Variant { - word: "analyzer\'s", + word: "analyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "analyser\'s", + word: "analyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12625,7 +12625,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anathematization\'s", + word: "anathematization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12633,7 +12633,7 @@ Cluster { ], }, Variant { - word: "anathematisation\'s", + word: "anathematisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -12771,7 +12771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anathematizer\'s", + word: "anathematizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12779,7 +12779,7 @@ Cluster { ], }, Variant { - word: "anathematiser\'s", + word: "anathematiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -12851,7 +12851,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anatomization\'s", + word: "anatomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -12859,7 +12859,7 @@ Cluster { ], }, Variant { - word: "anatomisation\'s", + word: "anatomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -12997,7 +12997,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anatomizer\'s", + word: "anatomizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -13005,7 +13005,7 @@ Cluster { ], }, Variant { - word: "anatomiser\'s", + word: "anatomiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -13048,13 +13048,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Anchinoe\'s", + word: "Anchinoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Anchinoae\'s", + word: "Anchinoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -13181,7 +13181,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anemia\'s", + word: "anemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13189,7 +13189,7 @@ Cluster { ], }, Variant { - word: "anaemia\'s", + word: "anaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -13446,7 +13446,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthesia\'s", + word: "anesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -13454,7 +13454,7 @@ Cluster { ], }, Variant { - word: "anaesthesia\'s", + word: "anaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13554,7 +13554,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthesiologist\'s", + word: "anesthesiologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13562,7 +13562,7 @@ Cluster { ], }, Variant { - word: "anaesthesiologist\'s", + word: "anaesthesiologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -13630,7 +13630,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthesiology\'s", + word: "anesthesiology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13638,7 +13638,7 @@ Cluster { ], }, Variant { - word: "anaesthesiology\'s", + word: "anaesthesiology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -13786,7 +13786,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthetic\'s", + word: "anesthetic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -13794,7 +13794,7 @@ Cluster { ], }, Variant { - word: "anaesthetic\'s", + word: "anaesthetic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13896,7 +13896,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthetist\'s", + word: "anesthetist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -13904,7 +13904,7 @@ Cluster { ], }, Variant { - word: "anaesthetist\'s", + word: "anaesthetist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -13993,20 +13993,20 @@ Cluster { Entry { variants: &[ Variant { - word: "anesthetization\'s", + word: "anesthetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "anaesthetisation\'s", + word: "anaesthetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "anaesthetization\'s", + word: "anaesthetization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -14437,14 +14437,14 @@ Cluster { Entry { variants: &[ Variant { - word: "anestrus\'s", + word: "anestrus's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "anoestrus\'s", + word: "anoestrus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -14565,13 +14565,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aneurysm\'s", + word: "aneurysm's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "aneurism\'s", + word: "aneurism's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -14737,7 +14737,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Anglicanize\'s", + word: "Anglicanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -14745,7 +14745,7 @@ Cluster { ], }, Variant { - word: "Anglicanise\'s", + word: "Anglicanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -14810,7 +14810,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anglicization\'s", + word: "anglicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -14818,7 +14818,7 @@ Cluster { ], }, Variant { - word: "anglicisation\'s", + word: "anglicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -15007,7 +15007,7 @@ Cluster { Entry { variants: &[ Variant { - word: "angularization\'s", + word: "angularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -15015,7 +15015,7 @@ Cluster { ], }, Variant { - word: "angularisation\'s", + word: "angularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -15110,14 +15110,14 @@ Cluster { Entry { variants: &[ Variant { - word: "anhematopoiesis\'s", + word: "anhematopoiesis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "anhaematopoiesis\'s", + word: "anhaematopoiesis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -15304,7 +15304,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anhydridization\'s", + word: "anhydridization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -15312,7 +15312,7 @@ Cluster { ], }, Variant { - word: "anhydridisation\'s", + word: "anhydridisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -15428,7 +15428,7 @@ Cluster { Entry { variants: &[ Variant { - word: "animalization\'s", + word: "animalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -15436,7 +15436,7 @@ Cluster { ], }, Variant { - word: "animalisation\'s", + word: "animalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -16041,13 +16041,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Anora\'s", + word: "Anora's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Anoura\'s", + word: "Anoura's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -16093,14 +16093,14 @@ Cluster { Entry { variants: &[ Variant { - word: "anoxemia\'s", + word: "anoxemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "anoxaemia\'s", + word: "anoxaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -16255,7 +16255,7 @@ Cluster { Entry { variants: &[ Variant { - word: "antagonization\'s", + word: "antagonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -16263,7 +16263,7 @@ Cluster { ], }, Variant { - word: "antagonisation\'s", + word: "antagonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -16788,7 +16788,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anthracitization\'s", + word: "anthracitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -16796,7 +16796,7 @@ Cluster { ], }, Variant { - word: "anthracitisation\'s", + word: "anthracitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -16861,7 +16861,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anthropomorphization\'s", + word: "anthropomorphization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -16869,7 +16869,7 @@ Cluster { ], }, Variant { - word: "anthropomorphisation\'s", + word: "anthropomorphisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17029,13 +17029,13 @@ Cluster { Entry { variants: &[ Variant { - word: "anticatalyzer\'s", + word: "anticatalyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "anticatalyser\'s", + word: "anticatalyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17102,7 +17102,7 @@ Cluster { Entry { variants: &[ Variant { - word: "anticentralization\'s", + word: "anticentralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17110,7 +17110,7 @@ Cluster { ], }, Variant { - word: "anticentralisation\'s", + word: "anticentralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17226,13 +17226,13 @@ Cluster { Entry { variants: &[ Variant { - word: "antiepicenter\'s", + word: "antiepicenter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "antiepicentre\'s", + word: "antiepicentre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17299,7 +17299,7 @@ Cluster { Entry { variants: &[ Variant { - word: "antifertilizer\'s", + word: "antifertilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17307,7 +17307,7 @@ Cluster { ], }, Variant { - word: "antifertiliser\'s", + word: "antifertiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17374,14 +17374,14 @@ Cluster { Entry { variants: &[ Variant { - word: "antilabor\'s", + word: "antilabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "antilabour\'s", + word: "antilabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17484,13 +17484,13 @@ Cluster { Entry { variants: &[ Variant { - word: "antimedievalism\'s", + word: "antimedievalism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "antimediaevalism\'s", + word: "antimediaevalism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17535,13 +17535,13 @@ Cluster { Entry { variants: &[ Variant { - word: "antimedievalist\'s", + word: "antimedievalist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "antimediaevalist\'s", + word: "antimediaevalist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17637,7 +17637,7 @@ Cluster { Entry { variants: &[ Variant { - word: "antioxidizer\'s", + word: "antioxidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17645,7 +17645,7 @@ Cluster { ], }, Variant { - word: "antioxidiser\'s", + word: "antioxidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17710,7 +17710,7 @@ Cluster { Entry { variants: &[ Variant { - word: "antioxidizing\'s", + word: "antioxidizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -17718,7 +17718,7 @@ Cluster { ], }, Variant { - word: "antioxidising\'s", + word: "antioxidising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -17887,14 +17887,14 @@ Cluster { Entry { variants: &[ Variant { - word: "antirumor\'s", + word: "antirumor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "antirumour\'s", + word: "antirumour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -18012,7 +18012,7 @@ Cluster { Entry { variants: &[ Variant { - word: "antisensitizer\'s", + word: "antisensitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -18020,7 +18020,7 @@ Cluster { ], }, Variant { - word: "antisensitiser\'s", + word: "antisensitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -18231,13 +18231,13 @@ Cluster { Entry { variants: &[ Variant { - word: "antisiphon\'s", + word: "antisiphon's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "antisyphon\'s", + word: "antisyphon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -18466,14 +18466,14 @@ Cluster { Entry { variants: &[ Variant { - word: "apheresis\'s", + word: "apheresis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "aphaeresis\'s", + word: "aphaeresis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -18760,7 +18760,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aphorizer\'s", + word: "aphorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -18768,7 +18768,7 @@ Cluster { ], }, Variant { - word: "aphoriser\'s", + word: "aphoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -18835,7 +18835,7 @@ Cluster { Entry { variants: &[ Variant { - word: "apnea\'s", + word: "apnea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -18843,7 +18843,7 @@ Cluster { ], }, Variant { - word: "apnoea\'s", + word: "apnoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -19122,7 +19122,7 @@ Cluster { Entry { variants: &[ Variant { - word: "apologizer\'s", + word: "apologizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -19130,7 +19130,7 @@ Cluster { ], }, Variant { - word: "apologiser\'s", + word: "apologiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -20073,7 +20073,7 @@ Cluster { Entry { variants: &[ Variant { - word: "appetizement\'s", + word: "appetizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -20081,7 +20081,7 @@ Cluster { ], }, Variant { - word: "appetisement\'s", + word: "appetisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -20146,7 +20146,7 @@ Cluster { Entry { variants: &[ Variant { - word: "appetizer\'s", + word: "appetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -20154,7 +20154,7 @@ Cluster { ], }, Variant { - word: "appetiser\'s", + word: "appetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -20332,13 +20332,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aquaculture\'s", + word: "aquaculture's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "aquiculture\'s", + word: "aquiculture's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -20402,7 +20402,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Arabianize\'s", + word: "Arabianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -20410,7 +20410,7 @@ Cluster { ], }, Variant { - word: "Arabianise\'s", + word: "Arabianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -20526,7 +20526,7 @@ Cluster { Entry { variants: &[ Variant { - word: "arabization\'s", + word: "arabization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -20534,7 +20534,7 @@ Cluster { ], }, Variant { - word: "arabisation\'s", + word: "arabisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -20889,14 +20889,14 @@ Cluster { Entry { variants: &[ Variant { - word: "arbor\'s", + word: "arbor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "arbour\'s", + word: "arbour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -20992,7 +20992,7 @@ Cluster { Entry { variants: &[ Variant { - word: "arborization\'s", + word: "arborization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -21000,7 +21000,7 @@ Cluster { ], }, Variant { - word: "arborisation\'s", + word: "arborisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -21192,7 +21192,7 @@ Cluster { Entry { variants: &[ Variant { - word: "archaeologist\'s", + word: "archaeologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -21202,7 +21202,7 @@ Cluster { ], }, Variant { - word: "archeologist\'s", + word: "archeologist's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -21274,7 +21274,7 @@ Cluster { Entry { variants: &[ Variant { - word: "archaeology\'s", + word: "archaeology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -21284,7 +21284,7 @@ Cluster { ], }, Variant { - word: "archeology\'s", + word: "archeology's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -21445,7 +21445,7 @@ Cluster { Entry { variants: &[ Variant { - word: "archaizer\'s", + word: "archaizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -21453,7 +21453,7 @@ Cluster { ], }, Variant { - word: "archaiser\'s", + word: "archaiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -21639,14 +21639,14 @@ Cluster { Entry { variants: &[ Variant { - word: "archeocyte\'s", + word: "archeocyte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "archaeocyte\'s", + word: "archaeocyte's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22112,14 +22112,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Arctogea\'s", + word: "Arctogea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Arctogaea\'s", + word: "Arctogaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22165,14 +22165,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Arctogean\'s", + word: "Arctogean's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Arctogaean\'s", + word: "Arctogaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22218,14 +22218,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Arctogeic\'s", + word: "Arctogeic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Arctogaeic\'s", + word: "Arctogaeic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22296,7 +22296,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ardor\'s", + word: "ardor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -22304,7 +22304,7 @@ Cluster { ], }, Variant { - word: "ardour\'s", + word: "ardour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -22542,7 +22542,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Arianized\'s", + word: "Arianized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -22550,7 +22550,7 @@ Cluster { ], }, Variant { - word: "Arianised\'s", + word: "Arianised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22608,7 +22608,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Arianize\'s", + word: "Arianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -22616,7 +22616,7 @@ Cluster { ], }, Variant { - word: "Arianise\'s", + word: "Arianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22630,7 +22630,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Arianizing\'s", + word: "Arianizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -22638,7 +22638,7 @@ Cluster { ], }, Variant { - word: "Arianising\'s", + word: "Arianising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22682,14 +22682,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Arimathea\'s", + word: "Arimathea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Arimathaea\'s", + word: "Arimathaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22735,14 +22735,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Arimathean\'s", + word: "Arimathean's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Arimathaean\'s", + word: "Arimathaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -22838,7 +22838,7 @@ Cluster { Entry { variants: &[ Variant { - word: "arithmetization\'s", + word: "arithmetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -22846,7 +22846,7 @@ Cluster { ], }, Variant { - word: "arithmetisation\'s", + word: "arithmetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -23043,7 +23043,7 @@ Cluster { Entry { variants: &[ Variant { - word: "armor\'s", + word: "armor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -23051,7 +23051,7 @@ Cluster { ], }, Variant { - word: "armour\'s", + word: "armour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -23098,7 +23098,7 @@ Cluster { Entry { variants: &[ Variant { - word: "armorbearer\'s", + word: "armorbearer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -23106,7 +23106,7 @@ Cluster { ], }, Variant { - word: "armourbearer\'s", + word: "armourbearer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -23177,7 +23177,7 @@ Cluster { Entry { variants: &[ Variant { - word: "armorer\'s", + word: "armorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -23185,7 +23185,7 @@ Cluster { ], }, Variant { - word: "armourer\'s", + word: "armourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -23318,7 +23318,7 @@ Cluster { Entry { variants: &[ Variant { - word: "armory\'s", + word: "armory's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -23326,7 +23326,7 @@ Cluster { ], }, Variant { - word: "armoury\'s", + word: "armoury's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -23400,7 +23400,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aromatization\'s", + word: "aromatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -23408,7 +23408,7 @@ Cluster { ], }, Variant { - word: "aromatisation\'s", + word: "aromatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -23546,7 +23546,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aromatizer\'s", + word: "aromatizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -23554,7 +23554,7 @@ Cluster { ], }, Variant { - word: "aromatiser\'s", + word: "aromatiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -23648,13 +23648,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Arsinoe\'s", + word: "Arsinoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Arsinoae\'s", + word: "Arsinoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -23721,7 +23721,7 @@ Cluster { Entry { variants: &[ Variant { - word: "arterialization\'s", + word: "arterialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -23729,7 +23729,7 @@ Cluster { ], }, Variant { - word: "arterialisation\'s", + word: "arterialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -23898,7 +23898,7 @@ Cluster { Entry { variants: &[ Variant { - word: "artifact\'s", + word: "artifact's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -23906,7 +23906,7 @@ Cluster { ], }, Variant { - word: "artefact\'s", + word: "artefact's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -24121,7 +24121,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Aryanized\'s", + word: "Aryanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24129,7 +24129,7 @@ Cluster { ], }, Variant { - word: "Aryanised\'s", + word: "Aryanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -24187,7 +24187,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Aryanizing\'s", + word: "Aryanizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24195,7 +24195,7 @@ Cluster { ], }, Variant { - word: "Aryanising\'s", + word: "Aryanising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -24313,14 +24313,14 @@ Cluster { Entry { variants: &[ Variant { - word: "asafetida\'s", + word: "asafetida's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "asafoetida\'s", + word: "asafoetida's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -24362,13 +24362,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ascendance\'s", + word: "ascendance's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ascendence\'s", + word: "ascendence's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -24412,7 +24412,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ascendancy\'s", + word: "ascendancy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -24422,7 +24422,7 @@ Cluster { ], }, Variant { - word: "ascendency\'s", + word: "ascendency's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -24495,7 +24495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ascendant\'s", + word: "ascendant's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -24505,7 +24505,7 @@ Cluster { ], }, Variant { - word: "ascendent\'s", + word: "ascendent's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -24550,13 +24550,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Asclepiade\'s", + word: "Asclepiade's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Asclepiadae\'s", + word: "Asclepiadae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24601,13 +24601,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Asel\'s", + word: "Asel's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Asael\'s", + word: "Asael's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24747,7 +24747,7 @@ Cluster { Entry { variants: &[ Variant { - word: "asexualization\'s", + word: "asexualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24755,7 +24755,7 @@ Cluster { ], }, Variant { - word: "asexualisation\'s", + word: "asexualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -24907,7 +24907,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Asiaticization\'s", + word: "Asiaticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24915,7 +24915,7 @@ Cluster { ], }, Variant { - word: "Asiaticisation\'s", + word: "Asiaticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -24980,7 +24980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Asiaticize\'s", + word: "Asiaticize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -24988,7 +24988,7 @@ Cluster { ], }, Variant { - word: "Asiaticise\'s", + word: "Asiaticise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -25032,14 +25032,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Asmonean\'s", + word: "Asmonean's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Asmonaean\'s", + word: "Asmonaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -25191,7 +25191,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ass\'s", + word: "ass's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -25252,13 +25252,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ass\'s", + word: "ass's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "arse\'s", + word: "arse's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25376,13 +25376,13 @@ Cluster { Entry { variants: &[ Variant { - word: "asshole\'s", + word: "asshole's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "arsehole\'s", + word: "arsehole's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25427,13 +25427,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Assidean\'s", + word: "Assidean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Assidaean\'s", + word: "Assidaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25500,7 +25500,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Assyrianize\'s", + word: "Assyrianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25508,7 +25508,7 @@ Cluster { ], }, Variant { - word: "Assyrianise\'s", + word: "Assyrianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -25551,13 +25551,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Astera\'s", + word: "Astera's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Astrea\'s", + word: "Astrea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25595,13 +25595,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Astrea\'s", + word: "Astrea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Astraea\'s", + word: "Astraea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25668,7 +25668,7 @@ Cluster { Entry { variants: &[ Variant { - word: "astigmatizer\'s", + word: "astigmatizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -25676,7 +25676,7 @@ Cluster { ], }, Variant { - word: "astigmatiser\'s", + word: "astigmatiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -26303,7 +26303,7 @@ Cluster { Entry { variants: &[ Variant { - word: "atomization\'s", + word: "atomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -26311,7 +26311,7 @@ Cluster { ], }, Variant { - word: "atomisation\'s", + word: "atomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -26471,7 +26471,7 @@ Cluster { Entry { variants: &[ Variant { - word: "atomizer\'s", + word: "atomizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -26479,7 +26479,7 @@ Cluster { ], }, Variant { - word: "atomiser\'s", + word: "atomiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -26887,7 +26887,7 @@ Cluster { Entry { variants: &[ Variant { - word: "attitudinizer\'s", + word: "attitudinizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -26895,7 +26895,7 @@ Cluster { ], }, Variant { - word: "attitudiniser\'s", + word: "attitudiniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -26994,7 +26994,7 @@ Cluster { Entry { variants: &[ Variant { - word: "auntie\'s", + word: "auntie's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -27004,7 +27004,7 @@ Cluster { ], }, Variant { - word: "aunty\'s", + word: "aunty's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -27047,13 +27047,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aureole\'s", + word: "aureole's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "aureola\'s", + word: "aureola's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -27117,7 +27117,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Australianize\'s", + word: "Australianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27125,7 +27125,7 @@ Cluster { ], }, Variant { - word: "Australianise\'s", + word: "Australianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -27168,13 +27168,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Australopithecine\'s", + word: "Australopithecine's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Australopithecinae\'s", + word: "Australopithecinae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27241,7 +27241,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Austrianize\'s", + word: "Austrianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27249,7 +27249,7 @@ Cluster { ], }, Variant { - word: "Austrianise\'s", + word: "Austrianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -27350,13 +27350,13 @@ Cluster { Entry { variants: &[ Variant { - word: "auteciousness\'s", + word: "auteciousness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "autoeciousness\'s", + word: "autoeciousness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27423,13 +27423,13 @@ Cluster { Entry { variants: &[ Variant { - word: "autecism\'s", + word: "autecism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "autoecism\'s", + word: "autoecism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27554,7 +27554,7 @@ Cluster { Entry { variants: &[ Variant { - word: "authorization\'s", + word: "authorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27562,7 +27562,7 @@ Cluster { ], }, Variant { - word: "authorisation\'s", + word: "authorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -27722,7 +27722,7 @@ Cluster { Entry { variants: &[ Variant { - word: "authorizer\'s", + word: "authorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27730,7 +27730,7 @@ Cluster { ], }, Variant { - word: "authoriser\'s", + word: "authoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -27926,7 +27926,7 @@ Cluster { Entry { variants: &[ Variant { - word: "autoionization\'s", + word: "autoionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -27934,7 +27934,7 @@ Cluster { ], }, Variant { - word: "autoionisation\'s", + word: "autoionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -28145,7 +28145,7 @@ Cluster { Entry { variants: &[ Variant { - word: "automatization\'s", + word: "automatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -28153,7 +28153,7 @@ Cluster { ], }, Variant { - word: "automatisation\'s", + word: "automatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -28291,13 +28291,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Autonoe\'s", + word: "Autonoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Autonoae\'s", + word: "Autonoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -28459,13 +28459,13 @@ Cluster { Entry { variants: &[ Variant { - word: "autotoxemia\'s", + word: "autotoxemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "autotoxaemia\'s", + word: "autotoxaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -28803,13 +28803,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ax\'s", + word: "ax's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "axe\'s", + word: "axe's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -28876,7 +28876,7 @@ Cluster { Entry { variants: &[ Variant { - word: "axiomatization\'s", + word: "axiomatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -28884,7 +28884,7 @@ Cluster { ], }, Variant { - word: "axiomatisation\'s", + word: "axiomatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29019,13 +29019,13 @@ Cluster { Entry { variants: &[ Variant { - word: "aye\'s", + word: "aye's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ay\'s", + word: "ay's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -29249,7 +29249,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Babelization\'s", + word: "Babelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -29257,7 +29257,7 @@ Cluster { ], }, Variant { - word: "Babelisation\'s", + word: "Babelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29300,7 +29300,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Babelize\'s", + word: "Babelize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -29308,7 +29308,7 @@ Cluster { ], }, Variant { - word: "Babelise\'s", + word: "Babelise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29351,7 +29351,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Babelized\'s", + word: "Babelized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -29359,7 +29359,7 @@ Cluster { ], }, Variant { - word: "Babelised\'s", + word: "Babelised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29402,7 +29402,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Babelizing\'s", + word: "Babelizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -29410,7 +29410,7 @@ Cluster { ], }, Variant { - word: "Babelising\'s", + word: "Babelising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29475,7 +29475,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Babylonize\'s", + word: "Babylonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -29483,7 +29483,7 @@ Cluster { ], }, Variant { - word: "Babylonise\'s", + word: "Babylonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -29821,14 +29821,14 @@ Cluster { Entry { variants: &[ Variant { - word: "bacteremia\'s", + word: "bacteremia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "bacteraemia\'s", + word: "bacteraemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -30024,13 +30024,13 @@ Cluster { Entry { variants: &[ Variant { - word: "baddie\'s", + word: "baddie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "baddy\'s", + word: "baddy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -30072,13 +30072,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Baer\'s", + word: "Baer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Bare\'s", + word: "Bare's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -30126,7 +30126,7 @@ Cluster { Entry { variants: &[ Variant { - word: "balk\'s", + word: "balk's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -30136,7 +30136,7 @@ Cluster { ], }, Variant { - word: "baulk\'s", + word: "baulk's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -30277,7 +30277,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Balkanization\'s", + word: "Balkanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -30285,7 +30285,7 @@ Cluster { ], }, Variant { - word: "Balkanisation\'s", + word: "Balkanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -30343,7 +30343,7 @@ Cluster { Entry { variants: &[ Variant { - word: "balkanization\'s", + word: "balkanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -30351,7 +30351,7 @@ Cluster { ], }, Variant { - word: "balkanisation\'s", + word: "balkanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -30669,13 +30669,13 @@ Cluster { Entry { variants: &[ Variant { - word: "baloney\'s", + word: "baloney's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "boloney\'s", + word: "boloney's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -30946,7 +30946,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bandanna\'s", + word: "bandanna's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -30956,7 +30956,7 @@ Cluster { ], }, Variant { - word: "bandana\'s", + word: "bandana's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -31018,13 +31018,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bandoleer\'s", + word: "bandoleer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bandolier\'s", + word: "bandolier's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -31098,7 +31098,7 @@ Cluster { Entry { variants: &[ Variant { - word: "banister\'s", + word: "banister's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -31108,7 +31108,7 @@ Cluster { ], }, Variant { - word: "bannister\'s", + word: "bannister's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -31170,13 +31170,13 @@ Cluster { Entry { variants: &[ Variant { - word: "banshee\'s", + word: "banshee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "banshie\'s", + word: "banshie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -31285,13 +31285,13 @@ Cluster { Entry { variants: &[ Variant { - word: "baptistery\'s", + word: "baptistery's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "baptistry\'s", + word: "baptistry's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -31355,7 +31355,7 @@ Cluster { Entry { variants: &[ Variant { - word: "baptizable\'s", + word: "baptizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -31363,7 +31363,7 @@ Cluster { ], }, Variant { - word: "baptisable\'s", + word: "baptisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -31523,7 +31523,7 @@ Cluster { Entry { variants: &[ Variant { - word: "baptizement\'s", + word: "baptizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -31531,7 +31531,7 @@ Cluster { ], }, Variant { - word: "baptisement\'s", + word: "baptisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -31596,7 +31596,7 @@ Cluster { Entry { variants: &[ Variant { - word: "baptizer\'s", + word: "baptizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -31604,7 +31604,7 @@ Cluster { ], }, Variant { - word: "baptiser\'s", + word: "baptiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -31720,7 +31720,7 @@ Cluster { Entry { variants: &[ Variant { - word: "barbarization\'s", + word: "barbarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -31728,7 +31728,7 @@ Cluster { ], }, Variant { - word: "barbarisation\'s", + word: "barbarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -31952,7 +31952,7 @@ Cluster { Entry { variants: &[ Variant { - word: "barbecue\'s", + word: "barbecue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -31962,7 +31962,7 @@ Cluster { ], }, Variant { - word: "barbeque\'s", + word: "barbeque's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -32024,13 +32024,13 @@ Cluster { Entry { variants: &[ Variant { - word: "barcarole\'s", + word: "barcarole's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "barcarolle\'s", + word: "barcarolle's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -32084,7 +32084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bark\'s", + word: "bark's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -32147,13 +32147,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bark\'s", + word: "bark's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "barque\'s", + word: "barque's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -32521,7 +32521,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bastardization\'s", + word: "bastardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -32529,7 +32529,7 @@ Cluster { ], }, Variant { - word: "bastardisation\'s", + word: "bastardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -32734,13 +32734,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bathyscaphe\'s", + word: "bathyscaphe's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bathyscaph\'s", + word: "bathyscaph's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -32783,7 +32783,7 @@ Cluster { Entry { variants: &[ Variant { - word: "battleaxe\'s", + word: "battleaxe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -32793,7 +32793,7 @@ Cluster { ], }, Variant { - word: "battleax\'s", + word: "battleax's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -33368,13 +33368,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Beera\'s", + word: "Beera's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Berea\'s", + word: "Berea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -33626,7 +33626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "behavior\'s", + word: "behavior's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -33634,7 +33634,7 @@ Cluster { ], }, Variant { - word: "behaviour\'s", + word: "behaviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -33846,7 +33846,7 @@ Cluster { Entry { variants: &[ Variant { - word: "behaviorism\'s", + word: "behaviorism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -33854,7 +33854,7 @@ Cluster { ], }, Variant { - word: "behaviourism\'s", + word: "behaviourism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -33925,7 +33925,7 @@ Cluster { Entry { variants: &[ Variant { - word: "behaviorist\'s", + word: "behaviorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -33933,7 +33933,7 @@ Cluster { ], }, Variant { - word: "behaviourist\'s", + word: "behaviourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -34081,13 +34081,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Behmenism\'s", + word: "Behmenism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boehmenism\'s", + word: "Boehmenism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34154,13 +34154,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Behmenist\'s", + word: "Behmenist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boehmenist\'s", + word: "Boehmenist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34205,13 +34205,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Behmenite\'s", + word: "Behmenite's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boehmenite\'s", + word: "Boehmenite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34322,14 +34322,14 @@ Cluster { Entry { variants: &[ Variant { - word: "behoove\'s", + word: "behoove's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "behove\'s", + word: "behove's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34366,14 +34366,14 @@ Cluster { Entry { variants: &[ Variant { - word: "behooving\'s", + word: "behooving's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "behoving\'s", + word: "behoving's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34519,13 +34519,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bel\'s", + word: "bel's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "bael\'s", + word: "bael's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34644,7 +34644,7 @@ Cluster { Entry { variants: &[ Variant { - word: "belabor\'s", + word: "belabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -34652,7 +34652,7 @@ Cluster { ], }, Variant { - word: "belabour\'s", + word: "belabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -34697,13 +34697,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Belter\'s", + word: "Belter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boelter\'s", + word: "Boelter's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34748,13 +34748,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Belus\'s", + word: "Belus's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boelus\'s", + word: "Boelus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34828,13 +34828,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Beria\'s", + word: "Beria's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Baeria\'s", + word: "Baeria's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34924,13 +34924,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Berl\'s", + word: "Berl's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Baerl\'s", + word: "Baerl's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -34997,7 +34997,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Berlinize\'s", + word: "Berlinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -35005,7 +35005,7 @@ Cluster { ], }, Variant { - word: "Berlinise\'s", + word: "Berlinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -35157,7 +35157,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Bessemerize\'s", + word: "Bessemerize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -35165,7 +35165,7 @@ Cluster { ], }, Variant { - word: "Bessemerise\'s", + word: "Bessemerise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -35350,14 +35350,14 @@ Cluster { Entry { variants: &[ Variant { - word: "beveler\'s", + word: "beveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "beveller\'s", + word: "beveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -35448,13 +35448,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Beyer\'s", + word: "Beyer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Baeyer\'s", + word: "Baeyer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -35679,14 +35679,14 @@ Cluster { Entry { variants: &[ Variant { - word: "bicolor\'s", + word: "bicolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bicolour\'s", + word: "bicolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -36293,7 +36293,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Birminghamize\'s", + word: "Birminghamize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -36301,7 +36301,7 @@ Cluster { ], }, Variant { - word: "Birminghamise\'s", + word: "Birminghamise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -36368,14 +36368,14 @@ Cluster { Entry { variants: &[ Variant { - word: "bister\'s", + word: "bister's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "bistre\'s", + word: "bistre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -36566,7 +36566,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bituminization\'s", + word: "bituminization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -36574,7 +36574,7 @@ Cluster { ], }, Variant { - word: "bituminisation\'s", + word: "bituminisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -36712,7 +36712,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bize\'s", + word: "bize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -36720,7 +36720,7 @@ Cluster { ], }, Variant { - word: "bise\'s", + word: "bise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -37001,7 +37001,7 @@ Cluster { Entry { variants: &[ Variant { - word: "blond\'s", + word: "blond's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -37011,7 +37011,7 @@ Cluster { ], }, Variant { - word: "blonde\'s", + word: "blonde's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -37062,7 +37062,7 @@ Cluster { Entry { variants: &[ Variant { - word: "blond\'s", + word: "blond's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -37113,7 +37113,7 @@ Cluster { Entry { variants: &[ Variant { - word: "blonde\'s", + word: "blonde's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -37244,13 +37244,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bluing\'s", + word: "bluing's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "blueing\'s", + word: "blueing's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -37282,19 +37282,19 @@ Cluster { ], }, Variant { - word: "bo\'sun", + word: "bo'sun", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bos\'n", + word: "bos'n", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bo\'s\'n", + word: "bo's'n", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -37319,19 +37319,19 @@ Cluster { ], }, Variant { - word: "bo\'s\'ns", + word: "bo's'ns", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bo\'suns", + word: "bo'suns", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bos\'ns", + word: "bos'ns", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -37344,31 +37344,31 @@ Cluster { Entry { variants: &[ Variant { - word: "boatswain\'s", + word: "boatswain's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bosun\'s", + word: "bosun's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "bo\'sun\'s", + word: "bo'sun's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bo\'s\'n\'s", + word: "bo's'n's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bos\'n\'s", + word: "bos'n's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -37426,13 +37426,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bobbysoxer\'s", + word: "bobbysoxer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bobby-soxer\'s", + word: "bobby-soxer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -37477,19 +37477,19 @@ Cluster { Entry { variants: &[ Variant { - word: "boccie\'s", + word: "boccie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bocce\'s", + word: "bocce's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "bocci\'s", + word: "bocci's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -37531,13 +37531,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Boedromius\'s", + word: "Boedromius's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Boaedromius\'s", + word: "Boaedromius's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -37598,13 +37598,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bogie\'s", + word: "bogie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bogey\'s", + word: "bogey's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -37661,19 +37661,19 @@ Cluster { Entry { variants: &[ Variant { - word: "bogey\'s", + word: "bogey's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bogy\'s", + word: "bogy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "bogie\'s", + word: "bogie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -38028,13 +38028,13 @@ Cluster { Entry { variants: &[ Variant { - word: "boo-boo\'s", + word: "boo-boo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "booboo\'s", + word: "booboo's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -38092,13 +38092,13 @@ Cluster { Entry { variants: &[ Variant { - word: "boogeyman\'s", + word: "boogeyman's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "boogerman\'s", + word: "boogerman's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -38156,13 +38156,13 @@ Cluster { Entry { variants: &[ Variant { - word: "boombox\'s", + word: "boombox's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "boom box\'s", + word: "boom box's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -38220,13 +38220,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bootee\'s", + word: "bootee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bootie\'s", + word: "bootie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -38272,13 +38272,13 @@ Cluster { Entry { variants: &[ Variant { - word: "booty\'s", + word: "booty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bootie\'s", + word: "bootie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -38317,7 +38317,7 @@ Cluster { Entry { variants: &[ Variant { - word: "booty\'s", + word: "booty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -38574,13 +38574,13 @@ Cluster { Entry { variants: &[ Variant { - word: "borscht\'s", + word: "borscht's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "borsch\'s", + word: "borsch's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -38812,7 +38812,7 @@ Cluster { Entry { variants: &[ Variant { - word: "botanizer\'s", + word: "botanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -38820,7 +38820,7 @@ Cluster { ], }, Variant { - word: "botaniser\'s", + word: "botaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -38863,13 +38863,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Bougainvillea\'s", + word: "Bougainvillea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Bougainvillaea\'s", + word: "Bougainvillaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -38976,7 +38976,7 @@ Cluster { Entry { variants: &[ Variant { - word: "boulder\'s", + word: "boulder's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -38986,7 +38986,7 @@ Cluster { ], }, Variant { - word: "bowlder\'s", + word: "bowlder's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -39152,7 +39152,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bowdlerization\'s", + word: "bowdlerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -39160,7 +39160,7 @@ Cluster { ], }, Variant { - word: "bowdlerisation\'s", + word: "bowdlerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -39320,7 +39320,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bowdlerizer\'s", + word: "bowdlerizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -39328,7 +39328,7 @@ Cluster { ], }, Variant { - word: "bowdleriser\'s", + word: "bowdleriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -39551,13 +39551,13 @@ Cluster { Entry { variants: &[ Variant { - word: "breathalyzer\'s", + word: "breathalyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "breathalyser\'s", + word: "breathalyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -39673,7 +39673,7 @@ Cluster { Entry { variants: &[ Variant { - word: "brier\'s", + word: "brier's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -39683,7 +39683,7 @@ Cluster { ], }, Variant { - word: "briar\'s", + word: "briar's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -39752,13 +39752,13 @@ Cluster { Entry { variants: &[ Variant { - word: "brinkmanship\'s", + word: "brinkmanship's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "brinksmanship\'s", + word: "brinksmanship's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -39816,13 +39816,13 @@ Cluster { Entry { variants: &[ Variant { - word: "briquette\'s", + word: "briquette's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "briquet\'s", + word: "briquet's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -39864,7 +39864,7 @@ Cluster { Entry { variants: &[ Variant { - word: "briza\'s", + word: "briza's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -39872,7 +39872,7 @@ Cluster { ], }, Variant { - word: "brisa\'s", + word: "brisa's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -39995,7 +39995,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bromization\'s", + word: "bromization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -40003,7 +40003,7 @@ Cluster { ], }, Variant { - word: "bromisation\'s", + word: "bromisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -40116,13 +40116,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bronco\'s", + word: "bronco's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "broncho\'s", + word: "broncho's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -40289,13 +40289,13 @@ Cluster { Entry { variants: &[ Variant { - word: "brusqueness\'s", + word: "brusqueness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bruskness\'s", + word: "bruskness's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -40359,7 +40359,7 @@ Cluster { Entry { variants: &[ Variant { - word: "brutalization\'s", + word: "brutalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -40367,7 +40367,7 @@ Cluster { ], }, Variant { - word: "brutalisation\'s", + word: "brutalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -40505,13 +40505,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Budenny\'s", + word: "Budenny's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Budaenny\'s", + word: "Budaenny's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -40572,13 +40572,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bunco\'s", + word: "bunco's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "bunko\'s", + word: "bunko's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -40674,13 +40674,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bunkum\'s", + word: "bunkum's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "buncombe\'s", + word: "buncombe's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -40744,7 +40744,7 @@ Cluster { Entry { variants: &[ Variant { - word: "bureaucratization\'s", + word: "bureaucratization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -40752,7 +40752,7 @@ Cluster { ], }, Variant { - word: "bureaucratisation\'s", + word: "bureaucratisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -41031,7 +41031,7 @@ Cluster { Entry { variants: &[ Variant { - word: "burka\'s", + word: "burka's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -41041,7 +41041,7 @@ Cluster { ], }, Variant { - word: "burqa\'s", + word: "burqa's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -41050,7 +41050,7 @@ Cluster { ], }, Variant { - word: "burkha\'s", + word: "burkha's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -41205,13 +41205,13 @@ Cluster { Entry { variants: &[ Variant { - word: "burnoose\'s", + word: "burnoose's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "burnous\'s", + word: "burnous's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -41357,7 +41357,7 @@ Cluster { Entry { variants: &[ Variant { - word: "busing\'s", + word: "busing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -41367,7 +41367,7 @@ Cluster { ], }, Variant { - word: "bussing\'s", + word: "bussing's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -41533,13 +41533,13 @@ Cluster { Entry { variants: &[ Variant { - word: "busheler\'s", + word: "busheler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "busheller\'s", + word: "busheller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -41600,13 +41600,13 @@ Cluster { Entry { variants: &[ Variant { - word: "bylaw\'s", + word: "bylaw's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "byelaw\'s", + word: "byelaw's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -41670,7 +41670,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Byronize\'s", + word: "Byronize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -41678,7 +41678,7 @@ Cluster { ], }, Variant { - word: "Byronise\'s", + word: "Byronise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -41743,7 +41743,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Byzantinize\'s", + word: "Byzantinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -41751,7 +41751,7 @@ Cluster { ], }, Variant { - word: "Byzantinise\'s", + word: "Byzantinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -41791,13 +41791,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cabby\'s", + word: "cabby's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cabbie\'s", + word: "cabbie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -42087,14 +42087,14 @@ Cluster { Entry { variants: &[ Variant { - word: "cacoethes\'s", + word: "cacoethes's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "cacoaethes\'s", + word: "cacoaethes's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -42161,13 +42161,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cadaster\'s", + word: "cadaster's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "cadastre\'s", + word: "cadastre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -42336,7 +42336,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Caesarize\'s", + word: "Caesarize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -42344,7 +42344,7 @@ Cluster { ], }, Variant { - word: "Caesarise\'s", + word: "Caesarise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -42448,7 +42448,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caftan\'s", + word: "caftan's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -42458,7 +42458,7 @@ Cluster { ], }, Variant { - word: "kaftan\'s", + word: "kaftan's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -42570,7 +42570,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caginess\'s", + word: "caginess's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -42580,7 +42580,7 @@ Cluster { ], }, Variant { - word: "cageyness\'s", + word: "cageyness's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -42642,13 +42642,13 @@ Cluster { Entry { variants: &[ Variant { - word: "caiman\'s", + word: "caiman's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cayman\'s", + word: "cayman's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -42895,13 +42895,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Calender\'s", + word: "Calender's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Calendre\'s", + word: "Calendre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -42968,13 +42968,13 @@ Cluster { Entry { variants: &[ Variant { - word: "caliber\'s", + word: "caliber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "calibre\'s", + word: "calibre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -43101,7 +43101,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caliper\'s", + word: "caliper's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -43111,7 +43111,7 @@ Cluster { ], }, Variant { - word: "calliper\'s", + word: "calliper's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -43127,7 +43127,7 @@ Cluster { Entry { variants: &[ Variant { - word: "calipers\'s", + word: "calipers's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -43137,7 +43137,7 @@ Cluster { ], }, Variant { - word: "callipers\'s", + word: "callipers's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -43185,19 +43185,19 @@ Cluster { Entry { variants: &[ Variant { - word: "caliph\'s", + word: "caliph's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "calif\'s", + word: "calif's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "khalif\'s", + word: "khalif's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -43364,13 +43364,13 @@ Cluster { Entry { variants: &[ Variant { - word: "calk\'s", + word: "calk's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "caulk\'s", + word: "caulk's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -43557,7 +43557,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caulk\'s", + word: "caulk's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -43567,13 +43567,13 @@ Cluster { ], }, Variant { - word: "calk\'s", + word: "calk's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "caulking\'s", + word: "caulking's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(1),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -43583,7 +43583,7 @@ Cluster { ], }, Variant { - word: "calking\'s", + word: "calking's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(2),}, ], @@ -43625,13 +43625,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Callirrhoe\'s", + word: "Callirrhoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Callirrhoae\'s", + word: "Callirrhoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -43727,7 +43727,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Calvinize\'s", + word: "Calvinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -43735,7 +43735,7 @@ Cluster { ], }, Variant { - word: "Calvinise\'s", + word: "Calvinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -43763,7 +43763,7 @@ Cluster { }, ], pos: None, archaic: false, note: false, - description: Some("camel hair (camel\'s hair)"), + description: Some("camel hair (camel's hair)"), comment: None, }, ], @@ -43878,7 +43878,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Canadianization\'s", + word: "Canadianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -43886,7 +43886,7 @@ Cluster { ], }, Variant { - word: "Canadianisation\'s", + word: "Canadianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -43951,7 +43951,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Canadianize\'s", + word: "Canadianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -43959,7 +43959,7 @@ Cluster { ], }, Variant { - word: "Canadianise\'s", + word: "Canadianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -44126,7 +44126,7 @@ Cluster { Entry { variants: &[ Variant { - word: "canalization\'s", + word: "canalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -44134,7 +44134,7 @@ Cluster { ], }, Variant { - word: "canalisation\'s", + word: "canalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -44272,13 +44272,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Cananean\'s", + word: "Cananean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Cananaean\'s", + word: "Cananaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -44488,13 +44488,13 @@ Cluster { Entry { variants: &[ Variant { - word: "canceler\'s", + word: "canceler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "canceller\'s", + word: "canceller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -44624,7 +44624,7 @@ Cluster { Entry { variants: &[ Variant { - word: "candor\'s", + word: "candor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -44632,7 +44632,7 @@ Cluster { ], }, Variant { - word: "candour\'s", + word: "candour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -44896,7 +44896,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cannibalization\'s", + word: "cannibalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -44904,7 +44904,7 @@ Cluster { ], }, Variant { - word: "cannibalisation\'s", + word: "cannibalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -45188,7 +45188,7 @@ Cluster { Entry { variants: &[ Variant { - word: "canonization\'s", + word: "canonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -45196,7 +45196,7 @@ Cluster { ], }, Variant { - word: "canonisation\'s", + word: "canonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -45356,7 +45356,7 @@ Cluster { Entry { variants: &[ Variant { - word: "canonizer\'s", + word: "canonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -45364,7 +45364,7 @@ Cluster { ], }, Variant { - word: "canoniser\'s", + word: "canoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -45433,7 +45433,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cantaloupe\'s", + word: "cantaloupe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -45443,7 +45443,7 @@ Cluster { ], }, Variant { - word: "cantaloup\'s", + word: "cantaloup's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -45698,7 +45698,7 @@ Cluster { Entry { variants: &[ Variant { - word: "capitalizable\'s", + word: "capitalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -45706,7 +45706,7 @@ Cluster { ], }, Variant { - word: "capitalisable\'s", + word: "capitalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -45771,7 +45771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "capitalization\'s", + word: "capitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -45779,7 +45779,7 @@ Cluster { ], }, Variant { - word: "capitalisation\'s", + word: "capitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -45939,7 +45939,7 @@ Cluster { Entry { variants: &[ Variant { - word: "capitalizer\'s", + word: "capitalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -45947,7 +45947,7 @@ Cluster { ], }, Variant { - word: "capitaliser\'s", + word: "capitaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46012,7 +46012,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caponization\'s", + word: "caponization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46020,7 +46020,7 @@ Cluster { ], }, Variant { - word: "caponisation\'s", + word: "caponisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46158,7 +46158,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caponizer\'s", + word: "caponizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46166,7 +46166,7 @@ Cluster { ], }, Variant { - word: "caponiser\'s", + word: "caponiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46406,7 +46406,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caramelization\'s", + word: "caramelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46414,7 +46414,7 @@ Cluster { ], }, Variant { - word: "caramelisation\'s", + word: "caramelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46574,13 +46574,13 @@ Cluster { Entry { variants: &[ Variant { - word: "caravansary\'s", + word: "caravansary's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "caravanserai\'s", + word: "caravanserai's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -46797,7 +46797,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carbonatization\'s", + word: "carbonatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46805,7 +46805,7 @@ Cluster { ], }, Variant { - word: "carbonatisation\'s", + word: "carbonatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46914,7 +46914,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carbonizable\'s", + word: "carbonizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46922,7 +46922,7 @@ Cluster { ], }, Variant { - word: "carbonisable\'s", + word: "carbonisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -46987,7 +46987,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carbonization\'s", + word: "carbonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -46995,7 +46995,7 @@ Cluster { ], }, Variant { - word: "carbonisation\'s", + word: "carbonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -47155,7 +47155,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carbonizer\'s", + word: "carbonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -47163,7 +47163,7 @@ Cluster { ], }, Variant { - word: "carboniser\'s", + word: "carboniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -47246,13 +47246,13 @@ Cluster { Entry { variants: &[ Variant { - word: "carburetor\'s", + word: "carburetor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "carburettor\'s", + word: "carburettor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -47261,7 +47261,7 @@ Cluster { ], }, Variant { - word: "carburetter\'s", + word: "carburetter's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, @@ -47328,7 +47328,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carburization\'s", + word: "carburization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -47336,7 +47336,7 @@ Cluster { ], }, Variant { - word: "carburisation\'s", + word: "carburisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -47474,7 +47474,7 @@ Cluster { Entry { variants: &[ Variant { - word: "carburizer\'s", + word: "carburizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -47482,7 +47482,7 @@ Cluster { ], }, Variant { - word: "carburiser\'s", + word: "carburiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -47701,19 +47701,19 @@ Cluster { Entry { variants: &[ Variant { - word: "carny\'s", + word: "carny's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "carney\'s", + word: "carney's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: Some(1),}, ], }, Variant { - word: "carnie\'s", + word: "carnie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: Some(2),}, ], @@ -47828,13 +47828,13 @@ Cluster { Entry { variants: &[ Variant { - word: "caroler\'s", + word: "caroler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "caroller\'s", + word: "caroller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -47925,13 +47925,13 @@ Cluster { Entry { variants: &[ Variant { - word: "carousel\'s", + word: "carousel's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "carrousel\'s", + word: "carrousel's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -47995,7 +47995,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cartelization\'s", + word: "cartelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -48003,7 +48003,7 @@ Cluster { ], }, Variant { - word: "cartelisation\'s", + word: "cartelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -48145,7 +48145,7 @@ Cluster { Entry { variants: &[ Variant { - word: "casino\'s", + word: "casino's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -48196,13 +48196,13 @@ Cluster { Entry { variants: &[ Variant { - word: "casino\'s", + word: "casino's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cassino\'s", + word: "cassino's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -48276,7 +48276,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caster\'s", + word: "caster's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -48286,7 +48286,7 @@ Cluster { ], }, Variant { - word: "castor\'s", + word: "castor's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -48357,7 +48357,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caster\'s", + word: "caster's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -48367,7 +48367,7 @@ Cluster { ], }, Variant { - word: "castor\'s", + word: "castor's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -48418,7 +48418,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caster\'s", + word: "caster's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -48469,7 +48469,7 @@ Cluster { Entry { variants: &[ Variant { - word: "castor\'s", + word: "castor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -48537,7 +48537,7 @@ Cluster { Entry { variants: &[ Variant { - word: "castorized\'s", + word: "castorized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -48545,7 +48545,7 @@ Cluster { ], }, Variant { - word: "castorised\'s", + word: "castorised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -48833,13 +48833,13 @@ Cluster { Entry { variants: &[ Variant { - word: "catalog\'s", + word: "catalog's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "catalogue\'s", + word: "catalogue's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -48907,13 +48907,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cataloger\'s", + word: "cataloger's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "cataloguer\'s", + word: "cataloguer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49191,13 +49191,13 @@ Cluster { Entry { variants: &[ Variant { - word: "catalyzer\'s", + word: "catalyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "catalyser\'s", + word: "catalyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49308,7 +49308,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catechizable\'s", + word: "catechizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49316,7 +49316,7 @@ Cluster { ], }, Variant { - word: "catechisable\'s", + word: "catechisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -49381,7 +49381,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catechization\'s", + word: "catechization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49389,7 +49389,7 @@ Cluster { ], }, Variant { - word: "catechisation\'s", + word: "catechisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -49571,7 +49571,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catechizer\'s", + word: "catechizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49579,7 +49579,7 @@ Cluster { ], }, Variant { - word: "catechiser\'s", + word: "catechiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -49644,7 +49644,7 @@ Cluster { Entry { variants: &[ Variant { - word: "categorization\'s", + word: "categorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49652,7 +49652,7 @@ Cluster { ], }, Variant { - word: "categorisation\'s", + word: "categorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -49958,7 +49958,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catheterization\'s", + word: "catheterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -49966,7 +49966,7 @@ Cluster { ], }, Variant { - word: "catheterisation\'s", + word: "catheterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -50148,7 +50148,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catholicization\'s", + word: "catholicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -50156,7 +50156,7 @@ Cluster { ], }, Variant { - word: "catholicisation\'s", + word: "catholicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -50360,7 +50360,7 @@ Cluster { Entry { variants: &[ Variant { - word: "catholicizer\'s", + word: "catholicizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -50368,7 +50368,7 @@ Cluster { ], }, Variant { - word: "catholiciser\'s", + word: "catholiciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -50441,7 +50441,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cauldron\'s", + word: "cauldron's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -50451,7 +50451,7 @@ Cluster { ], }, Variant { - word: "caldron\'s", + word: "caldron's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -50518,7 +50518,7 @@ Cluster { Entry { variants: &[ Variant { - word: "causticization\'s", + word: "causticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -50526,7 +50526,7 @@ Cluster { ], }, Variant { - word: "causticisation\'s", + word: "causticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -50693,7 +50693,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cauterization\'s", + word: "cauterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -50701,7 +50701,7 @@ Cluster { ], }, Variant { - word: "cauterisation\'s", + word: "cauterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -50869,7 +50869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "caviar\'s", + word: "caviar's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -50879,7 +50879,7 @@ Cluster { ], }, Variant { - word: "caviare\'s", + word: "caviare's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -51051,13 +51051,13 @@ Cluster { Entry { variants: &[ Variant { - word: "caviler\'s", + word: "caviler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "caviller\'s", + word: "caviller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -51275,13 +51275,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Celastraceae\'s", + word: "Celastraceae's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Coelastraceae\'s", + word: "Coelastraceae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -51673,7 +51673,7 @@ Cluster { Entry { variants: &[ Variant { - word: "celom\'s", + word: "celom's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -51681,7 +51681,7 @@ Cluster { ], }, Variant { - word: "coelom\'s", + word: "coelom's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -51782,14 +51782,14 @@ Cluster { Entry { variants: &[ Variant { - word: "celoscope\'s", + word: "celoscope's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "coeloscope\'s", + word: "coeloscope's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -51856,7 +51856,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Celticize\'s", + word: "Celticize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -51864,7 +51864,7 @@ Cluster { ], }, Variant { - word: "Celticise\'s", + word: "Celticise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -51908,14 +51908,14 @@ Cluster { Entry { variants: &[ Variant { - word: "cenacle\'s", + word: "cenacle's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "coenacle\'s", + word: "coenacle's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -52014,14 +52014,14 @@ Cluster { Entry { variants: &[ Variant { - word: "cenesthesia\'s", + word: "cenesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "coenesthesia\'s", + word: "coenesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -52097,14 +52097,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Cenis\'s", + word: "Cenis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Caenis\'s", + word: "Caenis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -52209,7 +52209,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cenobite\'s", + word: "cenobite's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -52219,7 +52219,7 @@ Cluster { ], }, Variant { - word: "coenobite\'s", + word: "coenobite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -52331,14 +52331,14 @@ Cluster { Entry { variants: &[ Variant { - word: "cenobitism\'s", + word: "cenobitism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "coenobitism\'s", + word: "coenobitism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -52723,14 +52723,14 @@ Cluster { Entry { variants: &[ Variant { - word: "center\'s", + word: "center's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "centre\'s", + word: "centre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -52769,14 +52769,14 @@ Cluster { Entry { variants: &[ Variant { - word: "centering\'s", + word: "centering's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "centring\'s", + word: "centring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -52866,13 +52866,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centerable\'s", + word: "centerable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centreable\'s", + word: "centreable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -52939,13 +52939,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centerboard\'s", + word: "centerboard's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centreboard\'s", + word: "centreboard's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53063,13 +53063,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centerfold\'s", + word: "centerfold's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centrefold\'s", + word: "centrefold's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53209,13 +53209,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centerline\'s", + word: "centerline's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centreline\'s", + word: "centreline's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53311,13 +53311,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centerpiece\'s", + word: "centerpiece's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centrepiece\'s", + word: "centrepiece's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53362,13 +53362,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Centerville\'s", + word: "Centerville's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Centreville\'s", + word: "Centreville's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53441,7 +53441,7 @@ Cluster { Entry { variants: &[ Variant { - word: "centigram\'s", + word: "centigram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -53451,7 +53451,7 @@ Cluster { ], }, Variant { - word: "centigramme\'s", + word: "centigramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -53517,13 +53517,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centiliter\'s", + word: "centiliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centilitre\'s", + word: "centilitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53590,13 +53590,13 @@ Cluster { Entry { variants: &[ Variant { - word: "centimeter\'s", + word: "centimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "centimetre\'s", + word: "centimetre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53663,7 +53663,7 @@ Cluster { Entry { variants: &[ Variant { - word: "centralization\'s", + word: "centralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53671,7 +53671,7 @@ Cluster { ], }, Variant { - word: "centralisation\'s", + word: "centralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -53831,7 +53831,7 @@ Cluster { Entry { variants: &[ Variant { - word: "centralizer\'s", + word: "centralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53839,7 +53839,7 @@ Cluster { ], }, Variant { - word: "centraliser\'s", + word: "centraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -53904,7 +53904,7 @@ Cluster { Entry { variants: &[ Variant { - word: "centrifugalization\'s", + word: "centrifugalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -53912,7 +53912,7 @@ Cluster { ], }, Variant { - word: "centrifugalisation\'s", + word: "centrifugalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -54072,7 +54072,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cephalization\'s", + word: "cephalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -54080,7 +54080,7 @@ Cluster { ], }, Variant { - word: "cephalisation\'s", + word: "cephalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -54167,13 +54167,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cere\'s", + word: "cere's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "cree\'s", + word: "cree's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -54349,7 +54349,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cerebralization\'s", + word: "cerebralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -54357,7 +54357,7 @@ Cluster { ], }, Variant { - word: "cerebralisation\'s", + word: "cerebralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -54658,25 +54658,25 @@ Cluster { Entry { variants: &[ Variant { - word: "cesarean\'s", + word: "cesarean's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "caesarean\'s", + word: "caesarean's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "caesarian\'s", + word: "caesarian's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "cesarian\'s", + word: "cesarian's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -54718,13 +54718,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Cesaria\'s", + word: "Cesaria's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Caesaria\'s", + word: "Caesaria's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -54824,7 +54824,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cesium\'s", + word: "cesium's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -54832,7 +54832,7 @@ Cluster { ], }, Variant { - word: "caesium\'s", + word: "caesium's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -55189,7 +55189,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Chamizal\'s", + word: "Chamizal's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -55197,7 +55197,7 @@ Cluster { ], }, Variant { - word: "Chamisal\'s", + word: "Chamisal's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -55256,19 +55256,19 @@ Cluster { Entry { variants: &[ Variant { - word: "chamois\'s", + word: "chamois's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "shammy\'s", + word: "shammy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "chammy\'s", + word: "chammy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -55345,13 +55345,13 @@ Cluster { Entry { variants: &[ Variant { - word: "chamomile\'s", + word: "chamomile's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "camomile\'s", + word: "camomile's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -55517,13 +55517,13 @@ Cluster { Entry { variants: &[ Variant { - word: "channeler\'s", + word: "channeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "channeller\'s", + word: "channeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -55590,7 +55590,7 @@ Cluster { Entry { variants: &[ Variant { - word: "channelization\'s", + word: "channelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -55598,7 +55598,7 @@ Cluster { ], }, Variant { - word: "channelisation\'s", + word: "channelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -55768,7 +55768,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chaperon\'s", + word: "chaperon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -55778,7 +55778,7 @@ Cluster { ], }, Variant { - word: "chaperone\'s", + word: "chaperone's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -56036,7 +56036,7 @@ Cluster { Entry { variants: &[ Variant { - word: "characterizable\'s", + word: "characterizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -56044,7 +56044,7 @@ Cluster { ], }, Variant { - word: "characterisable\'s", + word: "characterisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -56109,7 +56109,7 @@ Cluster { Entry { variants: &[ Variant { - word: "characterization\'s", + word: "characterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -56117,7 +56117,7 @@ Cluster { ], }, Variant { - word: "characterisation\'s", + word: "characterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -56277,7 +56277,7 @@ Cluster { Entry { variants: &[ Variant { - word: "characterizer\'s", + word: "characterizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -56285,7 +56285,7 @@ Cluster { ], }, Variant { - word: "characteriser\'s", + word: "characteriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -56379,7 +56379,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chattelization\'s", + word: "chattelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -56387,7 +56387,7 @@ Cluster { ], }, Variant { - word: "chattelisation\'s", + word: "chattelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -56551,14 +56551,14 @@ Cluster { Entry { variants: &[ Variant { - word: "check\'s", + word: "check's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "cheque\'s", + word: "cheque's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -56620,14 +56620,14 @@ Cluster { Entry { variants: &[ Variant { - word: "checker\'s", + word: "checker's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "chequer\'s", + word: "chequer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Seldom), num: None,}, @@ -56643,14 +56643,14 @@ Cluster { Entry { variants: &[ Variant { - word: "checkers\'s", + word: "checkers's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "chequers\'s", + word: "chequers's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Seldom), num: None,}, @@ -56763,7 +56763,7 @@ Cluster { Entry { variants: &[ Variant { - word: "check\'s", + word: "check's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -56797,7 +56797,7 @@ Cluster { Entry { variants: &[ Variant { - word: "checker\'s", + word: "checker's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -56814,7 +56814,7 @@ Cluster { Entry { variants: &[ Variant { - word: "checkers\'s", + word: "checkers's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -56916,13 +56916,13 @@ Cluster { Entry { variants: &[ Variant { - word: "checkbook\'s", + word: "checkbook's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "chequebook\'s", + word: "chequebook's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -56989,13 +56989,13 @@ Cluster { Entry { variants: &[ Variant { - word: "checkerboard\'s", + word: "checkerboard's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "chequerboard\'s", + word: "chequerboard's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -57171,7 +57171,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chemicalization\'s", + word: "chemicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -57179,7 +57179,7 @@ Cluster { ], }, Variant { - word: "chemicalisation\'s", + word: "chemicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -57457,21 +57457,21 @@ Cluster { Entry { variants: &[ Variant { - word: "chili\'s", + word: "chili's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "chile\'s", + word: "chile's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "chilli\'s", + word: "chilli's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -57521,7 +57521,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chimera\'s", + word: "chimera's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -57531,7 +57531,7 @@ Cluster { ], }, Variant { - word: "chimaera\'s", + word: "chimaera's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -57783,13 +57783,13 @@ Cluster { Entry { variants: &[ Variant { - word: "chiseler\'s", + word: "chiseler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "chiseller\'s", + word: "chiseller's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -57838,19 +57838,19 @@ Cluster { Entry { variants: &[ Variant { - word: "chitterlings\'s", + word: "chitterlings's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "chitlins\'s", + word: "chitlins's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "chitlings\'s", + word: "chitlings's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -58328,7 +58328,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chloroformization\'s", + word: "chloroformization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -58336,7 +58336,7 @@ Cluster { ], }, Variant { - word: "chloroformisation\'s", + word: "chloroformisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -58446,13 +58446,13 @@ Cluster { Entry { variants: &[ Variant { - word: "chlorophyll\'s", + word: "chlorophyll's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "chlorophyl\'s", + word: "chlorophyl's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -58510,13 +58510,13 @@ Cluster { Entry { variants: &[ Variant { - word: "chocoholic\'s", + word: "chocoholic's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "chocaholic\'s", + word: "chocaholic's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -58592,13 +58592,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Choephori\'s", + word: "Choephori's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Choaephori\'s", + word: "Choaephori's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -58771,7 +58771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "chorization\'s", + word: "chorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -58779,7 +58779,7 @@ Cluster { ], }, Variant { - word: "chorisation\'s", + word: "chorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -58844,7 +58844,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Christianization\'s", + word: "Christianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -58852,7 +58852,7 @@ Cluster { ], }, Variant { - word: "Christianisation\'s", + word: "Christianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -59144,7 +59144,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Christianizer\'s", + word: "Christianizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -59152,7 +59152,7 @@ Cluster { ], }, Variant { - word: "Christianiser\'s", + word: "Christianiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -59569,25 +59569,25 @@ Cluster { Entry { variants: &[ Variant { - word: "chutzpah\'s", + word: "chutzpah's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hutzpa\'s", + word: "hutzpa's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(1),}, ], }, Variant { - word: "chutzpa\'s", + word: "chutzpa's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(2),}, ], }, Variant { - word: "hutzpah\'s", + word: "hutzpah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(3),}, ], @@ -59723,7 +59723,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cicatrix\'s", + word: "cicatrix's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Possible), num: None,}, @@ -59734,7 +59734,7 @@ Cluster { ], }, Variant { - word: "cicatrice\'s", + word: "cicatrice's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -59860,7 +59860,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cicatrization\'s", + word: "cicatrization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -59868,7 +59868,7 @@ Cluster { ], }, Variant { - word: "cicatrisation\'s", + word: "cicatrisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -60006,7 +60006,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cicatrizer\'s", + word: "cicatrizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -60014,7 +60014,7 @@ Cluster { ], }, Variant { - word: "cicatriser\'s", + word: "cicatriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -60079,7 +60079,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ciceronianize\'s", + word: "Ciceronianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -60087,7 +60087,7 @@ Cluster { ], }, Variant { - word: "Ciceronianise\'s", + word: "Ciceronianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -60154,7 +60154,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cigarette\'s", + word: "cigarette's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -60164,7 +60164,7 @@ Cluster { ], }, Variant { - word: "cigaret\'s", + word: "cigaret's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -60257,7 +60257,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cinchonization\'s", + word: "cinchonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -60265,7 +60265,7 @@ Cluster { ], }, Variant { - word: "cinchonisation\'s", + word: "cinchonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -60466,7 +60466,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cipher\'s", + word: "cipher's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -60476,7 +60476,7 @@ Cluster { ], }, Variant { - word: "cypher\'s", + word: "cypher's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -60510,7 +60510,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cipher\'s", + word: "cipher's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -60607,7 +60607,7 @@ Cluster { Entry { variants: &[ Variant { - word: "circularization\'s", + word: "circularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -60615,7 +60615,7 @@ Cluster { ], }, Variant { - word: "circularisation\'s", + word: "circularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -60775,7 +60775,7 @@ Cluster { Entry { variants: &[ Variant { - word: "circularizer\'s", + word: "circularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -60783,7 +60783,7 @@ Cluster { ], }, Variant { - word: "circulariser\'s", + word: "circulariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61264,7 +61264,7 @@ Cluster { Entry { variants: &[ Variant { - word: "civilizable\'s", + word: "civilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -61272,7 +61272,7 @@ Cluster { ], }, Variant { - word: "civilisable\'s", + word: "civilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61337,7 +61337,7 @@ Cluster { Entry { variants: &[ Variant { - word: "civilization\'s", + word: "civilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -61345,7 +61345,7 @@ Cluster { ], }, Variant { - word: "civilisation\'s", + word: "civilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61454,7 +61454,7 @@ Cluster { Entry { variants: &[ Variant { - word: "civilizational\'s", + word: "civilizational's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -61462,7 +61462,7 @@ Cluster { ], }, Variant { - word: "civilisational\'s", + word: "civilisational's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61651,7 +61651,7 @@ Cluster { Entry { variants: &[ Variant { - word: "civilizedness\'s", + word: "civilizedness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -61659,7 +61659,7 @@ Cluster { ], }, Variant { - word: "civilisedness\'s", + word: "civilisedness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61724,7 +61724,7 @@ Cluster { Entry { variants: &[ Variant { - word: "civilizer\'s", + word: "civilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -61732,7 +61732,7 @@ Cluster { ], }, Variant { - word: "civiliser\'s", + word: "civiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -61791,13 +61791,13 @@ Cluster { Entry { variants: &[ Variant { - word: "civvy\'s", + word: "civvy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "civie\'s", + word: "civie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -61942,7 +61942,7 @@ Cluster { Entry { variants: &[ Variant { - word: "clamor\'s", + word: "clamor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -61950,7 +61950,7 @@ Cluster { ], }, Variant { - word: "clamour\'s", + word: "clamour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -61966,7 +61966,7 @@ Cluster { Entry { variants: &[ Variant { - word: "clamoring\'s", + word: "clamoring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -61974,7 +61974,7 @@ Cluster { ], }, Variant { - word: "clamouring\'s", + word: "clamouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -62045,7 +62045,7 @@ Cluster { Entry { variants: &[ Variant { - word: "clamorer\'s", + word: "clamorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -62053,7 +62053,7 @@ Cluster { ], }, Variant { - word: "clamourer\'s", + word: "clamourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -62098,13 +62098,13 @@ Cluster { Entry { variants: &[ Variant { - word: "clamorist\'s", + word: "clamorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "clamourist\'s", + word: "clamourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -62254,7 +62254,7 @@ Cluster { Entry { variants: &[ Variant { - word: "clangor\'s", + word: "clangor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -62262,7 +62262,7 @@ Cluster { ], }, Variant { - word: "clangour\'s", + word: "clangour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -62360,14 +62360,14 @@ Cluster { Entry { variants: &[ Variant { - word: "clarinetist\'s", + word: "clarinetist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "clarinettist\'s", + word: "clarinettist's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -62667,13 +62667,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Clete\'s", + word: "Clete's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Cloete\'s", + word: "Cloete's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -62842,13 +62842,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Clytie\'s", + word: "Clytie's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Clytiae\'s", + word: "Clytiae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63036,13 +63036,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cocaine\'s", + word: "cocaine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cocain\'s", + word: "cocain's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -63106,7 +63106,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cocainization\'s", + word: "cocainization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63114,7 +63114,7 @@ Cluster { ], }, Variant { - word: "cocainisation\'s", + word: "cocainisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -63268,13 +63268,13 @@ Cluster { Entry { variants: &[ Variant { - word: "coconut\'s", + word: "coconut's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cocoanut\'s", + word: "cocoanut's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -63345,13 +63345,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Coe\'s", + word: "Coe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Cooe\'s", + word: "Cooe's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63649,7 +63649,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cognizability\'s", + word: "cognizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63657,7 +63657,7 @@ Cluster { ], }, Variant { - word: "cognisability\'s", + word: "cognisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -63773,7 +63773,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cognizableness\'s", + word: "cognizableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63781,7 +63781,7 @@ Cluster { ], }, Variant { - word: "cognisableness\'s", + word: "cognisableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -63919,7 +63919,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cognizance\'s", + word: "cognizance's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -63927,7 +63927,7 @@ Cluster { ], }, Variant { - word: "cognisance\'s", + word: "cognisance's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -64160,7 +64160,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cognizer\'s", + word: "cognizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -64168,7 +64168,7 @@ Cluster { ], }, Variant { - word: "cogniser\'s", + word: "cogniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -64227,13 +64227,13 @@ Cluster { Entry { variants: &[ Variant { - word: "colander\'s", + word: "colander's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cullender\'s", + word: "cullender's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -64320,13 +64320,13 @@ Cluster { Entry { variants: &[ Variant { - word: "collectibility\'s", + word: "collectibility's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "collectability\'s", + word: "collectability's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -64398,7 +64398,7 @@ Cluster { Entry { variants: &[ Variant { - word: "collectible\'s", + word: "collectible's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -64408,7 +64408,7 @@ Cluster { ], }, Variant { - word: "collectable\'s", + word: "collectable's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -64475,7 +64475,7 @@ Cluster { Entry { variants: &[ Variant { - word: "collectivization\'s", + word: "collectivization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -64483,7 +64483,7 @@ Cluster { ], }, Variant { - word: "collectivisation\'s", + word: "collectivisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -64884,7 +64884,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colonizability\'s", + word: "colonizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -64892,7 +64892,7 @@ Cluster { ], }, Variant { - word: "colonisability\'s", + word: "colonisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -65001,7 +65001,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colonizable\'s", + word: "colonizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -65009,7 +65009,7 @@ Cluster { ], }, Variant { - word: "colonisable\'s", + word: "colonisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -65074,7 +65074,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colonization\'s", + word: "colonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -65082,7 +65082,7 @@ Cluster { ], }, Variant { - word: "colonisation\'s", + word: "colonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -65147,7 +65147,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colonizationist\'s", + word: "colonizationist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -65155,7 +65155,7 @@ Cluster { ], }, Variant { - word: "colonisationist\'s", + word: "colonisationist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -65315,7 +65315,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colonizer\'s", + word: "colonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -65323,7 +65323,7 @@ Cluster { ], }, Variant { - word: "coloniser\'s", + word: "coloniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -65392,7 +65392,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colored\'s", + word: "colored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65400,7 +65400,7 @@ Cluster { ], }, Variant { - word: "coloured\'s", + word: "coloured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65440,7 +65440,7 @@ Cluster { Entry { variants: &[ Variant { - word: "color\'s", + word: "color's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65448,7 +65448,7 @@ Cluster { ], }, Variant { - word: "colour\'s", + word: "colour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65512,7 +65512,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorer\'s", + word: "colorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65520,7 +65520,7 @@ Cluster { ], }, Variant { - word: "colourer\'s", + word: "colourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65584,7 +65584,7 @@ Cluster { Entry { variants: &[ Variant { - word: "coloring\'s", + word: "coloring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65592,7 +65592,7 @@ Cluster { ], }, Variant { - word: "colouring\'s", + word: "colouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65656,7 +65656,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colors\'s", + word: "colors's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65664,7 +65664,7 @@ Cluster { ], }, Variant { - word: "colours\'s", + word: "colours's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65735,7 +65735,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorability\'s", + word: "colorability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65743,7 +65743,7 @@ Cluster { ], }, Variant { - word: "colourability\'s", + word: "colourability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65862,7 +65862,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorable\'s", + word: "colorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65870,7 +65870,7 @@ Cluster { ], }, Variant { - word: "colourable\'s", + word: "colourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -65941,7 +65941,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorableness\'s", + word: "colorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -65949,7 +65949,7 @@ Cluster { ], }, Variant { - word: "colourableness\'s", + word: "colourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -66177,13 +66177,13 @@ Cluster { Entry { variants: &[ Variant { - word: "coloradoite\'s", + word: "coloradoite's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "colouradoite\'s", + word: "colouradoite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -66283,7 +66283,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorant\'s", + word: "colorant's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -66291,7 +66291,7 @@ Cluster { ], }, Variant { - word: "colourant\'s", + word: "colourant's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -66395,7 +66395,7 @@ Cluster { Entry { variants: &[ Variant { - word: "coloration\'s", + word: "coloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -66405,7 +66405,7 @@ Cluster { ], }, Variant { - word: "colouration\'s", + word: "colouration's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -66653,7 +66653,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorbearer\'s", + word: "colorbearer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -66661,7 +66661,7 @@ Cluster { ], }, Variant { - word: "colourbearer\'s", + word: "colourbearer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -66763,7 +66763,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorblindness\'s", + word: "colorblindness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -66771,7 +66771,7 @@ Cluster { ], }, Variant { - word: "colourblindness\'s", + word: "colourblindness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -66969,7 +66969,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorcast\'s", + word: "colorcast's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -66977,7 +66977,7 @@ Cluster { ], }, Variant { - word: "colourcast\'s", + word: "colourcast's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -67252,7 +67252,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorfastness\'s", + word: "colorfastness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -67260,7 +67260,7 @@ Cluster { ], }, Variant { - word: "colourfastness\'s", + word: "colourfastness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -67489,7 +67489,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorfulness\'s", + word: "colorfulness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -67497,7 +67497,7 @@ Cluster { ], }, Variant { - word: "colourfulness\'s", + word: "colourfulness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -67564,13 +67564,13 @@ Cluster { Entry { variants: &[ Variant { - word: "colorific\'s", + word: "colorific's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "colourific\'s", + word: "colourific's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -67645,7 +67645,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorimeter\'s", + word: "colorimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -67655,7 +67655,7 @@ Cluster { ], }, Variant { - word: "colourimeter\'s", + word: "colourimeter's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Possible), num: None,}, @@ -67817,13 +67817,13 @@ Cluster { Entry { variants: &[ Variant { - word: "colorimetrist\'s", + word: "colorimetrist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "colourimetrist\'s", + word: "colourimetrist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -68031,14 +68031,14 @@ Cluster { Entry { variants: &[ Variant { - word: "colorist\'s", + word: "colorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "colourist\'s", + word: "colourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -68239,20 +68239,20 @@ Cluster { Entry { variants: &[ Variant { - word: "colorization\'s", + word: "colorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "colourisation\'s", + word: "colourisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "colourization\'s", + word: "colourization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -68594,7 +68594,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorlessness\'s", + word: "colorlessness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -68602,7 +68602,7 @@ Cluster { ], }, Variant { - word: "colourlessness\'s", + word: "colourlessness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -68735,7 +68735,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colorman\'s", + word: "colorman's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -68743,7 +68743,7 @@ Cluster { ], }, Variant { - word: "colourman\'s", + word: "colourman's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -68814,7 +68814,7 @@ Cluster { Entry { variants: &[ Variant { - word: "colormap\'s", + word: "colormap's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -68822,7 +68822,7 @@ Cluster { ], }, Variant { - word: "colourmap\'s", + word: "colourmap's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -69117,7 +69117,7 @@ Cluster { Entry { variants: &[ Variant { - word: "columnization\'s", + word: "columnization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -69125,7 +69125,7 @@ Cluster { ], }, Variant { - word: "columnisation\'s", + word: "columnisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -69314,7 +69314,7 @@ Cluster { Entry { variants: &[ Variant { - word: "commercialization\'s", + word: "commercialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -69322,7 +69322,7 @@ Cluster { ], }, Variant { - word: "commercialisation\'s", + word: "commercialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -69533,7 +69533,7 @@ Cluster { Entry { variants: &[ Variant { - word: "communalization\'s", + word: "communalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -69541,7 +69541,7 @@ Cluster { ], }, Variant { - word: "communalisation\'s", + word: "communalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -69701,7 +69701,7 @@ Cluster { Entry { variants: &[ Variant { - word: "communalizer\'s", + word: "communalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -69709,7 +69709,7 @@ Cluster { ], }, Variant { - word: "communaliser\'s", + word: "communaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -69774,7 +69774,7 @@ Cluster { Entry { variants: &[ Variant { - word: "communization\'s", + word: "communization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -69782,7 +69782,7 @@ Cluster { ], }, Variant { - word: "communisation\'s", + word: "communisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -69993,7 +69993,7 @@ Cluster { Entry { variants: &[ Variant { - word: "compartmentalization\'s", + word: "compartmentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -70001,7 +70001,7 @@ Cluster { ], }, Variant { - word: "compartmentalisation\'s", + word: "compartmentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -70219,7 +70219,7 @@ Cluster { Entry { variants: &[ Variant { - word: "complementizer\'s", + word: "complementizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -70227,7 +70227,7 @@ Cluster { ], }, Variant { - word: "complementiser\'s", + word: "complementiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -70474,7 +70474,7 @@ Cluster { Entry { variants: &[ Variant { - word: "comprizal\'s", + word: "comprizal's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -70482,7 +70482,7 @@ Cluster { ], }, Variant { - word: "comprisal\'s", + word: "comprisal's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -70576,7 +70576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "computerization\'s", + word: "computerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -70584,7 +70584,7 @@ Cluster { ], }, Variant { - word: "computerisation\'s", + word: "computerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -70839,7 +70839,7 @@ Cluster { Entry { variants: &[ Variant { - word: "conceptualization\'s", + word: "conceptualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -70847,7 +70847,7 @@ Cluster { ], }, Variant { - word: "conceptualisation\'s", + word: "conceptualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -71160,7 +71160,7 @@ Cluster { Entry { variants: &[ Variant { - word: "concertizer\'s", + word: "concertizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -71168,7 +71168,7 @@ Cluster { ], }, Variant { - word: "concertiser\'s", + word: "concertiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -71320,7 +71320,7 @@ Cluster { Entry { variants: &[ Variant { - word: "concretization\'s", + word: "concretization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -71328,7 +71328,7 @@ Cluster { ], }, Variant { - word: "concretisation\'s", + word: "concretisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -71533,13 +71533,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cony\'s", + word: "cony's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "coney\'s", + word: "coney's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -71779,13 +71779,13 @@ Cluster { Entry { variants: &[ Variant { - word: "conjurer\'s", + word: "conjurer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "conjuror\'s", + word: "conjuror's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -71860,7 +71860,7 @@ Cluster { Entry { variants: &[ Variant { - word: "connection\'s", + word: "connection's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -71870,7 +71870,7 @@ Cluster { ], }, Variant { - word: "connexion\'s", + word: "connexion's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -71963,7 +71963,7 @@ Cluster { Entry { variants: &[ Variant { - word: "connector\'s", + word: "connector's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -71973,7 +71973,7 @@ Cluster { ], }, Variant { - word: "connecter\'s", + word: "connecter's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -72227,7 +72227,7 @@ Cluster { Entry { variants: &[ Variant { - word: "constitutionalization\'s", + word: "constitutionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -72235,7 +72235,7 @@ Cluster { ], }, Variant { - word: "constitutionalisation\'s", + word: "constitutionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -72395,7 +72395,7 @@ Cluster { Entry { variants: &[ Variant { - word: "containerization\'s", + word: "containerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -72403,7 +72403,7 @@ Cluster { ], }, Variant { - word: "containerisation\'s", + word: "containerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -72980,13 +72980,13 @@ Cluster { Entry { variants: &[ Variant { - word: "convener\'s", + word: "convener's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "convenor\'s", + word: "convenor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -73050,7 +73050,7 @@ Cluster { Entry { variants: &[ Variant { - word: "conventionalization\'s", + word: "conventionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -73058,7 +73058,7 @@ Cluster { ], }, Variant { - word: "conventionalisation\'s", + word: "conventionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -73326,7 +73326,7 @@ Cluster { Entry { variants: &[ Variant { - word: "converter\'s", + word: "converter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -73336,7 +73336,7 @@ Cluster { ], }, Variant { - word: "convertor\'s", + word: "convertor's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -73403,7 +73403,7 @@ Cluster { Entry { variants: &[ Variant { - word: "converter\'s", + word: "converter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -73413,7 +73413,7 @@ Cluster { ], }, Variant { - word: "convertor\'s", + word: "convertor's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -73474,13 +73474,13 @@ Cluster { Entry { variants: &[ Variant { - word: "conveyor\'s", + word: "conveyor's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "conveyer\'s", + word: "conveyer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -73669,7 +73669,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cookie\'s", + word: "cookie's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -73679,7 +73679,7 @@ Cluster { ], }, Variant { - word: "cooky\'s", + word: "cooky's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -73743,7 +73743,7 @@ Cluster { Entry { variants: &[ Variant { - word: "copolymerization\'s", + word: "copolymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -73751,7 +73751,7 @@ Cluster { ], }, Variant { - word: "copolymerisation\'s", + word: "copolymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -73911,7 +73911,7 @@ Cluster { Entry { variants: &[ Variant { - word: "copperization\'s", + word: "copperization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -73919,7 +73919,7 @@ Cluster { ], }, Variant { - word: "copperisation\'s", + word: "copperisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -74255,13 +74255,13 @@ Cluster { Entry { variants: &[ Variant { - word: "corbeling\'s", + word: "corbeling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "corbelling\'s", + word: "corbelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -74474,7 +74474,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Corinthianize\'s", + word: "Corinthianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -74482,7 +74482,7 @@ Cluster { ], }, Variant { - word: "Corinthianise\'s", + word: "Corinthianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -74635,7 +74635,7 @@ Cluster { Entry { variants: &[ Variant { - word: "corporealization\'s", + word: "corporealization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -74643,7 +74643,7 @@ Cluster { ], }, Variant { - word: "corporealisation\'s", + word: "corporealisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -75094,7 +75094,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cosmopolitanization\'s", + word: "cosmopolitanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -75102,7 +75102,7 @@ Cluster { ], }, Variant { - word: "cosmopolitanisation\'s", + word: "cosmopolitanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -75344,13 +75344,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cottar\'s", + word: "cottar's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cotter\'s", + word: "cotter's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -75389,7 +75389,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cotter\'s", + word: "cotter's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -75482,7 +75482,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cottonization\'s", + word: "cottonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -75490,7 +75490,7 @@ Cluster { ], }, Variant { - word: "cottonisation\'s", + word: "cottonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -75635,13 +75635,13 @@ Cluster { Entry { variants: &[ Variant { - word: "councilor\'s", + word: "councilor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "councillor\'s", + word: "councillor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -75708,13 +75708,13 @@ Cluster { Entry { variants: &[ Variant { - word: "councilorship\'s", + word: "councilorship's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "councillorship\'s", + word: "councillorship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -75863,14 +75863,14 @@ Cluster { Entry { variants: &[ Variant { - word: "counselor\'s", + word: "counselor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "counsellor\'s", + word: "counsellor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -75937,13 +75937,13 @@ Cluster { Entry { variants: &[ Variant { - word: "counselorship\'s", + word: "counselorship's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "counsellorship\'s", + word: "counsellorship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -76076,14 +76076,14 @@ Cluster { Entry { variants: &[ Variant { - word: "coziness\'s", + word: "coziness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "cosiness\'s", + word: "cosiness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -76243,14 +76243,14 @@ Cluster { Entry { variants: &[ Variant { - word: "cozy\'s", + word: "cozy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "cosy\'s", + word: "cosy's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -76707,7 +76707,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crenelation\'s", + word: "crenelation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -76717,7 +76717,7 @@ Cluster { ], }, Variant { - word: "crenellation\'s", + word: "crenellation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77040,7 +77040,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cretinization\'s", + word: "cretinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77048,7 +77048,7 @@ Cluster { ], }, Variant { - word: "cretinisation\'s", + word: "cretinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -77208,7 +77208,7 @@ Cluster { Entry { variants: &[ Variant { - word: "criminalization\'s", + word: "criminalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77216,7 +77216,7 @@ Cluster { ], }, Variant { - word: "criminalisation\'s", + word: "criminalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -77420,7 +77420,7 @@ Cluster { Entry { variants: &[ Variant { - word: "criticizable\'s", + word: "criticizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77428,7 +77428,7 @@ Cluster { ], }, Variant { - word: "criticisable\'s", + word: "criticisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -77588,7 +77588,7 @@ Cluster { Entry { variants: &[ Variant { - word: "criticizer\'s", + word: "criticizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77596,7 +77596,7 @@ Cluster { ], }, Variant { - word: "criticiser\'s", + word: "criticiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -77756,7 +77756,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crofterization\'s", + word: "crofterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -77764,7 +77764,7 @@ Cluster { ], }, Variant { - word: "crofterisation\'s", + word: "crofterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -77890,7 +77890,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crosier\'s", + word: "crosier's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -77900,7 +77900,7 @@ Cluster { ], }, Variant { - word: "crozier\'s", + word: "crozier's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -78244,7 +78244,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crystallizability\'s", + word: "crystallizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -78252,7 +78252,7 @@ Cluster { ], }, Variant { - word: "crystallisability\'s", + word: "crystallisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -78361,7 +78361,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crystallizable\'s", + word: "crystallizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -78369,7 +78369,7 @@ Cluster { ], }, Variant { - word: "crystallisable\'s", + word: "crystallisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -78434,7 +78434,7 @@ Cluster { Entry { variants: &[ Variant { - word: "crystallization\'s", + word: "crystallization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -78442,7 +78442,7 @@ Cluster { ], }, Variant { - word: "crystallisation\'s", + word: "crystallisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -78677,7 +78677,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Cubanize\'s", + word: "Cubanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -78685,7 +78685,7 @@ Cluster { ], }, Variant { - word: "Cubanise\'s", + word: "Cubanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -78918,13 +78918,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cudgeler\'s", + word: "cudgeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "cudgeller\'s", + word: "cudgeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -79020,7 +79020,7 @@ Cluster { Entry { variants: &[ Variant { - word: "culturization\'s", + word: "culturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -79028,7 +79028,7 @@ Cluster { ], }, Variant { - word: "culturisation\'s", + word: "culturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -79224,13 +79224,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cupeler\'s", + word: "cupeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "cupeller\'s", + word: "cupeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -79496,7 +79496,7 @@ Cluster { Entry { variants: &[ Variant { - word: "curb\'s", + word: "curb's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -79601,14 +79601,14 @@ Cluster { Entry { variants: &[ Variant { - word: "curb\'s", + word: "curb's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "kerb\'s", + word: "kerb's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -79668,13 +79668,13 @@ Cluster { Entry { variants: &[ Variant { - word: "curlicue\'s", + word: "curlicue's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "curlycue\'s", + word: "curlycue's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -79764,7 +79764,7 @@ Cluster { Entry { variants: &[ Variant { - word: "curricularization\'s", + word: "curricularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -79772,7 +79772,7 @@ Cluster { ], }, Variant { - word: "curricularisation\'s", + word: "curricularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -79952,7 +79952,7 @@ Cluster { Entry { variants: &[ Variant { - word: "curtsy\'s", + word: "curtsy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -79962,7 +79962,7 @@ Cluster { ], }, Variant { - word: "curtsey\'s", + word: "curtsey's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -80085,7 +80085,7 @@ Cluster { Entry { variants: &[ Variant { - word: "customization\'s", + word: "customization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -80093,7 +80093,7 @@ Cluster { ], }, Variant { - word: "customisation\'s", + word: "customisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -80359,7 +80359,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cutinization\'s", + word: "cutinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -80367,7 +80367,7 @@ Cluster { ], }, Variant { - word: "cutinisation\'s", + word: "cutinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -80527,7 +80527,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cutization\'s", + word: "cutization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -80535,7 +80535,7 @@ Cluster { ], }, Variant { - word: "cutisation\'s", + word: "cutisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -80594,13 +80594,13 @@ Cluster { Entry { variants: &[ Variant { - word: "cutlass\'s", + word: "cutlass's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cutlas\'s", + word: "cutlas's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -80671,13 +80671,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Cyanee\'s", + word: "Cyanee's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Cyaneae\'s", + word: "Cyaneae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -80869,7 +80869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cyclization\'s", + word: "cyclization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -80877,7 +80877,7 @@ Cluster { ], }, Variant { - word: "cyclisation\'s", + word: "cyclisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -81047,7 +81047,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cyclopedia\'s", + word: "cyclopedia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -81057,7 +81057,7 @@ Cluster { ], }, Variant { - word: "cyclopaedia\'s", + word: "cyclopaedia's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -81176,7 +81176,7 @@ Cluster { Entry { variants: &[ Variant { - word: "cyclopedist\'s", + word: "cyclopedist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -81186,7 +81186,7 @@ Cluster { ], }, Variant { - word: "cyclopaedist\'s", + word: "cyclopaedist's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -81311,7 +81311,7 @@ Cluster { Entry { variants: &[ Variant { - word: "czar\'s", + word: "czar's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -81321,7 +81321,7 @@ Cluster { ], }, Variant { - word: "tzar\'s", + word: "tzar's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(1),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -81330,7 +81330,7 @@ Cluster { ], }, Variant { - word: "tsar\'s", + word: "tsar's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(2),}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -81404,19 +81404,19 @@ Cluster { Entry { variants: &[ Variant { - word: "czardom\'s", + word: "czardom's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tzardom\'s", + word: "tzardom's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(1),}, ], }, Variant { - word: "tsardom\'s", + word: "tsardom's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(2),}, ], @@ -81486,19 +81486,19 @@ Cluster { Entry { variants: &[ Variant { - word: "czarina\'s", + word: "czarina's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tzarina\'s", + word: "tzarina's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "tsarina\'s", + word: "tsarina's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -81568,19 +81568,19 @@ Cluster { Entry { variants: &[ Variant { - word: "czarism\'s", + word: "czarism's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tzarism\'s", + word: "tzarism's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "tsarism\'s", + word: "tsarism's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -81676,7 +81676,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Czechization\'s", + word: "Czechization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -81684,7 +81684,7 @@ Cluster { ], }, Variant { - word: "Czechisation\'s", + word: "Czechisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -81887,7 +81887,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Danization\'s", + word: "Danization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -81895,7 +81895,7 @@ Cluster { ], }, Variant { - word: "Danisation\'s", + word: "Danisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -81960,7 +81960,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Danize\'s", + word: "Danize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -81968,7 +81968,7 @@ Cluster { ], }, Variant { - word: "Danise\'s", + word: "Danise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -82033,7 +82033,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Darwinize\'s", + word: "Darwinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82041,7 +82041,7 @@ Cluster { ], }, Variant { - word: "Darwinise\'s", + word: "Darwinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -82336,13 +82336,13 @@ Cluster { Entry { variants: &[ Variant { - word: "deary\'s", + word: "deary's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "dearie\'s", + word: "dearie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -82406,13 +82406,13 @@ Cluster { Entry { variants: &[ Variant { - word: "decaliter\'s", + word: "decaliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decalitre\'s", + word: "decalitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82479,13 +82479,13 @@ Cluster { Entry { variants: &[ Variant { - word: "decameter\'s", + word: "decameter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decametre\'s", + word: "decametre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82698,7 +82698,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decarbonization\'s", + word: "decarbonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82706,7 +82706,7 @@ Cluster { ], }, Variant { - word: "decarbonisation\'s", + word: "decarbonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -82866,7 +82866,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decarbonizer\'s", + word: "decarbonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82874,7 +82874,7 @@ Cluster { ], }, Variant { - word: "decarboniser\'s", + word: "decarboniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -82939,7 +82939,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decarburization\'s", + word: "decarburization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -82947,7 +82947,7 @@ Cluster { ], }, Variant { - word: "decarburisation\'s", + word: "decarburisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -83107,7 +83107,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decasualization\'s", + word: "decasualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -83115,7 +83115,7 @@ Cluster { ], }, Variant { - word: "decasualisation\'s", + word: "decasualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -83296,7 +83296,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decentralization\'s", + word: "decentralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -83304,7 +83304,7 @@ Cluster { ], }, Variant { - word: "decentralisation\'s", + word: "decentralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -83740,7 +83740,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decigram\'s", + word: "decigram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -83750,7 +83750,7 @@ Cluster { ], }, Variant { - word: "decigramme\'s", + word: "decigramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -83816,13 +83816,13 @@ Cluster { Entry { variants: &[ Variant { - word: "deciliter\'s", + word: "deciliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decilitre\'s", + word: "decilitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -83889,7 +83889,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decimalization\'s", + word: "decimalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -83897,7 +83897,7 @@ Cluster { ], }, Variant { - word: "decimalisation\'s", + word: "decimalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -84057,13 +84057,13 @@ Cluster { Entry { variants: &[ Variant { - word: "decimeter\'s", + word: "decimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decimetre\'s", + word: "decimetre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -84225,7 +84225,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decolonization\'s", + word: "decolonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -84233,7 +84233,7 @@ Cluster { ], }, Variant { - word: "decolonisation\'s", + word: "decolonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -84624,13 +84624,13 @@ Cluster { Entry { variants: &[ Variant { - word: "decoloration\'s", + word: "decoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decolouration\'s", + word: "decolouration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -84736,20 +84736,20 @@ Cluster { Entry { variants: &[ Variant { - word: "decolorization\'s", + word: "decolorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decolourisation\'s", + word: "decolourisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "decolourization\'s", + word: "decolourization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -84939,20 +84939,20 @@ Cluster { Entry { variants: &[ Variant { - word: "decolorizer\'s", + word: "decolorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "decolouriser\'s", + word: "decolouriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "decolourizer\'s", + word: "decolourizer's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -85017,7 +85017,7 @@ Cluster { Entry { variants: &[ Variant { - word: "decriminalization\'s", + word: "decriminalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -85025,7 +85025,7 @@ Cluster { ], }, Variant { - word: "decriminalisation\'s", + word: "decriminalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -85316,7 +85316,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deemphasization\'s", + word: "deemphasization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -85324,7 +85324,7 @@ Cluster { ], }, Variant { - word: "deemphasisation\'s", + word: "deemphasisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -85667,7 +85667,7 @@ Cluster { Entry { variants: &[ Variant { - word: "defeminization\'s", + word: "defeminization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -85675,7 +85675,7 @@ Cluster { ], }, Variant { - word: "defeminisation\'s", + word: "defeminisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -85883,14 +85883,14 @@ Cluster { Entry { variants: &[ Variant { - word: "defense\'s", + word: "defense's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "defence\'s", + word: "defence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -86103,13 +86103,13 @@ Cluster { Entry { variants: &[ Variant { - word: "defenselessness\'s", + word: "defenselessness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "defencelessness\'s", + word: "defencelessness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86176,13 +86176,13 @@ Cluster { Entry { variants: &[ Variant { - word: "defenseman\'s", + word: "defenseman's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "defenceman\'s", + word: "defenceman's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86439,7 +86439,7 @@ Cluster { Entry { variants: &[ Variant { - word: "definitization\'s", + word: "definitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86447,7 +86447,7 @@ Cluster { ], }, Variant { - word: "definitisation\'s", + word: "definitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -86607,7 +86607,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deflectionization\'s", + word: "deflectionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86615,7 +86615,7 @@ Cluster { ], }, Variant { - word: "deflectionisation\'s", + word: "deflectionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -86760,7 +86760,7 @@ Cluster { Entry { variants: &[ Variant { - word: "defunctionalization\'s", + word: "defunctionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86768,7 +86768,7 @@ Cluster { ], }, Variant { - word: "defunctionalisation\'s", + word: "defunctionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -86913,7 +86913,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dehumanization\'s", + word: "dehumanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -86921,7 +86921,7 @@ Cluster { ], }, Variant { - word: "dehumanisation\'s", + word: "dehumanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87059,7 +87059,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dehydrogenization\'s", + word: "dehydrogenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87067,7 +87067,7 @@ Cluster { ], }, Variant { - word: "dehydrogenisation\'s", + word: "dehydrogenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87183,7 +87183,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dehydrogenizer\'s", + word: "dehydrogenizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87191,7 +87191,7 @@ Cluster { ], }, Variant { - word: "dehydrogeniser\'s", + word: "dehydrogeniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87256,7 +87256,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dehypnotization\'s", + word: "dehypnotization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87264,7 +87264,7 @@ Cluster { ], }, Variant { - word: "dehypnotisation\'s", + word: "dehypnotisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87424,7 +87424,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deindustrialization\'s", + word: "deindustrialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87432,7 +87432,7 @@ Cluster { ], }, Variant { - word: "deindustrialisation\'s", + word: "deindustrialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87570,7 +87570,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deionization\'s", + word: "deionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87578,7 +87578,7 @@ Cluster { ], }, Variant { - word: "deionisation\'s", + word: "deionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -87744,7 +87744,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dekagram\'s", + word: "dekagram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -87754,7 +87754,7 @@ Cluster { ], }, Variant { - word: "dekagramme\'s", + word: "dekagramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -87820,13 +87820,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dekaliter\'s", + word: "dekaliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dekalitre\'s", + word: "dekalitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -87893,13 +87893,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dekameter\'s", + word: "dekameter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dekametre\'s", + word: "dekametre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88017,7 +88017,7 @@ Cluster { Entry { variants: &[ Variant { - word: "delocalization\'s", + word: "delocalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88025,7 +88025,7 @@ Cluster { ], }, Variant { - word: "delocalisation\'s", + word: "delocalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -88258,7 +88258,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demagnetizable\'s", + word: "demagnetizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88266,7 +88266,7 @@ Cluster { ], }, Variant { - word: "demagnetisable\'s", + word: "demagnetisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -88331,7 +88331,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demagnetization\'s", + word: "demagnetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88339,7 +88339,7 @@ Cluster { ], }, Variant { - word: "demagnetisation\'s", + word: "demagnetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -88499,7 +88499,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demagnetizer\'s", + word: "demagnetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88507,7 +88507,7 @@ Cluster { ], }, Variant { - word: "demagnetiser\'s", + word: "demagnetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -88620,7 +88620,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demagogue\'s", + word: "demagogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -88630,7 +88630,7 @@ Cluster { ], }, Variant { - word: "demagog\'s", + word: "demagog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -88747,7 +88747,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demasculinization\'s", + word: "demasculinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88755,7 +88755,7 @@ Cluster { ], }, Variant { - word: "demasculinisation\'s", + word: "demasculinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -88907,7 +88907,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dematerialization\'s", + word: "dematerialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -88915,7 +88915,7 @@ Cluster { ], }, Variant { - word: "dematerialisation\'s", + word: "dematerialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -89079,7 +89079,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demeanor\'s", + word: "demeanor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -89087,7 +89087,7 @@ Cluster { ], }, Variant { - word: "demeanour\'s", + word: "demeanour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -89154,7 +89154,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demilitarization\'s", + word: "demilitarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -89162,7 +89162,7 @@ Cluster { ], }, Variant { - word: "demilitarisation\'s", + word: "demilitarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -89351,7 +89351,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demineralization\'s", + word: "demineralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -89359,7 +89359,7 @@ Cluster { ], }, Variant { - word: "demineralisation\'s", + word: "demineralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -89548,7 +89548,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demobilization\'s", + word: "demobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -89556,7 +89556,7 @@ Cluster { ], }, Variant { - word: "demobilisation\'s", + word: "demobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -89716,7 +89716,7 @@ Cluster { Entry { variants: &[ Variant { - word: "democratization\'s", + word: "democratization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -89724,7 +89724,7 @@ Cluster { ], }, Variant { - word: "democratisation\'s", + word: "democratisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -89913,7 +89913,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demonetization\'s", + word: "demonetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -89921,7 +89921,7 @@ Cluster { ], }, Variant { - word: "demonetisation\'s", + word: "demonetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -90235,7 +90235,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demoralization\'s", + word: "demoralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -90243,7 +90243,7 @@ Cluster { ], }, Variant { - word: "demoralisation\'s", + word: "demoralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -90403,7 +90403,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demoralizer\'s", + word: "demoralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -90411,7 +90411,7 @@ Cluster { ], }, Variant { - word: "demoraliser\'s", + word: "demoraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -90651,7 +90651,7 @@ Cluster { Entry { variants: &[ Variant { - word: "demythologization\'s", + word: "demythologization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -90659,7 +90659,7 @@ Cluster { ], }, Variant { - word: "demythologisation\'s", + word: "demythologisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -90848,7 +90848,7 @@ Cluster { Entry { variants: &[ Variant { - word: "denationalization\'s", + word: "denationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -90856,7 +90856,7 @@ Cluster { ], }, Variant { - word: "denationalisation\'s", + word: "denationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91016,7 +91016,7 @@ Cluster { Entry { variants: &[ Variant { - word: "denaturalization\'s", + word: "denaturalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -91024,7 +91024,7 @@ Cluster { ], }, Variant { - word: "denaturalisation\'s", + word: "denaturalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91184,7 +91184,7 @@ Cluster { Entry { variants: &[ Variant { - word: "denaturization\'s", + word: "denaturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -91192,7 +91192,7 @@ Cluster { ], }, Variant { - word: "denaturisation\'s", + word: "denaturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91352,7 +91352,7 @@ Cluster { Entry { variants: &[ Variant { - word: "denaturizer\'s", + word: "denaturizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -91360,7 +91360,7 @@ Cluster { ], }, Variant { - word: "denaturiser\'s", + word: "denaturiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91585,7 +91585,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dentalization\'s", + word: "dentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -91593,7 +91593,7 @@ Cluster { ], }, Variant { - word: "dentalisation\'s", + word: "dentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91755,13 +91755,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dentin\'s", + word: "dentin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dentine\'s", + word: "dentine's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -91829,7 +91829,7 @@ Cluster { Entry { variants: &[ Variant { - word: "denuclearization\'s", + word: "denuclearization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -91837,7 +91837,7 @@ Cluster { ], }, Variant { - word: "denuclearisation\'s", + word: "denuclearisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -91997,7 +91997,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deodorization\'s", + word: "deodorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92005,7 +92005,7 @@ Cluster { ], }, Variant { - word: "deodorisation\'s", + word: "deodorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92165,7 +92165,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deodorizer\'s", + word: "deodorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92173,7 +92173,7 @@ Cluster { ], }, Variant { - word: "deodoriser\'s", + word: "deodoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92238,7 +92238,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deoxidization\'s", + word: "deoxidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92246,7 +92246,7 @@ Cluster { ], }, Variant { - word: "deoxidisation\'s", + word: "deoxidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92406,7 +92406,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deoxidizer\'s", + word: "deoxidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92414,7 +92414,7 @@ Cluster { ], }, Variant { - word: "deoxidiser\'s", + word: "deoxidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92574,7 +92574,7 @@ Cluster { Entry { variants: &[ Variant { - word: "departmentalization\'s", + word: "departmentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92582,7 +92582,7 @@ Cluster { ], }, Variant { - word: "departmentalisation\'s", + word: "departmentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92742,7 +92742,7 @@ Cluster { Entry { variants: &[ Variant { - word: "departmentization\'s", + word: "departmentization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -92750,7 +92750,7 @@ Cluster { ], }, Variant { - word: "departmentisation\'s", + word: "departmentisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -92992,7 +92992,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dependence\'s", + word: "dependence's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -93002,7 +93002,7 @@ Cluster { ], }, Variant { - word: "dependance\'s", + word: "dependance's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -93091,7 +93091,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dependent\'s", + word: "dependent's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -93101,7 +93101,7 @@ Cluster { ], }, Variant { - word: "dependant\'s", + word: "dependant's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93168,7 +93168,7 @@ Cluster { Entry { variants: &[ Variant { - word: "depersonalization\'s", + word: "depersonalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93176,7 +93176,7 @@ Cluster { ], }, Variant { - word: "depersonalisation\'s", + word: "depersonalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -93336,7 +93336,7 @@ Cluster { Entry { variants: &[ Variant { - word: "depolarization\'s", + word: "depolarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93344,7 +93344,7 @@ Cluster { ], }, Variant { - word: "depolarisation\'s", + word: "depolarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -93504,7 +93504,7 @@ Cluster { Entry { variants: &[ Variant { - word: "depolarizer\'s", + word: "depolarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93512,7 +93512,7 @@ Cluster { ], }, Variant { - word: "depolariser\'s", + word: "depolariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -93701,7 +93701,7 @@ Cluster { Entry { variants: &[ Variant { - word: "depolymerization\'s", + word: "depolymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93709,7 +93709,7 @@ Cluster { ], }, Variant { - word: "depolymerisation\'s", + word: "depolymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -93869,7 +93869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "depressurization\'s", + word: "depressurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -93877,7 +93877,7 @@ Cluster { ], }, Variant { - word: "depressurisation\'s", + word: "depressurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -94307,7 +94307,7 @@ Cluster { Entry { variants: &[ Variant { - word: "derationalization\'s", + word: "derationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -94315,7 +94315,7 @@ Cluster { ], }, Variant { - word: "derationalisation\'s", + word: "derationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -94431,7 +94431,7 @@ Cluster { Entry { variants: &[ Variant { - word: "deratization\'s", + word: "deratization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -94439,7 +94439,7 @@ Cluster { ], }, Variant { - word: "deratisation\'s", + word: "deratisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -94811,13 +94811,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Derr\'s", + word: "Derr's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Drer\'s", + word: "Drer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -95030,7 +95030,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desalinization\'s", + word: "desalinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -95038,7 +95038,7 @@ Cluster { ], }, Variant { - word: "desalinisation\'s", + word: "desalinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -95200,7 +95200,7 @@ Cluster { Entry { variants: &[ Variant { - word: "descendant\'s", + word: "descendant's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -95210,7 +95210,7 @@ Cluster { ], }, Variant { - word: "descendent\'s", + word: "descendent's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -95297,7 +95297,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desensitization\'s", + word: "desensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -95305,7 +95305,7 @@ Cluster { ], }, Variant { - word: "desensitisation\'s", + word: "desensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -95465,7 +95465,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desensitizer\'s", + word: "desensitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -95473,7 +95473,7 @@ Cluster { ], }, Variant { - word: "desensitiser\'s", + word: "desensitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -95589,7 +95589,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desexualization\'s", + word: "desexualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -95597,7 +95597,7 @@ Cluster { ], }, Variant { - word: "desexualisation\'s", + word: "desexualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -96350,20 +96350,20 @@ Cluster { Entry { variants: &[ Variant { - word: "desulfurization\'s", + word: "desulfurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "desulphurisation\'s", + word: "desulphurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "desulphurization\'s", + word: "desulphurization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -96521,7 +96521,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desulfurizer\'s", + word: "desulfurizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -96529,7 +96529,7 @@ Cluster { ], }, Variant { - word: "desulfuriser\'s", + word: "desulfuriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -96645,7 +96645,7 @@ Cluster { Entry { variants: &[ Variant { - word: "desynchronization\'s", + word: "desynchronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -96653,7 +96653,7 @@ Cluster { ], }, Variant { - word: "desynchronisation\'s", + word: "desynchronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -96813,7 +96813,7 @@ Cluster { Entry { variants: &[ Variant { - word: "detribalization\'s", + word: "detribalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -96821,7 +96821,7 @@ Cluster { ], }, Variant { - word: "detribalisation\'s", + word: "detribalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -97309,7 +97309,7 @@ Cluster { Entry { variants: &[ Variant { - word: "devitalization\'s", + word: "devitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -97317,7 +97317,7 @@ Cluster { ], }, Variant { - word: "devitalisation\'s", + word: "devitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -97455,7 +97455,7 @@ Cluster { Entry { variants: &[ Variant { - word: "devocalization\'s", + word: "devocalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -97463,7 +97463,7 @@ Cluster { ], }, Variant { - word: "devocalisation\'s", + word: "devocalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -97623,7 +97623,7 @@ Cluster { Entry { variants: &[ Variant { - word: "devolatilization\'s", + word: "devolatilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -97631,7 +97631,7 @@ Cluster { ], }, Variant { - word: "devolatilisation\'s", + word: "devolatilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -97869,7 +97869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "diabolization\'s", + word: "diabolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -97877,7 +97877,7 @@ Cluster { ], }, Variant { - word: "diabolisation\'s", + word: "diabolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -98215,14 +98215,14 @@ Cluster { Entry { variants: &[ Variant { - word: "dialing\'s", + word: "dialing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "dialling\'s", + word: "dialling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -98340,13 +98340,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dialer\'s", + word: "dialer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dialler\'s", + word: "dialler's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -98413,13 +98413,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dialist\'s", + word: "dialist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "diallist\'s", + word: "diallist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -98629,7 +98629,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dialogue\'s", + word: "dialogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -98639,7 +98639,7 @@ Cluster { ], }, Variant { - word: "dialog\'s", + word: "dialog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -98730,13 +98730,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dialyzability\'s", + word: "dialyzability's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dialysability\'s", + word: "dialysability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -98847,13 +98847,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dialyzable\'s", + word: "dialyzable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dialysable\'s", + word: "dialysable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -98920,14 +98920,14 @@ Cluster { Entry { variants: &[ Variant { - word: "dialyzate\'s", + word: "dialyzate's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "dialysate\'s", + word: "dialysate's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -98971,14 +98971,14 @@ Cluster { Entry { variants: &[ Variant { - word: "dialyzation\'s", + word: "dialyzation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "dialysation\'s", + word: "dialysation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -99156,14 +99156,14 @@ Cluster { Entry { variants: &[ Variant { - word: "dialyzer\'s", + word: "dialyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "dialyser\'s", + word: "dialyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -99377,7 +99377,7 @@ Cluster { Entry { variants: &[ Variant { - word: "diarrhea\'s", + word: "diarrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -99385,7 +99385,7 @@ Cluster { ], }, Variant { - word: "diarrhoea\'s", + word: "diarrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -99679,7 +99679,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dichotomization\'s", + word: "dichotomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -99687,7 +99687,7 @@ Cluster { ], }, Variant { - word: "dichotomisation\'s", + word: "dichotomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -99848,19 +99848,19 @@ Cluster { Entry { variants: &[ Variant { - word: "dickey\'s", + word: "dickey's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "dicky\'s", + word: "dicky's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "dickie\'s", + word: "dickie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -100042,7 +100042,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dieselization\'s", + word: "dieselization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -100050,7 +100050,7 @@ Cluster { ], }, Variant { - word: "dieselisation\'s", + word: "dieselisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -100302,14 +100302,14 @@ Cluster { Entry { variants: &[ Variant { - word: "diestrus\'s", + word: "diestrus's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "dioestrus\'s", + word: "dioestrus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -100354,13 +100354,13 @@ Cluster { Entry { variants: &[ Variant { - word: "diethylstilbestrol\'s", + word: "diethylstilbestrol's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "diethylstilboestrol\'s", + word: "diethylstilboestrol's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -100437,7 +100437,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dietitian\'s", + word: "dietitian's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -100447,7 +100447,7 @@ Cluster { ], }, Variant { - word: "dietician\'s", + word: "dietician's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -100566,7 +100566,7 @@ Cluster { Entry { variants: &[ Variant { - word: "digitalization\'s", + word: "digitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -100574,7 +100574,7 @@ Cluster { ], }, Variant { - word: "digitalisation\'s", + word: "digitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -100734,7 +100734,7 @@ Cluster { Entry { variants: &[ Variant { - word: "digitization\'s", + word: "digitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -100742,7 +100742,7 @@ Cluster { ], }, Variant { - word: "digitisation\'s", + word: "digitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -100902,7 +100902,7 @@ Cluster { Entry { variants: &[ Variant { - word: "digitizer\'s", + word: "digitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -100910,7 +100910,7 @@ Cluster { ], }, Variant { - word: "digitiser\'s", + word: "digitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -100985,7 +100985,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dike\'s", + word: "dike's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -100995,7 +100995,7 @@ Cluster { ], }, Variant { - word: "dyke\'s", + word: "dyke's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -101066,7 +101066,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dyke\'s", + word: "dyke's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -101076,7 +101076,7 @@ Cluster { ], }, Variant { - word: "dike\'s", + word: "dike's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -101268,7 +101268,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dimerization\'s", + word: "dimerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -101276,7 +101276,7 @@ Cluster { ], }, Variant { - word: "dimerisation\'s", + word: "dimerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -101544,14 +101544,14 @@ Cluster { Entry { variants: &[ Variant { - word: "diopter\'s", + word: "diopter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "dioptre\'s", + word: "dioptre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -101618,7 +101618,7 @@ Cluster { Entry { variants: &[ Variant { - word: "diphthongization\'s", + word: "diphthongization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -101626,7 +101626,7 @@ Cluster { ], }, Variant { - word: "diphthongisation\'s", + word: "diphthongisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -101786,13 +101786,13 @@ Cluster { Entry { variants: &[ Variant { - word: "diploe\'s", + word: "diploe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "diploae\'s", + word: "diploae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -101948,13 +101948,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dis\'s", + word: "dis's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "diss\'s", + word: "diss's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -102215,7 +102215,7 @@ Cluster { Entry { variants: &[ Variant { - word: "discanonization\'s", + word: "discanonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -102223,7 +102223,7 @@ Cluster { ], }, Variant { - word: "discanonisation\'s", + word: "discanonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -102341,14 +102341,14 @@ Cluster { Entry { variants: &[ Variant { - word: "discolor\'s", + word: "discolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "discolour\'s", + word: "discolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -102387,14 +102387,14 @@ Cluster { Entry { variants: &[ Variant { - word: "discolored\'s", + word: "discolored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "discoloured\'s", + word: "discoloured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -102573,7 +102573,7 @@ Cluster { Entry { variants: &[ Variant { - word: "discoloration\'s", + word: "discoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -102583,7 +102583,7 @@ Cluster { ], }, Variant { - word: "discolouration\'s", + word: "discolouration's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -102690,20 +102690,20 @@ Cluster { Entry { variants: &[ Variant { - word: "discolorization\'s", + word: "discolorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "discolourisation\'s", + word: "discolourisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "discolourization\'s", + word: "discolourization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -102768,13 +102768,13 @@ Cluster { Entry { variants: &[ Variant { - word: "discolorment\'s", + word: "discolorment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "discolourment\'s", + word: "discolourment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -103052,7 +103052,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disequalize\'s", + word: "disequalize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -103060,7 +103060,7 @@ Cluster { ], }, Variant { - word: "disequalise\'s", + word: "disequalise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -103228,7 +103228,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disfavor\'s", + word: "disfavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -103236,7 +103236,7 @@ Cluster { ], }, Variant { - word: "disfavour\'s", + word: "disfavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -103307,7 +103307,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disfavorer\'s", + word: "disfavorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -103315,7 +103315,7 @@ Cluster { ], }, Variant { - word: "disfavourer\'s", + word: "disfavourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -103376,13 +103376,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dishabille\'s", + word: "dishabille's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "deshabille\'s", + word: "deshabille's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -103673,7 +103673,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dishonor\'s", + word: "dishonor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -103681,7 +103681,7 @@ Cluster { ], }, Variant { - word: "dishonour\'s", + word: "dishonour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -103800,7 +103800,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dishonorable\'s", + word: "dishonorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -103808,7 +103808,7 @@ Cluster { ], }, Variant { - word: "dishonourable\'s", + word: "dishonourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -103879,7 +103879,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dishonorableness\'s", + word: "dishonorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -103887,7 +103887,7 @@ Cluster { ], }, Variant { - word: "dishonourableness\'s", + word: "dishonourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -104090,7 +104090,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dishonorer\'s", + word: "dishonorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -104098,7 +104098,7 @@ Cluster { ], }, Variant { - word: "dishonourer\'s", + word: "dishonourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -104390,7 +104390,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disillusionizer\'s", + word: "disillusionizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -104398,7 +104398,7 @@ Cluster { ], }, Variant { - word: "disillusioniser\'s", + word: "disillusioniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -104687,7 +104687,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disk\'s", + word: "disk's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -104697,7 +104697,7 @@ Cluster { ], }, Variant { - word: "disc\'s", + word: "disc's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -104741,7 +104741,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disc\'s", + word: "disc's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -104751,7 +104751,7 @@ Cluster { ], }, Variant { - word: "disk\'s", + word: "disk's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -104901,7 +104901,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disnaturalization\'s", + word: "disnaturalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -104909,7 +104909,7 @@ Cluster { ], }, Variant { - word: "disnaturalisation\'s", + word: "disnaturalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -105069,7 +105069,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disorganization\'s", + word: "disorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -105077,7 +105077,7 @@ Cluster { ], }, Variant { - word: "disorganisation\'s", + word: "disorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -105237,7 +105237,7 @@ Cluster { Entry { variants: &[ Variant { - word: "disorganizer\'s", + word: "disorganizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -105245,7 +105245,7 @@ Cluster { ], }, Variant { - word: "disorganiser\'s", + word: "disorganiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -105472,7 +105472,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dispatch\'s", + word: "dispatch's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -105482,7 +105482,7 @@ Cluster { ], }, Variant { - word: "despatch\'s", + word: "despatch's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -105797,13 +105797,13 @@ Cluster { Entry { variants: &[ Variant { - word: "disscepter\'s", + word: "disscepter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dissceptre\'s", + word: "dissceptre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -105994,13 +105994,13 @@ Cluster { Entry { variants: &[ Variant { - word: "disseizin\'s", + word: "disseizin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "disseisin\'s", + word: "disseisin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -106067,13 +106067,13 @@ Cluster { Entry { variants: &[ Variant { - word: "disseizor\'s", + word: "disseizor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "disseisor\'s", + word: "disseisor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -106607,13 +106607,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ditziness\'s", + word: "ditziness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ditsiness\'s", + word: "ditsiness's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -106735,7 +106735,7 @@ Cluster { Entry { variants: &[ Variant { - word: "divinization\'s", + word: "divinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -106743,7 +106743,7 @@ Cluster { ], }, Variant { - word: "divinisation\'s", + word: "divinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -106948,13 +106948,13 @@ Cluster { Entry { variants: &[ Variant { - word: "djellaba\'s", + word: "djellaba's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "djellabah\'s", + word: "djellabah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -106996,13 +106996,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Docete\'s", + word: "Docete's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Docetae\'s", + word: "Docetae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107069,7 +107069,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dockization\'s", + word: "dockization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107077,7 +107077,7 @@ Cluster { ], }, Variant { - word: "dockisation\'s", + word: "dockisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -107237,7 +107237,7 @@ Cluster { Entry { variants: &[ Variant { - word: "doctorization\'s", + word: "doctorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107245,7 +107245,7 @@ Cluster { ], }, Variant { - word: "doctorisation\'s", + word: "doctorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -107361,7 +107361,7 @@ Cluster { Entry { variants: &[ Variant { - word: "doctrinization\'s", + word: "doctrinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107369,7 +107369,7 @@ Cluster { ], }, Variant { - word: "doctrinisation\'s", + word: "doctrinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -107660,13 +107660,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Dodonean\'s", + word: "Dodonean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Dodonaean\'s", + word: "Dodonaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107772,13 +107772,13 @@ Cluster { Entry { variants: &[ Variant { - word: "doggy\'s", + word: "doggy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "doggie\'s", + word: "doggie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -107831,13 +107831,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dogie\'s", + word: "dogie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "dogy\'s", + word: "dogy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -107901,7 +107901,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dogmatization\'s", + word: "dogmatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -107909,7 +107909,7 @@ Cluster { ], }, Variant { - word: "dogmatisation\'s", + word: "dogmatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -108069,7 +108069,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dogmatizer\'s", + word: "dogmatizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -108077,7 +108077,7 @@ Cluster { ], }, Variant { - word: "dogmatiser\'s", + word: "dogmatiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -108144,12 +108144,12 @@ Cluster { ], }, Cluster { - header: Some("d\'oh (level 55)"), + header: Some("d'oh (level 55)"), entries: &[ Entry { variants: &[ Variant { - word: "d\'oh", + word: "d'oh", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -108168,7 +108168,7 @@ Cluster { Entry { variants: &[ Variant { - word: "d\'ohs", + word: "d'ohs", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -108187,13 +108187,13 @@ Cluster { Entry { variants: &[ Variant { - word: "d\'oh\'s", + word: "d'oh's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "doh\'s", + word: "doh's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -108308,7 +108308,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dolomitization\'s", + word: "dolomitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -108316,7 +108316,7 @@ Cluster { ], }, Variant { - word: "dolomitisation\'s", + word: "dolomitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -108480,7 +108480,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dolor\'s", + word: "dolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -108488,7 +108488,7 @@ Cluster { ], }, Variant { - word: "dolour\'s", + word: "dolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -108734,7 +108734,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Doricize\'s", + word: "Doricize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -108742,7 +108742,7 @@ Cluster { ], }, Variant { - word: "Doricise\'s", + word: "Doricise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -108933,7 +108933,7 @@ Cluster { Entry { variants: &[ Variant { - word: "doughnut\'s", + word: "doughnut's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -108943,7 +108943,7 @@ Cluster { ], }, Variant { - word: "donut\'s", + word: "donut's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -109065,14 +109065,14 @@ Cluster { Entry { variants: &[ Variant { - word: "downdraft\'s", + word: "downdraft's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "downdraught\'s", + word: "downdraught's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -109257,14 +109257,14 @@ Cluster { Entry { variants: &[ Variant { - word: "draft\'s", + word: "draft's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "draught\'s", + word: "draught's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -109313,7 +109313,7 @@ Cluster { Entry { variants: &[ Variant { - word: "draft\'s", + word: "draft's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -109464,7 +109464,7 @@ Cluster { Entry { variants: &[ Variant { - word: "draught\'s", + word: "draught's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -109660,14 +109660,14 @@ Cluster { Entry { variants: &[ Variant { - word: "draftiness\'s", + word: "draftiness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "draughtiness\'s", + word: "draughtiness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -109733,14 +109733,14 @@ Cluster { Entry { variants: &[ Variant { - word: "draftsman\'s", + word: "draftsman's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "draughtsman\'s", + word: "draughtsman's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -109772,7 +109772,7 @@ Cluster { Entry { variants: &[ Variant { - word: "draughtsman\'s", + word: "draughtsman's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -109857,14 +109857,14 @@ Cluster { Entry { variants: &[ Variant { - word: "draftsmanship\'s", + word: "draftsmanship's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "draughtsmanship\'s", + word: "draughtsmanship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -109959,14 +109959,14 @@ Cluster { Entry { variants: &[ Variant { - word: "draftswoman\'s", + word: "draftswoman's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "draughtswoman\'s", + word: "draughtswoman's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -110244,7 +110244,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dramatizable\'s", + word: "dramatizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -110252,7 +110252,7 @@ Cluster { ], }, Variant { - word: "dramatisable\'s", + word: "dramatisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -110317,7 +110317,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dramatization\'s", + word: "dramatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -110325,7 +110325,7 @@ Cluster { ], }, Variant { - word: "dramatisation\'s", + word: "dramatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -110485,7 +110485,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dramatizer\'s", + word: "dramatizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -110493,7 +110493,7 @@ Cluster { ], }, Variant { - word: "dramatiser\'s", + word: "dramatiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -110706,13 +110706,13 @@ Cluster { Entry { variants: &[ Variant { - word: "driveler\'s", + word: "driveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "driveller\'s", + word: "driveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -110789,7 +110789,7 @@ Cluster { Entry { variants: &[ Variant { - word: "drought\'s", + word: "drought's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -110799,7 +110799,7 @@ Cluster { ], }, Variant { - word: "drouth\'s", + word: "drouth's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -110927,13 +110927,13 @@ Cluster { Entry { variants: &[ Variant { - word: "druggie\'s", + word: "druggie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "druggy\'s", + word: "druggy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -111031,7 +111031,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dualization\'s", + word: "dualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -111039,7 +111039,7 @@ Cluster { ], }, Variant { - word: "dualisation\'s", + word: "dualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -111279,13 +111279,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dueler\'s", + word: "dueler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "dueller\'s", + word: "dueller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -111352,13 +111352,13 @@ Cluster { Entry { variants: &[ Variant { - word: "duelist\'s", + word: "duelist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "duellist\'s", + word: "duellist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -111448,13 +111448,13 @@ Cluster { Entry { variants: &[ Variant { - word: "dullness\'s", + word: "dullness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "dulness\'s", + word: "dulness's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -111848,14 +111848,14 @@ Cluster { Entry { variants: &[ Variant { - word: "dysmenorrhea\'s", + word: "dysmenorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "dysmenorrhoea\'s", + word: "dysmenorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -111984,7 +111984,7 @@ Cluster { Entry { variants: &[ Variant { - word: "dyspnea\'s", + word: "dyspnea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -111992,7 +111992,7 @@ Cluster { ], }, Variant { - word: "dyspnoea\'s", + word: "dyspnoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -112716,7 +112716,7 @@ Cluster { Entry { variants: &[ Variant { - word: "economization\'s", + word: "economization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -112724,7 +112724,7 @@ Cluster { ], }, Variant { - word: "economisation\'s", + word: "economisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -112884,7 +112884,7 @@ Cluster { Entry { variants: &[ Variant { - word: "economizer\'s", + word: "economizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -112892,7 +112892,7 @@ Cluster { ], }, Variant { - word: "economiser\'s", + word: "economiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -113354,7 +113354,7 @@ Cluster { Entry { variants: &[ Variant { - word: "edema\'s", + word: "edema's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -113362,7 +113362,7 @@ Cluster { ], }, Variant { - word: "oedema\'s", + word: "oedema's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -113488,7 +113488,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Edenization\'s", + word: "Edenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -113496,7 +113496,7 @@ Cluster { ], }, Variant { - word: "Edenisation\'s", + word: "Edenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -113561,7 +113561,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Edenize\'s", + word: "Edenize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -113569,7 +113569,7 @@ Cluster { ], }, Variant { - word: "Edenise\'s", + word: "Edenise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -113612,13 +113612,13 @@ Cluster { Entry { variants: &[ Variant { - word: "edicule\'s", + word: "edicule's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aedicule\'s", + word: "aedicule's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -113687,7 +113687,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aedile\'s", + word: "aedile's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -113697,7 +113697,7 @@ Cluster { ], }, Variant { - word: "edile\'s", + word: "edile's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -113790,7 +113790,7 @@ Cluster { Entry { variants: &[ Variant { - word: "editorialization\'s", + word: "editorialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -113798,7 +113798,7 @@ Cluster { ], }, Variant { - word: "editorialisation\'s", + word: "editorialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -113936,7 +113936,7 @@ Cluster { Entry { variants: &[ Variant { - word: "editorializer\'s", + word: "editorializer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -113944,7 +113944,7 @@ Cluster { ], }, Variant { - word: "editorialiser\'s", + word: "editorialiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114013,13 +114013,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Eetion\'s", + word: "Eetion's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Eaetion\'s", + word: "Eaetion's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114166,7 +114166,7 @@ Cluster { Entry { variants: &[ Variant { - word: "effeminization\'s", + word: "effeminization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114174,7 +114174,7 @@ Cluster { ], }, Variant { - word: "effeminisation\'s", + word: "effeminisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114698,7 +114698,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Egyptianization\'s", + word: "Egyptianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114706,7 +114706,7 @@ Cluster { ], }, Variant { - word: "Egyptianisation\'s", + word: "Egyptianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114771,7 +114771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Egyptianized\'s", + word: "Egyptianized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114779,7 +114779,7 @@ Cluster { ], }, Variant { - word: "Egyptianised\'s", + word: "Egyptianised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114837,7 +114837,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Egyptianize\'s", + word: "Egyptianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114845,7 +114845,7 @@ Cluster { ], }, Variant { - word: "Egyptianise\'s", + word: "Egyptianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114859,7 +114859,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Egyptianizing\'s", + word: "Egyptianizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114867,7 +114867,7 @@ Cluster { ], }, Variant { - word: "Egyptianising\'s", + word: "Egyptianising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -114932,7 +114932,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Egyptize\'s", + word: "Egyptize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -114940,7 +114940,7 @@ Cluster { ], }, Variant { - word: "Egyptise\'s", + word: "Egyptise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -115428,13 +115428,13 @@ Cluster { Entry { variants: &[ Variant { - word: "electroanesthesia\'s", + word: "electroanesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "electroanaesthesia\'s", + word: "electroanaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -115501,7 +115501,7 @@ Cluster { Entry { variants: &[ Variant { - word: "electrocauterization\'s", + word: "electrocauterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -115509,7 +115509,7 @@ Cluster { ], }, Variant { - word: "electrocauterisation\'s", + word: "electrocauterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -115625,13 +115625,13 @@ Cluster { Entry { variants: &[ Variant { - word: "electrodialyzer\'s", + word: "electrodialyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "electrodialyser\'s", + word: "electrodialyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -115757,7 +115757,7 @@ Cluster { Entry { variants: &[ Variant { - word: "electrohomeopathy\'s", + word: "electrohomeopathy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -115767,7 +115767,7 @@ Cluster { ], }, Variant { - word: "electrohomoeopathy\'s", + word: "electrohomoeopathy's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -115812,7 +115812,7 @@ Cluster { Entry { variants: &[ Variant { - word: "electrolyzation\'s", + word: "electrolyzation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -115820,7 +115820,7 @@ Cluster { ], }, Variant { - word: "electrolysation\'s", + word: "electrolysation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -115958,7 +115958,7 @@ Cluster { Entry { variants: &[ Variant { - word: "electrolyzer\'s", + word: "electrolyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -115966,7 +115966,7 @@ Cluster { ], }, Variant { - word: "electrolyser\'s", + word: "electrolyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -116351,13 +116351,13 @@ Cluster { Entry { variants: &[ Variant { - word: "eleoptene\'s", + word: "eleoptene's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "elaeoptene\'s", + word: "elaeoptene's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -116424,7 +116424,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Elizabethanize\'s", + word: "Elizabethanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -116432,7 +116432,7 @@ Cluster { ], }, Variant { - word: "Elizabethanise\'s", + word: "Elizabethanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -116475,7 +116475,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Elizabethville\'s", + word: "Elizabethville's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -116483,7 +116483,7 @@ Cluster { ], }, Variant { - word: "Elisabethville\'s", + word: "Elisabethville's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -116646,7 +116646,7 @@ Cluster { Entry { variants: &[ Variant { - word: "embed\'s", + word: "embed's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -117123,19 +117123,19 @@ Cluster { Entry { variants: &[ Variant { - word: "emir\'s", + word: "emir's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "amir\'s", + word: "amir's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ameer\'s", + word: "ameer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -117199,7 +117199,7 @@ Cluster { Entry { variants: &[ Variant { - word: "emotionalization\'s", + word: "emotionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -117207,7 +117207,7 @@ Cluster { ], }, Variant { - word: "emotionalisation\'s", + word: "emotionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -117786,7 +117786,7 @@ Cluster { Entry { variants: &[ Variant { - word: "employee\'s", + word: "employee's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -117796,7 +117796,7 @@ Cluster { ], }, Variant { - word: "employe\'s", + word: "employe's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -118266,13 +118266,13 @@ Cluster { Entry { variants: &[ Variant { - word: "enameler\'s", + word: "enameler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "enameller\'s", + word: "enameller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -118339,13 +118339,13 @@ Cluster { Entry { variants: &[ Variant { - word: "enamelist\'s", + word: "enamelist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "enamellist\'s", + word: "enamellist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -118416,7 +118416,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enamor\'s", + word: "enamor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -118424,7 +118424,7 @@ Cluster { ], }, Variant { - word: "enamour\'s", + word: "enamour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -118464,7 +118464,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enamored\'s", + word: "enamored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -118472,7 +118472,7 @@ Cluster { ], }, Variant { - word: "enamoured\'s", + word: "enamoured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -118591,7 +118591,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enamoredness\'s", + word: "enamoredness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -118599,7 +118599,7 @@ Cluster { ], }, Variant { - word: "enamouredness\'s", + word: "enamouredness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -118670,7 +118670,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enamorment\'s", + word: "enamorment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -118678,7 +118678,7 @@ Cluster { ], }, Variant { - word: "enamourment\'s", + word: "enamourment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -118745,13 +118745,13 @@ Cluster { Entry { variants: &[ Variant { - word: "enarbor\'s", + word: "enarbor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "enarbour\'s", + word: "enarbour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -119064,13 +119064,13 @@ Cluster { Entry { variants: &[ Variant { - word: "enclosure\'s", + word: "enclosure's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "inclosure\'s", + word: "inclosure's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -119186,7 +119186,7 @@ Cluster { Entry { variants: &[ Variant { - word: "encolor\'s", + word: "encolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -119194,7 +119194,7 @@ Cluster { ], }, Variant { - word: "encolour\'s", + word: "encolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -119437,7 +119437,7 @@ Cluster { Entry { variants: &[ Variant { - word: "encyclopedia\'s", + word: "encyclopedia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -119447,7 +119447,7 @@ Cluster { ], }, Variant { - word: "encyclopaedia\'s", + word: "encyclopaedia's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, @@ -119465,7 +119465,7 @@ Cluster { notes: &[ "ODE has encyclopEdia first, OED has encyclopAEdia first. Many", "British will prefer the AE spelling. In the BNC the AE form is", - "slightly more common (around 6:5 ratio). Thus I\'m not sure how to", + "slightly more common (around 6:5 ratio). Thus I'm not sure how to", "encode this.", ], }, @@ -120036,7 +120036,7 @@ Cluster { Entry { variants: &[ Variant { - word: "endeavor\'s", + word: "endeavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -120044,7 +120044,7 @@ Cluster { ], }, Variant { - word: "endeavour\'s", + word: "endeavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -120115,7 +120115,7 @@ Cluster { Entry { variants: &[ Variant { - word: "endeavorer\'s", + word: "endeavorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -120123,7 +120123,7 @@ Cluster { ], }, Variant { - word: "endeavourer\'s", + word: "endeavourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -120296,13 +120296,13 @@ Cluster { Entry { variants: &[ Variant { - word: "endorsement\'s", + word: "endorsement's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "indorsement\'s", + word: "indorsement's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -120602,7 +120602,7 @@ Cluster { Entry { variants: &[ Variant { - word: "energizer\'s", + word: "energizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -120610,7 +120610,7 @@ Cluster { ], }, Variant { - word: "energiser\'s", + word: "energiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -120675,7 +120675,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Englishize\'s", + word: "Englishize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -120683,7 +120683,7 @@ Cluster { ], }, Variant { - word: "Englishise\'s", + word: "Englishise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -120799,7 +120799,7 @@ Cluster { Entry { variants: &[ Variant { - word: "engrandizement\'s", + word: "engrandizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -120807,7 +120807,7 @@ Cluster { ], }, Variant { - word: "engrandisement\'s", + word: "engrandisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -121114,13 +121114,13 @@ Cluster { Entry { variants: &[ Variant { - word: "enjambment\'s", + word: "enjambment's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "enjambement\'s", + word: "enjambement's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -121242,7 +121242,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enolization\'s", + word: "enolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -121250,7 +121250,7 @@ Cluster { ], }, Variant { - word: "enolisation\'s", + word: "enolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -121534,7 +121534,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enrollment\'s", + word: "enrollment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -121542,7 +121542,7 @@ Cluster { ], }, Variant { - word: "enrolment\'s", + word: "enrolment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -121653,13 +121653,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ensepulcher\'s", + word: "ensepulcher's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "ensepulchre\'s", + word: "ensepulchre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -122193,14 +122193,14 @@ Cluster { Entry { variants: &[ Variant { - word: "enthrallment\'s", + word: "enthrallment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "enthralment\'s", + word: "enthralment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -122267,7 +122267,7 @@ Cluster { Entry { variants: &[ Variant { - word: "enthronization\'s", + word: "enthronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -122275,7 +122275,7 @@ Cluster { ], }, Variant { - word: "enthronisation\'s", + word: "enthronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -122646,13 +122646,13 @@ Cluster { Entry { variants: &[ Variant { - word: "entrenchment\'s", + word: "entrenchment's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "intrenchment\'s", + word: "intrenchment's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -122865,14 +122865,14 @@ Cluster { Entry { variants: &[ Variant { - word: "envapor\'s", + word: "envapor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "envapour\'s", + word: "envapour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -122997,13 +122997,13 @@ Cluster { Entry { variants: &[ Variant { - word: "eolipile\'s", + word: "eolipile's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aeolipile\'s", + word: "aeolipile's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -123109,7 +123109,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eon\'s", + word: "eon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -123119,7 +123119,7 @@ Cluster { ], }, Variant { - word: "aeon\'s", + word: "aeon's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -123170,7 +123170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eon\'s", + word: "eon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -123267,13 +123267,13 @@ Cluster { Entry { variants: &[ Variant { - word: "eonism\'s", + word: "eonism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aeonism\'s", + word: "aeonism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -123318,13 +123318,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Eopaleozoic\'s", + word: "Eopaleozoic's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Eopalaeozoic\'s", + word: "Eopalaeozoic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -123395,14 +123395,14 @@ Cluster { Entry { variants: &[ Variant { - word: "epaulet\'s", + word: "epaulet's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "epaulette\'s", + word: "epaulette's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -123557,13 +123557,13 @@ Cluster { Entry { variants: &[ Variant { - word: "epicenter\'s", + word: "epicenter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "epicentre\'s", + word: "epicentre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -123630,7 +123630,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Epicurize\'s", + word: "Epicurize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -123638,7 +123638,7 @@ Cluster { ], }, Variant { - word: "Epicurise\'s", + word: "Epicurise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -124208,7 +124208,7 @@ Cluster { Entry { variants: &[ Variant { - word: "epilogue\'s", + word: "epilogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -124218,7 +124218,7 @@ Cluster { ], }, Variant { - word: "epilog\'s", + word: "epilog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -124458,13 +124458,13 @@ Cluster { Entry { variants: &[ Variant { - word: "epinephrine\'s", + word: "epinephrine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "epinephrin\'s", + word: "epinephrin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -124615,7 +124615,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Episcopalianize\'s", + word: "Episcopalianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -124623,7 +124623,7 @@ Cluster { ], }, Variant { - word: "Episcopalianise\'s", + word: "Episcopalianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -124980,7 +124980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "epitomization\'s", + word: "epitomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -124988,7 +124988,7 @@ Cluster { ], }, Variant { - word: "epitomisation\'s", + word: "epitomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -125148,7 +125148,7 @@ Cluster { Entry { variants: &[ Variant { - word: "epitomizer\'s", + word: "epitomizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -125156,7 +125156,7 @@ Cluster { ], }, Variant { - word: "epitomiser\'s", + word: "epitomiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -125301,7 +125301,7 @@ Cluster { Entry { variants: &[ Variant { - word: "equalization\'s", + word: "equalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -125309,7 +125309,7 @@ Cluster { ], }, Variant { - word: "equalisation\'s", + word: "equalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -125491,7 +125491,7 @@ Cluster { Entry { variants: &[ Variant { - word: "equalizer\'s", + word: "equalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -125499,7 +125499,7 @@ Cluster { ], }, Variant { - word: "equaliser\'s", + word: "equaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -126516,19 +126516,19 @@ Cluster { Entry { variants: &[ Variant { - word: "escalope\'s", + word: "escalope's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "escollope\'s", + word: "escollope's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "escalop\'s", + word: "escalop's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -126657,13 +126657,13 @@ Cluster { Entry { variants: &[ Variant { - word: "esculin\'s", + word: "esculin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aesculin\'s", + word: "aesculin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -126730,7 +126730,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Eskimoized\'s", + word: "Eskimoized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -126738,7 +126738,7 @@ Cluster { ], }, Variant { - word: "Eskimoised\'s", + word: "Eskimoised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -127050,7 +127050,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Essenize\'s", + word: "Essenize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -127058,7 +127058,7 @@ Cluster { ], }, Variant { - word: "Essenise\'s", + word: "Essenise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -127174,7 +127174,7 @@ Cluster { Entry { variants: &[ Variant { - word: "esterization\'s", + word: "esterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -127182,7 +127182,7 @@ Cluster { ], }, Variant { - word: "esterisation\'s", + word: "esterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -127298,13 +127298,13 @@ Cluster { Entry { variants: &[ Variant { - word: "esthesia\'s", + word: "esthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aesthesia\'s", + word: "aesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -127483,7 +127483,7 @@ Cluster { Entry { variants: &[ Variant { - word: "aesthetic\'s", + word: "aesthetic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -127493,7 +127493,7 @@ Cluster { ], }, Variant { - word: "esthetic\'s", + word: "esthetic's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -127645,14 +127645,14 @@ Cluster { Entry { variants: &[ Variant { - word: "esthetician\'s", + word: "esthetician's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "aesthetician\'s", + word: "aesthetician's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -127851,14 +127851,14 @@ Cluster { Entry { variants: &[ Variant { - word: "estivation\'s", + word: "estivation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "aestivation\'s", + word: "aestivation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -127903,13 +127903,13 @@ Cluster { Entry { variants: &[ Variant { - word: "estivator\'s", + word: "estivator's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "aestivator\'s", + word: "aestivator's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128005,13 +128005,13 @@ Cluster { Entry { variants: &[ Variant { - word: "estradiol\'s", + word: "estradiol's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "oestradiol\'s", + word: "oestradiol's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128107,13 +128107,13 @@ Cluster { Entry { variants: &[ Variant { - word: "estrin\'s", + word: "estrin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "oestrin\'s", + word: "oestrin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128180,13 +128180,13 @@ Cluster { Entry { variants: &[ Variant { - word: "estriol\'s", + word: "estriol's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "oestriol\'s", + word: "oestriol's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128255,7 +128255,7 @@ Cluster { Entry { variants: &[ Variant { - word: "estrogen\'s", + word: "estrogen's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -128263,7 +128263,7 @@ Cluster { ], }, Variant { - word: "oestrogen\'s", + word: "oestrogen's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -128359,13 +128359,13 @@ Cluster { Entry { variants: &[ Variant { - word: "estrone\'s", + word: "estrone's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "oestrone\'s", + word: "oestrone's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128599,14 +128599,14 @@ Cluster { Entry { variants: &[ Variant { - word: "estrus\'s", + word: "estrus's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "oestrus\'s", + word: "oestrus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128817,7 +128817,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eternalization\'s", + word: "eternalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128825,7 +128825,7 @@ Cluster { ], }, Variant { - word: "eternalisation\'s", + word: "eternalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -128985,7 +128985,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eternization\'s", + word: "eternization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -128993,7 +128993,7 @@ Cluster { ], }, Variant { - word: "eternisation\'s", + word: "eternisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -129182,7 +129182,7 @@ Cluster { Entry { variants: &[ Variant { - word: "etherealization\'s", + word: "etherealization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -129190,7 +129190,7 @@ Cluster { ], }, Variant { - word: "etherealisation\'s", + word: "etherealisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -129357,7 +129357,7 @@ Cluster { Entry { variants: &[ Variant { - word: "etherialization\'s", + word: "etherialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -129365,7 +129365,7 @@ Cluster { ], }, Variant { - word: "etherialisation\'s", + word: "etherialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -129546,7 +129546,7 @@ Cluster { Entry { variants: &[ Variant { - word: "etherization\'s", + word: "etherization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -129554,7 +129554,7 @@ Cluster { ], }, Variant { - word: "etherisation\'s", + word: "etherisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -129714,7 +129714,7 @@ Cluster { Entry { variants: &[ Variant { - word: "etherizer\'s", + word: "etherizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -129722,7 +129722,7 @@ Cluster { ], }, Variant { - word: "etheriser\'s", + word: "etheriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -130001,14 +130001,14 @@ Cluster { Entry { variants: &[ Variant { - word: "etiologist\'s", + word: "etiologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "aetiologist\'s", + word: "aetiologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -130084,7 +130084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "etiology\'s", + word: "etiology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -130092,7 +130092,7 @@ Cluster { ], }, Variant { - word: "aetiology\'s", + word: "aetiology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -130583,13 +130583,13 @@ Cluster { Entry { variants: &[ Variant { - word: "eudemonist\'s", + word: "eudemonist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "eudaemonist\'s", + word: "eudaemonist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -130867,7 +130867,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eulogization\'s", + word: "eulogization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -130875,7 +130875,7 @@ Cluster { ], }, Variant { - word: "eulogisation\'s", + word: "eulogisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131035,7 +131035,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eulogizer\'s", + word: "eulogizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -131043,7 +131043,7 @@ Cluster { ], }, Variant { - word: "eulogiser\'s", + word: "eulogiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131181,7 +131181,7 @@ Cluster { Entry { variants: &[ Variant { - word: "euphemization\'s", + word: "euphemization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -131189,7 +131189,7 @@ Cluster { ], }, Variant { - word: "euphemisation\'s", + word: "euphemisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131349,7 +131349,7 @@ Cluster { Entry { variants: &[ Variant { - word: "euphemizer\'s", + word: "euphemizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -131357,7 +131357,7 @@ Cluster { ], }, Variant { - word: "euphemiser\'s", + word: "euphemiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131643,14 +131643,14 @@ Cluster { Entry { variants: &[ Variant { - word: "eupnea\'s", + word: "eupnea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "eupnoea\'s", + word: "eupnoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131747,7 +131747,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Europeanization\'s", + word: "Europeanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -131755,7 +131755,7 @@ Cluster { ], }, Variant { - word: "Europeanisation\'s", + word: "Europeanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -131981,13 +131981,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Euryale\'s", + word: "Euryale's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Euryalae\'s", + word: "Euryalae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -132054,7 +132054,7 @@ Cluster { Entry { variants: &[ Variant { - word: "evangelization\'s", + word: "evangelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -132062,7 +132062,7 @@ Cluster { ], }, Variant { - word: "evangelisation\'s", + word: "evangelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -132222,7 +132222,7 @@ Cluster { Entry { variants: &[ Variant { - word: "evangelizer\'s", + word: "evangelizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -132230,7 +132230,7 @@ Cluster { ], }, Variant { - word: "evangeliser\'s", + word: "evangeliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -132908,7 +132908,7 @@ Cluster { Entry { variants: &[ Variant { - word: "exorcizer\'s", + word: "exorcizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -132916,7 +132916,7 @@ Cluster { ], }, Variant { - word: "exorciser\'s", + word: "exorciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -132975,13 +132975,13 @@ Cluster { Entry { variants: &[ Variant { - word: "expediter\'s", + word: "expediter's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "expeditor\'s", + word: "expeditor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -133271,7 +133271,7 @@ Cluster { Entry { variants: &[ Variant { - word: "extemporization\'s", + word: "extemporization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -133279,7 +133279,7 @@ Cluster { ], }, Variant { - word: "extemporisation\'s", + word: "extemporisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -133439,7 +133439,7 @@ Cluster { Entry { variants: &[ Variant { - word: "extemporizer\'s", + word: "extemporizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -133447,7 +133447,7 @@ Cluster { ], }, Variant { - word: "extemporiser\'s", + word: "extemporiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -133538,7 +133538,7 @@ Cluster { Entry { variants: &[ Variant { - word: "exteriorization\'s", + word: "exteriorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -133546,7 +133546,7 @@ Cluster { ], }, Variant { - word: "exteriorisation\'s", + word: "exteriorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -133706,7 +133706,7 @@ Cluster { Entry { variants: &[ Variant { - word: "externalization\'s", + word: "externalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -133714,7 +133714,7 @@ Cluster { ], }, Variant { - word: "externalisation\'s", + word: "externalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -133961,7 +133961,7 @@ Cluster { Entry { variants: &[ Variant { - word: "extrovert\'s", + word: "extrovert's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -133971,7 +133971,7 @@ Cluster { ], }, Variant { - word: "extravert\'s", + word: "extravert's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -134219,7 +134219,7 @@ Cluster { Entry { variants: &[ Variant { - word: "factorization\'s", + word: "factorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -134227,7 +134227,7 @@ Cluster { ], }, Variant { - word: "factorisation\'s", + word: "factorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -134365,13 +134365,13 @@ Cluster { Entry { variants: &[ Variant { - word: "faence\'s", + word: "faence's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "faoence\'s", + word: "faoence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -134421,7 +134421,7 @@ Cluster { Entry { variants: &[ Variant { - word: "faerie\'s", + word: "faerie's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -134431,7 +134431,7 @@ Cluster { ], }, Variant { - word: "faery\'s", + word: "faery's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -134489,7 +134489,7 @@ Cluster { Entry { variants: &[ Variant { - word: "faggot\'s", + word: "faggot's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -134554,14 +134554,14 @@ Cluster { Entry { variants: &[ Variant { - word: "fagot\'s", + word: "fagot's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "faggot\'s", + word: "faggot's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -134751,13 +134751,13 @@ Cluster { Entry { variants: &[ Variant { - word: "falafel\'s", + word: "falafel's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "felafel\'s", + word: "felafel's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -134821,7 +134821,7 @@ Cluster { Entry { variants: &[ Variant { - word: "familiarization\'s", + word: "familiarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -134829,7 +134829,7 @@ Cluster { ], }, Variant { - word: "familiarisation\'s", + word: "familiarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -134989,7 +134989,7 @@ Cluster { Entry { variants: &[ Variant { - word: "familiarizer\'s", + word: "familiarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -134997,7 +134997,7 @@ Cluster { ], }, Variant { - word: "familiariser\'s", + word: "familiariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -135374,7 +135374,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fantasy\'s", + word: "fantasy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -135384,7 +135384,7 @@ Cluster { ], }, Variant { - word: "phantasy\'s", + word: "phantasy's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -135453,7 +135453,7 @@ Cluster { Entry { variants: &[ Variant { - word: "faradization\'s", + word: "faradization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -135461,7 +135461,7 @@ Cluster { ], }, Variant { - word: "faradisation\'s", + word: "faradisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -135621,7 +135621,7 @@ Cluster { Entry { variants: &[ Variant { - word: "faradizer\'s", + word: "faradizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -135629,7 +135629,7 @@ Cluster { ], }, Variant { - word: "faradiser\'s", + word: "faradiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -135723,7 +135723,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fascisticization\'s", + word: "fascisticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -135731,7 +135731,7 @@ Cluster { ], }, Variant { - word: "fascisticisation\'s", + word: "fascisticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -135847,7 +135847,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fascistization\'s", + word: "fascistization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -135855,7 +135855,7 @@ Cluster { ], }, Variant { - word: "fascistisation\'s", + word: "fascistisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -136121,7 +136121,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favor\'s", + word: "favor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136129,7 +136129,7 @@ Cluster { ], }, Variant { - word: "favour\'s", + word: "favour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136169,7 +136169,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favored\'s", + word: "favored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136177,7 +136177,7 @@ Cluster { ], }, Variant { - word: "favoured\'s", + word: "favoured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136241,7 +136241,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favoring\'s", + word: "favoring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136249,7 +136249,7 @@ Cluster { ], }, Variant { - word: "favouring\'s", + word: "favouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136392,7 +136392,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favorable\'s", + word: "favorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136400,7 +136400,7 @@ Cluster { ], }, Variant { - word: "favourable\'s", + word: "favourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136471,7 +136471,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favorableness\'s", + word: "favorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136479,7 +136479,7 @@ Cluster { ], }, Variant { - word: "favourableness\'s", + word: "favourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136708,7 +136708,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favoredness\'s", + word: "favoredness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136716,7 +136716,7 @@ Cluster { ], }, Variant { - word: "favouredness\'s", + word: "favouredness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -136787,7 +136787,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favorer\'s", + word: "favorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -136795,7 +136795,7 @@ Cluster { ], }, Variant { - word: "favourer\'s", + word: "favourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -137024,7 +137024,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favorite\'s", + word: "favorite's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -137032,7 +137032,7 @@ Cluster { ], }, Variant { - word: "favourite\'s", + word: "favourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -137103,7 +137103,7 @@ Cluster { Entry { variants: &[ Variant { - word: "favoritism\'s", + word: "favoritism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -137111,7 +137111,7 @@ Cluster { ], }, Variant { - word: "favouritism\'s", + word: "favouritism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -137386,7 +137386,7 @@ Cluster { Entry { variants: &[ Variant { - word: "feces\'s", + word: "feces's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -137394,7 +137394,7 @@ Cluster { ], }, Variant { - word: "faeces\'s", + word: "faeces's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -137497,13 +137497,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Fecunditatis\'s", + word: "Fecunditatis's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Foecunditatis\'s", + word: "Foecunditatis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -137672,7 +137672,7 @@ Cluster { Entry { variants: &[ Variant { - word: "federalization\'s", + word: "federalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -137680,7 +137680,7 @@ Cluster { ], }, Variant { - word: "federalisation\'s", + word: "federalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -137818,13 +137818,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Fedor\'s", + word: "Fedor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Faedor\'s", + word: "Faedor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -137993,7 +137993,7 @@ Cluster { Entry { variants: &[ Variant { - word: "feminization\'s", + word: "feminization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138001,7 +138001,7 @@ Cluster { ], }, Variant { - word: "feminisation\'s", + word: "feminisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138284,13 +138284,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ferneau\'s", + word: "Ferneau's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Freneau\'s", + word: "Freneau's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138408,7 +138408,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ferritization\'s", + word: "ferritization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138416,7 +138416,7 @@ Cluster { ], }, Variant { - word: "ferritisation\'s", + word: "ferritisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138459,7 +138459,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fertilizability\'s", + word: "fertilizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138467,7 +138467,7 @@ Cluster { ], }, Variant { - word: "fertilisability\'s", + word: "fertilisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138576,7 +138576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fertilizable\'s", + word: "fertilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138584,7 +138584,7 @@ Cluster { ], }, Variant { - word: "fertilisable\'s", + word: "fertilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138649,7 +138649,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fertilization\'s", + word: "fertilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138657,7 +138657,7 @@ Cluster { ], }, Variant { - word: "fertilisation\'s", + word: "fertilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138766,7 +138766,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fertilizational\'s", + word: "fertilizational's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138774,7 +138774,7 @@ Cluster { ], }, Variant { - word: "fertilisational\'s", + word: "fertilisational's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -138934,7 +138934,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fertilizer\'s", + word: "fertilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -138942,7 +138942,7 @@ Cluster { ], }, Variant { - word: "fertiliser\'s", + word: "fertiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -139011,7 +139011,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fervor\'s", + word: "fervor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -139019,7 +139019,7 @@ Cluster { ], }, Variant { - word: "fervour\'s", + word: "fervour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -139193,7 +139193,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fetation\'s", + word: "fetation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -139203,7 +139203,7 @@ Cluster { ], }, Variant { - word: "foetation\'s", + word: "foetation's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -139402,7 +139402,7 @@ Cluster { Entry { variants: &[ Variant { - word: "feticide\'s", + word: "feticide's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -139412,7 +139412,7 @@ Cluster { ], }, Variant { - word: "foeticide\'s", + word: "foeticide's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -139620,7 +139620,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fetish\'s", + word: "fetish's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -139630,7 +139630,7 @@ Cluster { ], }, Variant { - word: "fetich\'s", + word: "fetich's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -139694,7 +139694,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fetishization\'s", + word: "fetishization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -139702,7 +139702,7 @@ Cluster { ], }, Variant { - word: "fetishisation\'s", + word: "fetishisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -139862,13 +139862,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fetor\'s", + word: "fetor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "foetor\'s", + word: "foetor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140021,7 +140021,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fetus\'s", + word: "fetus's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -140031,7 +140031,7 @@ Cluster { ], }, Variant { - word: "foetus\'s", + word: "foetus's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -140098,7 +140098,7 @@ Cluster { Entry { variants: &[ Variant { - word: "feudalizable\'s", + word: "feudalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140106,7 +140106,7 @@ Cluster { ], }, Variant { - word: "feudalisable\'s", + word: "feudalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -140171,7 +140171,7 @@ Cluster { Entry { variants: &[ Variant { - word: "feudalization\'s", + word: "feudalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140179,7 +140179,7 @@ Cluster { ], }, Variant { - word: "feudalisation\'s", + word: "feudalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -140368,13 +140368,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fiber\'s", + word: "fiber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fibre\'s", + word: "fibre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140441,13 +140441,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fiberboard\'s", + word: "fiberboard's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fibreboard\'s", + word: "fibreboard's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140543,13 +140543,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fiberfill\'s", + word: "fiberfill's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fibrefill\'s", + word: "fibrefill's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -140616,13 +140616,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fiberglass\'s", + word: "fiberglass's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fibreglass\'s", + word: "fibreglass's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -141081,7 +141081,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fictionalization\'s", + word: "fictionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -141089,7 +141089,7 @@ Cluster { ], }, Variant { - word: "fictionalisation\'s", + word: "fictionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -141249,7 +141249,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fictionization\'s", + word: "fictionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -141257,7 +141257,7 @@ Cluster { ], }, Variant { - word: "fictionisation\'s", + word: "fictionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -141475,13 +141475,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fillet\'s", + word: "fillet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "filet\'s", + word: "filet's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -141706,7 +141706,7 @@ Cluster { Entry { variants: &[ Variant { - word: "finalization\'s", + word: "finalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -141714,7 +141714,7 @@ Cluster { ], }, Variant { - word: "finalisation\'s", + word: "finalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -141925,7 +141925,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fiscalization\'s", + word: "fiscalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -141933,7 +141933,7 @@ Cluster { ], }, Variant { - word: "fiscalisation\'s", + word: "fiscalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -142043,13 +142043,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fjord\'s", + word: "fjord's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "fiord\'s", + word: "fiord's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -142196,7 +142196,7 @@ Cluster { Entry { variants: &[ Variant { - word: "flannelette\'s", + word: "flannelette's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -142206,7 +142206,7 @@ Cluster { ], }, Variant { - word: "flannelet\'s", + word: "flannelet's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -142298,7 +142298,7 @@ Cluster { Entry { variants: &[ Variant { - word: "flavor\'s", + word: "flavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -142306,7 +142306,7 @@ Cluster { ], }, Variant { - word: "flavour\'s", + word: "flavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -142346,7 +142346,7 @@ Cluster { Entry { variants: &[ Variant { - word: "flavoring\'s", + word: "flavoring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -142354,7 +142354,7 @@ Cluster { ], }, Variant { - word: "flavouring\'s", + word: "flavouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -142449,7 +142449,7 @@ Cluster { Entry { variants: &[ Variant { - word: "flavorer\'s", + word: "flavorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -142457,7 +142457,7 @@ Cluster { ], }, Variant { - word: "flavourer\'s", + word: "flavourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -142991,7 +142991,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fledgling\'s", + word: "fledgling's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -143001,7 +143001,7 @@ Cluster { ], }, Variant { - word: "fledgeling\'s", + word: "fledgeling's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -143068,7 +143068,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Fletcherized\'s", + word: "Fletcherized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143076,7 +143076,7 @@ Cluster { ], }, Variant { - word: "Fletcherised\'s", + word: "Fletcherised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -143134,7 +143134,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Fletcherize\'s", + word: "Fletcherize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143142,7 +143142,7 @@ Cluster { ], }, Variant { - word: "Fletcherise\'s", + word: "Fletcherise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -143156,7 +143156,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Fletcherizing\'s", + word: "Fletcherizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143164,7 +143164,7 @@ Cluster { ], }, Variant { - word: "Fletcherising\'s", + word: "Fletcherising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -143223,13 +143223,13 @@ Cluster { Entry { variants: &[ Variant { - word: "flextime\'s", + word: "flextime's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "flexitime\'s", + word: "flexitime's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -143303,7 +143303,7 @@ Cluster { Entry { variants: &[ Variant { - word: "flier\'s", + word: "flier's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -143313,7 +143313,7 @@ Cluster { ], }, Variant { - word: "flyer\'s", + word: "flyer's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -143356,13 +143356,13 @@ Cluster { Entry { variants: &[ Variant { - word: "floozy\'s", + word: "floozy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "floozie\'s", + word: "floozie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -143500,13 +143500,13 @@ Cluster { Entry { variants: &[ Variant { - word: "flotation\'s", + word: "flotation's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "floatation\'s", + word: "floatation's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -143570,7 +143570,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fluidization\'s", + word: "fluidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143578,7 +143578,7 @@ Cluster { ], }, Variant { - word: "fluidisation\'s", + word: "fluidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -143738,7 +143738,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fluidizer\'s", + word: "fluidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143746,7 +143746,7 @@ Cluster { ], }, Variant { - word: "fluidiser\'s", + word: "fluidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -143837,19 +143837,19 @@ Cluster { Entry { variants: &[ Variant { - word: "flunky\'s", + word: "flunky's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "flunkey\'s", + word: "flunkey's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "flunkie\'s", + word: "flunkie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -143913,7 +143913,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fluoridization\'s", + word: "fluoridization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -143921,7 +143921,7 @@ Cluster { ], }, Variant { - word: "fluoridisation\'s", + word: "fluoridisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -144060,14 +144060,14 @@ Cluster { Entry { variants: &[ Variant { - word: "flutist\'s", + word: "flutist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "flautist\'s", + word: "flautist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Eq), num: None,}, @@ -144157,7 +144157,7 @@ Cluster { Entry { variants: &[ Variant { - word: "focalization\'s", + word: "focalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -144165,7 +144165,7 @@ Cluster { ], }, Variant { - word: "focalisation\'s", + word: "focalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -144394,7 +144394,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fogy\'s", + word: "fogy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -144404,7 +144404,7 @@ Cluster { ], }, Variant { - word: "fogey\'s", + word: "fogey's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -144465,13 +144465,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fondue\'s", + word: "fondue's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "fondu\'s", + word: "fondu's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -144537,13 +144537,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fontanel\'s", + word: "fontanel's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fontanelle\'s", + word: "fontanelle's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -144726,13 +144726,13 @@ Cluster { ], }, Variant { - word: "fo\'c\'sle", + word: "fo'c'sle", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "fo\'c\'s\'le", + word: "fo'c's'le", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -144751,13 +144751,13 @@ Cluster { ], }, Variant { - word: "fo\'c\'sles", + word: "fo'c'sles", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "fo\'c\'s\'les", + word: "fo'c's'les", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -144770,19 +144770,19 @@ Cluster { Entry { variants: &[ Variant { - word: "forecastle\'s", + word: "forecastle's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "fo\'c\'sle\'s", + word: "fo'c'sle's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "fo\'c\'s\'le\'s", + word: "fo'c's'le's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -144846,7 +144846,7 @@ Cluster { Entry { variants: &[ Variant { - word: "foreignization\'s", + word: "foreignization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -144854,7 +144854,7 @@ Cluster { ], }, Variant { - word: "foreignisation\'s", + word: "foreignisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -144970,13 +144970,13 @@ Cluster { Entry { variants: &[ Variant { - word: "forejudgment\'s", + word: "forejudgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "forejudgement\'s", + word: "forejudgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145443,7 +145443,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formalization\'s", + word: "formalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145451,7 +145451,7 @@ Cluster { ], }, Variant { - word: "formalisation\'s", + word: "formalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -145611,7 +145611,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formalizer\'s", + word: "formalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145619,7 +145619,7 @@ Cluster { ], }, Variant { - word: "formaliser\'s", + word: "formaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -145742,7 +145742,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formularization\'s", + word: "formularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145750,7 +145750,7 @@ Cluster { ], }, Variant { - word: "formularisation\'s", + word: "formularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -145859,7 +145859,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formularizing\'s", + word: "formularizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145867,7 +145867,7 @@ Cluster { ], }, Variant { - word: "formularising\'s", + word: "formularising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -145932,7 +145932,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formularizer\'s", + word: "formularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -145940,7 +145940,7 @@ Cluster { ], }, Variant { - word: "formulariser\'s", + word: "formulariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -146058,7 +146058,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formulization\'s", + word: "formulization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -146066,7 +146066,7 @@ Cluster { ], }, Variant { - word: "formulisation\'s", + word: "formulisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -146204,7 +146204,7 @@ Cluster { Entry { variants: &[ Variant { - word: "formulizer\'s", + word: "formulizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -146212,7 +146212,7 @@ Cluster { ], }, Variant { - word: "formuliser\'s", + word: "formuliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -146551,7 +146551,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fossilizable\'s", + word: "fossilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -146559,7 +146559,7 @@ Cluster { ], }, Variant { - word: "fossilisable\'s", + word: "fossilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -146624,7 +146624,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fossilization\'s", + word: "fossilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -146632,7 +146632,7 @@ Cluster { ], }, Variant { - word: "fossilisation\'s", + word: "fossilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -146930,7 +146930,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fractionalization\'s", + word: "fractionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -146938,7 +146938,7 @@ Cluster { ], }, Variant { - word: "fractionalisation\'s", + word: "fractionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147098,7 +147098,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fractionization\'s", + word: "fractionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147106,7 +147106,7 @@ Cluster { ], }, Variant { - word: "fractionisation\'s", + word: "fractionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147244,7 +147244,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fragmentization\'s", + word: "fragmentization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147252,7 +147252,7 @@ Cluster { ], }, Variant { - word: "fragmentisation\'s", + word: "fragmentisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147441,13 +147441,13 @@ Cluster { Entry { variants: &[ Variant { - word: "frambesia\'s", + word: "frambesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "framboesia\'s", + word: "framboesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147514,7 +147514,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Francize\'s", + word: "Francize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147522,7 +147522,7 @@ Cluster { ], }, Variant { - word: "Francise\'s", + word: "Francise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147587,7 +147587,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Franklinization\'s", + word: "Franklinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147595,7 +147595,7 @@ Cluster { ], }, Variant { - word: "Franklinisation\'s", + word: "Franklinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147660,7 +147660,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fraternization\'s", + word: "fraternization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147668,7 +147668,7 @@ Cluster { ], }, Variant { - word: "fraternisation\'s", + word: "fraternisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147828,7 +147828,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fraternizer\'s", + word: "fraternizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -147836,7 +147836,7 @@ Cluster { ], }, Variant { - word: "fraterniser\'s", + word: "fraterniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -147895,13 +147895,13 @@ Cluster { Entry { variants: &[ Variant { - word: "freebie\'s", + word: "freebie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "freebee\'s", + word: "freebee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -147994,7 +147994,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Frenchize\'s", + word: "Frenchize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148002,7 +148002,7 @@ Cluster { ], }, Variant { - word: "Frenchise\'s", + word: "Frenchise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -148122,13 +148122,13 @@ Cluster { Entry { variants: &[ Variant { - word: "frenulum\'s", + word: "frenulum's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fraenulum\'s", + word: "fraenulum's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148195,13 +148195,13 @@ Cluster { Entry { variants: &[ Variant { - word: "frenum\'s", + word: "frenum's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fraenum\'s", + word: "fraenum's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148399,13 +148399,13 @@ Cluster { Entry { variants: &[ Variant { - word: "frivoler\'s", + word: "frivoler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "frivoller\'s", + word: "frivoller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148530,7 +148530,7 @@ Cluster { Entry { variants: &[ Variant { - word: "frizette\'s", + word: "frizette's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148538,7 +148538,7 @@ Cluster { ], }, Variant { - word: "frisette\'s", + word: "frisette's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -148578,13 +148578,13 @@ Cluster { Entry { variants: &[ Variant { - word: "frizz\'s", + word: "frizz's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "friz\'s", + word: "friz's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -148730,13 +148730,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fryer\'s", + word: "fryer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "frier\'s", + word: "frier's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -148794,13 +148794,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fuehrer\'s", + word: "fuehrer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "f�hrer\'s", + word: "f�hrer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -148915,13 +148915,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fueler\'s", + word: "fueler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "fueller\'s", + word: "fueller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148988,7 +148988,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fuelizer\'s", + word: "fuelizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -148996,7 +148996,7 @@ Cluster { ], }, Variant { - word: "fueliser\'s", + word: "fueliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -149118,14 +149118,14 @@ Cluster { Entry { variants: &[ Variant { - word: "fulfillment\'s", + word: "fulfillment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "fulfilment\'s", + word: "fulfilment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -149267,13 +149267,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fullness\'s", + word: "fullness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "fulness\'s", + word: "fulness's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -149572,7 +149572,7 @@ Cluster { Entry { variants: &[ Variant { - word: "furor\'s", + word: "furor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -149580,7 +149580,7 @@ Cluster { ], }, Variant { - word: "furore\'s", + word: "furore's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -149653,13 +149653,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Furie\'s", + word: "Furie's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Furiae\'s", + word: "Furiae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -149778,7 +149778,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fuse\'s", + word: "fuse's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -149788,7 +149788,7 @@ Cluster { ], }, Variant { - word: "fuze\'s", + word: "fuze's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -149870,7 +149870,7 @@ Cluster { Entry { variants: &[ Variant { - word: "fuse\'s", + word: "fuse's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -149932,13 +149932,13 @@ Cluster { Entry { variants: &[ Variant { - word: "fusilier\'s", + word: "fusilier's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "fusileer\'s", + word: "fusileer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -150181,7 +150181,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gabardine\'s", + word: "gabardine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -150232,13 +150232,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gaberdine\'s", + word: "gaberdine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gabardine\'s", + word: "gabardine's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -150302,7 +150302,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gaelicization\'s", + word: "Gaelicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -150310,7 +150310,7 @@ Cluster { ], }, Variant { - word: "Gaelicisation\'s", + word: "Gaelicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -150375,7 +150375,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gaelicize\'s", + word: "Gaelicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -150383,7 +150383,7 @@ Cluster { ], }, Variant { - word: "Gaelicise\'s", + word: "Gaelicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -150751,7 +150751,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gallicization\'s", + word: "Gallicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -150759,7 +150759,7 @@ Cluster { ], }, Variant { - word: "Gallicisation\'s", + word: "Gallicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -150985,7 +150985,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gallicizer\'s", + word: "Gallicizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -150993,7 +150993,7 @@ Cluster { ], }, Variant { - word: "Galliciser\'s", + word: "Galliciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -151223,13 +151223,13 @@ Cluster { Entry { variants: &[ Variant { - word: "galosh\'s", + word: "galosh's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "galoshe\'s", + word: "galoshe's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -151293,7 +151293,7 @@ Cluster { Entry { variants: &[ Variant { - word: "galvanization\'s", + word: "galvanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -151301,7 +151301,7 @@ Cluster { ], }, Variant { - word: "galvanisation\'s", + word: "galvanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -151461,7 +151461,7 @@ Cluster { Entry { variants: &[ Variant { - word: "galvanizer\'s", + word: "galvanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -151469,7 +151469,7 @@ Cluster { ], }, Variant { - word: "galvaniser\'s", + word: "galvaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -151815,25 +151815,25 @@ Cluster { Entry { variants: &[ Variant { - word: "garrote\'s", + word: "garrote's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "garotte\'s", + word: "garotte's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "garrotte\'s", + word: "garrotte's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "garote\'s", + word: "garote's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -151981,7 +151981,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gasoline\'s", + word: "gasoline's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -151991,7 +151991,7 @@ Cluster { ], }, Variant { - word: "gasolene\'s", + word: "gasolene's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -152201,7 +152201,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gauge\'s", + word: "gauge's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -152211,7 +152211,7 @@ Cluster { ], }, Variant { - word: "gage\'s", + word: "gage's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, @@ -152326,7 +152326,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gage\'s", + word: "gage's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -152500,13 +152500,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gaiety\'s", + word: "gaiety's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gayety\'s", + word: "gayety's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -152606,7 +152606,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gelatin\'s", + word: "gelatin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -152616,7 +152616,7 @@ Cluster { ], }, Variant { - word: "gelatine\'s", + word: "gelatine's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -152684,7 +152684,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gelatinizability\'s", + word: "gelatinizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -152692,7 +152692,7 @@ Cluster { ], }, Variant { - word: "gelatinisability\'s", + word: "gelatinisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -152757,7 +152757,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gelatinizable\'s", + word: "gelatinizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -152765,7 +152765,7 @@ Cluster { ], }, Variant { - word: "gelatinisable\'s", + word: "gelatinisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -152830,7 +152830,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gelatinization\'s", + word: "gelatinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -152838,7 +152838,7 @@ Cluster { ], }, Variant { - word: "gelatinisation\'s", + word: "gelatinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -152998,7 +152998,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gelatinizer\'s", + word: "gelatinizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -153006,7 +153006,7 @@ Cluster { ], }, Variant { - word: "gelatiniser\'s", + word: "gelatiniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -153102,14 +153102,14 @@ Cluster { Entry { variants: &[ Variant { - word: "gemology\'s", + word: "gemology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "gemmology\'s", + word: "gemmology's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -153344,7 +153344,7 @@ Cluster { Entry { variants: &[ Variant { - word: "generalizable\'s", + word: "generalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -153352,7 +153352,7 @@ Cluster { ], }, Variant { - word: "generalisable\'s", + word: "generalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -153417,7 +153417,7 @@ Cluster { Entry { variants: &[ Variant { - word: "generalization\'s", + word: "generalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -153425,7 +153425,7 @@ Cluster { ], }, Variant { - word: "generalisation\'s", + word: "generalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -153614,7 +153614,7 @@ Cluster { Entry { variants: &[ Variant { - word: "generalizer\'s", + word: "generalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -153622,7 +153622,7 @@ Cluster { ], }, Variant { - word: "generaliser\'s", + word: "generaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -153877,7 +153877,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gentilization\'s", + word: "gentilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -153885,7 +153885,7 @@ Cluster { ], }, Variant { - word: "gentilisation\'s", + word: "gentilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -154475,7 +154475,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Germanization\'s", + word: "Germanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -154483,7 +154483,7 @@ Cluster { ], }, Variant { - word: "Germanisation\'s", + word: "Germanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -154541,7 +154541,7 @@ Cluster { Entry { variants: &[ Variant { - word: "germanization\'s", + word: "germanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -154549,7 +154549,7 @@ Cluster { ], }, Variant { - word: "germanisation\'s", + word: "germanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -154775,7 +154775,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Germanizer\'s", + word: "Germanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -154783,7 +154783,7 @@ Cluster { ], }, Variant { - word: "Germaniser\'s", + word: "Germaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -155081,13 +155081,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Getae\'s", + word: "Getae's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Goetae\'s", + word: "Goetae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -155132,13 +155132,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Getz\'s", + word: "Getz's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Goetz\'s", + word: "Goetz's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -155183,13 +155183,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Getzville\'s", + word: "Getzville's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Goetzville\'s", + word: "Goetzville's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -155250,13 +155250,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gewgaw\'s", + word: "gewgaw's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "geegaw\'s", + word: "geegaw's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -155349,13 +155349,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Gheber\'s", + word: "Gheber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ghebre\'s", + word: "Ghebre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -155422,7 +155422,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ghettoization\'s", + word: "ghettoization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -155430,7 +155430,7 @@ Cluster { ], }, Variant { - word: "ghettoisation\'s", + word: "ghettoisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -155699,14 +155699,14 @@ Cluster { Entry { variants: &[ Variant { - word: "ginkgo\'s", + word: "ginkgo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gingko\'s", + word: "gingko's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -155790,13 +155790,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gizmo\'s", + word: "gizmo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gismo\'s", + word: "gismo's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -155918,7 +155918,7 @@ Cluster { Entry { variants: &[ Variant { - word: "glamorization\'s", + word: "glamorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, @@ -155927,7 +155927,7 @@ Cluster { ], }, Variant { - word: "glamorisation\'s", + word: "glamorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -156131,7 +156131,7 @@ Cluster { Entry { variants: &[ Variant { - word: "glamorizer\'s", + word: "glamorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -156139,13 +156139,13 @@ Cluster { ], }, Variant { - word: "glamourizer\'s", + word: "glamourizer's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "glamoriser\'s", + word: "glamoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -156255,7 +156255,7 @@ Cluster { Entry { variants: &[ Variant { - word: "glamorousness\'s", + word: "glamorousness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -156265,7 +156265,7 @@ Cluster { ], }, Variant { - word: "glamourousness\'s", + word: "glamourousness's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Possible), num: None,}, @@ -156338,7 +156338,7 @@ Cluster { Entry { variants: &[ Variant { - word: "glamour\'s", + word: "glamour's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -156348,7 +156348,7 @@ Cluster { ], }, Variant { - word: "glamor\'s", + word: "glamor's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -156544,7 +156544,7 @@ Cluster { Entry { variants: &[ Variant { - word: "globalization\'s", + word: "globalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -156552,7 +156552,7 @@ Cluster { ], }, Variant { - word: "globalisation\'s", + word: "globalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -156719,7 +156719,7 @@ Cluster { Entry { variants: &[ Variant { - word: "glottalization\'s", + word: "glottalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -156727,7 +156727,7 @@ Cluster { ], }, Variant { - word: "glottalisation\'s", + word: "glottalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -156918,7 +156918,7 @@ Cluster { }, ], notes: &[ - "OED has glutaeal listed first, ODE doesn\'t recognize glutaeal", + "OED has glutaeal listed first, ODE doesn't recognize glutaeal", ], }, Cluster { @@ -157179,13 +157179,13 @@ Cluster { Entry { variants: &[ Variant { - word: "glycerin\'s", + word: "glycerin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "glycerine\'s", + word: "glycerine's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -157495,7 +157495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gnosticized\'s", + word: "Gnosticized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -157503,7 +157503,7 @@ Cluster { ], }, Variant { - word: "Gnosticised\'s", + word: "Gnosticised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -157561,7 +157561,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gnosticizing\'s", + word: "Gnosticizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -157569,7 +157569,7 @@ Cluster { ], }, Variant { - word: "Gnosticising\'s", + word: "Gnosticising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -157656,7 +157656,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gnosticizer\'s", + word: "Gnosticizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -157664,7 +157664,7 @@ Cluster { ], }, Variant { - word: "Gnosticiser\'s", + word: "Gnosticiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -157783,7 +157783,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gobbledygook\'s", + word: "gobbledygook's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -157793,7 +157793,7 @@ Cluster { ], }, Variant { - word: "gobbledegook\'s", + word: "gobbledegook's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -157893,13 +157893,13 @@ Cluster { Entry { variants: &[ Variant { - word: "goddamn\'s", + word: "goddamn's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "goddam\'s", + word: "goddam's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -158014,13 +158014,13 @@ Cluster { Entry { variants: &[ Variant { - word: "goiter\'s", + word: "goiter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "goitre\'s", + word: "goitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -158242,7 +158242,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gonorrhea\'s", + word: "gonorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -158250,7 +158250,7 @@ Cluster { ], }, Variant { - word: "gonorrhoea\'s", + word: "gonorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -158424,7 +158424,7 @@ Cluster { Entry { variants: &[ Variant { - word: "goodbye\'s", + word: "goodbye's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -158434,7 +158434,7 @@ Cluster { ], }, Variant { - word: "goodby\'s", + word: "goodby's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -158503,7 +158503,7 @@ Cluster { Entry { variants: &[ Variant { - word: "goody\'s", + word: "goody's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -158513,7 +158513,7 @@ Cluster { ], }, Variant { - word: "goodie\'s", + word: "goodie's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -158588,13 +158588,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Gora\'s", + word: "Gora's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Goura\'s", + word: "Goura's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -158807,13 +158807,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gormandism\'s", + word: "gormandism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "gourmandism\'s", + word: "gourmandism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -158924,7 +158924,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gormandize\'s", + word: "gormandize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -158932,7 +158932,7 @@ Cluster { ], }, Variant { - word: "gormandise\'s", + word: "gormandise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -159019,7 +159019,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gormandizer\'s", + word: "gormandizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -159027,7 +159027,7 @@ Cluster { ], }, Variant { - word: "gormandiser\'s", + word: "gormandiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -159092,13 +159092,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gospeler\'s", + word: "gospeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "gospeller\'s", + word: "gospeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -159538,7 +159538,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Gothicizer\'s", + word: "Gothicizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -159546,7 +159546,7 @@ Cluster { ], }, Variant { - word: "Gothiciser\'s", + word: "Gothiciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -159896,13 +159896,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Grecise\'s", + word: "Grecise's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Graecise\'s", + word: "Graecise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -159940,13 +159940,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Grecised\'s", + word: "Grecised's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Graecised\'s", + word: "Graecised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -159984,13 +159984,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Grecising\'s", + word: "Grecising's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Graecising\'s", + word: "Graecising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -160287,7 +160287,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gram\'s", + word: "gram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -160297,7 +160297,7 @@ Cluster { ], }, Variant { - word: "gramme\'s", + word: "gramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -160354,7 +160354,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gram\'s", + word: "gram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -160433,13 +160433,13 @@ Cluster { Entry { variants: &[ Variant { - word: "granddad\'s", + word: "granddad's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "grandad\'s", + word: "grandad's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -160503,7 +160503,7 @@ Cluster { Entry { variants: &[ Variant { - word: "grangerization\'s", + word: "grangerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -160511,7 +160511,7 @@ Cluster { ], }, Variant { - word: "grangerisation\'s", + word: "grangerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -160671,7 +160671,7 @@ Cluster { Entry { variants: &[ Variant { - word: "grangerizer\'s", + word: "grangerizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -160679,7 +160679,7 @@ Cluster { ], }, Variant { - word: "grangeriser\'s", + word: "grangeriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -160744,7 +160744,7 @@ Cluster { Entry { variants: &[ Variant { - word: "granitization\'s", + word: "granitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -160752,7 +160752,7 @@ Cluster { ], }, Variant { - word: "granitisation\'s", + word: "granitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -160887,13 +160887,13 @@ Cluster { Entry { variants: &[ Variant { - word: "granny\'s", + word: "granny's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "grannie\'s", + word: "grannie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -161140,7 +161140,7 @@ Cluster { Entry { variants: &[ Variant { - word: "graphitization\'s", + word: "graphitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -161148,7 +161148,7 @@ Cluster { ], }, Variant { - word: "graphitisation\'s", + word: "graphitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -161459,14 +161459,14 @@ Cluster { Entry { variants: &[ Variant { - word: "gray\'s", + word: "gray's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "grey\'s", + word: "grey's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -161575,13 +161575,13 @@ Cluster { Entry { variants: &[ Variant { - word: "grayness\'s", + word: "grayness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "greyness\'s", + word: "greyness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -161736,7 +161736,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Grecism\'s", + word: "Grecism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -161746,7 +161746,7 @@ Cluster { ], }, Variant { - word: "Graecism\'s", + word: "Graecism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -161839,7 +161839,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Greekize\'s", + word: "Greekize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -161847,7 +161847,7 @@ Cluster { ], }, Variant { - word: "Greekise\'s", + word: "Greekise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -162040,7 +162040,7 @@ Cluster { Entry { variants: &[ Variant { - word: "griffon\'s", + word: "griffon's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -162103,19 +162103,19 @@ Cluster { Entry { variants: &[ Variant { - word: "griffin\'s", + word: "griffin's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "griffon\'s", + word: "griffon's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gryphon\'s", + word: "gryphon's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -162237,13 +162237,13 @@ Cluster { Entry { variants: &[ Variant { - word: "groin\'s", + word: "groin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "groyne\'s", + word: "groyne's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -162298,7 +162298,7 @@ Cluster { Entry { variants: &[ Variant { - word: "groin\'s", + word: "groin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -162436,13 +162436,13 @@ Cluster { Entry { variants: &[ Variant { - word: "groveler\'s", + word: "groveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "groveller\'s", + word: "groveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -162607,14 +162607,14 @@ Cluster { Entry { variants: &[ Variant { - word: "grueling\'s", + word: "grueling's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gruelling\'s", + word: "gruelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -162681,13 +162681,13 @@ Cluster { Entry { variants: &[ Variant { - word: "grueler\'s", + word: "grueler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "grueller\'s", + word: "grueller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -162783,13 +162783,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Gueber\'s", + word: "Gueber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Guebre\'s", + word: "Guebre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -162866,7 +162866,7 @@ Cluster { Entry { variants: &[ Variant { - word: "guerrilla\'s", + word: "guerrilla's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -162876,7 +162876,7 @@ Cluster { ], }, Variant { - word: "guerilla\'s", + word: "guerilla's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -162999,13 +162999,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gully\'s", + word: "gully's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gulley\'s", + word: "gulley's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -163070,7 +163070,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gunnel\'s", + word: "gunnel's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -163121,13 +163121,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gunwale\'s", + word: "gunwale's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gunnel\'s", + word: "gunnel's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -163249,7 +163249,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gutturalization\'s", + word: "gutturalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -163257,7 +163257,7 @@ Cluster { ], }, Variant { - word: "gutturalisation\'s", + word: "gutturalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -163478,14 +163478,14 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecocracy\'s", + word: "gynecocracy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gynaecocracy\'s", + word: "gynaecocracy's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -163554,14 +163554,14 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecocrat\'s", + word: "gynecocrat's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gynaecocrat\'s", + word: "gynaecocrat's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -163911,7 +163911,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecological\'s", + word: "gynecological's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -163919,7 +163919,7 @@ Cluster { ], }, Variant { - word: "gynaecological\'s", + word: "gynaecological's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -163987,7 +163987,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecologist\'s", + word: "gynecologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -163995,7 +163995,7 @@ Cluster { ], }, Variant { - word: "gynaecologist\'s", + word: "gynaecologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -164065,7 +164065,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecology\'s", + word: "gynecology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -164073,7 +164073,7 @@ Cluster { ], }, Variant { - word: "gynaecology\'s", + word: "gynaecology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -164144,7 +164144,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecomastia\'s", + word: "gynecomastia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -164152,7 +164152,7 @@ Cluster { ], }, Variant { - word: "gynaecomastia\'s", + word: "gynaecomastia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -164198,14 +164198,14 @@ Cluster { Entry { variants: &[ Variant { - word: "gynecomasty\'s", + word: "gynecomasty's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gynaecomasty\'s", + word: "gynaecomasty's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -164446,13 +164446,13 @@ Cluster { Entry { variants: &[ Variant { - word: "gypsy\'s", + word: "gypsy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "gipsy\'s", + word: "gipsy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -164567,7 +164567,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gyrostabilizer\'s", + word: "gyrostabilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -164575,7 +164575,7 @@ Cluster { ], }, Variant { - word: "gyrostabiliser\'s", + word: "gyrostabiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -164736,13 +164736,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hairdryer\'s", + word: "hairdryer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hairdrier\'s", + word: "hairdrier's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -164781,13 +164781,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hajj\'s", + word: "hajj's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hadj\'s", + word: "hadj's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -164838,13 +164838,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hajji\'s", + word: "hajji's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hadji\'s", + word: "hadji's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -164965,19 +164965,19 @@ Cluster { Entry { variants: &[ Variant { - word: "halloo\'s", + word: "halloo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hallo\'s", + word: "hallo's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "hollo\'s", + word: "hollo's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -165041,7 +165041,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hamletization\'s", + word: "hamletization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -165049,7 +165049,7 @@ Cluster { ], }, Variant { - word: "hamletisation\'s", + word: "hamletisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -165199,7 +165199,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hankie\'s", + word: "hankie's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -165209,7 +165209,7 @@ Cluster { ], }, Variant { - word: "hanky\'s", + word: "hanky's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -165277,7 +165277,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hanoverianize\'s", + word: "Hanoverianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -165285,7 +165285,7 @@ Cluster { ], }, Variant { - word: "Hanoverianise\'s", + word: "Hanoverianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -165350,7 +165350,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hanoverize\'s", + word: "Hanoverize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -165358,7 +165358,7 @@ Cluster { ], }, Variant { - word: "Hanoverise\'s", + word: "Hanoverise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -165621,7 +165621,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harbor\'s", + word: "harbor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -165629,7 +165629,7 @@ Cluster { ], }, Variant { - word: "harbour\'s", + word: "harbour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -165700,7 +165700,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harborage\'s", + word: "harborage's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -165708,7 +165708,7 @@ Cluster { ], }, Variant { - word: "harbourage\'s", + word: "harbourage's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -165779,7 +165779,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harborer\'s", + word: "harborer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -165787,7 +165787,7 @@ Cluster { ], }, Variant { - word: "harbourer\'s", + word: "harbourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -166130,7 +166130,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harmonizable\'s", + word: "harmonizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166138,7 +166138,7 @@ Cluster { ], }, Variant { - word: "harmonisable\'s", + word: "harmonisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -166203,7 +166203,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harmonization\'s", + word: "harmonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166211,7 +166211,7 @@ Cluster { ], }, Variant { - word: "harmonisation\'s", + word: "harmonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -166371,7 +166371,7 @@ Cluster { Entry { variants: &[ Variant { - word: "harmonizer\'s", + word: "harmonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166379,7 +166379,7 @@ Cluster { ], }, Variant { - word: "harmoniser\'s", + word: "harmoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -166422,13 +166422,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Harmothoe\'s", + word: "Harmothoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Harmothoae\'s", + word: "Harmothoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166495,7 +166495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Harvardize\'s", + word: "Harvardize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166503,7 +166503,7 @@ Cluster { ], }, Variant { - word: "Harvardise\'s", + word: "Harvardise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -166568,7 +166568,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Harveyize\'s", + word: "Harveyize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166576,7 +166576,7 @@ Cluster { ], }, Variant { - word: "Harveyise\'s", + word: "Harveyise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -166622,19 +166622,19 @@ Cluster { Entry { variants: &[ Variant { - word: "hashish\'s", + word: "hashish's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hasheesh\'s", + word: "hasheesh's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "haschisch\'s", + word: "haschisch's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -166676,13 +166676,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Hasidean\'s", + word: "Hasidean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Hasidaean\'s", + word: "Hasidaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166851,7 +166851,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hattize\'s", + word: "Hattize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -166859,7 +166859,7 @@ Cluster { ], }, Variant { - word: "Hattise\'s", + word: "Hattise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -167382,7 +167382,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hebraicize\'s", + word: "Hebraicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -167390,7 +167390,7 @@ Cluster { ], }, Variant { - word: "Hebraicise\'s", + word: "Hebraicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -167433,7 +167433,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hebraization\'s", + word: "Hebraization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -167441,7 +167441,7 @@ Cluster { ], }, Variant { - word: "Hebraisation\'s", + word: "Hebraisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -167711,7 +167711,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hebraizer\'s", + word: "Hebraizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -167719,7 +167719,7 @@ Cluster { ], }, Variant { - word: "Hebraiser\'s", + word: "Hebraiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -167762,13 +167762,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Hecatean\'s", + word: "Hecatean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Hecataean\'s", + word: "Hecataean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -167841,7 +167841,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hectogram\'s", + word: "hectogram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -167851,7 +167851,7 @@ Cluster { ], }, Variant { - word: "hectogramme\'s", + word: "hectogramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -167917,13 +167917,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hectoliter\'s", + word: "hectoliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "hectolitre\'s", + word: "hectolitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -167990,13 +167990,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hectometer\'s", + word: "hectometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "hectometre\'s", + word: "hectometre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -168092,7 +168092,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hegelianize\'s", + word: "Hegelianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -168100,7 +168100,7 @@ Cluster { ], }, Variant { - word: "Hegelianise\'s", + word: "Hegelianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168143,13 +168143,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Hekatean\'s", + word: "Hekatean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Hekataean\'s", + word: "Hekataean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -168274,7 +168274,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hellenization\'s", + word: "Hellenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -168282,7 +168282,7 @@ Cluster { ], }, Variant { - word: "Hellenisation\'s", + word: "Hellenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168508,7 +168508,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hellenizer\'s", + word: "Hellenizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -168516,7 +168516,7 @@ Cluster { ], }, Variant { - word: "Helleniser\'s", + word: "Helleniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168560,14 +168560,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemachrome\'s", + word: "hemachrome's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemachrome\'s", + word: "haemachrome's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168613,14 +168613,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemacytometer\'s", + word: "hemacytometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemacytometer\'s", + word: "haemacytometer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168771,14 +168771,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemagglutination\'s", + word: "hemagglutination's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemagglutination\'s", + word: "haemagglutination's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -168997,14 +168997,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemangioma\'s", + word: "hemangioma's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemangioma\'s", + word: "haemangioma's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169200,14 +169200,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematein\'s", + word: "hematein's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematein\'s", + word: "haematein's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169479,14 +169479,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematin\'s", + word: "hematin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematin\'s", + word: "haematin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169555,14 +169555,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematinic\'s", + word: "hematinic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematinic\'s", + word: "haematinic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169631,7 +169631,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematite\'s", + word: "hematite's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -169639,7 +169639,7 @@ Cluster { ], }, Variant { - word: "haematite\'s", + word: "haematite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169737,14 +169737,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematoblast\'s", + word: "hematoblast's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematoblast\'s", + word: "haematoblast's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169820,7 +169820,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematocele\'s", + word: "hematocele's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -169828,7 +169828,7 @@ Cluster { ], }, Variant { - word: "haematocele\'s", + word: "haematocele's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169896,14 +169896,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematocrit\'s", + word: "hematocrit's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematocrit\'s", + word: "haematocrit's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -169979,14 +169979,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematocyst\'s", + word: "hematocyst's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematocyst\'s", + word: "haematocyst's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170062,14 +170062,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematocyte\'s", + word: "hematocyte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematocyte\'s", + word: "haematocyte's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170138,14 +170138,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematogenesis\'s", + word: "hematogenesis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematogenesis\'s", + word: "haematogenesis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170364,7 +170364,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematologist\'s", + word: "hematologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -170372,7 +170372,7 @@ Cluster { ], }, Variant { - word: "haematologist\'s", + word: "haematologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170440,7 +170440,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematology\'s", + word: "hematology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -170448,7 +170448,7 @@ Cluster { ], }, Variant { - word: "haematology\'s", + word: "haematology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170546,14 +170546,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematoma\'s", + word: "hematoma's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematoma\'s", + word: "haematoma's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170659,14 +170659,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematophyte\'s", + word: "hematophyte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematophyte\'s", + word: "haematophyte's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -170885,14 +170885,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematosis\'s", + word: "hematosis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematosis\'s", + word: "haematosis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171021,7 +171021,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematoxylin\'s", + word: "hematoxylin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -171029,7 +171029,7 @@ Cluster { ], }, Variant { - word: "haematoxylin\'s", + word: "haematoxylin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171157,14 +171157,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hematozoon\'s", + word: "hematozoon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haematozoon\'s", + word: "haematozoon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171263,7 +171263,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hematuria\'s", + word: "hematuria's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -171271,7 +171271,7 @@ Cluster { ], }, Variant { - word: "haematuria\'s", + word: "haematuria's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171457,14 +171457,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemin\'s", + word: "hemin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemin\'s", + word: "haemin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171510,14 +171510,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoblast\'s", + word: "hemoblast's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemoblast\'s", + word: "haemoblast's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171699,14 +171699,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoconcentration\'s", + word: "hemoconcentration's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemoconcentration\'s", + word: "haemoconcentration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171858,14 +171858,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemocyte\'s", + word: "hemocyte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemocyte\'s", + word: "haemocyte's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -171911,14 +171911,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemocytoblast\'s", + word: "hemocytoblast's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemocytoblast\'s", + word: "haemocytoblast's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172047,7 +172047,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hemodialysis\'s", + word: "hemodialysis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -172055,7 +172055,7 @@ Cluster { ], }, Variant { - word: "haemodialysis\'s", + word: "haemodialysis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172153,14 +172153,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemodynamics\'s", + word: "hemodynamics's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemodynamics\'s", + word: "haemodynamics's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172206,14 +172206,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoflagellate\'s", + word: "hemoflagellate's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemoflagellate\'s", + word: "haemoflagellate's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172289,7 +172289,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoglobin\'s", + word: "hemoglobin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -172297,7 +172297,7 @@ Cluster { ], }, Variant { - word: "haemoglobin\'s", + word: "haemoglobin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172425,14 +172425,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoglobinuria\'s", + word: "hemoglobinuria's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemoglobinuria\'s", + word: "haemoglobinuria's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172538,14 +172538,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemolysin\'s", + word: "hemolysin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemolysin\'s", + word: "haemolysin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172681,14 +172681,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Hemon\'s", + word: "Hemon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Haemon\'s", + word: "Haemon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172734,14 +172734,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemophile\'s", + word: "hemophile's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemophile\'s", + word: "haemophile's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172787,7 +172787,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hemophilia\'s", + word: "hemophilia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -172795,7 +172795,7 @@ Cluster { ], }, Variant { - word: "haemophilia\'s", + word: "haemophilia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -172863,7 +172863,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hemophiliac\'s", + word: "hemophiliac's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -172871,7 +172871,7 @@ Cluster { ], }, Variant { - word: "haemophiliac\'s", + word: "haemophiliac's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173029,14 +173029,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemoptysis\'s", + word: "hemoptysis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemoptysis\'s", + word: "haemoptysis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173082,7 +173082,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hemorrhage\'s", + word: "hemorrhage's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -173090,7 +173090,7 @@ Cluster { ], }, Variant { - word: "haemorrhage\'s", + word: "haemorrhage's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173287,14 +173287,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemorrhoidectomy\'s", + word: "hemorrhoidectomy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemorrhoidectomy\'s", + word: "haemorrhoidectomy's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173453,14 +173453,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemostasis\'s", + word: "hemostasis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemostasis\'s", + word: "haemostasis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173536,14 +173536,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemothorax\'s", + word: "hemothorax's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemothorax\'s", + word: "haemothorax's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173619,14 +173619,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hemotoxin\'s", + word: "hemotoxin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "haemotoxin\'s", + word: "haemotoxin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -173722,7 +173722,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hepatization\'s", + word: "hepatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -173730,7 +173730,7 @@ Cluster { ], }, Variant { - word: "hepatisation\'s", + word: "hepatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -174248,7 +174248,7 @@ Cluster { Entry { variants: &[ Variant { - word: "heroization\'s", + word: "heroization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -174256,7 +174256,7 @@ Cluster { ], }, Variant { - word: "heroisation\'s", + word: "heroisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -174709,7 +174709,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hibernicize\'s", + word: "Hibernicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -174717,7 +174717,7 @@ Cluster { ], }, Variant { - word: "Hibernicise\'s", + word: "Hibernicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -174753,7 +174753,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hibernicized\'s", + word: "Hibernicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -174761,7 +174761,7 @@ Cluster { ], }, Variant { - word: "Hibernicised\'s", + word: "Hibernicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -174797,7 +174797,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hibernicizing\'s", + word: "Hibernicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -174805,7 +174805,7 @@ Cluster { ], }, Variant { - word: "Hibernicising\'s", + word: "Hibernicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -175320,13 +175320,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hijacks\'s", + word: "hijacks's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "highjack\'s", + word: "highjack's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -175384,13 +175384,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hijacker\'s", + word: "hijacker's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "highjacker\'s", + word: "highjacker's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -175483,7 +175483,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hinduized\'s", + word: "Hinduized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -175491,7 +175491,7 @@ Cluster { ], }, Variant { - word: "Hinduised\'s", + word: "Hinduised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -175549,7 +175549,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hinduize\'s", + word: "Hinduize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -175557,7 +175557,7 @@ Cluster { ], }, Variant { - word: "Hinduise\'s", + word: "Hinduise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -175571,7 +175571,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hinduizing\'s", + word: "Hinduizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -175579,7 +175579,7 @@ Cluster { ], }, Variant { - word: "Hinduising\'s", + word: "Hinduising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -175649,7 +175649,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hippie\'s", + word: "hippie's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -175659,7 +175659,7 @@ Cluster { ], }, Variant { - word: "hippy\'s", + word: "hippy's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -175743,13 +175743,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hippieness\'s", + word: "hippieness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hippiness\'s", + word: "hippiness's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -175864,7 +175864,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hispanicization\'s", + word: "Hispanicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -175872,7 +175872,7 @@ Cluster { ], }, Variant { - word: "Hispanicisation\'s", + word: "Hispanicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176120,7 +176120,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hispaniolized\'s", + word: "Hispaniolized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176128,7 +176128,7 @@ Cluster { ], }, Variant { - word: "Hispaniolised\'s", + word: "Hispaniolised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176186,7 +176186,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hispaniolize\'s", + word: "Hispaniolize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176194,7 +176194,7 @@ Cluster { ], }, Variant { - word: "Hispaniolise\'s", + word: "Hispaniolise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176208,7 +176208,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hispaniolizing\'s", + word: "Hispaniolizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176216,7 +176216,7 @@ Cluster { ], }, Variant { - word: "Hispaniolising\'s", + word: "Hispaniolising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176465,13 +176465,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hoagie\'s", + word: "hoagie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hoagy\'s", + word: "hoagy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -176549,7 +176549,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hollywoodized\'s", + word: "Hollywoodized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176557,7 +176557,7 @@ Cluster { ], }, Variant { - word: "Hollywoodised\'s", + word: "Hollywoodised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176615,7 +176615,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hollywoodize\'s", + word: "Hollywoodize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176623,7 +176623,7 @@ Cluster { ], }, Variant { - word: "Hollywoodise\'s", + word: "Hollywoodise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -176637,7 +176637,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hollywoodizing\'s", + word: "Hollywoodizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -176645,7 +176645,7 @@ Cluster { ], }, Variant { - word: "Hollywoodising\'s", + word: "Hollywoodising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -177140,7 +177140,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homeomorph\'s", + word: "homeomorph's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -177150,7 +177150,7 @@ Cluster { ], }, Variant { - word: "homoeomorph\'s", + word: "homoeomorph's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -177348,7 +177348,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homeopath\'s", + word: "homeopath's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -177358,7 +177358,7 @@ Cluster { ], }, Variant { - word: "homoeopath\'s", + word: "homoeopath's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -177665,7 +177665,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homeopathist\'s", + word: "homeopathist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -177675,7 +177675,7 @@ Cluster { ], }, Variant { - word: "homoeopathist\'s", + word: "homoeopathist's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -177748,7 +177748,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homeopathy\'s", + word: "homeopathy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -177758,7 +177758,7 @@ Cluster { ], }, Variant { - word: "homoeopathy\'s", + word: "homoeopathy's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -178056,7 +178056,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homeostasis\'s", + word: "homeostasis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -178066,7 +178066,7 @@ Cluster { ], }, Variant { - word: "homoeostasis\'s", + word: "homoeostasis's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -178528,13 +178528,13 @@ Cluster { Entry { variants: &[ Variant { - word: "homey\'s", + word: "homey's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "homie\'s", + word: "homie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -178592,13 +178592,13 @@ Cluster { Entry { variants: &[ Variant { - word: "homeyness\'s", + word: "homeyness's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hominess\'s", + word: "hominess's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -178720,7 +178720,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homogenization\'s", + word: "homogenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -178728,7 +178728,7 @@ Cluster { ], }, Variant { - word: "homogenisation\'s", + word: "homogenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -178888,7 +178888,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homogenizer\'s", + word: "homogenizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -178896,7 +178896,7 @@ Cluster { ], }, Variant { - word: "homogeniser\'s", + word: "homogeniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -178963,7 +178963,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homologue\'s", + word: "homologue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -178973,7 +178973,7 @@ Cluster { ], }, Variant { - word: "homolog\'s", + word: "homolog's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -179161,7 +179161,7 @@ Cluster { Entry { variants: &[ Variant { - word: "homologizer\'s", + word: "homologizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -179169,7 +179169,7 @@ Cluster { ], }, Variant { - word: "homologiser\'s", + word: "homologiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -179235,19 +179235,19 @@ Cluster { Entry { variants: &[ Variant { - word: "honky\'s", + word: "honky's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "honkie\'s", + word: "honkie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "honkey\'s", + word: "honkey's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -179363,7 +179363,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honor\'s", + word: "honor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179371,7 +179371,7 @@ Cluster { ], }, Variant { - word: "honour\'s", + word: "honour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179442,7 +179442,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honorability\'s", + word: "honorability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179450,7 +179450,7 @@ Cluster { ], }, Variant { - word: "honourability\'s", + word: "honourability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179569,7 +179569,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honorable\'s", + word: "honorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179577,7 +179577,7 @@ Cluster { ], }, Variant { - word: "honourable\'s", + word: "honourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179648,7 +179648,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honorableness\'s", + word: "honorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179656,7 +179656,7 @@ Cluster { ], }, Variant { - word: "honourableness\'s", + word: "honourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179727,7 +179727,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honorableship\'s", + word: "honorableship's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179735,7 +179735,7 @@ Cluster { ], }, Variant { - word: "honourableship\'s", + word: "honourableship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179909,7 +179909,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honoree\'s", + word: "honoree's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179917,7 +179917,7 @@ Cluster { ], }, Variant { - word: "honouree\'s", + word: "honouree's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -179988,7 +179988,7 @@ Cluster { Entry { variants: &[ Variant { - word: "honorer\'s", + word: "honorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -179996,7 +179996,7 @@ Cluster { ], }, Variant { - word: "honourer\'s", + word: "honourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -180167,13 +180167,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hooch\'s", + word: "hooch's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hootch\'s", + word: "hootch's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -180282,13 +180282,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hooky\'s", + word: "hooky's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hookey\'s", + word: "hookey's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -180403,7 +180403,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hoosierize\'s", + word: "Hoosierize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -180411,7 +180411,7 @@ Cluster { ], }, Variant { - word: "Hoosierise\'s", + word: "Hoosierise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -180476,7 +180476,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Hooverize\'s", + word: "Hooverize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -180484,7 +180484,7 @@ Cluster { ], }, Variant { - word: "Hooverise\'s", + word: "Hooverise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -180578,7 +180578,7 @@ Cluster { Entry { variants: &[ Variant { - word: "horizontalization\'s", + word: "horizontalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -180586,7 +180586,7 @@ Cluster { ], }, Variant { - word: "horizontalisation\'s", + word: "horizontalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -180830,7 +180830,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hospitalization\'s", + word: "hospitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -180838,7 +180838,7 @@ Cluster { ], }, Variant { - word: "hospitalisation\'s", + word: "hospitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -181049,7 +181049,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hotelization\'s", + word: "hotelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -181057,7 +181057,7 @@ Cluster { ], }, Variant { - word: "hotelisation\'s", + word: "hotelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -181505,7 +181505,7 @@ Cluster { Entry { variants: &[ Variant { - word: "humanization\'s", + word: "humanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -181513,7 +181513,7 @@ Cluster { ], }, Variant { - word: "humanisation\'s", + word: "humanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -181673,7 +181673,7 @@ Cluster { Entry { variants: &[ Variant { - word: "humanizer\'s", + word: "humanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -181681,7 +181681,7 @@ Cluster { ], }, Variant { - word: "humaniser\'s", + word: "humaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -181875,7 +181875,7 @@ Cluster { Entry { variants: &[ Variant { - word: "humor\'s", + word: "humor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -181883,7 +181883,7 @@ Cluster { ], }, Variant { - word: "humour\'s", + word: "humour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -182234,7 +182234,7 @@ Cluster { Entry { variants: &[ Variant { - word: "humorlessness\'s", + word: "humorlessness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -182242,7 +182242,7 @@ Cluster { ], }, Variant { - word: "humourlessness\'s", + word: "humourlessness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -182498,7 +182498,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hurrah\'s", + word: "hurrah's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -182508,7 +182508,7 @@ Cluster { ], }, Variant { - word: "hooray\'s", + word: "hooray's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(1),}, @@ -182519,13 +182519,13 @@ Cluster { ], }, Variant { - word: "hoorah\'s", + word: "hoorah's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(2),}, ], }, Variant { - word: "hurray\'s", + word: "hurray's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(3),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -182667,13 +182667,13 @@ Cluster { Entry { variants: &[ Variant { - word: "huzzah\'s", + word: "huzzah's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "huzza\'s", + word: "huzza's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -182775,7 +182775,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyalinization\'s", + word: "hyalinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -182783,7 +182783,7 @@ Cluster { ], }, Variant { - word: "hyalinisation\'s", + word: "hyalinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -182987,7 +182987,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hybridizable\'s", + word: "hybridizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -182995,7 +182995,7 @@ Cluster { ], }, Variant { - word: "hybridisable\'s", + word: "hybridisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183060,7 +183060,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hybridization\'s", + word: "hybridization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -183068,7 +183068,7 @@ Cluster { ], }, Variant { - word: "hybridisation\'s", + word: "hybridisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183228,7 +183228,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hybridizer\'s", + word: "hybridizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -183236,7 +183236,7 @@ Cluster { ], }, Variant { - word: "hybridiser\'s", + word: "hybridiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183303,14 +183303,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hydremia\'s", + word: "hydremia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hydraemia\'s", + word: "hydraemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183431,13 +183431,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hydrocephalus\'s", + word: "hydrocephalus's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "hydrocephaly\'s", + word: "hydrocephaly's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -183501,7 +183501,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hydrogenization\'s", + word: "hydrogenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -183509,7 +183509,7 @@ Cluster { ], }, Variant { - word: "hydrogenisation\'s", + word: "hydrogenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183742,7 +183742,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hydrolyzable\'s", + word: "hydrolyzable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -183750,7 +183750,7 @@ Cluster { ], }, Variant { - word: "hydrolysable\'s", + word: "hydrolysable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -183844,7 +183844,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hydrolyzation\'s", + word: "hydrolyzation's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -183852,7 +183852,7 @@ Cluster { ], }, Variant { - word: "hydrolysation\'s", + word: "hydrolysation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -184011,7 +184011,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hydrolyzer\'s", + word: "hydrolyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -184019,7 +184019,7 @@ Cluster { ], }, Variant { - word: "hydrolyser\'s", + word: "hydrolyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -184114,7 +184114,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hydroxylization\'s", + word: "hydroxylization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -184122,7 +184122,7 @@ Cluster { ], }, Variant { - word: "hydroxylisation\'s", + word: "hydroxylisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -184245,14 +184245,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hyena\'s", + word: "hyena's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(1),}, ], }, Variant { - word: "hyaena\'s", + word: "hyaena's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(2),}, ], @@ -184346,7 +184346,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hygienization\'s", + word: "hygienization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -184354,7 +184354,7 @@ Cluster { ], }, Variant { - word: "hygienisation\'s", + word: "hygienisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -184790,7 +184790,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypercivilization\'s", + word: "hypercivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -184798,7 +184798,7 @@ Cluster { ], }, Variant { - word: "hypercivilisation\'s", + word: "hypercivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -184863,7 +184863,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypercivilized\'s", + word: "hypercivilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -184871,7 +184871,7 @@ Cluster { ], }, Variant { - word: "hypercivilised\'s", + word: "hypercivilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185062,14 +185062,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperemia\'s", + word: "hyperemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hyperaemia\'s", + word: "hyperaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185219,14 +185219,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperesthesia\'s", + word: "hyperesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hyperaesthesia\'s", + word: "hyperaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185272,14 +185272,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperesthete\'s", + word: "hyperesthete's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hyperaesthete\'s", + word: "hyperaesthete's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185452,7 +185452,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperimmunization\'s", + word: "hyperimmunization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -185460,7 +185460,7 @@ Cluster { ], }, Variant { - word: "hyperimmunisation\'s", + word: "hyperimmunisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185576,7 +185576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperinsulinization\'s", + word: "hyperinsulinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -185584,7 +185584,7 @@ Cluster { ], }, Variant { - word: "hyperinsulinisation\'s", + word: "hyperinsulinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -185901,14 +185901,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperpnea\'s", + word: "hyperpnea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hyperpnoea\'s", + word: "hyperpnoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186026,7 +186026,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypersensitization\'s", + word: "hypersensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186034,7 +186034,7 @@ Cluster { ], }, Variant { - word: "hypersensitisation\'s", + word: "hypersensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186194,7 +186194,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperspiritualizing\'s", + word: "hyperspiritualizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186202,7 +186202,7 @@ Cluster { ], }, Variant { - word: "hyperspiritualising\'s", + word: "hyperspiritualising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186267,7 +186267,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyperthyroidization\'s", + word: "hyperthyroidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186275,7 +186275,7 @@ Cluster { ], }, Variant { - word: "hyperthyroidisation\'s", + word: "hyperthyroidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186391,7 +186391,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypervitalization\'s", + word: "hypervitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186399,7 +186399,7 @@ Cluster { ], }, Variant { - word: "hypervitalisation\'s", + word: "hypervitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186517,14 +186517,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hypesthesia\'s", + word: "hypesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hypaesthesia\'s", + word: "hypaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186651,7 +186651,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyphenization\'s", + word: "hyphenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186659,7 +186659,7 @@ Cluster { ], }, Variant { - word: "hyphenisation\'s", + word: "hyphenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -186967,7 +186967,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypnotizability\'s", + word: "hypnotizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -186975,7 +186975,7 @@ Cluster { ], }, Variant { - word: "hypnotisability\'s", + word: "hypnotisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -187084,7 +187084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypnotizable\'s", + word: "hypnotizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -187092,7 +187092,7 @@ Cluster { ], }, Variant { - word: "hypnotisable\'s", + word: "hypnotisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -187157,7 +187157,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypnotization\'s", + word: "hypnotization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -187165,7 +187165,7 @@ Cluster { ], }, Variant { - word: "hypnotisation\'s", + word: "hypnotisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -187325,7 +187325,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypnotizer\'s", + word: "hypnotizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -187333,7 +187333,7 @@ Cluster { ], }, Variant { - word: "hypnotiser\'s", + word: "hypnotiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -187398,13 +187398,13 @@ Cluster { Entry { variants: &[ Variant { - word: "hypocenter\'s", + word: "hypocenter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "hypocentre\'s", + word: "hypocentre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -187780,14 +187780,14 @@ Cluster { Entry { variants: &[ Variant { - word: "hypopnea\'s", + word: "hypopnea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "hypopnoea\'s", + word: "hypopnoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -187832,7 +187832,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hyposensitization\'s", + word: "hyposensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -187840,7 +187840,7 @@ Cluster { ], }, Variant { - word: "hyposensitisation\'s", + word: "hyposensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -188029,7 +188029,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypostatization\'s", + word: "hypostatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -188037,7 +188037,7 @@ Cluster { ], }, Variant { - word: "hypostatisation\'s", + word: "hypostatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -188292,7 +188292,7 @@ Cluster { Entry { variants: &[ Variant { - word: "hypothesizer\'s", + word: "hypothesizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -188300,7 +188300,7 @@ Cluster { ], }, Variant { - word: "hypothesiser\'s", + word: "hypothesiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -188638,7 +188638,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ichneumonized\'s", + word: "ichneumonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -188646,7 +188646,7 @@ Cluster { ], }, Variant { - word: "ichneumonised\'s", + word: "ichneumonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -188773,7 +188773,7 @@ Cluster { Entry { variants: &[ Variant { - word: "icon\'s", + word: "icon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -188783,7 +188783,7 @@ Cluster { ], }, Variant { - word: "ikon\'s", + word: "ikon's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -188850,7 +188850,7 @@ Cluster { Entry { variants: &[ Variant { - word: "icon\'s", + word: "icon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -188860,7 +188860,7 @@ Cluster { ], }, Variant { - word: "ikon\'s", + word: "ikon's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -189053,13 +189053,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Idea\'s", + word: "Idea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Idaea\'s", + word: "Idaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189126,7 +189126,7 @@ Cluster { Entry { variants: &[ Variant { - word: "idealization\'s", + word: "idealization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189134,7 +189134,7 @@ Cluster { ], }, Variant { - word: "idealisation\'s", + word: "idealisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -189294,7 +189294,7 @@ Cluster { Entry { variants: &[ Variant { - word: "idealizer\'s", + word: "idealizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189302,7 +189302,7 @@ Cluster { ], }, Variant { - word: "idealiser\'s", + word: "idealiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -189345,13 +189345,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Idean\'s", + word: "Idean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Idaean\'s", + word: "Idaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189688,7 +189688,7 @@ Cluster { Entry { variants: &[ Variant { - word: "idolatrizer\'s", + word: "idolatrizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189696,7 +189696,7 @@ Cluster { ], }, Variant { - word: "idolatriser\'s", + word: "idolatriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -189761,7 +189761,7 @@ Cluster { Entry { variants: &[ Variant { - word: "idolization\'s", + word: "idolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189769,7 +189769,7 @@ Cluster { ], }, Variant { - word: "idolisation\'s", + word: "idolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -189929,7 +189929,7 @@ Cluster { Entry { variants: &[ Variant { - word: "idolizer\'s", + word: "idolizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -189937,7 +189937,7 @@ Cluster { ], }, Variant { - word: "idoliser\'s", + word: "idoliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -189980,13 +189980,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Idumea\'s", + word: "Idumea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Idumaea\'s", + word: "Idumaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -190098,13 +190098,13 @@ Cluster { Entry { variants: &[ Variant { - word: "idyll\'s", + word: "idyll's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "idyl\'s", + word: "idyl's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -190146,13 +190146,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ier\'s", + word: "Ier's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ire\'s", + word: "Ire's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -190239,13 +190239,13 @@ Cluster { Entry { variants: &[ Variant { - word: "igniter\'s", + word: "igniter's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ignitor\'s", + word: "ignitor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -190338,7 +190338,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Iliadize\'s", + word: "Iliadize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -190346,7 +190346,7 @@ Cluster { ], }, Variant { - word: "Iliadise\'s", + word: "Iliadise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -190411,7 +190411,7 @@ Cluster { Entry { variants: &[ Variant { - word: "illegalization\'s", + word: "illegalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -190419,7 +190419,7 @@ Cluster { ], }, Variant { - word: "illegalisation\'s", + word: "illegalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -190798,13 +190798,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Imer\'s", + word: "Imer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Imre\'s", + word: "Imre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191141,7 +191141,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immobilization\'s", + word: "immobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191149,7 +191149,7 @@ Cluster { ], }, Variant { - word: "immobilisation\'s", + word: "immobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -191499,7 +191499,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immortalizable\'s", + word: "immortalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191507,7 +191507,7 @@ Cluster { ], }, Variant { - word: "immortalisable\'s", + word: "immortalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -191572,7 +191572,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immortalization\'s", + word: "immortalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191580,7 +191580,7 @@ Cluster { ], }, Variant { - word: "immortalisation\'s", + word: "immortalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -191740,7 +191740,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immortalizer\'s", + word: "immortalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191748,7 +191748,7 @@ Cluster { ], }, Variant { - word: "immortaliser\'s", + word: "immortaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -191813,7 +191813,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immunization\'s", + word: "immunization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191821,7 +191821,7 @@ Cluster { ], }, Variant { - word: "immunisation\'s", + word: "immunisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -191959,7 +191959,7 @@ Cluster { Entry { variants: &[ Variant { - word: "immunizer\'s", + word: "immunizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -191967,7 +191967,7 @@ Cluster { ], }, Variant { - word: "immuniser\'s", + word: "immuniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -192281,7 +192281,7 @@ Cluster { Entry { variants: &[ Variant { - word: "imperialization\'s", + word: "imperialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -192289,7 +192289,7 @@ Cluster { ], }, Variant { - word: "imperialisation\'s", + word: "imperialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -192529,7 +192529,7 @@ Cluster { Entry { variants: &[ Variant { - word: "impersonalization\'s", + word: "impersonalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -192537,7 +192537,7 @@ Cluster { ], }, Variant { - word: "impersonalisation\'s", + word: "impersonalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -192707,7 +192707,7 @@ Cluster { Entry { variants: &[ Variant { - word: "impostor\'s", + word: "impostor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -192717,7 +192717,7 @@ Cluster { ], }, Variant { - word: "imposter\'s", + word: "imposter's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -192779,13 +192779,13 @@ Cluster { Entry { variants: &[ Variant { - word: "improviser\'s", + word: "improviser's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "improvisor\'s", + word: "improvisor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -193252,7 +193252,7 @@ Cluster { Entry { variants: &[ Variant { - word: "incognizance\'s", + word: "incognizance's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -193260,7 +193260,7 @@ Cluster { ], }, Variant { - word: "incognisance\'s", + word: "incognisance's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -193332,7 +193332,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Indianization\'s", + word: "Indianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -193340,7 +193340,7 @@ Cluster { ], }, Variant { - word: "Indianisation\'s", + word: "Indianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -193675,7 +193675,7 @@ Cluster { Entry { variants: &[ Variant { - word: "individualization\'s", + word: "individualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -193683,7 +193683,7 @@ Cluster { ], }, Variant { - word: "individualisation\'s", + word: "individualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -193843,7 +193843,7 @@ Cluster { Entry { variants: &[ Variant { - word: "individualizer\'s", + word: "individualizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -193851,7 +193851,7 @@ Cluster { ], }, Variant { - word: "individualiser\'s", + word: "individualiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -193945,14 +193945,14 @@ Cluster { Entry { variants: &[ Variant { - word: "indraft\'s", + word: "indraft's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "indraught\'s", + word: "indraught's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -194018,7 +194018,7 @@ Cluster { Entry { variants: &[ Variant { - word: "industrialization\'s", + word: "industrialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -194026,7 +194026,7 @@ Cluster { ], }, Variant { - word: "industrialisation\'s", + word: "industrialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -194619,7 +194619,7 @@ Cluster { Entry { variants: &[ Variant { - word: "inflection\'s", + word: "inflection's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, @@ -194629,7 +194629,7 @@ Cluster { ], }, Variant { - word: "inflexion\'s", + word: "inflexion's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -194749,13 +194749,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ingveonic\'s", + word: "Ingveonic's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ingvaeonic\'s", + word: "Ingvaeonic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -194800,13 +194800,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ingweonic\'s", + word: "Ingweonic's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ingwaeonic\'s", + word: "Ingwaeonic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -194977,13 +194977,13 @@ Cluster { Entry { variants: &[ Variant { - word: "initialer\'s", + word: "initialer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "initialler\'s", + word: "initialler's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -195079,7 +195079,7 @@ Cluster { Entry { variants: &[ Variant { - word: "initialization\'s", + word: "initialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -195087,7 +195087,7 @@ Cluster { ], }, Variant { - word: "initialisation\'s", + word: "initialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -195499,7 +195499,7 @@ Cluster { Entry { variants: &[ Variant { - word: "inquiry\'s", + word: "inquiry's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, @@ -195509,7 +195509,7 @@ Cluster { ], }, Variant { - word: "enquiry\'s", + word: "enquiry's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -195578,14 +195578,14 @@ Cluster { Entry { variants: &[ Variant { - word: "insignia\'s", + word: "insignia's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "insigne\'s", + word: "insigne's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -195627,7 +195627,7 @@ Cluster { Entry { variants: &[ Variant { - word: "insolubilization\'s", + word: "insolubilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -195635,7 +195635,7 @@ Cluster { ], }, Variant { - word: "insolubilisation\'s", + word: "insolubilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -195856,14 +195856,14 @@ Cluster { Entry { variants: &[ Variant { - word: "installment\'s", + word: "installment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "instalment\'s", + word: "instalment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -195983,13 +195983,13 @@ Cluster { Entry { variants: &[ Variant { - word: "instituter\'s", + word: "instituter's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "institutor\'s", + word: "institutor's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -196053,7 +196053,7 @@ Cluster { Entry { variants: &[ Variant { - word: "institutionalization\'s", + word: "institutionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196061,7 +196061,7 @@ Cluster { ], }, Variant { - word: "institutionalisation\'s", + word: "institutionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196469,7 +196469,7 @@ Cluster { Entry { variants: &[ Variant { - word: "integralization\'s", + word: "integralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196477,7 +196477,7 @@ Cluster { ], }, Variant { - word: "integralisation\'s", + word: "integralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196593,7 +196593,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intellectualization\'s", + word: "intellectualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196601,7 +196601,7 @@ Cluster { ], }, Variant { - word: "intellectualisation\'s", + word: "intellectualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196761,7 +196761,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intellectualizer\'s", + word: "intellectualizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196769,7 +196769,7 @@ Cluster { ], }, Variant { - word: "intellectualiser\'s", + word: "intellectualiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196834,7 +196834,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intercivilization\'s", + word: "intercivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196842,7 +196842,7 @@ Cluster { ], }, Variant { - word: "intercivilisation\'s", + word: "intercivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196907,7 +196907,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intercolonization\'s", + word: "intercolonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196915,7 +196915,7 @@ Cluster { ], }, Variant { - word: "intercolonisation\'s", + word: "intercolonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -196980,7 +196980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intercrystallization\'s", + word: "intercrystallization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -196988,7 +196988,7 @@ Cluster { ], }, Variant { - word: "intercrystallisation\'s", + word: "intercrystallisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -197455,13 +197455,13 @@ Cluster { Entry { variants: &[ Variant { - word: "interjudgment\'s", + word: "interjudgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "interjudgement\'s", + word: "interjudgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -197541,13 +197541,13 @@ Cluster { Entry { variants: &[ Variant { - word: "intern\'s", + word: "intern's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "interne\'s", + word: "interne's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -197611,7 +197611,7 @@ Cluster { Entry { variants: &[ Variant { - word: "internalization\'s", + word: "internalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -197619,7 +197619,7 @@ Cluster { ], }, Variant { - word: "internalisation\'s", + word: "internalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -197779,7 +197779,7 @@ Cluster { Entry { variants: &[ Variant { - word: "internationalization\'s", + word: "internationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -197787,7 +197787,7 @@ Cluster { ], }, Variant { - word: "internationalisation\'s", + word: "internationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198095,7 +198095,7 @@ Cluster { Entry { variants: &[ Variant { - word: "intraorganization\'s", + word: "intraorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198103,7 +198103,7 @@ Cluster { ], }, Variant { - word: "intraorganisation\'s", + word: "intraorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198298,7 +198298,7 @@ Cluster { Entry { variants: &[ Variant { - word: "iodization\'s", + word: "iodization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198306,7 +198306,7 @@ Cluster { ], }, Variant { - word: "iodisation\'s", + word: "iodisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198466,7 +198466,7 @@ Cluster { Entry { variants: &[ Variant { - word: "iodizer\'s", + word: "iodizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198474,7 +198474,7 @@ Cluster { ], }, Variant { - word: "iodiser\'s", + word: "iodiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198539,7 +198539,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ionicization\'s", + word: "Ionicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198547,7 +198547,7 @@ Cluster { ], }, Variant { - word: "Ionicisation\'s", + word: "Ionicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198612,7 +198612,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ionicized\'s", + word: "Ionicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198620,7 +198620,7 @@ Cluster { ], }, Variant { - word: "Ionicised\'s", + word: "Ionicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198678,7 +198678,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ionicize\'s", + word: "Ionicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198686,7 +198686,7 @@ Cluster { ], }, Variant { - word: "Ionicise\'s", + word: "Ionicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198700,7 +198700,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ionicizing\'s", + word: "Ionicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198708,7 +198708,7 @@ Cluster { ], }, Variant { - word: "Ionicising\'s", + word: "Ionicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198817,7 +198817,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ionizable\'s", + word: "ionizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198825,7 +198825,7 @@ Cluster { ], }, Variant { - word: "ionisable\'s", + word: "ionisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -198890,7 +198890,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ionization\'s", + word: "ionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -198898,7 +198898,7 @@ Cluster { ], }, Variant { - word: "ionisation\'s", + word: "ionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199084,7 +199084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ionizer\'s", + word: "ionizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -199094,7 +199094,7 @@ Cluster { ], }, Variant { - word: "ioniser\'s", + word: "ioniser's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, @@ -199188,13 +199188,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Iphinoe\'s", + word: "Iphinoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Iphinoae\'s", + word: "Iphinoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199291,7 +199291,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Iranize\'s", + word: "Iranize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199299,7 +199299,7 @@ Cluster { ], }, Variant { - word: "Iranise\'s", + word: "Iranise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199342,7 +199342,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Iricize\'s", + word: "Iricize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199350,7 +199350,7 @@ Cluster { ], }, Variant { - word: "Iricise\'s", + word: "Iricise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199393,7 +199393,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Iricized\'s", + word: "Iricized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199401,7 +199401,7 @@ Cluster { ], }, Variant { - word: "Iricised\'s", + word: "Iricised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199444,7 +199444,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Iricizing\'s", + word: "Iricizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199452,7 +199452,7 @@ Cluster { ], }, Variant { - word: "Iricising\'s", + word: "Iricising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199750,7 +199750,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Irishized\'s", + word: "Irishized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199758,7 +199758,7 @@ Cluster { ], }, Variant { - word: "Irishised\'s", + word: "Irishised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199816,7 +199816,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Irishize\'s", + word: "Irishize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199824,7 +199824,7 @@ Cluster { ], }, Variant { - word: "Irishise\'s", + word: "Irishise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -199838,7 +199838,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Irishizing\'s", + word: "Irishizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -199846,7 +199846,7 @@ Cluster { ], }, Variant { - word: "Irishising\'s", + word: "Irishising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200212,7 +200212,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ischemia\'s", + word: "ischemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -200220,7 +200220,7 @@ Cluster { ], }, Variant { - word: "ischaemia\'s", + word: "ischaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200316,7 +200316,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Islamicized\'s", + word: "Islamicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200324,7 +200324,7 @@ Cluster { ], }, Variant { - word: "Islamicised\'s", + word: "Islamicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200382,7 +200382,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Islamicize\'s", + word: "Islamicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200390,7 +200390,7 @@ Cluster { ], }, Variant { - word: "Islamicise\'s", + word: "Islamicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200404,7 +200404,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Islamicizing\'s", + word: "Islamicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200412,7 +200412,7 @@ Cluster { ], }, Variant { - word: "Islamicising\'s", + word: "Islamicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200477,7 +200477,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Islamization\'s", + word: "Islamization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200485,7 +200485,7 @@ Cluster { ], }, Variant { - word: "Islamisation\'s", + word: "Islamisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200769,7 +200769,7 @@ Cluster { Entry { variants: &[ Variant { - word: "isoimmunization\'s", + word: "isoimmunization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200777,7 +200777,7 @@ Cluster { ], }, Variant { - word: "isoimmunisation\'s", + word: "isoimmunisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -200893,7 +200893,7 @@ Cluster { Entry { variants: &[ Variant { - word: "isomerization\'s", + word: "isomerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -200901,7 +200901,7 @@ Cluster { ], }, Variant { - word: "isomerisation\'s", + word: "isomerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201061,7 +201061,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Israelitize\'s", + word: "Israelitize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201069,7 +201069,7 @@ Cluster { ], }, Variant { - word: "Israelitise\'s", + word: "Israelitise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201134,7 +201134,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Italianization\'s", + word: "Italianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201142,7 +201142,7 @@ Cluster { ], }, Variant { - word: "Italianisation\'s", + word: "Italianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201390,7 +201390,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Italianizer\'s", + word: "Italianizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201398,7 +201398,7 @@ Cluster { ], }, Variant { - word: "Italianiser\'s", + word: "Italianiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201463,7 +201463,7 @@ Cluster { Entry { variants: &[ Variant { - word: "italicization\'s", + word: "italicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201471,7 +201471,7 @@ Cluster { ], }, Variant { - word: "italicisation\'s", + word: "italicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201631,7 +201631,7 @@ Cluster { Entry { variants: &[ Variant { - word: "itemization\'s", + word: "itemization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201639,7 +201639,7 @@ Cluster { ], }, Variant { - word: "itemisation\'s", + word: "itemisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201799,7 +201799,7 @@ Cluster { Entry { variants: &[ Variant { - word: "itemizer\'s", + word: "itemizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201807,7 +201807,7 @@ Cluster { ], }, Variant { - word: "itemiser\'s", + word: "itemiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -201959,7 +201959,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jacobinization\'s", + word: "Jacobinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -201967,7 +201967,7 @@ Cluster { ], }, Variant { - word: "Jacobinisation\'s", + word: "Jacobinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202032,7 +202032,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jacobinized\'s", + word: "Jacobinized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -202040,7 +202040,7 @@ Cluster { ], }, Variant { - word: "Jacobinised\'s", + word: "Jacobinised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202098,7 +202098,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jacobinize\'s", + word: "Jacobinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -202106,7 +202106,7 @@ Cluster { ], }, Variant { - word: "Jacobinise\'s", + word: "Jacobinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202120,7 +202120,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jacobinizing\'s", + word: "Jacobinizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -202128,7 +202128,7 @@ Cluster { ], }, Variant { - word: "Jacobinising\'s", + word: "Jacobinising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202201,7 +202201,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jail\'s", + word: "jail's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -202211,7 +202211,7 @@ Cluster { ], }, Variant { - word: "gaol\'s", + word: "gaol's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -202312,7 +202312,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jailbird\'s", + word: "jailbird's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -202322,7 +202322,7 @@ Cluster { ], }, Variant { - word: "gaolbird\'s", + word: "gaolbird's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Possible), num: None,}, @@ -202397,7 +202397,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jailbreak\'s", + word: "jailbreak's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -202407,7 +202407,7 @@ Cluster { ], }, Variant { - word: "gaolbreak\'s", + word: "gaolbreak's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Possible), num: None,}, @@ -202520,7 +202520,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jailer\'s", + word: "jailer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -202530,14 +202530,14 @@ Cluster { ], }, Variant { - word: "jailor\'s", + word: "jailor's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gaoler\'s", + word: "gaoler's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Seldom), num: None,}, @@ -202654,7 +202654,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Japanization\'s", + word: "Japanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -202662,7 +202662,7 @@ Cluster { ], }, Variant { - word: "Japanisation\'s", + word: "Japanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202822,7 +202822,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jargonization\'s", + word: "jargonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -202830,7 +202830,7 @@ Cluster { ], }, Variant { - word: "jargonisation\'s", + word: "jargonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -202984,13 +202984,13 @@ Cluster { Entry { variants: &[ Variant { - word: "jasmine\'s", + word: "jasmine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "jessamine\'s", + word: "jessamine's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -203321,7 +203321,7 @@ Cluster { Entry { variants: &[ Variant { - word: "jerrycan\'s", + word: "jerrycan's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -203331,7 +203331,7 @@ Cluster { ], }, Variant { - word: "jerrican\'s", + word: "jerrican's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -203341,7 +203341,7 @@ Cluster { ], }, Variant { - word: "jerry can\'s", + word: "jerry can's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -203412,7 +203412,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jesuitization\'s", + word: "Jesuitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -203420,7 +203420,7 @@ Cluster { ], }, Variant { - word: "Jesuitisation\'s", + word: "Jesuitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -203631,13 +203631,13 @@ Cluster { Entry { variants: &[ Variant { - word: "jeweler\'s", + word: "jeweler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "jeweller\'s", + word: "jeweller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -203683,14 +203683,14 @@ Cluster { Entry { variants: &[ Variant { - word: "jewelry\'s", + word: "jewelry's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "jewellery\'s", + word: "jewellery's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -203889,7 +203889,7 @@ Cluster { Entry { variants: &[ Variant { - word: "gibe\'s", + word: "gibe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -203899,7 +203899,7 @@ Cluster { ], }, Variant { - word: "jibe\'s", + word: "jibe's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -204012,14 +204012,14 @@ Cluster { Entry { variants: &[ Variant { - word: "jibe\'s", + word: "jibe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "gybe\'s", + word: "gybe's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -204081,13 +204081,13 @@ Cluster { Entry { variants: &[ Variant { - word: "jihad\'s", + word: "jihad's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "jehad\'s", + word: "jehad's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -204169,25 +204169,25 @@ Cluster { Entry { variants: &[ Variant { - word: "jinni\'s", + word: "jinni's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "jinn\'s", + word: "jinn's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "djinni\'s", + word: "djinni's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "djinn\'s", + word: "djinn's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -204257,19 +204257,19 @@ Cluster { Entry { variants: &[ Variant { - word: "jinrikisha\'s", + word: "jinrikisha's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "jinricksha\'s", + word: "jinricksha's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "jinriksha\'s", + word: "jinriksha's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -204366,7 +204366,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Jonathanization\'s", + word: "Jonathanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -204374,7 +204374,7 @@ Cluster { ], }, Variant { - word: "Jonathanisation\'s", + word: "Jonathanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -204490,7 +204490,7 @@ Cluster { Entry { variants: &[ Variant { - word: "journalization\'s", + word: "journalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -204498,7 +204498,7 @@ Cluster { ], }, Variant { - word: "journalisation\'s", + word: "journalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -204658,7 +204658,7 @@ Cluster { Entry { variants: &[ Variant { - word: "journalizer\'s", + word: "journalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -204666,7 +204666,7 @@ Cluster { ], }, Variant { - word: "journaliser\'s", + word: "journaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -204760,7 +204760,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Judaization\'s", + word: "Judaization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -204768,7 +204768,7 @@ Cluster { ], }, Variant { - word: "Judaisation\'s", + word: "Judaisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -204884,7 +204884,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Judaizer\'s", + word: "Judaizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -204892,7 +204892,7 @@ Cluster { ], }, Variant { - word: "Judaiser\'s", + word: "Judaiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -205008,13 +205008,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Judeophobia\'s", + word: "Judeophobia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Judaeophobia\'s", + word: "Judaeophobia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -205089,7 +205089,7 @@ Cluster { Entry { variants: &[ Variant { - word: "judgment\'s", + word: "judgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -205099,7 +205099,7 @@ Cluster { ], }, Variant { - word: "judgement\'s", + word: "judgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -205311,19 +205311,19 @@ Cluster { Entry { variants: &[ Variant { - word: "jujitsu\'s", + word: "jujitsu's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "jiujitsu\'s", + word: "jiujitsu's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "jujutsu\'s", + word: "jujutsu's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -205365,13 +205365,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Julide\'s", + word: "Julide's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Julidae\'s", + word: "Julidae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -205527,13 +205527,13 @@ Cluster { Entry { variants: &[ Variant { - word: "junketeer\'s", + word: "junketeer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "junketer\'s", + word: "junketer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -205727,7 +205727,7 @@ Cluster { Entry { variants: &[ Variant { - word: "kaolinization\'s", + word: "kaolinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -205735,7 +205735,7 @@ Cluster { ], }, Variant { - word: "kaolinisation\'s", + word: "kaolinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -205901,19 +205901,19 @@ Cluster { Entry { variants: &[ Variant { - word: "kebab\'s", + word: "kebab's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "kebob\'s", + word: "kebob's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "kabob\'s", + word: "kabob's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -205984,7 +205984,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Keizer\'s", + word: "Keizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -205992,7 +205992,7 @@ Cluster { ], }, Variant { - word: "Keiser\'s", + word: "Keiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -206144,13 +206144,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Keppel\'s", + word: "Keppel's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Koeppel\'s", + word: "Koeppel's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -206217,7 +206217,7 @@ Cluster { Entry { variants: &[ Variant { - word: "keratinization\'s", + word: "keratinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -206225,7 +206225,7 @@ Cluster { ], }, Variant { - word: "keratinisation\'s", + word: "keratinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -206363,13 +206363,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Kerin\'s", + word: "Kerin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Krein\'s", + word: "Krein's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -206495,7 +206495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "kerosene\'s", + word: "kerosene's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -206505,7 +206505,7 @@ Cluster { ], }, Variant { - word: "kerosine\'s", + word: "kerosine's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -206578,19 +206578,19 @@ Cluster { Entry { variants: &[ Variant { - word: "ketchup\'s", + word: "ketchup's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "catsup\'s", + word: "catsup's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "catchup\'s", + word: "catchup's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -206684,7 +206684,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ketonization\'s", + word: "ketonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -206692,7 +206692,7 @@ Cluster { ], }, Variant { - word: "ketonisation\'s", + word: "ketonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -206783,13 +206783,13 @@ Cluster { Entry { variants: &[ Variant { - word: "kiddie\'s", + word: "kiddie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "kiddy\'s", + word: "kiddy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -206900,13 +206900,13 @@ Cluster { Entry { variants: &[ Variant { - word: "kidnappee\'s", + word: "kidnappee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "kidnapee\'s", + word: "kidnapee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -206972,7 +206972,7 @@ Cluster { Entry { variants: &[ Variant { - word: "kidnapper\'s", + word: "kidnapper's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -206982,7 +206982,7 @@ Cluster { ], }, Variant { - word: "kidnaper\'s", + word: "kidnaper's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -207052,7 +207052,7 @@ Cluster { Entry { variants: &[ Variant { - word: "kilogram\'s", + word: "kilogram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -207062,7 +207062,7 @@ Cluster { ], }, Variant { - word: "kilogramme\'s", + word: "kilogramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -207130,14 +207130,14 @@ Cluster { Entry { variants: &[ Variant { - word: "kiloliter\'s", + word: "kiloliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "kilolitre\'s", + word: "kilolitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -207206,14 +207206,14 @@ Cluster { Entry { variants: &[ Variant { - word: "kilometer\'s", + word: "kilometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "kilometre\'s", + word: "kilometre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -207282,14 +207282,14 @@ Cluster { Entry { variants: &[ Variant { - word: "kindergartner\'s", + word: "kindergartner's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "kindergartener\'s", + word: "kindergartener's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -207360,7 +207360,7 @@ Cluster { Entry { variants: &[ Variant { - word: "kinesthesia\'s", + word: "kinesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -207368,7 +207368,7 @@ Cluster { ], }, Variant { - word: "kinaesthesia\'s", + word: "kinaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -207437,14 +207437,14 @@ Cluster { Entry { variants: &[ Variant { - word: "kinesthesis\'s", + word: "kinesthesis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "kinaesthesis\'s", + word: "kinaesthesis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -207684,13 +207684,13 @@ Cluster { Entry { variants: &[ Variant { - word: "kissogram\'s", + word: "kissogram's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "kissagram\'s", + word: "kissagram's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -207748,13 +207748,13 @@ Cluster { Entry { variants: &[ Variant { - word: "knickknack\'s", + word: "knickknack's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "nicknack\'s", + word: "nicknack's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -207812,13 +207812,13 @@ Cluster { Entry { variants: &[ Variant { - word: "knockwurst\'s", + word: "knockwurst's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "knackwurst\'s", + word: "knackwurst's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -207914,19 +207914,19 @@ Cluster { Entry { variants: &[ Variant { - word: "kopeck\'s", + word: "kopeck's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "kopek\'s", + word: "kopek's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "copeck\'s", + word: "copeck's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -207968,13 +207968,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Kossean\'s", + word: "Kossean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Kossaean\'s", + word: "Kossaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -208035,13 +208035,13 @@ Cluster { Entry { variants: &[ Variant { - word: "kumquat\'s", + word: "kumquat's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "cumquat\'s", + word: "cumquat's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -208313,13 +208313,13 @@ Cluster { Entry { variants: &[ Variant { - word: "labeler\'s", + word: "labeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "labeller\'s", + word: "labeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -208386,7 +208386,7 @@ Cluster { Entry { variants: &[ Variant { - word: "labialization\'s", + word: "labialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -208394,7 +208394,7 @@ Cluster { ], }, Variant { - word: "labialisation\'s", + word: "labialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -208583,7 +208583,7 @@ Cluster { Entry { variants: &[ Variant { - word: "labilization\'s", + word: "labilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -208591,7 +208591,7 @@ Cluster { ], }, Variant { - word: "labilisation\'s", + word: "labilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -208685,7 +208685,7 @@ Cluster { Entry { variants: &[ Variant { - word: "labiovelarization\'s", + word: "labiovelarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -208693,7 +208693,7 @@ Cluster { ], }, Variant { - word: "labiovelarisation\'s", + word: "labiovelarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -208873,7 +208873,7 @@ Cluster { Entry { variants: &[ Variant { - word: "labor\'s", + word: "labor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -208881,7 +208881,7 @@ Cluster { ], }, Variant { - word: "labour\'s", + word: "labour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -208921,7 +208921,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laboring\'s", + word: "laboring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -208929,7 +208929,7 @@ Cluster { ], }, Variant { - word: "labouring\'s", + word: "labouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -208969,7 +208969,7 @@ Cluster { Entry { variants: &[ Variant { - word: "labored\'s", + word: "labored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -208977,7 +208977,7 @@ Cluster { ], }, Variant { - word: "laboured\'s", + word: "laboured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209048,7 +209048,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laborability\'s", + word: "laborability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209056,7 +209056,7 @@ Cluster { ], }, Variant { - word: "labourability\'s", + word: "labourability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209127,7 +209127,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laborable\'s", + word: "laborable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209135,7 +209135,7 @@ Cluster { ], }, Variant { - word: "labourable\'s", + word: "labourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209316,7 +209316,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laboredness\'s", + word: "laboredness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209324,7 +209324,7 @@ Cluster { ], }, Variant { - word: "labouredness\'s", + word: "labouredness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209395,7 +209395,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laborer\'s", + word: "laborer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209403,7 +209403,7 @@ Cluster { ], }, Variant { - word: "labourer\'s", + word: "labourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209505,7 +209505,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laborhood\'s", + word: "laborhood's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209513,7 +209513,7 @@ Cluster { ], }, Variant { - word: "labourhood\'s", + word: "labourhood's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209639,7 +209639,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Laborism\'s", + word: "Laborism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209647,7 +209647,7 @@ Cluster { ], }, Variant { - word: "Labourism\'s", + word: "Labourism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209711,7 +209711,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laborism\'s", + word: "laborism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -209719,7 +209719,7 @@ Cluster { ], }, Variant { - word: "labourism\'s", + word: "labourism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -209786,13 +209786,13 @@ Cluster { Entry { variants: &[ Variant { - word: "laborist\'s", + word: "laborist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "labourist\'s", + word: "labourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -209859,13 +209859,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Laborite\'s", + word: "Laborite's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Labourite\'s", + word: "Labourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -209925,13 +209925,13 @@ Cluster { Entry { variants: &[ Variant { - word: "laborite\'s", + word: "laborite's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "labourite\'s", + word: "labourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -210271,13 +210271,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lackluster\'s", + word: "lackluster's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "lacklustre\'s", + word: "lacklustre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -210462,13 +210462,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lagniappe\'s", + word: "lagniappe's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "lagnappe\'s", + word: "lagnappe's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -210532,7 +210532,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laicization\'s", + word: "laicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -210540,7 +210540,7 @@ Cluster { ], }, Variant { - word: "laicisation\'s", + word: "laicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -210913,13 +210913,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Lander\'s", + word: "Lander's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Landre\'s", + word: "Landre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -210964,13 +210964,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Laothoe\'s", + word: "Laothoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Laothoae\'s", + word: "Laothoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -211074,7 +211074,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lasagna\'s", + word: "lasagna's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -211084,7 +211084,7 @@ Cluster { ], }, Variant { - word: "lasagne\'s", + word: "lasagne's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -211231,7 +211231,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lateralization\'s", + word: "lateralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -211239,7 +211239,7 @@ Cluster { ], }, Variant { - word: "lateralisation\'s", + word: "lateralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -211355,7 +211355,7 @@ Cluster { Entry { variants: &[ Variant { - word: "laterization\'s", + word: "laterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -211363,7 +211363,7 @@ Cluster { ], }, Variant { - word: "laterisation\'s", + word: "laterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -211428,7 +211428,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Latinization\'s", + word: "Latinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -211436,7 +211436,7 @@ Cluster { ], }, Variant { - word: "Latinisation\'s", + word: "Latinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -211679,7 +211679,7 @@ Cluster { Entry { variants: &[ Variant { - word: "launderette\'s", + word: "launderette's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -211689,7 +211689,7 @@ Cluster { ], }, Variant { - word: "laundrette\'s", + word: "laundrette's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -211831,13 +211831,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lavalier microphone\'s", + word: "lavalier microphone's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "lavaliere microphone\'s", + word: "lavaliere microphone's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -212023,13 +212023,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lefty\'s", + word: "lefty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "leftie\'s", + word: "leftie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -212093,7 +212093,7 @@ Cluster { Entry { variants: &[ Variant { - word: "legalization\'s", + word: "legalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -212101,7 +212101,7 @@ Cluster { ], }, Variant { - word: "legalisation\'s", + word: "legalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -212263,7 +212263,7 @@ Cluster { Entry { variants: &[ Variant { - word: "legging\'s", + word: "legging's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -212273,7 +212273,7 @@ Cluster { ], }, Variant { - word: "leggin\'s", + word: "leggin's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -212432,7 +212432,7 @@ Cluster { Entry { variants: &[ Variant { - word: "legitimization\'s", + word: "legitimization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -212440,7 +212440,7 @@ Cluster { ], }, Variant { - word: "legitimisation\'s", + word: "legitimisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -212789,13 +212789,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Lernean\'s", + word: "Lernean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Lernaean\'s", + word: "Lernaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -213226,13 +213226,13 @@ Cluster { Entry { variants: &[ Variant { - word: "leucorrhea\'s", + word: "leucorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "leucorrhoea\'s", + word: "leucorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -213306,13 +213306,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Leucothoe\'s", + word: "Leucothoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Leucothoae\'s", + word: "Leucothoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -213381,7 +213381,7 @@ Cluster { Entry { variants: &[ Variant { - word: "leukemia\'s", + word: "leukemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -213389,7 +213389,7 @@ Cluster { ], }, Variant { - word: "leukaemia\'s", + word: "leukaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -213607,13 +213607,13 @@ Cluster { Entry { variants: &[ Variant { - word: "leveler\'s", + word: "leveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "leveller\'s", + word: "leveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -213673,13 +213673,13 @@ Cluster { Entry { variants: &[ Variant { - word: "leveling\'s", + word: "leveling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "levelling\'s", + word: "levelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214015,13 +214015,13 @@ Cluster { Entry { variants: &[ Variant { - word: "levorotation\'s", + word: "levorotation's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "laevorotation\'s", + word: "laevorotation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214204,13 +214204,13 @@ Cluster { Entry { variants: &[ Variant { - word: "levulose\'s", + word: "levulose's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "laevulose\'s", + word: "laevulose's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214430,13 +214430,13 @@ Cluster { Entry { variants: &[ Variant { - word: "libelant\'s", + word: "libelant's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "libellant\'s", + word: "libellant's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214503,13 +214503,13 @@ Cluster { Entry { variants: &[ Variant { - word: "libelee\'s", + word: "libelee's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "libellee\'s", + word: "libellee's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214576,13 +214576,13 @@ Cluster { Entry { variants: &[ Variant { - word: "libeler\'s", + word: "libeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "libeller\'s", + word: "libeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214798,7 +214798,7 @@ Cluster { Entry { variants: &[ Variant { - word: "liberalization\'s", + word: "liberalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214806,7 +214806,7 @@ Cluster { ], }, Variant { - word: "liberalisation\'s", + word: "liberalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -214966,7 +214966,7 @@ Cluster { Entry { variants: &[ Variant { - word: "liberalizer\'s", + word: "liberalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -214974,7 +214974,7 @@ Cluster { ], }, Variant { - word: "liberaliser\'s", + word: "liberaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -215039,13 +215039,13 @@ Cluster { Entry { variants: &[ Variant { - word: "license\'s", + word: "license's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "licence\'s", + word: "licence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -215266,7 +215266,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lichenization\'s", + word: "lichenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -215274,7 +215274,7 @@ Cluster { ], }, Variant { - word: "lichenisation\'s", + word: "lichenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -215413,7 +215413,7 @@ Cluster { Entry { variants: &[ Variant { - word: "licorice\'s", + word: "licorice's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -215421,7 +215421,7 @@ Cluster { ], }, Variant { - word: "liquorice\'s", + word: "liquorice's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, @@ -215600,14 +215600,14 @@ Cluster { Entry { variants: &[ Variant { - word: "likability\'s", + word: "likability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "likeability\'s", + word: "likeability's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -215713,14 +215713,14 @@ Cluster { Entry { variants: &[ Variant { - word: "likableness\'s", + word: "likableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "likeableness\'s", + word: "likeableness's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -215788,7 +215788,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Lilliputianize\'s", + word: "Lilliputianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -215796,7 +215796,7 @@ Cluster { ], }, Variant { - word: "Lilliputianise\'s", + word: "Lilliputianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -215855,13 +215855,13 @@ Cluster { Entry { variants: &[ Variant { - word: "linchpin\'s", + word: "linchpin's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "lynchpin\'s", + word: "lynchpin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -215954,7 +215954,7 @@ Cluster { Entry { variants: &[ Variant { - word: "linearization\'s", + word: "linearization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -215962,7 +215962,7 @@ Cluster { ], }, Variant { - word: "linearisation\'s", + word: "linearisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -216327,13 +216327,13 @@ Cluster { Entry { variants: &[ Variant { - word: "linguine\'s", + word: "linguine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "linguini\'s", + word: "linguini's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -216397,7 +216397,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lionizable\'s", + word: "lionizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -216405,7 +216405,7 @@ Cluster { ], }, Variant { - word: "lionisable\'s", + word: "lionisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -216470,7 +216470,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lionization\'s", + word: "lionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -216478,7 +216478,7 @@ Cluster { ], }, Variant { - word: "lionisation\'s", + word: "lionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -216638,7 +216638,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lionizer\'s", + word: "lionizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -216646,7 +216646,7 @@ Cluster { ], }, Variant { - word: "lioniser\'s", + word: "lioniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217097,7 +217097,7 @@ Cluster { Entry { variants: &[ Variant { - word: "liquidizer\'s", + word: "liquidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217105,7 +217105,7 @@ Cluster { ], }, Variant { - word: "liquidiser\'s", + word: "liquidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217283,7 +217283,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Listerized\'s", + word: "Listerized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217291,7 +217291,7 @@ Cluster { ], }, Variant { - word: "Listerised\'s", + word: "Listerised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217349,7 +217349,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Listerize\'s", + word: "Listerize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217357,7 +217357,7 @@ Cluster { ], }, Variant { - word: "Listerise\'s", + word: "Listerise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217371,7 +217371,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Listerizing\'s", + word: "Listerizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217379,7 +217379,7 @@ Cluster { ], }, Variant { - word: "Listerising\'s", + word: "Listerising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217450,19 +217450,19 @@ Cluster { Entry { variants: &[ Variant { - word: "litchi\'s", + word: "litchi's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "lychee\'s", + word: "lychee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "lichee\'s", + word: "lichee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -217526,13 +217526,13 @@ Cluster { Entry { variants: &[ Variant { - word: "liter\'s", + word: "liter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "litre\'s", + word: "litre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217599,7 +217599,7 @@ Cluster { Entry { variants: &[ Variant { - word: "literalization\'s", + word: "literalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217607,7 +217607,7 @@ Cluster { ], }, Variant { - word: "literalisation\'s", + word: "literalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -217767,7 +217767,7 @@ Cluster { Entry { variants: &[ Variant { - word: "literalizer\'s", + word: "literalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -217775,7 +217775,7 @@ Cluster { ], }, Variant { - word: "literaliser\'s", + word: "literaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -218406,7 +218406,7 @@ Cluster { Entry { variants: &[ Variant { - word: "localizable\'s", + word: "localizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -218414,7 +218414,7 @@ Cluster { ], }, Variant { - word: "localisable\'s", + word: "localisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -218479,7 +218479,7 @@ Cluster { Entry { variants: &[ Variant { - word: "localization\'s", + word: "localization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -218487,7 +218487,7 @@ Cluster { ], }, Variant { - word: "localisation\'s", + word: "localisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -218647,7 +218647,7 @@ Cluster { Entry { variants: &[ Variant { - word: "localizer\'s", + word: "localizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -218655,7 +218655,7 @@ Cluster { ], }, Variant { - word: "localiser\'s", + word: "localiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -218714,13 +218714,13 @@ Cluster { Entry { variants: &[ Variant { - word: "locator\'s", + word: "locator's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "locater\'s", + word: "locater's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -218778,13 +218778,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lodestar\'s", + word: "lodestar's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "loadstar\'s", + word: "loadstar's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -218842,13 +218842,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lodestone\'s", + word: "lodestone's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "loadstone\'s", + word: "loadstone's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -218922,7 +218922,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lodgment\'s", + word: "lodgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -218932,7 +218932,7 @@ Cluster { ], }, Variant { - word: "lodgement\'s", + word: "lodgement's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -219058,7 +219058,7 @@ Cluster { Entry { variants: &[ Variant { - word: "logicalization\'s", + word: "logicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -219066,7 +219066,7 @@ Cluster { ], }, Variant { - word: "logicalisation\'s", + word: "logicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219279,14 +219279,14 @@ Cluster { Entry { variants: &[ Variant { - word: "logopedics\'s", + word: "logopedics's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "logopaedics\'s", + word: "logopaedics's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219355,7 +219355,7 @@ Cluster { Entry { variants: &[ Variant { - word: "logorrhea\'s", + word: "logorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -219363,7 +219363,7 @@ Cluster { ], }, Variant { - word: "logorrhoea\'s", + word: "logorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219423,13 +219423,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lollipop\'s", + word: "lollipop's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "lollypop\'s", + word: "lollypop's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -219576,7 +219576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Londonization\'s", + word: "Londonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -219584,7 +219584,7 @@ Cluster { ], }, Variant { - word: "Londonisation\'s", + word: "Londonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219649,7 +219649,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Londonized\'s", + word: "Londonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -219657,7 +219657,7 @@ Cluster { ], }, Variant { - word: "Londonised\'s", + word: "Londonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219715,7 +219715,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Londonize\'s", + word: "Londonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -219723,7 +219723,7 @@ Cluster { ], }, Variant { - word: "Londonise\'s", + word: "Londonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219737,7 +219737,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Londonizing\'s", + word: "Londonizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -219745,7 +219745,7 @@ Cluster { ], }, Variant { - word: "Londonising\'s", + word: "Londonising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -219887,13 +219887,13 @@ Cluster { Entry { variants: &[ Variant { - word: "loony\'s", + word: "loony's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "looney\'s", + word: "looney's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -220098,14 +220098,14 @@ Cluster { Entry { variants: &[ Variant { - word: "louver\'s", + word: "louver's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "louvre\'s", + word: "louvre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -220400,7 +220400,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lumbarization\'s", + word: "lumbarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -220408,7 +220408,7 @@ Cluster { ], }, Variant { - word: "lumbarisation\'s", + word: "lumbarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -220557,14 +220557,14 @@ Cluster { Entry { variants: &[ Variant { - word: "lupine\'s", + word: "lupine's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "lupin\'s", + word: "lupin's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -220674,13 +220674,13 @@ Cluster { Entry { variants: &[ Variant { - word: "luster\'s", + word: "luster's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "lustre\'s", + word: "lustre's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -220697,13 +220697,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lustering\'s", + word: "lustering's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "lustring\'s", + word: "lustring's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -220867,13 +220867,13 @@ Cluster { Entry { variants: &[ Variant { - word: "lusterware\'s", + word: "lusterware's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "lustreware\'s", + word: "lustreware's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -220940,7 +220940,7 @@ Cluster { Entry { variants: &[ Variant { - word: "luteinization\'s", + word: "luteinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -220948,7 +220948,7 @@ Cluster { ], }, Variant { - word: "luteinisation\'s", + word: "luteinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -221108,7 +221108,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Lutheranize\'s", + word: "Lutheranize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -221116,7 +221116,7 @@ Cluster { ], }, Variant { - word: "Lutheranise\'s", + word: "Lutheranise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -221181,7 +221181,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Lutheranizer\'s", + word: "Lutheranizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -221189,7 +221189,7 @@ Cluster { ], }, Variant { - word: "Lutheraniser\'s", + word: "Lutheraniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -221406,7 +221406,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lyophilization\'s", + word: "lyophilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -221414,7 +221414,7 @@ Cluster { ], }, Variant { - word: "lyophilisation\'s", + word: "lyophilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -221581,7 +221581,7 @@ Cluster { Entry { variants: &[ Variant { - word: "lyricization\'s", + word: "lyricization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -221589,7 +221589,7 @@ Cluster { ], }, Variant { - word: "lyricisation\'s", + word: "lyricisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -221867,13 +221867,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mac\'s", + word: "mac's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mack\'s", + word: "mack's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -221937,7 +221937,7 @@ Cluster { Entry { variants: &[ Variant { - word: "macadamization\'s", + word: "macadamization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -221945,7 +221945,7 @@ Cluster { ], }, Variant { - word: "macadamisation\'s", + word: "macadamisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -222229,7 +222229,7 @@ Cluster { Entry { variants: &[ Variant { - word: "machinization\'s", + word: "machinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -222237,7 +222237,7 @@ Cluster { ], }, Variant { - word: "machinisation\'s", + word: "machinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -222363,7 +222363,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mackintosh\'s", + word: "mackintosh's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -222373,7 +222373,7 @@ Cluster { ], }, Variant { - word: "macintosh\'s", + word: "macintosh's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -222477,13 +222477,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Madera\'s", + word: "Madera's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Madoera\'s", + word: "Madoera's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -222776,7 +222776,7 @@ Cluster { Entry { variants: &[ Variant { - word: "magnetizability\'s", + word: "magnetizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -222784,7 +222784,7 @@ Cluster { ], }, Variant { - word: "magnetisability\'s", + word: "magnetisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -222849,7 +222849,7 @@ Cluster { Entry { variants: &[ Variant { - word: "magnetizable\'s", + word: "magnetizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -222857,7 +222857,7 @@ Cluster { ], }, Variant { - word: "magnetisable\'s", + word: "magnetisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -222922,7 +222922,7 @@ Cluster { Entry { variants: &[ Variant { - word: "magnetization\'s", + word: "magnetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -222930,7 +222930,7 @@ Cluster { ], }, Variant { - word: "magnetisation\'s", + word: "magnetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -223090,7 +223090,7 @@ Cluster { Entry { variants: &[ Variant { - word: "magnetizer\'s", + word: "magnetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -223098,7 +223098,7 @@ Cluster { ], }, Variant { - word: "magnetiser\'s", + word: "magnetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -223138,13 +223138,13 @@ Cluster { Entry { variants: &[ Variant { - word: "maharajah\'s", + word: "maharajah's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "maharaja\'s", + word: "maharaja's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -223221,13 +223221,13 @@ Cluster { Entry { variants: &[ Variant { - word: "maharani\'s", + word: "maharani's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "maharanee\'s", + word: "maharanee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -223285,13 +223285,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mah-jongg\'s", + word: "mah-jongg's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mahjong\'s", + word: "mahjong's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -223566,7 +223566,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Maize\'s", + word: "Maize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -223574,7 +223574,7 @@ Cluster { ], }, Variant { - word: "Maise\'s", + word: "Maise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -223633,13 +223633,13 @@ Cluster { Entry { variants: &[ Variant { - word: "majolica\'s", + word: "majolica's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "maiolica\'s", + word: "maiolica's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -223783,7 +223783,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Malayize\'s", + word: "Malayize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -223791,7 +223791,7 @@ Cluster { ], }, Variant { - word: "Malayise\'s", + word: "Malayise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -223909,14 +223909,14 @@ Cluster { Entry { variants: &[ Variant { - word: "malodor\'s", + word: "malodor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "malodour\'s", + word: "malodour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -224001,7 +224001,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mamma\'s", + word: "mamma's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, @@ -224065,19 +224065,19 @@ Cluster { Entry { variants: &[ Variant { - word: "mama\'s", + word: "mama's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "momma\'s", + word: "momma's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "mamma\'s", + word: "mamma's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -224198,7 +224198,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mandean\'s", + word: "Mandean's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -224207,7 +224207,7 @@ Cluster { ], }, Variant { - word: "Mandaean\'s", + word: "Mandaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -224297,13 +224297,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mandrel\'s", + word: "mandrel's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mandril\'s", + word: "mandril's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -224468,14 +224468,14 @@ Cluster { Entry { variants: &[ Variant { - word: "maneuver\'s", + word: "maneuver's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "manoeuvre\'s", + word: "manoeuvre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -224484,7 +224484,7 @@ Cluster { ], }, Variant { - word: "manoeuver\'s", + word: "manoeuver's", types: &[ Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], @@ -224548,13 +224548,13 @@ Cluster { Entry { variants: &[ Variant { - word: "maneuverability\'s", + word: "maneuverability's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "manoeuvrability\'s", + word: "manoeuvrability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -224694,13 +224694,13 @@ Cluster { Entry { variants: &[ Variant { - word: "maneuverer\'s", + word: "maneuverer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "manoeuvrer\'s", + word: "manoeuvrer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -224796,13 +224796,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Manicheanism\'s", + word: "Manicheanism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Manichaeanism\'s", + word: "Manichaeanism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -224906,7 +224906,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Manicheism\'s", + word: "Manicheism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -224916,7 +224916,7 @@ Cluster { ], }, Variant { - word: "Manichaeism\'s", + word: "Manichaeism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -224961,13 +224961,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Manicheus\'s", + word: "Manicheus's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Manichaeus\'s", + word: "Manichaeus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -225028,13 +225028,13 @@ Cluster { Entry { variants: &[ Variant { - word: "manikin\'s", + word: "manikin's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mannikin\'s", + word: "mannikin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -225078,14 +225078,14 @@ Cluster { Entry { variants: &[ Variant { - word: "manila\'s", + word: "manila's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "manilla\'s", + word: "manilla's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -225129,7 +225129,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Manila\'s", + word: "Manila's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -225139,7 +225139,7 @@ Cluster { ], }, Variant { - word: "Manilla\'s", + word: "Manilla's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -225326,13 +225326,13 @@ Cluster { Entry { variants: &[ Variant { - word: "marabou\'s", + word: "marabou's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "marabout\'s", + word: "marabout's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -225371,7 +225371,7 @@ Cluster { Entry { variants: &[ Variant { - word: "marabout\'s", + word: "marabout's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -225677,13 +225677,13 @@ Cluster { Entry { variants: &[ Variant { - word: "marijuana\'s", + word: "marijuana's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "marihuana\'s", + word: "marihuana's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -225741,13 +225741,13 @@ Cluster { Entry { variants: &[ Variant { - word: "marlinespike\'s", + word: "marlinespike's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "marlinspike\'s", + word: "marlinspike's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -226052,7 +226052,7 @@ Cluster { Entry { variants: &[ Variant { - word: "marsupialization\'s", + word: "marsupialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226060,7 +226060,7 @@ Cluster { ], }, Variant { - word: "marsupialisation\'s", + word: "marsupialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -226198,13 +226198,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Marte\'s", + word: "Marte's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Martae\'s", + word: "Martae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226271,7 +226271,7 @@ Cluster { Entry { variants: &[ Variant { - word: "martialization\'s", + word: "martialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226279,7 +226279,7 @@ Cluster { ], }, Variant { - word: "martialisation\'s", + word: "martialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -226395,7 +226395,7 @@ Cluster { Entry { variants: &[ Variant { - word: "martyrization\'s", + word: "martyrization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226403,7 +226403,7 @@ Cluster { ], }, Variant { - word: "martyrisation\'s", + word: "martyrisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -226840,13 +226840,13 @@ Cluster { Entry { variants: &[ Variant { - word: "marvelousness\'s", + word: "marvelousness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "marvellousness\'s", + word: "marvellousness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226913,7 +226913,7 @@ Cluster { Entry { variants: &[ Variant { - word: "masculinization\'s", + word: "masculinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -226921,7 +226921,7 @@ Cluster { ], }, Variant { - word: "masculinisation\'s", + word: "masculinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -227167,7 +227167,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mat\'s", + word: "mat's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -227218,7 +227218,7 @@ Cluster { Entry { variants: &[ Variant { - word: "matte\'s", + word: "matte's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -227337,7 +227337,7 @@ Cluster { Entry { variants: &[ Variant { - word: "materialization\'s", + word: "materialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -227345,7 +227345,7 @@ Cluster { ], }, Variant { - word: "materialisation\'s", + word: "materialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -227505,7 +227505,7 @@ Cluster { Entry { variants: &[ Variant { - word: "materializer\'s", + word: "materializer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -227513,7 +227513,7 @@ Cluster { ], }, Variant { - word: "materialiser\'s", + word: "materialiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -227826,7 +227826,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mathematization\'s", + word: "mathematization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -227834,7 +227834,7 @@ Cluster { ], }, Variant { - word: "mathematisation\'s", + word: "mathematisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -228192,13 +228192,13 @@ Cluster { Entry { variants: &[ Variant { - word: "maven\'s", + word: "maven's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mavin\'s", + word: "mavin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -228262,7 +228262,7 @@ Cluster { Entry { variants: &[ Variant { - word: "maximization\'s", + word: "maximization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -228270,7 +228270,7 @@ Cluster { ], }, Variant { - word: "maximisation\'s", + word: "maximisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -228430,7 +228430,7 @@ Cluster { Entry { variants: &[ Variant { - word: "maximizer\'s", + word: "maximizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -228438,7 +228438,7 @@ Cluster { ], }, Variant { - word: "maximiser\'s", + word: "maximiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -228497,13 +228497,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mazurka\'s", + word: "mazurka's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mazourka\'s", + word: "mazourka's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -228676,13 +228676,13 @@ Cluster { Entry { variants: &[ Variant { - word: "meanie\'s", + word: "meanie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "meany\'s", + word: "meany's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -228708,7 +228708,7 @@ Cluster { Entry { variants: &[ Variant { - word: "meany\'s", + word: "meany's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -228772,7 +228772,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mechanicalization\'s", + word: "mechanicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -228780,7 +228780,7 @@ Cluster { ], }, Variant { - word: "mechanicalisation\'s", + word: "mechanicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -228925,7 +228925,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mechanization\'s", + word: "mechanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -228933,7 +228933,7 @@ Cluster { ], }, Variant { - word: "mechanisation\'s", + word: "mechanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -229093,7 +229093,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mechanizer\'s", + word: "mechanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -229101,7 +229101,7 @@ Cluster { ], }, Variant { - word: "mechaniser\'s", + word: "mechaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -229173,13 +229173,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Med\'s", + word: "Med's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Moed\'s", + word: "Moed's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -229297,13 +229297,13 @@ Cluster { Entry { variants: &[ Variant { - word: "medalist\'s", + word: "medalist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "medallist\'s", + word: "medallist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -229421,7 +229421,7 @@ Cluster { Entry { variants: &[ Variant { - word: "medialization\'s", + word: "medialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -229429,7 +229429,7 @@ Cluster { ], }, Variant { - word: "medialisation\'s", + word: "medialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -229545,7 +229545,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mediatization\'s", + word: "mediatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -229553,7 +229553,7 @@ Cluster { ], }, Variant { - word: "mediatisation\'s", + word: "mediatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -229867,7 +229867,7 @@ Cluster { Entry { variants: &[ Variant { - word: "medieval\'s", + word: "medieval's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -229877,7 +229877,7 @@ Cluster { ], }, Variant { - word: "mediaeval\'s", + word: "mediaeval's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -229944,13 +229944,13 @@ Cluster { Entry { variants: &[ Variant { - word: "medievalism\'s", + word: "medievalism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "mediaevalism\'s", + word: "mediaevalism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230047,7 +230047,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mediterraneanization\'s", + word: "Mediterraneanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230055,7 +230055,7 @@ Cluster { ], }, Variant { - word: "Mediterraneanisation\'s", + word: "Mediterraneanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -230120,7 +230120,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mediterraneanize\'s", + word: "Mediterraneanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230128,7 +230128,7 @@ Cluster { ], }, Variant { - word: "Mediterraneanise\'s", + word: "Mediterraneanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -230193,7 +230193,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mediumization\'s", + word: "mediumization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230201,7 +230201,7 @@ Cluster { ], }, Variant { - word: "mediumisation\'s", + word: "mediumisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -230653,13 +230653,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Melie\'s", + word: "Melie's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Meliae\'s", + word: "Meliae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230944,7 +230944,7 @@ Cluster { Entry { variants: &[ Variant { - word: "melodizer\'s", + word: "melodizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -230952,7 +230952,7 @@ Cluster { ], }, Variant { - word: "melodiser\'s", + word: "melodiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231141,7 +231141,7 @@ Cluster { Entry { variants: &[ Variant { - word: "memorialization\'s", + word: "memorialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231149,7 +231149,7 @@ Cluster { ], }, Variant { - word: "memorialisation\'s", + word: "memorialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231309,7 +231309,7 @@ Cluster { Entry { variants: &[ Variant { - word: "memorializer\'s", + word: "memorializer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231317,7 +231317,7 @@ Cluster { ], }, Variant { - word: "memorialiser\'s", + word: "memorialiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231382,7 +231382,7 @@ Cluster { Entry { variants: &[ Variant { - word: "memorizable\'s", + word: "memorizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231390,7 +231390,7 @@ Cluster { ], }, Variant { - word: "memorisable\'s", + word: "memorisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231455,7 +231455,7 @@ Cluster { Entry { variants: &[ Variant { - word: "memorization\'s", + word: "memorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231463,7 +231463,7 @@ Cluster { ], }, Variant { - word: "memorisation\'s", + word: "memorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231623,7 +231623,7 @@ Cluster { Entry { variants: &[ Variant { - word: "memorizer\'s", + word: "memorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231631,7 +231631,7 @@ Cluster { ], }, Variant { - word: "memoriser\'s", + word: "memoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -231698,7 +231698,7 @@ Cluster { Entry { variants: &[ Variant { - word: "maenad\'s", + word: "maenad's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -231708,7 +231708,7 @@ Cluster { ], }, Variant { - word: "menad\'s", + word: "menad's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -231802,7 +231802,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mendelize\'s", + word: "Mendelize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -231810,7 +231810,7 @@ Cluster { ], }, Variant { - word: "Mendelise\'s", + word: "Mendelise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -232017,7 +232017,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mentalization\'s", + word: "mentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -232025,7 +232025,7 @@ Cluster { ], }, Variant { - word: "mentalisation\'s", + word: "mentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -232201,7 +232201,7 @@ Cluster { Entry { variants: &[ Variant { - word: "meow\'s", + word: "meow's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -232211,7 +232211,7 @@ Cluster { ], }, Variant { - word: "miaow\'s", + word: "miaow's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -232285,13 +232285,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Mera\'s", + word: "Mera's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Maera\'s", + word: "Maera's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -232358,7 +232358,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mercerization\'s", + word: "mercerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -232366,7 +232366,7 @@ Cluster { ], }, Variant { - word: "mercerisation\'s", + word: "mercerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -232526,7 +232526,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mercerizer\'s", + word: "mercerizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -232534,7 +232534,7 @@ Cluster { ], }, Variant { - word: "merceriser\'s", + word: "merceriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -232676,13 +232676,13 @@ Cluster { Entry { variants: &[ Variant { - word: "merchandiser\'s", + word: "merchandiser's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "merchandizer\'s", + word: "merchandizer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -232746,7 +232746,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mercurialization\'s", + word: "mercurialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -232754,7 +232754,7 @@ Cluster { ], }, Variant { - word: "mercurialisation\'s", + word: "mercurialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -232987,13 +232987,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Meroe\'s", + word: "Meroe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Meroae\'s", + word: "Meroae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233060,7 +233060,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mesmerizability\'s", + word: "mesmerizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233068,7 +233068,7 @@ Cluster { ], }, Variant { - word: "mesmerisability\'s", + word: "mesmerisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -233133,7 +233133,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mesmerizable\'s", + word: "mesmerizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233141,7 +233141,7 @@ Cluster { ], }, Variant { - word: "mesmerisable\'s", + word: "mesmerisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -233206,7 +233206,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mesmerization\'s", + word: "mesmerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233214,7 +233214,7 @@ Cluster { ], }, Variant { - word: "mesmerisation\'s", + word: "mesmerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -233374,7 +233374,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mesmerizer\'s", + word: "mesmerizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233382,7 +233382,7 @@ Cluster { ], }, Variant { - word: "mesmeriser\'s", + word: "mesmeriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -233572,13 +233572,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mesquite\'s", + word: "mesquite's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mesquit\'s", + word: "mesquit's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -233642,7 +233642,7 @@ Cluster { Entry { variants: &[ Variant { - word: "metabolizable\'s", + word: "metabolizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -233650,7 +233650,7 @@ Cluster { ], }, Variant { - word: "metabolisable\'s", + word: "metabolisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -233810,13 +233810,13 @@ Cluster { Entry { variants: &[ Variant { - word: "metacenter\'s", + word: "metacenter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "metacentre\'s", + word: "metacentre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -234136,20 +234136,20 @@ Cluster { Entry { variants: &[ Variant { - word: "metalization\'s", + word: "metalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "metallisation\'s", + word: "metallisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "metallization\'s", + word: "metallization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -234329,7 +234329,7 @@ Cluster { Entry { variants: &[ Variant { - word: "metamerization\'s", + word: "metamerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -234337,7 +234337,7 @@ Cluster { ], }, Variant { - word: "metamerisation\'s", + word: "metamerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -234402,7 +234402,7 @@ Cluster { Entry { variants: &[ Variant { - word: "metamerized\'s", + word: "metamerized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -234410,7 +234410,7 @@ Cluster { ], }, Variant { - word: "metamerised\'s", + word: "metamerised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -234818,7 +234818,7 @@ Cluster { Entry { variants: &[ Variant { - word: "meteorization\'s", + word: "meteorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -234826,7 +234826,7 @@ Cluster { ], }, Variant { - word: "meteorisation\'s", + word: "meteorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -234932,7 +234932,7 @@ Cluster { Entry { variants: &[ Variant { - word: "meter\'s", + word: "meter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -234995,14 +234995,14 @@ Cluster { Entry { variants: &[ Variant { - word: "meter\'s", + word: "meter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "metre\'s", + word: "metre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -235134,13 +235134,13 @@ Cluster { Entry { variants: &[ Variant { - word: "metestrus\'s", + word: "metestrus's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "metoestrus\'s", + word: "metoestrus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -235201,13 +235201,13 @@ Cluster { Entry { variants: &[ Variant { - word: "methadone\'s", + word: "methadone's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "methadon\'s", + word: "methadon's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -235301,7 +235301,7 @@ Cluster { Entry { variants: &[ Variant { - word: "methodization\'s", + word: "methodization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -235309,7 +235309,7 @@ Cluster { ], }, Variant { - word: "methodisation\'s", + word: "methodisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -235469,7 +235469,7 @@ Cluster { Entry { variants: &[ Variant { - word: "methodizer\'s", + word: "methodizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -235477,7 +235477,7 @@ Cluster { ], }, Variant { - word: "methodiser\'s", + word: "methodiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -235819,7 +235819,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mexicanize\'s", + word: "Mexicanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -235827,7 +235827,7 @@ Cluster { ], }, Variant { - word: "Mexicanise\'s", + word: "Mexicanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -236066,13 +236066,13 @@ Cluster { Entry { variants: &[ Variant { - word: "microliter\'s", + word: "microliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "microlitre\'s", + word: "microlitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236129,7 +236129,7 @@ Cluster { Entry { variants: &[ Variant { - word: "micrometer\'s", + word: "micrometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -236190,13 +236190,13 @@ Cluster { Entry { variants: &[ Variant { - word: "micrometer\'s", + word: "micrometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "micrometre\'s", + word: "micrometre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236263,13 +236263,13 @@ Cluster { Entry { variants: &[ Variant { - word: "micromillimeter\'s", + word: "micromillimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "micromillimetre\'s", + word: "micromillimetre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236336,7 +236336,7 @@ Cluster { Entry { variants: &[ Variant { - word: "microminiaturization\'s", + word: "microminiaturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236344,7 +236344,7 @@ Cluster { ], }, Variant { - word: "microminiaturisation\'s", + word: "microminiaturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -236555,7 +236555,7 @@ Cluster { Entry { variants: &[ Variant { - word: "micronization\'s", + word: "micronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236563,7 +236563,7 @@ Cluster { ], }, Variant { - word: "micronisation\'s", + word: "micronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -236734,14 +236734,14 @@ Cluster { Entry { variants: &[ Variant { - word: "micropaleontology\'s", + word: "micropaleontology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "micropalaeontology\'s", + word: "micropalaeontology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -236808,7 +236808,7 @@ Cluster { Entry { variants: &[ Variant { - word: "micropolarization\'s", + word: "micropolarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236816,7 +236816,7 @@ Cluster { ], }, Variant { - word: "micropolarisation\'s", + word: "micropolarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -236961,7 +236961,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Midlandize\'s", + word: "Midlandize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -236969,7 +236969,7 @@ Cluster { ], }, Variant { - word: "Midlandise\'s", + word: "Midlandise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -237134,7 +237134,7 @@ Cluster { Entry { variants: &[ Variant { - word: "militarization\'s", + word: "militarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237142,7 +237142,7 @@ Cluster { ], }, Variant { - word: "militarisation\'s", + word: "militarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -237310,7 +237310,7 @@ Cluster { Entry { variants: &[ Variant { - word: "milligram\'s", + word: "milligram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -237320,7 +237320,7 @@ Cluster { ], }, Variant { - word: "milligramme\'s", + word: "milligramme's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -237387,13 +237387,13 @@ Cluster { Entry { variants: &[ Variant { - word: "milliliter\'s", + word: "milliliter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "millilitre\'s", + word: "millilitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237460,13 +237460,13 @@ Cluster { Entry { variants: &[ Variant { - word: "millimeter\'s", + word: "millimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "millimetre\'s", + word: "millimetre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237527,13 +237527,13 @@ Cluster { Entry { variants: &[ Variant { - word: "millionaire\'s", + word: "millionaire's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "millionnaire\'s", + word: "millionnaire's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -237642,13 +237642,13 @@ Cluster { Entry { variants: &[ Variant { - word: "millipede\'s", + word: "millipede's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "millepede\'s", + word: "millepede's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -237706,13 +237706,13 @@ Cluster { Entry { variants: &[ Variant { - word: "milometer\'s", + word: "milometer's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mileometer\'s", + word: "mileometer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -237776,7 +237776,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Miltonized\'s", + word: "Miltonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237784,7 +237784,7 @@ Cluster { ], }, Variant { - word: "Miltonised\'s", + word: "Miltonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -237842,7 +237842,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Miltonize\'s", + word: "Miltonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237850,7 +237850,7 @@ Cluster { ], }, Variant { - word: "Miltonise\'s", + word: "Miltonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -237864,7 +237864,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Miltonizing\'s", + word: "Miltonizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237872,7 +237872,7 @@ Cluster { ], }, Variant { - word: "Miltonising\'s", + word: "Miltonising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -237937,7 +237937,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mineralizable\'s", + word: "mineralizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -237945,7 +237945,7 @@ Cluster { ], }, Variant { - word: "mineralisable\'s", + word: "mineralisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238010,7 +238010,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mineralization\'s", + word: "mineralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -238018,7 +238018,7 @@ Cluster { ], }, Variant { - word: "mineralisation\'s", + word: "mineralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238178,7 +238178,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mineralizer\'s", + word: "mineralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -238186,7 +238186,7 @@ Cluster { ], }, Variant { - word: "mineraliser\'s", + word: "mineraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238346,7 +238346,7 @@ Cluster { Entry { variants: &[ Variant { - word: "miniaturization\'s", + word: "miniaturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -238354,7 +238354,7 @@ Cluster { ], }, Variant { - word: "miniaturisation\'s", + word: "miniaturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238544,7 +238544,7 @@ Cluster { Entry { variants: &[ Variant { - word: "minimization\'s", + word: "minimization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -238552,7 +238552,7 @@ Cluster { ], }, Variant { - word: "minimisation\'s", + word: "minimisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238712,7 +238712,7 @@ Cluster { Entry { variants: &[ Variant { - word: "minimizer\'s", + word: "minimizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -238720,7 +238720,7 @@ Cluster { ], }, Variant { - word: "minimiser\'s", + word: "minimiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -238779,13 +238779,13 @@ Cluster { Entry { variants: &[ Variant { - word: "minuscule\'s", + word: "minuscule's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "miniscule\'s", + word: "miniscule's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -239170,7 +239170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "misauthorization\'s", + word: "misauthorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -239178,7 +239178,7 @@ Cluster { ], }, Variant { - word: "misauthorisation\'s", + word: "misauthorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -239347,14 +239347,14 @@ Cluster { Entry { variants: &[ Variant { - word: "misbehavior\'s", + word: "misbehavior's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "misbehaviour\'s", + word: "misbehaviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -239472,7 +239472,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mischaracterization\'s", + word: "mischaracterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -239480,7 +239480,7 @@ Cluster { ], }, Variant { - word: "mischaracterisation\'s", + word: "mischaracterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -239644,14 +239644,14 @@ Cluster { Entry { variants: &[ Variant { - word: "miscolor\'s", + word: "miscolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "miscolour\'s", + word: "miscolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -239751,7 +239751,7 @@ Cluster { Entry { variants: &[ Variant { - word: "misdemeanor\'s", + word: "misdemeanor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -239759,7 +239759,7 @@ Cluster { ], }, Variant { - word: "misdemeanour\'s", + word: "misdemeanour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -239885,7 +239885,7 @@ Cluster { Entry { variants: &[ Variant { - word: "misjudgment\'s", + word: "misjudgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -239895,7 +239895,7 @@ Cluster { ], }, Variant { - word: "misjudgement\'s", + word: "misjudgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -240061,14 +240061,14 @@ Cluster { Entry { variants: &[ Variant { - word: "mislabor\'s", + word: "mislabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "mislabour\'s", + word: "mislabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -240174,14 +240174,14 @@ Cluster { Entry { variants: &[ Variant { - word: "misopedist\'s", + word: "misopedist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "misopaedist\'s", + word: "misopaedist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -240248,7 +240248,7 @@ Cluster { Entry { variants: &[ Variant { - word: "misorganization\'s", + word: "misorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -240256,7 +240256,7 @@ Cluster { ], }, Variant { - word: "misorganisation\'s", + word: "misorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -240647,13 +240647,13 @@ Cluster { Entry { variants: &[ Variant { - word: "missilery\'s", + word: "missilery's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "missilry\'s", + word: "missilry's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -240981,13 +240981,13 @@ Cluster { Entry { variants: &[ Variant { - word: "missus\'s", + word: "missus's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "missis\'s", + word: "missis's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -241095,13 +241095,13 @@ Cluster { Entry { variants: &[ Variant { - word: "miter\'s", + word: "miter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "mitre\'s", + word: "mitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241146,13 +241146,13 @@ Cluster { Entry { variants: &[ Variant { - word: "miterer\'s", + word: "miterer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "mitrer\'s", + word: "mitrer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241248,13 +241248,13 @@ Cluster { Entry { variants: &[ Variant { - word: "miterwort\'s", + word: "miterwort's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "mitrewort\'s", + word: "mitrewort's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241489,7 +241489,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mobilizable\'s", + word: "mobilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241497,7 +241497,7 @@ Cluster { ], }, Variant { - word: "mobilisable\'s", + word: "mobilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -241562,7 +241562,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mobilization\'s", + word: "mobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241570,7 +241570,7 @@ Cluster { ], }, Variant { - word: "mobilisation\'s", + word: "mobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -241730,7 +241730,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mobilizer\'s", + word: "mobilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241738,7 +241738,7 @@ Cluster { ], }, Variant { - word: "mobiliser\'s", + word: "mobiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -241876,13 +241876,13 @@ Cluster { Entry { variants: &[ Variant { - word: "modeler\'s", + word: "modeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "modeller\'s", + word: "modeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -241942,13 +241942,13 @@ Cluster { Entry { variants: &[ Variant { - word: "modeling\'s", + word: "modeling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "modelling\'s", + word: "modelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242015,7 +242015,7 @@ Cluster { Entry { variants: &[ Variant { - word: "modernizable\'s", + word: "modernizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242023,7 +242023,7 @@ Cluster { ], }, Variant { - word: "modernisable\'s", + word: "modernisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242088,7 +242088,7 @@ Cluster { Entry { variants: &[ Variant { - word: "modernization\'s", + word: "modernization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242096,7 +242096,7 @@ Cluster { ], }, Variant { - word: "modernisation\'s", + word: "modernisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242256,7 +242256,7 @@ Cluster { Entry { variants: &[ Variant { - word: "modernizer\'s", + word: "modernizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242264,7 +242264,7 @@ Cluster { ], }, Variant { - word: "moderniser\'s", + word: "moderniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242435,7 +242435,7 @@ Cluster { Entry { variants: &[ Variant { - word: "moggy\'s", + word: "moggy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -242444,7 +242444,7 @@ Cluster { ], }, Variant { - word: "moggie\'s", + word: "moggie's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -242512,7 +242512,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mohammedanization\'s", + word: "Mohammedanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242520,7 +242520,7 @@ Cluster { ], }, Variant { - word: "Mohammedanisation\'s", + word: "Mohammedanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242585,7 +242585,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mohammedanized\'s", + word: "Mohammedanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242593,7 +242593,7 @@ Cluster { ], }, Variant { - word: "Mohammedanised\'s", + word: "Mohammedanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242651,7 +242651,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mohammedanize\'s", + word: "Mohammedanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242659,7 +242659,7 @@ Cluster { ], }, Variant { - word: "Mohammedanise\'s", + word: "Mohammedanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242673,7 +242673,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mohammedanizing\'s", + word: "Mohammedanizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242681,7 +242681,7 @@ Cluster { ], }, Variant { - word: "Mohammedanising\'s", + word: "Mohammedanising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -242870,7 +242870,7 @@ Cluster { Entry { variants: &[ Variant { - word: "moisturizer\'s", + word: "moisturizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -242878,7 +242878,7 @@ Cluster { ], }, Variant { - word: "moisturiser\'s", + word: "moisturiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -243022,7 +243022,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mold\'s", + word: "mold's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -243030,7 +243030,7 @@ Cluster { ], }, Variant { - word: "mould\'s", + word: "mould's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -243070,7 +243070,7 @@ Cluster { Entry { variants: &[ Variant { - word: "molding\'s", + word: "molding's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -243078,7 +243078,7 @@ Cluster { ], }, Variant { - word: "moulding\'s", + word: "moulding's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -243148,14 +243148,14 @@ Cluster { Entry { variants: &[ Variant { - word: "molder\'s", + word: "molder's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "moulder\'s", + word: "moulder's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -243402,13 +243402,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mollusk\'s", + word: "mollusk's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "mollusc\'s", + word: "mollusc's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -243476,7 +243476,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Molochize\'s", + word: "Molochize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -243484,7 +243484,7 @@ Cluster { ], }, Variant { - word: "Molochise\'s", + word: "Molochise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -243616,14 +243616,14 @@ Cluster { Entry { variants: &[ Variant { - word: "molt\'s", + word: "molt's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "moult\'s", + word: "moult's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -243759,14 +243759,14 @@ Cluster { Entry { variants: &[ Variant { - word: "mom\'s", + word: "mom's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "mum\'s", + word: "mum's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -243824,13 +243824,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mommy\'s", + word: "mommy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mommie\'s", + word: "mommie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -244179,7 +244179,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monetization\'s", + word: "monetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -244187,7 +244187,7 @@ Cluster { ], }, Variant { - word: "monetisation\'s", + word: "monetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -244373,7 +244373,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mongolized\'s", + word: "Mongolized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -244381,7 +244381,7 @@ Cluster { ], }, Variant { - word: "Mongolised\'s", + word: "Mongolised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -244439,7 +244439,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mongolize\'s", + word: "Mongolize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -244447,7 +244447,7 @@ Cluster { ], }, Variant { - word: "Mongolise\'s", + word: "Mongolise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -244461,7 +244461,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Mongolizing\'s", + word: "Mongolizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -244469,7 +244469,7 @@ Cluster { ], }, Variant { - word: "Mongolising\'s", + word: "Mongolising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -244534,7 +244534,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mongrelization\'s", + word: "mongrelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -244542,7 +244542,7 @@ Cluster { ], }, Variant { - word: "mongrelisation\'s", + word: "mongrelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -244725,13 +244725,13 @@ Cluster { Entry { variants: &[ Variant { - word: "moniker\'s", + word: "moniker's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "monicker\'s", + word: "monicker's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -244856,7 +244856,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monologist\'s", + word: "monologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -244866,7 +244866,7 @@ Cluster { ], }, Variant { - word: "monologuist\'s", + word: "monologuist's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -245031,7 +245031,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monologue\'s", + word: "monologue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -245041,7 +245041,7 @@ Cluster { ], }, Variant { - word: "monolog\'s", + word: "monolog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -245353,7 +245353,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monopolizable\'s", + word: "monopolizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -245361,7 +245361,7 @@ Cluster { ], }, Variant { - word: "monopolisable\'s", + word: "monopolisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -245426,7 +245426,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monopolization\'s", + word: "monopolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -245434,7 +245434,7 @@ Cluster { ], }, Variant { - word: "monopolisation\'s", + word: "monopolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -245594,7 +245594,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monopolizer\'s", + word: "monopolizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -245602,7 +245602,7 @@ Cluster { ], }, Variant { - word: "monopoliser\'s", + word: "monopoliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -245718,7 +245718,7 @@ Cluster { Entry { variants: &[ Variant { - word: "monumentalization\'s", + word: "monumentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -245726,7 +245726,7 @@ Cluster { ], }, Variant { - word: "monumentalisation\'s", + word: "monumentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -245886,7 +245886,7 @@ Cluster { Entry { variants: &[ Variant { - word: "moralization\'s", + word: "moralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -245894,7 +245894,7 @@ Cluster { ], }, Variant { - word: "moralisation\'s", + word: "moralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -246054,7 +246054,7 @@ Cluster { Entry { variants: &[ Variant { - word: "moralizer\'s", + word: "moralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -246062,7 +246062,7 @@ Cluster { ], }, Variant { - word: "moraliser\'s", + word: "moraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -246178,7 +246178,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Moravianized\'s", + word: "Moravianized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -246186,7 +246186,7 @@ Cluster { ], }, Variant { - word: "Moravianised\'s", + word: "Moravianised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -246280,13 +246280,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Morea\'s", + word: "Morea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Moraea\'s", + word: "Moraea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -246411,7 +246411,7 @@ Cluster { Entry { variants: &[ Variant { - word: "morphinization\'s", + word: "morphinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -246419,7 +246419,7 @@ Cluster { ], }, Variant { - word: "morphinisation\'s", + word: "morphinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -246586,7 +246586,7 @@ Cluster { Entry { variants: &[ Variant { - word: "morselization\'s", + word: "morselization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -246594,7 +246594,7 @@ Cluster { ], }, Variant { - word: "morselisation\'s", + word: "morselisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -246850,13 +246850,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mortgagor\'s", + word: "mortgagor's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mortgager\'s", + word: "mortgager's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -246952,13 +246952,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mortise\'s", + word: "mortise's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mortice\'s", + word: "mortice's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -247051,7 +247051,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Moslemize\'s", + word: "Moslemize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -247059,7 +247059,7 @@ Cluster { ], }, Variant { - word: "Moslemise\'s", + word: "Moslemise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -247124,7 +247124,7 @@ Cluster { Entry { variants: &[ Variant { - word: "motorization\'s", + word: "motorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -247132,7 +247132,7 @@ Cluster { ], }, Variant { - word: "motorisation\'s", + word: "motorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -247358,7 +247358,7 @@ Cluster { Entry { variants: &[ Variant { - word: "movable\'s", + word: "movable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -247368,7 +247368,7 @@ Cluster { ], }, Variant { - word: "moveable\'s", + word: "moveable's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -247547,19 +247547,19 @@ Cluster { Entry { variants: &[ Variant { - word: "mujahideen\'s", + word: "mujahideen's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "mujahedin\'s", + word: "mujahedin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "mujahedeen\'s", + word: "mujahedeen's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -247625,14 +247625,14 @@ Cluster { Entry { variants: &[ Variant { - word: "multicolor\'s", + word: "multicolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "multicolour\'s", + word: "multicolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -247804,13 +247804,13 @@ Cluster { Entry { variants: &[ Variant { - word: "multifibered\'s", + word: "multifibered's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "multifibred\'s", + word: "multifibred's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -247916,7 +247916,7 @@ Cluster { Entry { variants: &[ Variant { - word: "multiplexer\'s", + word: "multiplexer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -247926,7 +247926,7 @@ Cluster { ], }, Variant { - word: "multiplexor\'s", + word: "multiplexor's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -247994,7 +247994,7 @@ Cluster { Entry { variants: &[ Variant { - word: "municipalization\'s", + word: "municipalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -248002,7 +248002,7 @@ Cluster { ], }, Variant { - word: "municipalisation\'s", + word: "municipalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -248366,7 +248366,7 @@ Cluster { Entry { variants: &[ Variant { - word: "musicalization\'s", + word: "musicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -248374,7 +248374,7 @@ Cluster { ], }, Variant { - word: "musicalisation\'s", + word: "musicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -248509,13 +248509,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Muslim\'s", + word: "Muslim's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "Moslem\'s", + word: "Moslem's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -248581,14 +248581,14 @@ Cluster { Entry { variants: &[ Variant { - word: "mustache\'s", + word: "mustache's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "moustache\'s", + word: "moustache's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -248659,13 +248659,13 @@ Cluster { Entry { variants: &[ Variant { - word: "mustachio\'s", + word: "mustachio's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "moustachio\'s", + word: "moustachio's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -248850,7 +248850,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mutualization\'s", + word: "mutualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -248858,7 +248858,7 @@ Cluster { ], }, Variant { - word: "mutualisation\'s", + word: "mutualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -249048,7 +249048,7 @@ Cluster { Entry { variants: &[ Variant { - word: "myelinization\'s", + word: "myelinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -249056,7 +249056,7 @@ Cluster { ], }, Variant { - word: "myelinisation\'s", + word: "myelinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -249336,7 +249336,7 @@ Cluster { Entry { variants: &[ Variant { - word: "myna\'s", + word: "myna's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -249346,7 +249346,7 @@ Cluster { ], }, Variant { - word: "mynah\'s", + word: "mynah's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -249706,7 +249706,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mythicizer\'s", + word: "mythicizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -249714,7 +249714,7 @@ Cluster { ], }, Variant { - word: "mythiciser\'s", + word: "mythiciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -249874,7 +249874,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mythologization\'s", + word: "mythologization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -249882,7 +249882,7 @@ Cluster { ], }, Variant { - word: "mythologisation\'s", + word: "mythologisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -250042,7 +250042,7 @@ Cluster { Entry { variants: &[ Variant { - word: "mythologizer\'s", + word: "mythologizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -250050,7 +250050,7 @@ Cluster { ], }, Variant { - word: "mythologiser\'s", + word: "mythologiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -250291,7 +250291,7 @@ Cluster { Entry { variants: &[ Variant { - word: "myxedema\'s", + word: "myxedema's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -250299,7 +250299,7 @@ Cluster { ], }, Variant { - word: "myxoedema\'s", + word: "myxoedema's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -250449,13 +250449,13 @@ Cluster { Entry { variants: &[ Variant { - word: "naan\'s", + word: "naan's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "nan\'s", + word: "nan's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -250526,13 +250526,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Nabathean\'s", + word: "Nabathean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Nabathaean\'s", + word: "Nabathaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -250754,14 +250754,14 @@ Cluster { Entry { variants: &[ Variant { - word: "nanometer\'s", + word: "nanometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "nanometre\'s", + word: "nanometre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -250952,7 +250952,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Napoleonize\'s", + word: "Napoleonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -250960,7 +250960,7 @@ Cluster { ], }, Variant { - word: "Napoleonise\'s", + word: "Napoleonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251019,13 +251019,13 @@ Cluster { Entry { variants: &[ Variant { - word: "narc\'s", + word: "narc's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "nark\'s", + word: "nark's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -251102,7 +251102,7 @@ Cluster { Entry { variants: &[ Variant { - word: "narcotization\'s", + word: "narcotization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251110,7 +251110,7 @@ Cluster { ], }, Variant { - word: "narcotisation\'s", + word: "narcotisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251270,7 +251270,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nasalization\'s", + word: "nasalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251278,7 +251278,7 @@ Cluster { ], }, Variant { - word: "nasalisation\'s", + word: "nasalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251438,7 +251438,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nationalization\'s", + word: "nationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251446,7 +251446,7 @@ Cluster { ], }, Variant { - word: "nationalisation\'s", + word: "nationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251606,7 +251606,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nationalizer\'s", + word: "nationalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251614,7 +251614,7 @@ Cluster { ], }, Variant { - word: "nationaliser\'s", + word: "nationaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251679,7 +251679,7 @@ Cluster { Entry { variants: &[ Variant { - word: "naturalization\'s", + word: "naturalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251687,7 +251687,7 @@ Cluster { ], }, Variant { - word: "naturalisation\'s", + word: "naturalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251847,7 +251847,7 @@ Cluster { Entry { variants: &[ Variant { - word: "naturalizer\'s", + word: "naturalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -251855,7 +251855,7 @@ Cluster { ], }, Variant { - word: "naturaliser\'s", + word: "naturaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -251973,13 +251973,13 @@ Cluster { Entry { variants: &[ Variant { - word: "naught\'s", + word: "naught's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nought\'s", + word: "nought's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -252053,7 +252053,7 @@ Cluster { Entry { variants: &[ Variant { - word: "naught\'s", + word: "naught's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -252121,7 +252121,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nebularization\'s", + word: "nebularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252129,7 +252129,7 @@ Cluster { ], }, Variant { - word: "nebularisation\'s", + word: "nebularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -252245,7 +252245,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nebulization\'s", + word: "nebulization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252253,7 +252253,7 @@ Cluster { ], }, Variant { - word: "nebulisation\'s", + word: "nebulisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -252413,7 +252413,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nebulizer\'s", + word: "nebulizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252421,7 +252421,7 @@ Cluster { ], }, Variant { - word: "nebuliser\'s", + word: "nebuliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -252795,7 +252795,7 @@ Cluster { Entry { variants: &[ Variant { - word: "negligee\'s", + word: "negligee's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -252805,7 +252805,7 @@ Cluster { ], }, Variant { - word: "neglig\'s", + word: "neglig's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -252847,7 +252847,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negritize\'s", + word: "Negritize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252855,7 +252855,7 @@ Cluster { ], }, Variant { - word: "Negritise\'s", + word: "Negritise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -252898,7 +252898,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negritized\'s", + word: "Negritized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252906,7 +252906,7 @@ Cluster { ], }, Variant { - word: "Negritised\'s", + word: "Negritised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -252949,7 +252949,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negritizing\'s", + word: "Negritizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -252957,7 +252957,7 @@ Cluster { ], }, Variant { - word: "Negritising\'s", + word: "Negritising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253022,7 +253022,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negroization\'s", + word: "Negroization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -253030,7 +253030,7 @@ Cluster { ], }, Variant { - word: "Negroisation\'s", + word: "Negroisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253095,7 +253095,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negroized\'s", + word: "Negroized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -253103,7 +253103,7 @@ Cluster { ], }, Variant { - word: "Negroised\'s", + word: "Negroised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253161,7 +253161,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negroize\'s", + word: "Negroize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -253169,7 +253169,7 @@ Cluster { ], }, Variant { - word: "Negroise\'s", + word: "Negroise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253183,7 +253183,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Negroizing\'s", + word: "Negroizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -253191,7 +253191,7 @@ Cluster { ], }, Variant { - word: "Negroising\'s", + word: "Negroising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253284,7 +253284,7 @@ Cluster { Entry { variants: &[ Variant { - word: "neighbor\'s", + word: "neighbor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -253292,7 +253292,7 @@ Cluster { ], }, Variant { - word: "neighbour\'s", + word: "neighbour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -253409,14 +253409,14 @@ Cluster { Entry { variants: &[ Variant { - word: "neighborer\'s", + word: "neighborer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "neighbourer\'s", + word: "neighbourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253517,7 +253517,7 @@ Cluster { Entry { variants: &[ Variant { - word: "neighborhood\'s", + word: "neighborhood's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -253525,7 +253525,7 @@ Cluster { ], }, Variant { - word: "neighbourhood\'s", + word: "neighbourhood's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -253700,14 +253700,14 @@ Cluster { Entry { variants: &[ Variant { - word: "neighborlike\'s", + word: "neighborlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "neighbourlike\'s", + word: "neighbourlike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253776,14 +253776,14 @@ Cluster { Entry { variants: &[ Variant { - word: "neighborliness\'s", + word: "neighborliness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "neighbourliness\'s", + word: "neighbourliness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253931,14 +253931,14 @@ Cluster { Entry { variants: &[ Variant { - word: "neighborship\'s", + word: "neighborship's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "neighbourship\'s", + word: "neighbourship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -253983,13 +253983,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Neogea\'s", + word: "Neogea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Neogaea\'s", + word: "Neogaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -254034,13 +254034,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Neogeal\'s", + word: "Neogeal's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Neogaeal\'s", + word: "Neogaeal's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -254114,13 +254114,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Neogeic\'s", + word: "Neogeic's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Neogaeic\'s", + word: "Neogaeic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -254725,7 +254725,7 @@ Cluster { Entry { variants: &[ Variant { - word: "net\'s", + word: "net's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -254735,7 +254735,7 @@ Cluster { ], }, Variant { - word: "nett\'s", + word: "nett's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -254965,7 +254965,7 @@ Cluster { Entry { variants: &[ Variant { - word: "neutralization\'s", + word: "neutralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -254973,7 +254973,7 @@ Cluster { ], }, Variant { - word: "neutralisation\'s", + word: "neutralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255133,7 +255133,7 @@ Cluster { Entry { variants: &[ Variant { - word: "neutralizer\'s", + word: "neutralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255141,7 +255141,7 @@ Cluster { ], }, Variant { - word: "neutraliser\'s", + word: "neutraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255264,7 +255264,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Newmanized\'s", + word: "Newmanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255272,7 +255272,7 @@ Cluster { ], }, Variant { - word: "Newmanised\'s", + word: "Newmanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255330,7 +255330,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Newmanize\'s", + word: "Newmanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255338,7 +255338,7 @@ Cluster { ], }, Variant { - word: "Newmanise\'s", + word: "Newmanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255352,7 +255352,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Newmanizing\'s", + word: "Newmanizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255360,7 +255360,7 @@ Cluster { ], }, Variant { - word: "Newmanising\'s", + word: "Newmanising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255425,7 +255425,7 @@ Cluster { Entry { variants: &[ Variant { - word: "newspaperized\'s", + word: "newspaperized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255433,7 +255433,7 @@ Cluster { ], }, Variant { - word: "newspaperised\'s", + word: "newspaperised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255549,7 +255549,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nickelization\'s", + word: "nickelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -255557,7 +255557,7 @@ Cluster { ], }, Variant { - word: "nickelisation\'s", + word: "nickelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -255967,7 +255967,7 @@ Cluster { Entry { variants: &[ Variant { - word: "night\'s", + word: "night's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -255977,7 +255977,7 @@ Cluster { ], }, Variant { - word: "nite\'s", + word: "nite's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -256017,13 +256017,13 @@ Cluster { Entry { variants: &[ Variant { - word: "nightie\'s", + word: "nightie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "nighty\'s", + word: "nighty's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -256138,7 +256138,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Nipponize\'s", + word: "Nipponize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256146,7 +256146,7 @@ Cluster { ], }, Variant { - word: "Nipponise\'s", + word: "Nipponise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -256211,13 +256211,13 @@ Cluster { Entry { variants: &[ Variant { - word: "niter\'s", + word: "niter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nitre\'s", + word: "nitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256284,7 +256284,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nitridization\'s", + word: "nitridization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256292,7 +256292,7 @@ Cluster { ], }, Variant { - word: "nitridisation\'s", + word: "nitridisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -256408,7 +256408,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nitrogenization\'s", + word: "nitrogenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256416,7 +256416,7 @@ Cluster { ], }, Variant { - word: "nitrogenisation\'s", + word: "nitrogenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -256580,14 +256580,14 @@ Cluster { Entry { variants: &[ Variant { - word: "nitroglycerin\'s", + word: "nitroglycerin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "nitroglycerine\'s", + word: "nitroglycerine's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -256779,13 +256779,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Noemon\'s", + word: "Noemon's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Noaemon\'s", + word: "Noaemon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256852,7 +256852,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nomadization\'s", + word: "nomadization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -256860,7 +256860,7 @@ Cluster { ], }, Variant { - word: "nomadisation\'s", + word: "nomadisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257166,13 +257166,13 @@ Cluster { Entry { variants: &[ Variant { - word: "nonacknowledgment\'s", + word: "nonacknowledgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nonacknowledgement\'s", + word: "nonacknowledgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257303,7 +257303,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonapostatizing\'s", + word: "nonapostatizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257311,7 +257311,7 @@ Cluster { ], }, Variant { - word: "nonapostatising\'s", + word: "nonapostatising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257376,7 +257376,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncanonization\'s", + word: "noncanonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257384,7 +257384,7 @@ Cluster { ], }, Variant { - word: "noncanonisation\'s", + word: "noncanonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257449,7 +257449,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncartelized\'s", + word: "noncartelized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257457,7 +257457,7 @@ Cluster { ], }, Variant { - word: "noncartelised\'s", + word: "noncartelised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257522,7 +257522,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncatechizable\'s", + word: "noncatechizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257530,7 +257530,7 @@ Cluster { ], }, Variant { - word: "noncatechisable\'s", + word: "noncatechisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257595,7 +257595,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncivilized\'s", + word: "noncivilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -257603,7 +257603,7 @@ Cluster { ], }, Variant { - word: "noncivilised\'s", + word: "noncivilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257693,14 +257693,14 @@ Cluster { Entry { variants: &[ Variant { - word: "noncolor\'s", + word: "noncolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "noncolour\'s", + word: "noncolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257815,14 +257815,14 @@ Cluster { Entry { variants: &[ Variant { - word: "noncolorability\'s", + word: "noncolorability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "noncolourability\'s", + word: "noncolourability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257891,14 +257891,14 @@ Cluster { Entry { variants: &[ Variant { - word: "noncolorable\'s", + word: "noncolorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "noncolourable\'s", + word: "noncolourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -257944,14 +257944,14 @@ Cluster { Entry { variants: &[ Variant { - word: "noncolorableness\'s", + word: "noncolorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "noncolourableness\'s", + word: "noncolourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258154,7 +258154,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncrystallizable\'s", + word: "noncrystallizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258162,7 +258162,7 @@ Cluster { ], }, Variant { - word: "noncrystallisable\'s", + word: "noncrystallisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258227,7 +258227,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncrystallized\'s", + word: "noncrystallized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258235,7 +258235,7 @@ Cluster { ], }, Variant { - word: "noncrystallised\'s", + word: "noncrystallised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258300,7 +258300,7 @@ Cluster { Entry { variants: &[ Variant { - word: "noncrystallizing\'s", + word: "noncrystallizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258308,7 +258308,7 @@ Cluster { ], }, Variant { - word: "noncrystallising\'s", + word: "noncrystallising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258373,7 +258373,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nondemobilization\'s", + word: "nondemobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258381,7 +258381,7 @@ Cluster { ], }, Variant { - word: "nondemobilisation\'s", + word: "nondemobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258446,13 +258446,13 @@ Cluster { Entry { variants: &[ Variant { - word: "nondialyzing\'s", + word: "nondialyzing's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nondialysing\'s", + word: "nondialysing's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258759,14 +258759,14 @@ Cluster { Entry { variants: &[ Variant { - word: "nonfavorite\'s", + word: "nonfavorite's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "nonfavourite\'s", + word: "nonfavourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -258863,13 +258863,13 @@ Cluster { Entry { variants: &[ Variant { - word: "nonfulfillment\'s", + word: "nonfulfillment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nonfulfilment\'s", + word: "nonfulfilment's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258936,7 +258936,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nongalvanized\'s", + word: "nongalvanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -258944,7 +258944,7 @@ Cluster { ], }, Variant { - word: "nongalvanised\'s", + word: "nongalvanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259009,7 +259009,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nongelatinizing\'s", + word: "nongelatinizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259017,7 +259017,7 @@ Cluster { ], }, Variant { - word: "nongelatinising\'s", + word: "nongelatinising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259082,13 +259082,13 @@ Cluster { Entry { variants: &[ Variant { - word: "nonhydrolyzable\'s", + word: "nonhydrolyzable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "nonhydrolysable\'s", + word: "nonhydrolysable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259155,7 +259155,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonimmunized\'s", + word: "nonimmunized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259163,7 +259163,7 @@ Cluster { ], }, Variant { - word: "nonimmunised\'s", + word: "nonimmunised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259228,7 +259228,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonionized\'s", + word: "nonionized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259236,7 +259236,7 @@ Cluster { ], }, Variant { - word: "nonionised\'s", + word: "nonionised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259301,7 +259301,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonionizing\'s", + word: "nonionizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259309,7 +259309,7 @@ Cluster { ], }, Variant { - word: "nonionising\'s", + word: "nonionising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259374,7 +259374,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonlocalized\'s", + word: "nonlocalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259382,7 +259382,7 @@ Cluster { ], }, Variant { - word: "nonlocalised\'s", + word: "nonlocalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259447,7 +259447,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonmagnetizable\'s", + word: "nonmagnetizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259455,7 +259455,7 @@ Cluster { ], }, Variant { - word: "nonmagnetisable\'s", + word: "nonmagnetisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259520,7 +259520,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonnitrogenized\'s", + word: "nonnitrogenized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259528,7 +259528,7 @@ Cluster { ], }, Variant { - word: "nonnitrogenised\'s", + word: "nonnitrogenised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259593,7 +259593,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonorganization\'s", + word: "nonorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259601,7 +259601,7 @@ Cluster { ], }, Variant { - word: "nonorganisation\'s", + word: "nonorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259666,7 +259666,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonoxidizable\'s", + word: "nonoxidizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259674,7 +259674,7 @@ Cluster { ], }, Variant { - word: "nonoxidisable\'s", + word: "nonoxidisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259739,7 +259739,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonoxidizing\'s", + word: "nonoxidizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259747,7 +259747,7 @@ Cluster { ], }, Variant { - word: "nonoxidising\'s", + word: "nonoxidising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259814,14 +259814,14 @@ Cluster { Entry { variants: &[ Variant { - word: "nonparlor\'s", + word: "nonparlor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "nonparlour\'s", + word: "nonparlour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259888,7 +259888,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonpenalized\'s", + word: "nonpenalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259896,7 +259896,7 @@ Cluster { ], }, Variant { - word: "nonpenalised\'s", + word: "nonpenalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -259961,7 +259961,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonphosphorized\'s", + word: "nonphosphorized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -259969,7 +259969,7 @@ Cluster { ], }, Variant { - word: "nonphosphorised\'s", + word: "nonphosphorised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260034,7 +260034,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonpolarizable\'s", + word: "nonpolarizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260042,7 +260042,7 @@ Cluster { ], }, Variant { - word: "nonpolarisable\'s", + word: "nonpolarisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260136,7 +260136,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonpolarizing\'s", + word: "nonpolarizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260144,7 +260144,7 @@ Cluster { ], }, Variant { - word: "nonpolarising\'s", + word: "nonpolarising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260209,7 +260209,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonrationalized\'s", + word: "nonrationalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260217,7 +260217,7 @@ Cluster { ], }, Variant { - word: "nonrationalised\'s", + word: "nonrationalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260282,7 +260282,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonrealization\'s", + word: "nonrealization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260290,7 +260290,7 @@ Cluster { ], }, Variant { - word: "nonrealisation\'s", + word: "nonrealisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260355,7 +260355,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonrecognized\'s", + word: "nonrecognized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260363,7 +260363,7 @@ Cluster { ], }, Variant { - word: "nonrecognised\'s", + word: "nonrecognised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260428,7 +260428,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonschematized\'s", + word: "nonschematized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260436,7 +260436,7 @@ Cluster { ], }, Variant { - word: "nonschematised\'s", + word: "nonschematised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260501,7 +260501,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonsensitized\'s", + word: "nonsensitized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260509,7 +260509,7 @@ Cluster { ], }, Variant { - word: "nonsensitised\'s", + word: "nonsensitised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260574,7 +260574,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonspecialized\'s", + word: "nonspecialized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260582,7 +260582,7 @@ Cluster { ], }, Variant { - word: "nonspecialised\'s", + word: "nonspecialised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260647,7 +260647,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonstandardized\'s", + word: "nonstandardized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260655,7 +260655,7 @@ Cluster { ], }, Variant { - word: "nonstandardised\'s", + word: "nonstandardised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260720,7 +260720,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonstylized\'s", + word: "nonstylized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260728,7 +260728,7 @@ Cluster { ], }, Variant { - word: "nonstylised\'s", + word: "nonstylised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260822,7 +260822,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonsympathizer\'s", + word: "nonsympathizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260830,7 +260830,7 @@ Cluster { ], }, Variant { - word: "nonsympathiser\'s", + word: "nonsympathiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260895,7 +260895,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonsynthesized\'s", + word: "nonsynthesized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260903,7 +260903,7 @@ Cluster { ], }, Variant { - word: "nonsynthesised\'s", + word: "nonsynthesised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -260968,7 +260968,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nontemporizing\'s", + word: "nontemporizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -260976,7 +260976,7 @@ Cluster { ], }, Variant { - word: "nontemporising\'s", + word: "nontemporising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261041,7 +261041,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonutilized\'s", + word: "nonutilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261049,7 +261049,7 @@ Cluster { ], }, Variant { - word: "nonutilised\'s", + word: "nonutilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261114,7 +261114,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonvisualized\'s", + word: "nonvisualized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261122,7 +261122,7 @@ Cluster { ], }, Variant { - word: "nonvisualised\'s", + word: "nonvisualised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261187,7 +261187,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonvolatilized\'s", + word: "nonvolatilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261195,7 +261195,7 @@ Cluster { ], }, Variant { - word: "nonvolatilised\'s", + word: "nonvolatilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261260,7 +261260,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nonvulcanizable\'s", + word: "nonvulcanizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261268,7 +261268,7 @@ Cluster { ], }, Variant { - word: "nonvulcanisable\'s", + word: "nonvulcanisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261391,7 +261391,7 @@ Cluster { Entry { variants: &[ Variant { - word: "normalization\'s", + word: "normalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261399,7 +261399,7 @@ Cluster { ], }, Variant { - word: "normalisation\'s", + word: "normalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261559,7 +261559,7 @@ Cluster { Entry { variants: &[ Variant { - word: "normalizer\'s", + word: "normalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261567,7 +261567,7 @@ Cluster { ], }, Variant { - word: "normaliser\'s", + word: "normaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261632,7 +261632,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Normanization\'s", + word: "Normanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261640,7 +261640,7 @@ Cluster { ], }, Variant { - word: "Normanisation\'s", + word: "Normanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261888,7 +261888,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Normanizer\'s", + word: "Normanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261896,7 +261896,7 @@ Cluster { ], }, Variant { - word: "Normaniser\'s", + word: "Normaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -261939,7 +261939,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Northernize\'s", + word: "Northernize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -261947,7 +261947,7 @@ Cluster { ], }, Variant { - word: "Northernise\'s", + word: "Northernise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -262167,7 +262167,7 @@ Cluster { Entry { variants: &[ Variant { - word: "nosy\'s", + word: "nosy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -262177,7 +262177,7 @@ Cluster { ], }, Variant { - word: "nosey\'s", + word: "nosey's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -262452,13 +262452,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Notogea\'s", + word: "Notogea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Notogaea\'s", + word: "Notogaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -262576,7 +262576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "novelization\'s", + word: "novelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -262584,7 +262584,7 @@ Cluster { ], }, Variant { - word: "novelisation\'s", + word: "novelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -262744,7 +262744,7 @@ Cluster { Entry { variants: &[ Variant { - word: "novelizer\'s", + word: "novelizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -262752,7 +262752,7 @@ Cluster { ], }, Variant { - word: "noveliser\'s", + word: "noveliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -263002,7 +263002,7 @@ Cluster { Entry { variants: &[ Variant { - word: "numskull\'s", + word: "numskull's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -263012,7 +263012,7 @@ Cluster { ], }, Variant { - word: "numbskull\'s", + word: "numbskull's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -263138,13 +263138,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Obe\'s", + word: "Obe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Oboe\'s", + word: "Oboe's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -263401,7 +263401,7 @@ Cluster { Entry { variants: &[ Variant { - word: "objectization\'s", + word: "objectization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -263409,7 +263409,7 @@ Cluster { ], }, Variant { - word: "objectisation\'s", + word: "objectisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -263576,7 +263576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Occidentalization\'s", + word: "Occidentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -263584,7 +263584,7 @@ Cluster { ], }, Variant { - word: "Occidentalisation\'s", + word: "Occidentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -263920,13 +263920,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ocher\'s", + word: "ocher's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "ochre\'s", + word: "ochre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -264121,13 +264121,13 @@ Cluster { Entry { variants: &[ Variant { - word: "octet\'s", + word: "octet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "octette\'s", + word: "octette's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -264169,13 +264169,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ocyrrhoe\'s", + word: "Ocyrrhoe's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ocyrrhoae\'s", + word: "Ocyrrhoae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -264246,7 +264246,7 @@ Cluster { Entry { variants: &[ Variant { - word: "odor\'s", + word: "odor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -264254,7 +264254,7 @@ Cluster { ], }, Variant { - word: "odour\'s", + word: "odour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -264667,14 +264667,14 @@ Cluster { Entry { variants: &[ Variant { - word: "offense\'s", + word: "offense's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "offence\'s", + word: "offence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -264872,7 +264872,7 @@ Cluster { Entry { variants: &[ Variant { - word: "officialization\'s", + word: "officialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -264880,7 +264880,7 @@ Cluster { ], }, Variant { - word: "officialisation\'s", + word: "officialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -264979,7 +264979,7 @@ Cluster { Entry { variants: &[ Variant { - word: "OK\'s", + word: "OK's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -264989,7 +264989,7 @@ Cluster { ], }, Variant { - word: "okay\'s", + word: "okay's", types: &[ Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Eq), num: None,}, @@ -265153,13 +265153,13 @@ Cluster { Entry { variants: &[ Variant { - word: "oleomargarine\'s", + word: "oleomargarine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "oleomargarin\'s", + word: "oleomargarin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -265312,7 +265312,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Olympianize\'s", + word: "Olympianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -265320,7 +265320,7 @@ Cluster { ], }, Variant { - word: "Olympianise\'s", + word: "Olympianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -265385,13 +265385,13 @@ Cluster { Entry { variants: &[ Variant { - word: "omber\'s", + word: "omber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "ombre\'s", + word: "ombre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -265462,14 +265462,14 @@ Cluster { Entry { variants: &[ Variant { - word: "omelet\'s", + word: "omelet's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "omelette\'s", + word: "omelette's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -265588,7 +265588,7 @@ Cluster { Entry { variants: &[ Variant { - word: "onionized\'s", + word: "onionized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -265596,7 +265596,7 @@ Cluster { ], }, Variant { - word: "onionised\'s", + word: "onionised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -266363,7 +266363,7 @@ Cluster { Entry { variants: &[ Variant { - word: "optimization\'s", + word: "optimization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -266371,7 +266371,7 @@ Cluster { ], }, Variant { - word: "optimisation\'s", + word: "optimisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -266531,7 +266531,7 @@ Cluster { Entry { variants: &[ Variant { - word: "optimizer\'s", + word: "optimizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -266539,7 +266539,7 @@ Cluster { ], }, Variant { - word: "optimiser\'s", + word: "optimiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -266655,7 +266655,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oralization\'s", + word: "oralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -266663,7 +266663,7 @@ Cluster { ], }, Variant { - word: "oralisation\'s", + word: "oralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -266883,13 +266883,13 @@ Cluster { Entry { variants: &[ Variant { - word: "orangutan\'s", + word: "orangutan's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "orangutang\'s", + word: "orangutang's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -267012,14 +267012,14 @@ Cluster { Entry { variants: &[ Variant { - word: "organdy\'s", + word: "organdy's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "organdie\'s", + word: "organdie's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -267086,7 +267086,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organizability\'s", + word: "organizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267094,7 +267094,7 @@ Cluster { ], }, Variant { - word: "organisability\'s", + word: "organisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267203,7 +267203,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organizable\'s", + word: "organizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267211,7 +267211,7 @@ Cluster { ], }, Variant { - word: "organisable\'s", + word: "organisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267276,7 +267276,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organization\'s", + word: "organization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267284,7 +267284,7 @@ Cluster { ], }, Variant { - word: "organisation\'s", + word: "organisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267393,7 +267393,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organizational\'s", + word: "organizational's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267401,7 +267401,7 @@ Cluster { ], }, Variant { - word: "organisational\'s", + word: "organisational's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267539,7 +267539,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organizationist\'s", + word: "organizationist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267547,7 +267547,7 @@ Cluster { ], }, Variant { - word: "organisationist\'s", + word: "organisationist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267707,7 +267707,7 @@ Cluster { Entry { variants: &[ Variant { - word: "organizer\'s", + word: "organizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267715,7 +267715,7 @@ Cluster { ], }, Variant { - word: "organiser\'s", + word: "organiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -267780,7 +267780,7 @@ Cluster { Entry { variants: &[ Variant { - word: "orientalization\'s", + word: "orientalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -267788,7 +267788,7 @@ Cluster { ], }, Variant { - word: "orientalisation\'s", + word: "orientalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -268014,7 +268014,7 @@ Cluster { Entry { variants: &[ Variant { - word: "orientization\'s", + word: "orientization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -268022,7 +268022,7 @@ Cluster { ], }, Variant { - word: "orientisation\'s", + word: "orientisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -268320,13 +268320,13 @@ Cluster { Entry { variants: &[ Variant { - word: "orthocenter\'s", + word: "orthocenter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "orthocentre\'s", + word: "orthocentre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -268371,7 +268371,7 @@ Cluster { Entry { variants: &[ Variant { - word: "orthogonalization\'s", + word: "orthogonalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -268379,7 +268379,7 @@ Cluster { ], }, Variant { - word: "orthogonalisation\'s", + word: "orthogonalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -268708,7 +268708,7 @@ Cluster { Entry { variants: &[ Variant { - word: "orthopedic\'s", + word: "orthopedic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -268716,7 +268716,7 @@ Cluster { ], }, Variant { - word: "orthopaedic\'s", + word: "orthopaedic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -268732,7 +268732,7 @@ Cluster { Entry { variants: &[ Variant { - word: "orthopedics\'s", + word: "orthopedics's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -268740,7 +268740,7 @@ Cluster { ], }, Variant { - word: "orthopaedics\'s", + word: "orthopaedics's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -268915,14 +268915,14 @@ Cluster { Entry { variants: &[ Variant { - word: "orthopedist\'s", + word: "orthopedist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "orthopaedist\'s", + word: "orthopaedist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269129,7 +269129,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ostracizable\'s", + word: "ostracizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -269137,7 +269137,7 @@ Cluster { ], }, Variant { - word: "ostracisable\'s", + word: "ostracisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269202,7 +269202,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ostracization\'s", + word: "ostracization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -269210,7 +269210,7 @@ Cluster { ], }, Variant { - word: "ostracisation\'s", + word: "ostracisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269370,7 +269370,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ostracizer\'s", + word: "ostracizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -269378,7 +269378,7 @@ Cluster { ], }, Variant { - word: "ostraciser\'s", + word: "ostraciser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269503,7 +269503,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ottomanization\'s", + word: "Ottomanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -269511,7 +269511,7 @@ Cluster { ], }, Variant { - word: "Ottomanisation\'s", + word: "Ottomanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269576,7 +269576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Ottomanize\'s", + word: "Ottomanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -269584,7 +269584,7 @@ Cluster { ], }, Variant { - word: "Ottomanise\'s", + word: "Ottomanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269702,14 +269702,14 @@ Cluster { Entry { variants: &[ Variant { - word: "outclamor\'s", + word: "outclamor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "outclamour\'s", + word: "outclamour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269853,14 +269853,14 @@ Cluster { Entry { variants: &[ Variant { - word: "outhumor\'s", + word: "outhumor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "outhumour\'s", + word: "outhumour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -269980,14 +269980,14 @@ Cluster { Entry { variants: &[ Variant { - word: "outlabor\'s", + word: "outlabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "outlabour\'s", + word: "outlabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -270258,14 +270258,14 @@ Cluster { Entry { variants: &[ Variant { - word: "outsavor\'s", + word: "outsavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "outsavour\'s", + word: "outsavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -270360,14 +270360,14 @@ Cluster { Entry { variants: &[ Variant { - word: "outsplendor\'s", + word: "outsplendor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "outsplendour\'s", + word: "outsplendour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -270485,7 +270485,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ovalization\'s", + word: "ovalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -270493,7 +270493,7 @@ Cluster { ], }, Variant { - word: "ovalisation\'s", + word: "ovalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -270791,7 +270791,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overcapitalization\'s", + word: "overcapitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -270799,7 +270799,7 @@ Cluster { ], }, Variant { - word: "overcapitalisation\'s", + word: "overcapitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -270959,7 +270959,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overcentralization\'s", + word: "overcentralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -270967,7 +270967,7 @@ Cluster { ], }, Variant { - word: "overcentralisation\'s", + word: "overcentralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -271083,7 +271083,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overcivilization\'s", + word: "overcivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -271091,7 +271091,7 @@ Cluster { ], }, Variant { - word: "overcivilisation\'s", + word: "overcivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -271209,14 +271209,14 @@ Cluster { Entry { variants: &[ Variant { - word: "overclamor\'s", + word: "overclamor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "overclamour\'s", + word: "overclamour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -271262,14 +271262,14 @@ Cluster { Entry { variants: &[ Variant { - word: "overcolor\'s", + word: "overcolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "overcolour\'s", + word: "overcolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -271360,13 +271360,13 @@ Cluster { Entry { variants: &[ Variant { - word: "overcoloration\'s", + word: "overcoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "overcolouration\'s", + word: "overcolouration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -271829,14 +271829,14 @@ Cluster { Entry { variants: &[ Variant { - word: "overfavor\'s", + word: "overfavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "overfavour\'s", + word: "overfavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -271905,14 +271905,14 @@ Cluster { Entry { variants: &[ Variant { - word: "overfavorable\'s", + word: "overfavorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "overfavourable\'s", + word: "overfavourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -272158,14 +272158,14 @@ Cluster { Entry { variants: &[ Variant { - word: "overhonor\'s", + word: "overhonor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "overhonour\'s", + word: "overhonour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -272283,7 +272283,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overindustrialization\'s", + word: "overindustrialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -272291,7 +272291,7 @@ Cluster { ], }, Variant { - word: "overindustrialisation\'s", + word: "overindustrialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -272407,13 +272407,13 @@ Cluster { Entry { variants: &[ Variant { - word: "overjudgment\'s", + word: "overjudgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "overjudgement\'s", + word: "overjudgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -272524,13 +272524,13 @@ Cluster { Entry { variants: &[ Variant { - word: "overlabor\'s", + word: "overlabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "overlabour\'s", + word: "overlabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -272597,7 +272597,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overnationalization\'s", + word: "overnationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -272605,7 +272605,7 @@ Cluster { ], }, Variant { - word: "overnationalisation\'s", + word: "overnationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -272857,7 +272857,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overspecialization\'s", + word: "overspecialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -272865,7 +272865,7 @@ Cluster { ], }, Variant { - word: "overspecialisation\'s", + word: "overspecialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273076,7 +273076,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overunionized\'s", + word: "overunionized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273084,7 +273084,7 @@ Cluster { ], }, Variant { - word: "overunionised\'s", + word: "overunionised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273149,7 +273149,7 @@ Cluster { Entry { variants: &[ Variant { - word: "overurbanization\'s", + word: "overurbanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273157,7 +273157,7 @@ Cluster { ], }, Variant { - word: "overurbanisation\'s", + word: "overurbanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273419,7 +273419,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxidizability\'s", + word: "oxidizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273427,7 +273427,7 @@ Cluster { ], }, Variant { - word: "oxidisability\'s", + word: "oxidisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273492,7 +273492,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxidizable\'s", + word: "oxidizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273500,7 +273500,7 @@ Cluster { ], }, Variant { - word: "oxidisable\'s", + word: "oxidisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273565,7 +273565,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxidization\'s", + word: "oxidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273573,7 +273573,7 @@ Cluster { ], }, Variant { - word: "oxidisation\'s", + word: "oxidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273755,7 +273755,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxidizement\'s", + word: "oxidizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273763,7 +273763,7 @@ Cluster { ], }, Variant { - word: "oxidisement\'s", + word: "oxidisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273828,7 +273828,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxidizer\'s", + word: "oxidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273836,7 +273836,7 @@ Cluster { ], }, Variant { - word: "oxidiser\'s", + word: "oxidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -273901,7 +273901,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxygenizable\'s", + word: "oxygenizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -273909,7 +273909,7 @@ Cluster { ], }, Variant { - word: "oxygenisable\'s", + word: "oxygenisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274069,7 +274069,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxygenizement\'s", + word: "oxygenizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274077,7 +274077,7 @@ Cluster { ], }, Variant { - word: "oxygenisement\'s", + word: "oxygenisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274142,7 +274142,7 @@ Cluster { Entry { variants: &[ Variant { - word: "oxygenizer\'s", + word: "oxygenizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274150,7 +274150,7 @@ Cluster { ], }, Variant { - word: "oxygeniser\'s", + word: "oxygeniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274349,7 +274349,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ozonization\'s", + word: "ozonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274357,7 +274357,7 @@ Cluster { ], }, Variant { - word: "ozonisation\'s", + word: "ozonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274517,7 +274517,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ozonizer\'s", + word: "ozonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274525,7 +274525,7 @@ Cluster { ], }, Variant { - word: "ozoniser\'s", + word: "ozoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274774,7 +274774,7 @@ Cluster { Entry { variants: &[ Variant { - word: "packetizer\'s", + word: "packetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274782,7 +274782,7 @@ Cluster { ], }, Variant { - word: "packetiser\'s", + word: "packetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -274898,7 +274898,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paganization\'s", + word: "paganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -274906,7 +274906,7 @@ Cluster { ], }, Variant { - word: "paganisation\'s", + word: "paganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -275066,7 +275066,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paganizer\'s", + word: "paganizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -275074,7 +275074,7 @@ Cluster { ], }, Variant { - word: "paganiser\'s", + word: "paganiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -275170,14 +275170,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pajama\'s", + word: "pajama's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "pyjama\'s", + word: "pyjama's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -275193,14 +275193,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pajamas\'s", + word: "pajamas's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "pyjamas\'s", + word: "pyjamas's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -275325,7 +275325,7 @@ Cluster { Entry { variants: &[ Variant { - word: "palatalization\'s", + word: "palatalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -275333,7 +275333,7 @@ Cluster { ], }, Variant { - word: "palatalisation\'s", + word: "palatalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -275493,7 +275493,7 @@ Cluster { Entry { variants: &[ Variant { - word: "palatization\'s", + word: "palatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -275501,7 +275501,7 @@ Cluster { ], }, Variant { - word: "palatisation\'s", + word: "palatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -275656,14 +275656,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleencephalon\'s", + word: "paleencephalon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeencephalon\'s", + word: "palaeencephalon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -275702,14 +275702,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoencephalon\'s", + word: "paleoencephalon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeoencephalon\'s", + word: "palaeoencephalon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -276282,14 +276282,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Paleoanthropus\'s", + word: "Paleoanthropus's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Palaeoanthropus\'s", + word: "Palaeoanthropus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -276508,14 +276508,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleobiologist\'s", + word: "paleobiologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeobiologist\'s", + word: "palaeobiologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -276584,14 +276584,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleobiology\'s", + word: "paleobiology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeobiology\'s", + word: "palaeobiology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -276803,14 +276803,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleobotany\'s", + word: "paleobotany's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeobotany\'s", + word: "palaeobotany's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277029,14 +277029,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoclimatologist\'s", + word: "paleoclimatologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeoclimatologist\'s", + word: "palaeoclimatologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277105,7 +277105,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoclimatology\'s", + word: "paleoclimatology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -277113,7 +277113,7 @@ Cluster { ], }, Variant { - word: "palaeoclimatology\'s", + word: "palaeoclimatology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277158,14 +277158,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Paleoconcha\'s", + word: "Paleoconcha's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Palaeoconcha\'s", + word: "Palaeoconcha's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277654,14 +277654,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoecologist\'s", + word: "paleoecologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeoecologist\'s", + word: "palaeoecologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277730,7 +277730,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoecology\'s", + word: "paleoecology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -277738,7 +277738,7 @@ Cluster { ], }, Variant { - word: "palaeoecology\'s", + word: "palaeoecology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -277843,14 +277843,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleoentomologist\'s", + word: "paleoentomologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeoentomologist\'s", + word: "palaeoentomologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -278016,14 +278016,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleogenesis\'s", + word: "paleogenesis's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeogenesis\'s", + word: "palaeogenesis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -278768,14 +278768,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleolith\'s", + word: "paleolith's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeolith\'s", + word: "palaeolith's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -279024,14 +279024,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleologist\'s", + word: "paleologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeologist\'s", + word: "palaeologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -279130,14 +279130,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleomagnetism\'s", + word: "paleomagnetism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeomagnetism\'s", + word: "palaeomagnetism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -279356,14 +279356,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleontography\'s", + word: "paleontography's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeontography\'s", + word: "palaeontography's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -279529,7 +279529,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paleontologist\'s", + word: "paleontologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -279537,7 +279537,7 @@ Cluster { ], }, Variant { - word: "palaeontologist\'s", + word: "palaeontologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -279605,7 +279605,7 @@ Cluster { Entry { variants: &[ Variant { - word: "paleontology\'s", + word: "paleontology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -279613,7 +279613,7 @@ Cluster { ], }, Variant { - word: "palaeontology\'s", + word: "palaeontology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -280424,14 +280424,14 @@ Cluster { Entry { variants: &[ Variant { - word: "Paleotropical\'s", + word: "Paleotropical's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "Palaeotropical\'s", + word: "Palaeotropical's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -280620,14 +280620,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleozoologist\'s", + word: "paleozoologist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeozoologist\'s", + word: "palaeozoologist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -280696,14 +280696,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paleozoology\'s", + word: "paleozoology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaeozoology\'s", + word: "palaeozoology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -280772,14 +280772,14 @@ Cluster { Entry { variants: &[ Variant { - word: "palestra\'s", + word: "palestra's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "palaestra\'s", + word: "palaestra's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -281047,7 +281047,7 @@ Cluster { Entry { variants: &[ Variant { - word: "palletization\'s", + word: "palletization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -281055,7 +281055,7 @@ Cluster { ], }, Variant { - word: "palletisation\'s", + word: "palletisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -281215,7 +281215,7 @@ Cluster { Entry { variants: &[ Variant { - word: "palletizer\'s", + word: "palletizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -281223,7 +281223,7 @@ Cluster { ], }, Variant { - word: "palletiser\'s", + word: "palletiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -281587,13 +281587,13 @@ Cluster { Entry { variants: &[ Variant { - word: "paneling\'s", + word: "paneling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "panelling\'s", + word: "panelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -281660,13 +281660,13 @@ Cluster { Entry { variants: &[ Variant { - word: "panelist\'s", + word: "panelist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "panellist\'s", + word: "panellist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -281902,13 +281902,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pannier\'s", + word: "pannier's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "panier\'s", + word: "panier's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -282001,7 +282001,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pantheonization\'s", + word: "pantheonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -282009,7 +282009,7 @@ Cluster { ], }, Variant { - word: "pantheonisation\'s", + word: "pantheonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -282100,13 +282100,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pantie\'s", + word: "pantie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "panty\'s", + word: "panty's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -282170,7 +282170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "papalization\'s", + word: "papalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -282178,7 +282178,7 @@ Cluster { ], }, Variant { - word: "papalisation\'s", + word: "papalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -282426,7 +282426,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parabolization\'s", + word: "parabolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -282434,7 +282434,7 @@ Cluster { ], }, Variant { - word: "parabolisation\'s", + word: "parabolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -282690,13 +282690,13 @@ Cluster { Entry { variants: &[ Variant { - word: "parakeet\'s", + word: "parakeet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "parrakeet\'s", + word: "parrakeet's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -282760,7 +282760,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parallelization\'s", + word: "parallelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -282768,7 +282768,7 @@ Cluster { ], }, Variant { - word: "parallelisation\'s", + word: "parallelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -283074,13 +283074,13 @@ Cluster { Entry { variants: &[ Variant { - word: "paralyzation\'s", + word: "paralyzation's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "paralysation\'s", + word: "paralysation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -283314,13 +283314,13 @@ Cluster { Entry { variants: &[ Variant { - word: "paralyzer\'s", + word: "paralyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "paralyser\'s", + word: "paralyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -283416,13 +283416,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Paramecium\'s", + word: "Paramecium's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Paramoecium\'s", + word: "Paramoecium's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -283518,7 +283518,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parameterization\'s", + word: "parameterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -283526,7 +283526,7 @@ Cluster { ], }, Variant { - word: "parameterisation\'s", + word: "parameterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -283715,7 +283715,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parametrization\'s", + word: "parametrization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -283723,7 +283723,7 @@ Cluster { ], }, Variant { - word: "parametrisation\'s", + word: "parametrisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -284190,13 +284190,13 @@ Cluster { Entry { variants: &[ Variant { - word: "parceling\'s", + word: "parceling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "parcelling\'s", + word: "parcelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -284776,14 +284776,14 @@ Cluster { Entry { variants: &[ Variant { - word: "paresthesia\'s", + word: "paresthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "paraesthesia\'s", + word: "paraesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -284938,7 +284938,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Parisianization\'s", + word: "Parisianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -284946,7 +284946,7 @@ Cluster { ], }, Variant { - word: "Parisianisation\'s", + word: "Parisianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -285011,7 +285011,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Parisianize\'s", + word: "Parisianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -285019,7 +285019,7 @@ Cluster { ], }, Variant { - word: "Parisianise\'s", + word: "Parisianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -285088,7 +285088,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parlor\'s", + word: "parlor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -285096,7 +285096,7 @@ Cluster { ], }, Variant { - word: "parlour\'s", + word: "parlour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -285248,7 +285248,7 @@ Cluster { Entry { variants: &[ Variant { - word: "parochialization\'s", + word: "parochialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -285256,7 +285256,7 @@ Cluster { ], }, Variant { - word: "parochialisation\'s", + word: "parochialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -285689,7 +285689,7 @@ Cluster { Entry { variants: &[ Variant { - word: "particularization\'s", + word: "particularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -285697,7 +285697,7 @@ Cluster { ], }, Variant { - word: "particularisation\'s", + word: "particularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -285835,7 +285835,7 @@ Cluster { Entry { variants: &[ Variant { - word: "particularizer\'s", + word: "particularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -285843,7 +285843,7 @@ Cluster { ], }, Variant { - word: "particulariser\'s", + word: "particulariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -285902,13 +285902,13 @@ Cluster { Entry { variants: &[ Variant { - word: "partisan\'s", + word: "partisan's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "partizan\'s", + word: "partizan's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -285959,13 +285959,13 @@ Cluster { Entry { variants: &[ Variant { - word: "partisan\'s", + word: "partisan's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "partizan\'s", + word: "partizan's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -286058,13 +286058,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pasiphae\'s", + word: "Pasiphae's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Pasiphaae\'s", + word: "Pasiphaae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -286272,7 +286272,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pasteurization\'s", + word: "pasteurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -286280,7 +286280,7 @@ Cluster { ], }, Variant { - word: "pasteurisation\'s", + word: "pasteurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -286462,7 +286462,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pasteurizer\'s", + word: "pasteurizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -286470,7 +286470,7 @@ Cluster { ], }, Variant { - word: "pasteuriser\'s", + word: "pasteuriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -286958,7 +286958,7 @@ Cluster { Entry { variants: &[ Variant { - word: "patronizable\'s", + word: "patronizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -286966,7 +286966,7 @@ Cluster { ], }, Variant { - word: "patronisable\'s", + word: "patronisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287031,7 +287031,7 @@ Cluster { Entry { variants: &[ Variant { - word: "patronization\'s", + word: "patronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287039,7 +287039,7 @@ Cluster { ], }, Variant { - word: "patronisation\'s", + word: "patronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287170,7 +287170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "patronizing\'s", + word: "patronizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287178,7 +287178,7 @@ Cluster { ], }, Variant { - word: "patronising\'s", + word: "patronising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287243,7 +287243,7 @@ Cluster { Entry { variants: &[ Variant { - word: "patronizer\'s", + word: "patronizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287251,7 +287251,7 @@ Cluster { ], }, Variant { - word: "patroniser\'s", + word: "patroniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287469,7 +287469,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Paulinize\'s", + word: "Paulinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287477,7 +287477,7 @@ Cluster { ], }, Variant { - word: "Paulinise\'s", + word: "Paulinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287542,7 +287542,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pauperization\'s", + word: "pauperization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287550,7 +287550,7 @@ Cluster { ], }, Variant { - word: "pauperisation\'s", + word: "pauperisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287710,7 +287710,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pauperizer\'s", + word: "pauperizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287718,7 +287718,7 @@ Cluster { ], }, Variant { - word: "pauperiser\'s", + word: "pauperiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -287761,13 +287761,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pavior\'s", + word: "Pavior's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Paviour\'s", + word: "Paviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287827,13 +287827,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pavior\'s", + word: "pavior's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "paviour\'s", + word: "paviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287894,13 +287894,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pawpaw\'s", + word: "pawpaw's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "papaw\'s", + word: "papaw's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -287964,7 +287964,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Paynize\'s", + word: "Paynize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -287972,7 +287972,7 @@ Cluster { ], }, Variant { - word: "Paynise\'s", + word: "Paynise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -288241,7 +288241,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pectization\'s", + word: "pectization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -288249,7 +288249,7 @@ Cluster { ], }, Variant { - word: "pectisation\'s", + word: "pectisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -288535,7 +288535,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pedagogue\'s", + word: "pedagogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -288545,7 +288545,7 @@ Cluster { ], }, Variant { - word: "pedagog\'s", + word: "pedagog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -288634,14 +288634,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pedaler\'s", + word: "pedaler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "pedaller\'s", + word: "pedaller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -288983,14 +288983,14 @@ Cluster { Entry { variants: &[ Variant { - word: "peddler\'s", + word: "peddler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "pedlar\'s", + word: "pedlar's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -289040,7 +289040,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pederast\'s", + word: "pederast's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -289050,7 +289050,7 @@ Cluster { ], }, Variant { - word: "paederast\'s", + word: "paederast's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Possible), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Possible), num: None,}, @@ -289252,7 +289252,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pedestrianization\'s", + word: "pedestrianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -289260,7 +289260,7 @@ Cluster { ], }, Variant { - word: "pedestrianisation\'s", + word: "pedestrianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -289487,7 +289487,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pediatrician\'s", + word: "pediatrician's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -289495,13 +289495,13 @@ Cluster { ], }, Variant { - word: "pediatrist\'s", + word: "pediatrist's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "paediatrician\'s", + word: "paediatrician's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -289574,13 +289574,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pedobaptism\'s", + word: "pedobaptism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "paedobaptism\'s", + word: "paedobaptism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -289625,13 +289625,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pedobaptist\'s", + word: "pedobaptist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "paedobaptist\'s", + word: "paedobaptist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -289946,7 +289946,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pedology\'s", + word: "pedology's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -289956,7 +289956,7 @@ Cluster { ], }, Variant { - word: "paedology\'s", + word: "paedology's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -290558,13 +290558,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pekingese\'s", + word: "Pekingese's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "Pekinese\'s", + word: "Pekinese's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -290628,7 +290628,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pelletization\'s", + word: "pelletization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -290636,7 +290636,7 @@ Cluster { ], }, Variant { - word: "pelletisation\'s", + word: "pelletisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -290854,7 +290854,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pemmicanization\'s", + word: "pemmicanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -290862,7 +290862,7 @@ Cluster { ], }, Variant { - word: "pemmicanisation\'s", + word: "pemmicanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -290927,7 +290927,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pemmicanize\'s", + word: "pemmicanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -290935,7 +290935,7 @@ Cluster { ], }, Variant { - word: "pemmicanise\'s", + word: "pemmicanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -291044,7 +291044,7 @@ Cluster { Entry { variants: &[ Variant { - word: "penalizable\'s", + word: "penalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291052,7 +291052,7 @@ Cluster { ], }, Variant { - word: "penalisable\'s", + word: "penalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -291117,7 +291117,7 @@ Cluster { Entry { variants: &[ Variant { - word: "penalization\'s", + word: "penalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291125,7 +291125,7 @@ Cluster { ], }, Variant { - word: "penalisation\'s", + word: "penalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -291358,13 +291358,13 @@ Cluster { Entry { variants: &[ Variant { - word: "penciler\'s", + word: "penciler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "penciller\'s", + word: "penciller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291520,13 +291520,13 @@ Cluster { Entry { variants: &[ Variant { - word: "penlight\'s", + word: "penlight's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "penlite\'s", + word: "penlite's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -291648,7 +291648,7 @@ Cluster { Entry { variants: &[ Variant { - word: "peptizable\'s", + word: "peptizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291656,7 +291656,7 @@ Cluster { ], }, Variant { - word: "peptisable\'s", + word: "peptisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -291721,7 +291721,7 @@ Cluster { Entry { variants: &[ Variant { - word: "peptization\'s", + word: "peptization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291729,7 +291729,7 @@ Cluster { ], }, Variant { - word: "peptisation\'s", + word: "peptisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -291969,7 +291969,7 @@ Cluster { Entry { variants: &[ Variant { - word: "peptonization\'s", + word: "peptonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -291977,7 +291977,7 @@ Cluster { ], }, Variant { - word: "peptonisation\'s", + word: "peptonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -292115,7 +292115,7 @@ Cluster { Entry { variants: &[ Variant { - word: "peptonizer\'s", + word: "peptonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -292123,7 +292123,7 @@ Cluster { ], }, Variant { - word: "peptoniser\'s", + word: "peptoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -292878,13 +292878,13 @@ Cluster { Entry { variants: &[ Variant { - word: "perfervor\'s", + word: "perfervor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "perfervour\'s", + word: "perfervour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -293416,7 +293416,7 @@ Cluster { Entry { variants: &[ Variant { - word: "periodization\'s", + word: "periodization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -293424,7 +293424,7 @@ Cluster { ], }, Variant { - word: "periodisation\'s", + word: "periodisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -293613,13 +293613,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prelection\'s", + word: "prelection's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "praelection\'s", + word: "praelection's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294013,7 +294013,7 @@ Cluster { Entry { variants: &[ Variant { - word: "peroxidizement\'s", + word: "peroxidizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294021,7 +294021,7 @@ Cluster { ], }, Variant { - word: "peroxidisement\'s", + word: "peroxidisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294166,13 +294166,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Perse\'s", + word: "Perse's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Persae\'s", + word: "Persae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294261,7 +294261,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persianization\'s", + word: "Persianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294269,7 +294269,7 @@ Cluster { ], }, Variant { - word: "Persianisation\'s", + word: "Persianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294334,7 +294334,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persianized\'s", + word: "Persianized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294342,7 +294342,7 @@ Cluster { ], }, Variant { - word: "Persianised\'s", + word: "Persianised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294400,7 +294400,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persianize\'s", + word: "Persianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294408,7 +294408,7 @@ Cluster { ], }, Variant { - word: "Persianise\'s", + word: "Persianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294422,7 +294422,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persianizing\'s", + word: "Persianizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294430,7 +294430,7 @@ Cluster { ], }, Variant { - word: "Persianising\'s", + word: "Persianising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294495,7 +294495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persicized\'s", + word: "Persicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294503,7 +294503,7 @@ Cluster { ], }, Variant { - word: "Persicised\'s", + word: "Persicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294561,7 +294561,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persicize\'s", + word: "Persicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294569,7 +294569,7 @@ Cluster { ], }, Variant { - word: "Persicise\'s", + word: "Persicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294583,7 +294583,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Persicizing\'s", + word: "Persicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294591,7 +294591,7 @@ Cluster { ], }, Variant { - word: "Persicising\'s", + word: "Persicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294685,7 +294685,7 @@ Cluster { Entry { variants: &[ Variant { - word: "personalization\'s", + word: "personalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294693,7 +294693,7 @@ Cluster { ], }, Variant { - word: "personalisation\'s", + word: "personalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -294853,7 +294853,7 @@ Cluster { Entry { variants: &[ Variant { - word: "personization\'s", + word: "personization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -294861,7 +294861,7 @@ Cluster { ], }, Variant { - word: "personisation\'s", + word: "personisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295050,7 +295050,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Peruvianize\'s", + word: "Peruvianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -295058,7 +295058,7 @@ Cluster { ], }, Variant { - word: "Peruvianise\'s", + word: "Peruvianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295385,7 +295385,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Petrarchized\'s", + word: "Petrarchized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -295393,7 +295393,7 @@ Cluster { ], }, Variant { - word: "Petrarchised\'s", + word: "Petrarchised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295451,7 +295451,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Petrarchize\'s", + word: "Petrarchize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -295459,7 +295459,7 @@ Cluster { ], }, Variant { - word: "Petrarchise\'s", + word: "Petrarchise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295473,7 +295473,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Petrarchizing\'s", + word: "Petrarchizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -295481,7 +295481,7 @@ Cluster { ], }, Variant { - word: "Petrarchising\'s", + word: "Petrarchising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295546,7 +295546,7 @@ Cluster { Entry { variants: &[ Variant { - word: "petrolization\'s", + word: "petrolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -295554,7 +295554,7 @@ Cluster { ], }, Variant { - word: "petrolisation\'s", + word: "petrolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -295706,13 +295706,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Phaenna\'s", + word: "Phaenna's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Phaaenna\'s", + word: "Phaaenna's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -296087,13 +296087,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pharisean\'s", + word: "Pharisean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Pharisaean\'s", + word: "Pharisaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -296183,13 +296183,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pharmacopoeia\'s", + word: "pharmacopoeia's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pharmacopeia\'s", + word: "pharmacopeia's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -296501,7 +296501,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phenolization\'s", + word: "phenolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -296509,7 +296509,7 @@ Cluster { ], }, Variant { - word: "phenolisation\'s", + word: "phenolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -296705,7 +296705,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phenomenalization\'s", + word: "phenomenalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -296713,7 +296713,7 @@ Cluster { ], }, Variant { - word: "phenomenalisation\'s", + word: "phenomenalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297237,7 +297237,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philippized\'s", + word: "Philippized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297245,7 +297245,7 @@ Cluster { ], }, Variant { - word: "Philippised\'s", + word: "Philippised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297303,7 +297303,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philippize\'s", + word: "Philippize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297311,7 +297311,7 @@ Cluster { ], }, Variant { - word: "Philippise\'s", + word: "Philippise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297325,7 +297325,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philippizing\'s", + word: "Philippizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297333,7 +297333,7 @@ Cluster { ], }, Variant { - word: "Philippising\'s", + word: "Philippising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297398,7 +297398,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philistinized\'s", + word: "Philistinized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297406,7 +297406,7 @@ Cluster { ], }, Variant { - word: "Philistinised\'s", + word: "Philistinised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297464,7 +297464,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philistinize\'s", + word: "Philistinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297472,7 +297472,7 @@ Cluster { ], }, Variant { - word: "Philistinise\'s", + word: "Philistinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297486,7 +297486,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Philistinizing\'s", + word: "Philistinizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297494,7 +297494,7 @@ Cluster { ], }, Variant { - word: "Philistinising\'s", + word: "Philistinising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297610,7 +297610,7 @@ Cluster { Entry { variants: &[ Variant { - word: "philosophization\'s", + word: "philosophization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297618,7 +297618,7 @@ Cluster { ], }, Variant { - word: "philosophisation\'s", + word: "philosophisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297778,7 +297778,7 @@ Cluster { Entry { variants: &[ Variant { - word: "philosophizer\'s", + word: "philosophizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297786,7 +297786,7 @@ Cluster { ], }, Variant { - word: "philosophiser\'s", + word: "philosophiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -297829,13 +297829,13 @@ Cluster { Entry { variants: &[ Variant { - word: "philter\'s", + word: "philter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "philtre\'s", + word: "philtre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297924,7 +297924,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phlebotomization\'s", + word: "phlebotomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -297932,7 +297932,7 @@ Cluster { ], }, Variant { - word: "phlebotomisation\'s", + word: "phlebotomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -298121,13 +298121,13 @@ Cluster { Entry { variants: &[ Variant { - word: "phlyctena\'s", + word: "phlyctena's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "phlyctaena\'s", + word: "phlyctaena's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -298398,7 +298398,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phoneticization\'s", + word: "phoneticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -298406,7 +298406,7 @@ Cluster { ], }, Variant { - word: "phoneticisation\'s", + word: "phoneticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -298728,7 +298728,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phony\'s", + word: "phony's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -298738,7 +298738,7 @@ Cluster { ], }, Variant { - word: "phoney\'s", + word: "phoney's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -298918,7 +298918,7 @@ Cluster { Entry { variants: &[ Variant { - word: "phosphatization\'s", + word: "phosphatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -298926,7 +298926,7 @@ Cluster { ], }, Variant { - word: "phosphatisation\'s", + word: "phosphatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -299232,13 +299232,13 @@ Cluster { Entry { variants: &[ Variant { - word: "photocatalyzer\'s", + word: "photocatalyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "photocatalyser\'s", + word: "photocatalyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299385,7 +299385,7 @@ Cluster { Entry { variants: &[ Variant { - word: "photoionization\'s", + word: "photoionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299393,7 +299393,7 @@ Cluster { ], }, Variant { - word: "photoionisation\'s", + word: "photoionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -299458,7 +299458,7 @@ Cluster { Entry { variants: &[ Variant { - word: "photoisomerization\'s", + word: "photoisomerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299466,7 +299466,7 @@ Cluster { ], }, Variant { - word: "photoisomerisation\'s", + word: "photoisomerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -299742,7 +299742,7 @@ Cluster { Entry { variants: &[ Variant { - word: "photopolymerization\'s", + word: "photopolymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299750,7 +299750,7 @@ Cluster { ], }, Variant { - word: "photopolymerisation\'s", + word: "photopolymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -299815,7 +299815,7 @@ Cluster { Entry { variants: &[ Variant { - word: "photosensitization\'s", + word: "photosensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299823,7 +299823,7 @@ Cluster { ], }, Variant { - word: "photosensitisation\'s", + word: "photosensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -299983,7 +299983,7 @@ Cluster { Entry { variants: &[ Variant { - word: "photosensitizer\'s", + word: "photosensitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -299991,7 +299991,7 @@ Cluster { ], }, Variant { - word: "photosensitiser\'s", + word: "photosensitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -300246,13 +300246,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Phylactolema\'s", + word: "Phylactolema's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Phylactolaema\'s", + word: "Phylactolaema's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300268,13 +300268,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Phylactolemata\'s", + word: "Phylactolemata's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Phylactolaemata\'s", + word: "Phylactolaemata's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300428,13 +300428,13 @@ Cluster { Entry { variants: &[ Variant { - word: "piaster\'s", + word: "piaster's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "piastre\'s", + word: "piastre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300501,14 +300501,14 @@ Cluster { Entry { variants: &[ Variant { - word: "picogram\'s", + word: "picogram's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "picogramme\'s", + word: "picogramme's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300574,13 +300574,13 @@ Cluster { Entry { variants: &[ Variant { - word: "picometer\'s", + word: "picometer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "picometre\'s", + word: "picometre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300647,7 +300647,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pictorialization\'s", + word: "pictorialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300655,7 +300655,7 @@ Cluster { ], }, Variant { - word: "pictorialisation\'s", + word: "pictorialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -300815,7 +300815,7 @@ Cluster { Entry { variants: &[ Variant { - word: "picturization\'s", + word: "picturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300823,7 +300823,7 @@ Cluster { ], }, Variant { - word: "picturisation\'s", + word: "picturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -300983,7 +300983,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pidginization\'s", + word: "pidginization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -300991,7 +300991,7 @@ Cluster { ], }, Variant { - word: "pidginisation\'s", + word: "pidginisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -301164,13 +301164,13 @@ Cluster { Entry { variants: &[ Variant { - word: "piggyback\'s", + word: "piggyback's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pickaback\'s", + word: "pickaback's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -301351,25 +301351,25 @@ Cluster { Entry { variants: &[ Variant { - word: "pilaf\'s", + word: "pilaf's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pilaw\'s", + word: "pilaw's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(1),}, ], }, Variant { - word: "pilau\'s", + word: "pilau's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(2),}, ], }, Variant { - word: "pilaff\'s", + word: "pilaff's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: Some(3),}, ], @@ -301703,7 +301703,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Pindarized\'s", + word: "Pindarized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -301711,7 +301711,7 @@ Cluster { ], }, Variant { - word: "Pindarised\'s", + word: "Pindarised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -301769,7 +301769,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Pindarize\'s", + word: "Pindarize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -301777,7 +301777,7 @@ Cluster { ], }, Variant { - word: "Pindarise\'s", + word: "Pindarise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -301791,7 +301791,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Pindarizing\'s", + word: "Pindarizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -301799,7 +301799,7 @@ Cluster { ], }, Variant { - word: "Pindarising\'s", + word: "Pindarising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -301878,13 +301878,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pinkie\'s", + word: "pinkie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pinky\'s", + word: "pinky's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -301952,13 +301952,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pinochle\'s", + word: "pinochle's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pinocle\'s", + word: "pinocle's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -302016,13 +302016,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pinyon\'s", + word: "pinyon's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pi�on\'s", + word: "pi�on's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -302112,13 +302112,13 @@ Cluster { Entry { variants: &[ Variant { - word: "piroshki\'s", + word: "piroshki's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pirozhki\'s", + word: "pirozhki's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -302237,13 +302237,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pixie\'s", + word: "pixie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pixy\'s", + word: "pixy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -302358,13 +302358,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pizzazz\'s", + word: "pizzazz's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pizazz\'s", + word: "pizazz's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, @@ -302407,13 +302407,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Placean\'s", + word: "Placean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Placaean\'s", + word: "Placaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -302535,7 +302535,7 @@ Cluster { Entry { variants: &[ Variant { - word: "plagiarization\'s", + word: "plagiarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -302543,7 +302543,7 @@ Cluster { ], }, Variant { - word: "plagiarisation\'s", + word: "plagiarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -302703,7 +302703,7 @@ Cluster { Entry { variants: &[ Variant { - word: "plagiarizer\'s", + word: "plagiarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -302711,7 +302711,7 @@ Cluster { ], }, Variant { - word: "plagiariser\'s", + word: "plagiariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -302754,13 +302754,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Plante\'s", + word: "Plante's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Plantae\'s", + word: "Plantae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -302980,7 +302980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "plasticization\'s", + word: "plasticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -302988,7 +302988,7 @@ Cluster { ], }, Variant { - word: "plasticisation\'s", + word: "plasticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303148,7 +303148,7 @@ Cluster { Entry { variants: &[ Variant { - word: "plasticizer\'s", + word: "plasticizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303156,7 +303156,7 @@ Cluster { ], }, Variant { - word: "plasticiser\'s", + word: "plasticiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303250,7 +303250,7 @@ Cluster { Entry { variants: &[ Variant { - word: "platinization\'s", + word: "platinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303258,7 +303258,7 @@ Cluster { ], }, Variant { - word: "platinisation\'s", + word: "platinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303418,7 +303418,7 @@ Cluster { Entry { variants: &[ Variant { - word: "platitudinization\'s", + word: "platitudinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303426,7 +303426,7 @@ Cluster { ], }, Variant { - word: "platitudinisation\'s", + word: "platitudinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303564,7 +303564,7 @@ Cluster { Entry { variants: &[ Variant { - word: "platitudinizer\'s", + word: "platitudinizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303572,7 +303572,7 @@ Cluster { ], }, Variant { - word: "platitudiniser\'s", + word: "platitudiniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303615,7 +303615,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Platonization\'s", + word: "Platonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303623,7 +303623,7 @@ Cluster { ], }, Variant { - word: "Platonisation\'s", + word: "Platonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303871,7 +303871,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Platonizer\'s", + word: "Platonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303879,7 +303879,7 @@ Cluster { ], }, Variant { - word: "Platoniser\'s", + word: "Platoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -303980,7 +303980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "plebeianization\'s", + word: "plebeianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -303988,7 +303988,7 @@ Cluster { ], }, Variant { - word: "plebeianisation\'s", + word: "plebeianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -304202,14 +304202,14 @@ Cluster { Entry { variants: &[ Variant { - word: "plow\'s", + word: "plow's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "plough\'s", + word: "plough's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -304225,14 +304225,14 @@ Cluster { Entry { variants: &[ Variant { - word: "plowing\'s", + word: "plowing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "ploughing\'s", + word: "ploughing's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -304351,13 +304351,13 @@ Cluster { Entry { variants: &[ Variant { - word: "plowboy\'s", + word: "plowboy's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "ploughboy\'s", + word: "ploughboy's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -304424,14 +304424,14 @@ Cluster { Entry { variants: &[ Variant { - word: "plower\'s", + word: "plower's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "plougher\'s", + word: "plougher's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -304528,14 +304528,14 @@ Cluster { Entry { variants: &[ Variant { - word: "plowman\'s", + word: "plowman's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ploughman\'s", + word: "ploughman's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -304604,14 +304604,14 @@ Cluster { Entry { variants: &[ Variant { - word: "plowshare\'s", + word: "plowshare's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ploughshare\'s", + word: "ploughshare's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -304707,7 +304707,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pluralization\'s", + word: "pluralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -304715,7 +304715,7 @@ Cluster { ], }, Variant { - word: "pluralisation\'s", + word: "pluralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -304875,7 +304875,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pluralizer\'s", + word: "pluralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -304883,7 +304883,7 @@ Cluster { ], }, Variant { - word: "pluraliser\'s", + word: "pluraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305072,7 +305072,7 @@ Cluster { Entry { variants: &[ Variant { - word: "poetization\'s", + word: "poetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305080,7 +305080,7 @@ Cluster { ], }, Variant { - word: "poetisation\'s", + word: "poetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305240,7 +305240,7 @@ Cluster { Entry { variants: &[ Variant { - word: "poetizer\'s", + word: "poetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305248,7 +305248,7 @@ Cluster { ], }, Variant { - word: "poetiser\'s", + word: "poetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305346,7 +305346,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pokey\'s", + word: "pokey's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -305457,7 +305457,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polarizability\'s", + word: "polarizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305465,7 +305465,7 @@ Cluster { ], }, Variant { - word: "polarisability\'s", + word: "polarisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305530,7 +305530,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polarizable\'s", + word: "polarizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305538,7 +305538,7 @@ Cluster { ], }, Variant { - word: "polarisable\'s", + word: "polarisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305603,7 +305603,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polarization\'s", + word: "polarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305611,7 +305611,7 @@ Cluster { ], }, Variant { - word: "polarisation\'s", + word: "polarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -305771,7 +305771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polarizer\'s", + word: "polarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -305779,7 +305779,7 @@ Cluster { ], }, Variant { - word: "polariser\'s", + word: "polariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -306114,13 +306114,13 @@ Cluster { Entry { variants: &[ Variant { - word: "poliencephalitis\'s", + word: "poliencephalitis's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "polioencephalitis\'s", + word: "polioencephalitis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -306267,7 +306267,7 @@ Cluster { Entry { variants: &[ Variant { - word: "politicization\'s", + word: "politicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -306275,7 +306275,7 @@ Cluster { ], }, Variant { - word: "politicisation\'s", + word: "politicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -306512,13 +306512,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pollack\'s", + word: "pollack's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pollock\'s", + word: "pollock's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -306729,13 +306729,13 @@ Cluster { Entry { variants: &[ Variant { - word: "polliwog\'s", + word: "polliwog's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pollywog\'s", + word: "pollywog's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -306797,7 +306797,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Polonization\'s", + word: "Polonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -306805,7 +306805,7 @@ Cluster { ], }, Variant { - word: "Polonisation\'s", + word: "Polonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -307208,13 +307208,13 @@ Cluster { Entry { variants: &[ Variant { - word: "polydemonist\'s", + word: "polydemonist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "polydaemonist\'s", + word: "polydaemonist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -307477,7 +307477,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polymerization\'s", + word: "polymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -307485,7 +307485,7 @@ Cluster { ], }, Variant { - word: "polymerisation\'s", + word: "polymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -307703,7 +307703,7 @@ Cluster { Entry { variants: &[ Variant { - word: "polysulphurization\'s", + word: "polysulphurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -307711,7 +307711,7 @@ Cluster { ], }, Variant { - word: "polysulphurisation\'s", + word: "polysulphurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -307965,7 +307965,7 @@ Cluster { Entry { variants: &[ Variant { - word: "popularization\'s", + word: "popularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -307973,7 +307973,7 @@ Cluster { ], }, Variant { - word: "popularisation\'s", + word: "popularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -308133,7 +308133,7 @@ Cluster { Entry { variants: &[ Variant { - word: "popularizer\'s", + word: "popularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -308141,7 +308141,7 @@ Cluster { ], }, Variant { - word: "populariser\'s", + word: "populariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -308206,7 +308206,7 @@ Cluster { Entry { variants: &[ Variant { - word: "porcelainization\'s", + word: "porcelainization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -308214,7 +308214,7 @@ Cluster { ], }, Variant { - word: "porcelainisation\'s", + word: "porcelainisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -308527,7 +308527,7 @@ Cluster { Entry { variants: &[ Variant { - word: "porphyrization\'s", + word: "porphyrization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -308535,7 +308535,7 @@ Cluster { ], }, Variant { - word: "porphyrisation\'s", + word: "porphyrisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -308879,7 +308879,7 @@ Cluster { Entry { variants: &[ Variant { - word: "postilion\'s", + word: "postilion's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -308889,7 +308889,7 @@ Cluster { ], }, Variant { - word: "postillion\'s", + word: "postillion's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -309110,7 +309110,7 @@ Cluster { Entry { variants: &[ Variant { - word: "potentialization\'s", + word: "potentialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -309118,7 +309118,7 @@ Cluster { ], }, Variant { - word: "potentialisation\'s", + word: "potentialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -309363,7 +309363,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pouffe\'s", + word: "pouffe's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -309373,7 +309373,7 @@ Cluster { ], }, Variant { - word: "pouf\'s", + word: "pouf's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -309407,7 +309407,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pouf\'s", + word: "pouf's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -309526,7 +309526,7 @@ Cluster { Entry { variants: &[ Variant { - word: "powderization\'s", + word: "powderization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -309534,7 +309534,7 @@ Cluster { ], }, Variant { - word: "powderisation\'s", + word: "powderisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -309800,7 +309800,7 @@ Cluster { Entry { variants: &[ Variant { - word: "practice\'s", + word: "practice's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -309810,7 +309810,7 @@ Cluster { ], }, Variant { - word: "practise\'s", + word: "practise's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -309971,13 +309971,13 @@ Cluster { Entry { variants: &[ Variant { - word: "practicer\'s", + word: "practicer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "practiser\'s", + word: "practiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -310350,13 +310350,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preacknowledgment\'s", + word: "preacknowledgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "preacknowledgement\'s", + word: "preacknowledgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -310452,13 +310452,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preanesthetic\'s", + word: "preanesthetic's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "preanaesthetic\'s", + word: "preanaesthetic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -310875,7 +310875,7 @@ Cluster { Entry { variants: &[ Variant { - word: "precivilization\'s", + word: "precivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -310883,7 +310883,7 @@ Cluster { ], }, Variant { - word: "precivilisation\'s", + word: "precivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -311002,14 +311002,14 @@ Cluster { Entry { variants: &[ Variant { - word: "precolor\'s", + word: "precolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "precolour\'s", + word: "precolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -311170,14 +311170,14 @@ Cluster { Entry { variants: &[ Variant { - word: "precolorable\'s", + word: "precolorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "precolourable\'s", + word: "precolourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -311244,13 +311244,13 @@ Cluster { Entry { variants: &[ Variant { - word: "precoloration\'s", + word: "precoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "precolouration\'s", + word: "precolouration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -311317,7 +311317,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preconization\'s", + word: "preconization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -311325,7 +311325,7 @@ Cluster { ], }, Variant { - word: "preconisation\'s", + word: "preconisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -311485,7 +311485,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preconizer\'s", + word: "preconizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -311493,7 +311493,7 @@ Cluster { ], }, Variant { - word: "preconiser\'s", + word: "preconiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -311892,13 +311892,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preemptor\'s", + word: "preemptor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "preaemptor\'s", + word: "preaemptor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312074,13 +312074,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prefavor\'s", + word: "prefavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "prefavour\'s", + word: "prefavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312147,13 +312147,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prefavorable\'s", + word: "prefavorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "prefavourable\'s", + word: "prefavourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312271,13 +312271,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prefavorite\'s", + word: "prefavorite's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "prefavourite\'s", + word: "prefavourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312373,7 +312373,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prefertilization\'s", + word: "prefertilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312381,7 +312381,7 @@ Cluster { ], }, Variant { - word: "prefertilisation\'s", + word: "prefertilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -312497,13 +312497,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preflavor\'s", + word: "preflavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "preflavour\'s", + word: "preflavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312730,13 +312730,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prehumor\'s", + word: "prehumor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "prehumour\'s", + word: "prehumour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312904,7 +312904,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prejudgment\'s", + word: "prejudgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -312914,7 +312914,7 @@ Cluster { ], }, Variant { - word: "prejudgement\'s", + word: "prejudgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -312980,13 +312980,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prelabor\'s", + word: "prelabor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "prelabour\'s", + word: "prelabour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -313359,7 +313359,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prelocalization\'s", + word: "prelocalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -313367,7 +313367,7 @@ Cluster { ], }, Variant { - word: "prelocalisation\'s", + word: "prelocalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -313668,7 +313668,7 @@ Cluster { Entry { variants: &[ Variant { - word: "premise\'s", + word: "premise's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -313678,7 +313678,7 @@ Cluster { ], }, Variant { - word: "premiss\'s", + word: "premiss's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -313903,7 +313903,7 @@ Cluster { Entry { variants: &[ Variant { - word: "praenomen\'s", + word: "praenomen's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -313913,7 +313913,7 @@ Cluster { ], }, Variant { - word: "prenomen\'s", + word: "prenomen's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -314035,13 +314035,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preoffense\'s", + word: "preoffense's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "preoffence\'s", + word: "preoffence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314137,7 +314137,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preorganization\'s", + word: "preorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314145,7 +314145,7 @@ Cluster { ], }, Variant { - word: "preorganisation\'s", + word: "preorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -314472,13 +314472,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prepostor\'s", + word: "prepostor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "praepostor\'s", + word: "praepostor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314520,13 +314520,13 @@ Cluster { Entry { variants: &[ Variant { - word: "preppy\'s", + word: "preppy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "preppie\'s", + word: "preppie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -314648,7 +314648,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prerealization\'s", + word: "prerealization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314656,7 +314656,7 @@ Cluster { ], }, Variant { - word: "prerealisation\'s", + word: "prerealisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -314823,7 +314823,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Presbyterianized\'s", + word: "Presbyterianized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314831,7 +314831,7 @@ Cluster { ], }, Variant { - word: "Presbyterianised\'s", + word: "Presbyterianised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -314889,7 +314889,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Presbyterianize\'s", + word: "Presbyterianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314897,7 +314897,7 @@ Cluster { ], }, Variant { - word: "Presbyterianise\'s", + word: "Presbyterianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -314911,7 +314911,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Presbyterianizing\'s", + word: "Presbyterianizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -314919,7 +314919,7 @@ Cluster { ], }, Variant { - word: "Presbyterianising\'s", + word: "Presbyterianising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -315025,12 +315025,12 @@ Cluster { ], pos: None, archaic: false, note: false, description: None, - comment: Some("M-w has presidiums as a variant, but Ox doesn\'t say anything about the variant form"), + comment: Some("M-w has presidiums as a variant, but Ox doesn't say anything about the variant form"), }, Entry { variants: &[ Variant { - word: "presidium\'s", + word: "presidium's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Eq), num: None,}, @@ -315041,7 +315041,7 @@ Cluster { ], }, Variant { - word: "praesidium\'s", + word: "praesidium's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -315189,13 +315189,13 @@ Cluster { Entry { variants: &[ Variant { - word: "presplendor\'s", + word: "presplendor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "presplendour\'s", + word: "presplendour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -315262,7 +315262,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pressurization\'s", + word: "pressurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -315270,7 +315270,7 @@ Cluster { ], }, Variant { - word: "pressurisation\'s", + word: "pressurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -315481,7 +315481,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prestandardization\'s", + word: "prestandardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -315489,7 +315489,7 @@ Cluster { ], }, Variant { - word: "prestandardisation\'s", + word: "prestandardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -315803,14 +315803,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pretense\'s", + word: "pretense's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "pretence\'s", + word: "pretence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -315910,14 +315910,14 @@ Cluster { Entry { variants: &[ Variant { - word: "preterit\'s", + word: "preterit's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "preterite\'s", + word: "preterite's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -315985,13 +315985,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pretexta\'s", + word: "pretexta's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "praetexta\'s", + word: "praetexta's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -316123,13 +316123,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pretorius\'s", + word: "Pretorius's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Praetorius\'s", + word: "Praetorius's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -316225,7 +316225,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preutilizable\'s", + word: "preutilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -316233,7 +316233,7 @@ Cluster { ], }, Variant { - word: "preutilisable\'s", + word: "preutilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -316298,7 +316298,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preutilization\'s", + word: "preutilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -316306,7 +316306,7 @@ Cluster { ], }, Variant { - word: "preutilisation\'s", + word: "preutilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -316450,7 +316450,7 @@ Cluster { Entry { variants: &[ Variant { - word: "preview\'s", + word: "preview's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -316460,7 +316460,7 @@ Cluster { ], }, Variant { - word: "prevue\'s", + word: "prevue's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -316619,13 +316619,13 @@ Cluster { Entry { variants: &[ Variant { - word: "prier\'s", + word: "prier's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pryer\'s", + word: "pryer's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -316755,7 +316755,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prioritization\'s", + word: "prioritization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -316763,7 +316763,7 @@ Cluster { ], }, Variant { - word: "prioritisation\'s", + word: "prioritisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -317142,7 +317142,7 @@ Cluster { Entry { variants: &[ Variant { - word: "privatization\'s", + word: "privatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -317150,7 +317150,7 @@ Cluster { ], }, Variant { - word: "privatisation\'s", + word: "privatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -317380,7 +317380,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prize\'s", + word: "prize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -317575,14 +317575,14 @@ Cluster { Entry { variants: &[ Variant { - word: "prize\'s", + word: "prize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "prise\'s", + word: "prise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -317801,7 +317801,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Procrusteanize\'s", + word: "Procrusteanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -317809,7 +317809,7 @@ Cluster { ], }, Variant { - word: "Procrusteanise\'s", + word: "Procrusteanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -317925,13 +317925,13 @@ Cluster { Entry { variants: &[ Variant { - word: "proctodeum\'s", + word: "proctodeum's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "proctodaeum\'s", + word: "proctodaeum's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -317998,7 +317998,7 @@ Cluster { Entry { variants: &[ Variant { - word: "proctorization\'s", + word: "proctorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -318006,7 +318006,7 @@ Cluster { ], }, Variant { - word: "proctorisation\'s", + word: "proctorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -318516,7 +318516,7 @@ Cluster { Entry { variants: &[ Variant { - word: "professionalization\'s", + word: "professionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -318524,7 +318524,7 @@ Cluster { ], }, Variant { - word: "professionalisation\'s", + word: "professionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -318737,7 +318737,7 @@ Cluster { Entry { variants: &[ Variant { - word: "program\'s", + word: "program's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -318745,7 +318745,7 @@ Cluster { ], }, Variant { - word: "programme\'s", + word: "programme's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, @@ -318944,7 +318944,7 @@ Cluster { Entry { variants: &[ Variant { - word: "program\'s", + word: "program's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, @@ -319015,7 +319015,7 @@ Cluster { Entry { variants: &[ Variant { - word: "programmer\'s", + word: "programmer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -319025,7 +319025,7 @@ Cluster { ], }, Variant { - word: "programer\'s", + word: "programer's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -319169,7 +319169,7 @@ Cluster { Entry { variants: &[ Variant { - word: "proletarianization\'s", + word: "proletarianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -319177,7 +319177,7 @@ Cluster { ], }, Variant { - word: "proletarianisation\'s", + word: "proletarianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -319521,7 +319521,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prologue\'s", + word: "prologue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -319531,7 +319531,7 @@ Cluster { ], }, Variant { - word: "prolog\'s", + word: "prolog's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -319690,7 +319690,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prologuizer\'s", + word: "prologuizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -319698,7 +319698,7 @@ Cluster { ], }, Variant { - word: "prologuiser\'s", + word: "prologuiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -319961,13 +319961,13 @@ Cluster { Entry { variants: &[ Variant { - word: "propellant\'s", + word: "propellant's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "propellent\'s", + word: "propellent's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -320133,13 +320133,13 @@ Cluster { Entry { variants: &[ Variant { - word: "propretor\'s", + word: "propretor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "propraetor\'s", + word: "propraetor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320410,7 +320410,7 @@ Cluster { Entry { variants: &[ Variant { - word: "proselytization\'s", + word: "proselytization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320418,7 +320418,7 @@ Cluster { ], }, Variant { - word: "proselytisation\'s", + word: "proselytisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -320578,7 +320578,7 @@ Cluster { Entry { variants: &[ Variant { - word: "proselytizer\'s", + word: "proselytizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320586,7 +320586,7 @@ Cluster { ], }, Variant { - word: "proselytiser\'s", + word: "proselytiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -320902,7 +320902,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Protestantized\'s", + word: "Protestantized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320910,7 +320910,7 @@ Cluster { ], }, Variant { - word: "Protestantised\'s", + word: "Protestantised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -320968,7 +320968,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Protestantize\'s", + word: "Protestantize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320976,7 +320976,7 @@ Cluster { ], }, Variant { - word: "Protestantise\'s", + word: "Protestantise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -320990,7 +320990,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Protestantizing\'s", + word: "Protestantizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -320998,7 +320998,7 @@ Cluster { ], }, Variant { - word: "Protestantising\'s", + word: "Protestantising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -321073,7 +321073,7 @@ Cluster { Entry { variants: &[ Variant { - word: "protester\'s", + word: "protester's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -321083,7 +321083,7 @@ Cluster { ], }, Variant { - word: "protestor\'s", + word: "protestor's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -321129,13 +321129,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Prothoenor\'s", + word: "Prothoenor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Prothoaenor\'s", + word: "Prothoaenor's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -321282,7 +321282,7 @@ Cluster { Entry { variants: &[ Variant { - word: "protocolization\'s", + word: "protocolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -321290,7 +321290,7 @@ Cluster { ], }, Variant { - word: "protocolisation\'s", + word: "protocolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -321596,7 +321596,7 @@ Cluster { Entry { variants: &[ Variant { - word: "provincialization\'s", + word: "provincialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -321604,7 +321604,7 @@ Cluster { ], }, Variant { - word: "provincialisation\'s", + word: "provincialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -321764,7 +321764,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Prussianization\'s", + word: "Prussianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -321772,7 +321772,7 @@ Cluster { ], }, Variant { - word: "Prussianisation\'s", + word: "Prussianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -321808,7 +321808,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prussianization\'s", + word: "prussianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -321816,7 +321816,7 @@ Cluster { ], }, Variant { - word: "prussianisation\'s", + word: "prussianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -322064,7 +322064,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Prussianizer\'s", + word: "Prussianizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -322072,7 +322072,7 @@ Cluster { ], }, Variant { - word: "Prussianiser\'s", + word: "Prussianiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -322108,7 +322108,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prussianizer\'s", + word: "prussianizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -322116,7 +322116,7 @@ Cluster { ], }, Variant { - word: "prussianiser\'s", + word: "prussianiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -322421,13 +322421,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pseudoanemia\'s", + word: "pseudoanemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "pseudoanaemia\'s", + word: "pseudoanaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -322603,13 +322603,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pseudoedema\'s", + word: "pseudoedema's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "pseudooedema\'s", + word: "pseudooedema's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -322868,14 +322868,14 @@ Cluster { Entry { variants: &[ Variant { - word: "psychoanalyzer\'s", + word: "psychoanalyzer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "psychoanalyser\'s", + word: "psychoanalyser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323043,13 +323043,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ptolemean\'s", + word: "Ptolemean's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ptolemaean\'s", + word: "Ptolemaean's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323335,7 +323335,7 @@ Cluster { Entry { variants: &[ Variant { - word: "puebloization\'s", + word: "puebloization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323343,7 +323343,7 @@ Cluster { ], }, Variant { - word: "puebloisation\'s", + word: "puebloisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -323517,7 +323517,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Pullmanize\'s", + word: "Pullmanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323525,7 +323525,7 @@ Cluster { ], }, Variant { - word: "Pullmanise\'s", + word: "Pullmanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -323685,7 +323685,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pulverizable\'s", + word: "pulverizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323693,7 +323693,7 @@ Cluster { ], }, Variant { - word: "pulverisable\'s", + word: "pulverisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -323758,7 +323758,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pulverization\'s", + word: "pulverization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323766,7 +323766,7 @@ Cluster { ], }, Variant { - word: "pulverisation\'s", + word: "pulverisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -323926,7 +323926,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pulverizer\'s", + word: "pulverizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -323934,7 +323934,7 @@ Cluster { ], }, Variant { - word: "pulveriser\'s", + word: "pulveriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -324102,13 +324102,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pumpkin\'s", + word: "pumpkin's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "punkin\'s", + word: "punkin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -324274,7 +324274,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Puritanize\'s", + word: "Puritanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -324282,7 +324282,7 @@ Cluster { ], }, Variant { - word: "Puritanise\'s", + word: "Puritanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -324435,7 +324435,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Puritanizer\'s", + word: "Puritanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -324443,7 +324443,7 @@ Cluster { ], }, Variant { - word: "Puritaniser\'s", + word: "Puritaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -324508,13 +324508,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pyemia\'s", + word: "pyemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "pyaemia\'s", + word: "pyaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -324633,13 +324633,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pygmy\'s", + word: "pygmy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "pigmy\'s", + word: "pigmy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -324703,14 +324703,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pyorrhea\'s", + word: "pyorrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "pyorrhoea\'s", + word: "pyorrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -324936,13 +324936,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Pyreneus\'s", + word: "Pyreneus's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Pyrenaeus\'s", + word: "Pyrenaeus's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325060,7 +325060,7 @@ Cluster { Entry { variants: &[ Variant { - word: "pyritization\'s", + word: "pyritization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325068,7 +325068,7 @@ Cluster { ], }, Variant { - word: "pyritisation\'s", + word: "pyritisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -325257,13 +325257,13 @@ Cluster { Entry { variants: &[ Variant { - word: "pyrolyzate\'s", + word: "pyrolyzate's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "pyrolysate\'s", + word: "pyrolysate's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325378,14 +325378,14 @@ Cluster { Entry { variants: &[ Variant { - word: "pyrolyze\'s", + word: "pyrolyze's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "pyrolyse\'s", + word: "pyrolyse's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -325481,7 +325481,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Pythagoreanize\'s", + word: "Pythagoreanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325489,7 +325489,7 @@ Cluster { ], }, Variant { - word: "Pythagoreanise\'s", + word: "Pythagoreanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -325685,13 +325685,13 @@ Cluster { Entry { variants: &[ Variant { - word: "quahog\'s", + word: "quahog's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "quahaug\'s", + word: "quahaug's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -325755,7 +325755,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Quakerization\'s", + word: "Quakerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325763,7 +325763,7 @@ Cluster { ], }, Variant { - word: "Quakerisation\'s", + word: "Quakerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -325828,7 +325828,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Quakerize\'s", + word: "Quakerize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325836,7 +325836,7 @@ Cluster { ], }, Variant { - word: "Quakerise\'s", + word: "Quakerise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -325901,7 +325901,7 @@ Cluster { Entry { variants: &[ Variant { - word: "quantization\'s", + word: "quantization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -325909,7 +325909,7 @@ Cluster { ], }, Variant { - word: "quantisation\'s", + word: "quantisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -326069,7 +326069,7 @@ Cluster { Entry { variants: &[ Variant { - word: "quantizer\'s", + word: "quantizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -326077,7 +326077,7 @@ Cluster { ], }, Variant { - word: "quantiser\'s", + word: "quantiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -326193,13 +326193,13 @@ Cluster { Entry { variants: &[ Variant { - word: "quarreler\'s", + word: "quarreler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "quarreller\'s", + word: "quarreller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -326295,7 +326295,7 @@ Cluster { Entry { variants: &[ Variant { - word: "quarterization\'s", + word: "quarterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -326303,7 +326303,7 @@ Cluster { ], }, Variant { - word: "quarterisation\'s", + word: "quarterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -326362,13 +326362,13 @@ Cluster { Entry { variants: &[ Variant { - word: "quartet\'s", + word: "quartet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "quartette\'s", + word: "quartette's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -326572,7 +326572,7 @@ Cluster { Entry { variants: &[ Variant { - word: "quaestor\'s", + word: "quaestor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -326582,7 +326582,7 @@ Cluster { ], }, Variant { - word: "questor\'s", + word: "questor's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -326653,13 +326653,13 @@ Cluster { Entry { variants: &[ Variant { - word: "questorship\'s", + word: "questorship's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "quaestorship\'s", + word: "quaestorship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -326899,13 +326899,13 @@ Cluster { Entry { variants: &[ Variant { - word: "quintet\'s", + word: "quintet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "quintette\'s", + word: "quintette's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -326953,7 +326953,7 @@ Cluster { Entry { variants: &[ Variant { - word: "raccoon\'s", + word: "raccoon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, @@ -326964,7 +326964,7 @@ Cluster { ], }, Variant { - word: "racoon\'s", + word: "racoon's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -327081,7 +327081,7 @@ Cluster { Entry { variants: &[ Variant { - word: "racemization\'s", + word: "racemization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -327089,7 +327089,7 @@ Cluster { ], }, Variant { - word: "racemisation\'s", + word: "racemisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -327249,7 +327249,7 @@ Cluster { Entry { variants: &[ Variant { - word: "racialization\'s", + word: "racialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -327257,7 +327257,7 @@ Cluster { ], }, Variant { - word: "racialisation\'s", + word: "racialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -327383,7 +327383,7 @@ Cluster { Entry { variants: &[ Variant { - word: "racket\'s", + word: "racket's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -327393,7 +327393,7 @@ Cluster { ], }, Variant { - word: "racquet\'s", + word: "racquet's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -327444,7 +327444,7 @@ Cluster { Entry { variants: &[ Variant { - word: "racket\'s", + word: "racket's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -327490,13 +327490,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Radborne\'s", + word: "Radborne's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Radbourne\'s", + word: "Radbourne's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -327563,7 +327563,7 @@ Cluster { Entry { variants: &[ Variant { - word: "radialization\'s", + word: "radialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -327571,7 +327571,7 @@ Cluster { ], }, Variant { - word: "radialisation\'s", + word: "radialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -327731,7 +327731,7 @@ Cluster { Entry { variants: &[ Variant { - word: "radicalization\'s", + word: "radicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -327739,7 +327739,7 @@ Cluster { ], }, Variant { - word: "radicalisation\'s", + word: "radicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -328147,7 +328147,7 @@ Cluster { Entry { variants: &[ Variant { - word: "radiumization\'s", + word: "radiumization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -328155,7 +328155,7 @@ Cluster { ], }, Variant { - word: "radiumisation\'s", + word: "radiumisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -328246,13 +328246,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rajah\'s", + word: "rajah's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "raja\'s", + word: "raja's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -328313,13 +328313,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Rame\'s", + word: "Rame's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Ramae\'s", + word: "Ramae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -328380,13 +328380,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ramekin\'s", + word: "ramekin's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ramequin\'s", + word: "ramequin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -328483,7 +328483,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rancor\'s", + word: "rancor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -328491,7 +328491,7 @@ Cluster { ], }, Variant { - word: "rancour\'s", + word: "rancour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -328558,7 +328558,7 @@ Cluster { Entry { variants: &[ Variant { - word: "randomization\'s", + word: "randomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -328566,7 +328566,7 @@ Cluster { ], }, Variant { - word: "randomisation\'s", + word: "randomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -328726,7 +328726,7 @@ Cluster { Entry { variants: &[ Variant { - word: "randomizer\'s", + word: "randomizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -328734,7 +328734,7 @@ Cluster { ], }, Variant { - word: "randomiser\'s", + word: "randomiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -328793,13 +328793,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ranee\'s", + word: "ranee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "rani\'s", + word: "rani's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -329067,7 +329067,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rationalizable\'s", + word: "rationalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -329075,7 +329075,7 @@ Cluster { ], }, Variant { - word: "rationalisable\'s", + word: "rationalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -329140,7 +329140,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rationalization\'s", + word: "rationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -329148,7 +329148,7 @@ Cluster { ], }, Variant { - word: "rationalisation\'s", + word: "rationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -329308,7 +329308,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rationalizer\'s", + word: "rationalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -329316,7 +329316,7 @@ Cluster { ], }, Variant { - word: "rationaliser\'s", + word: "rationaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -329385,13 +329385,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ratline\'s", + word: "ratline's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ratlin\'s", + word: "ratlin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -329520,14 +329520,14 @@ Cluster { Entry { variants: &[ Variant { - word: "raveling\'s", + word: "raveling's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "ravelling\'s", + word: "ravelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -329594,13 +329594,13 @@ Cluster { Entry { variants: &[ Variant { - word: "raveler\'s", + word: "raveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "raveller\'s", + word: "raveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -329667,7 +329667,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reacclimatization\'s", + word: "reacclimatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -329675,7 +329675,7 @@ Cluster { ], }, Variant { - word: "reacclimatisation\'s", + word: "reacclimatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330010,7 +330010,7 @@ Cluster { Entry { variants: &[ Variant { - word: "realizability\'s", + word: "realizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330018,7 +330018,7 @@ Cluster { ], }, Variant { - word: "realisability\'s", + word: "realisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330156,7 +330156,7 @@ Cluster { Entry { variants: &[ Variant { - word: "realizableness\'s", + word: "realizableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330164,7 +330164,7 @@ Cluster { ], }, Variant { - word: "realisableness\'s", + word: "realisableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330280,7 +330280,7 @@ Cluster { Entry { variants: &[ Variant { - word: "realization\'s", + word: "realization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330288,7 +330288,7 @@ Cluster { ], }, Variant { - word: "realisation\'s", + word: "realisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330419,7 +330419,7 @@ Cluster { Entry { variants: &[ Variant { - word: "realizing\'s", + word: "realizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330427,7 +330427,7 @@ Cluster { ], }, Variant { - word: "realising\'s", + word: "realising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330492,7 +330492,7 @@ Cluster { Entry { variants: &[ Variant { - word: "realizer\'s", + word: "realizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330500,7 +330500,7 @@ Cluster { ], }, Variant { - word: "realiser\'s", + word: "realiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330859,7 +330859,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reauthorization\'s", + word: "reauthorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330867,7 +330867,7 @@ Cluster { ], }, Variant { - word: "reauthorisation\'s", + word: "reauthorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -330983,7 +330983,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rebaptization\'s", + word: "rebaptization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -330991,7 +330991,7 @@ Cluster { ], }, Variant { - word: "rebaptisation\'s", + word: "rebaptisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -331282,7 +331282,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recapitalization\'s", + word: "recapitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -331290,7 +331290,7 @@ Cluster { ], }, Variant { - word: "recapitalisation\'s", + word: "recapitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -331450,7 +331450,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recarbonization\'s", + word: "recarbonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -331458,7 +331458,7 @@ Cluster { ], }, Variant { - word: "recarbonisation\'s", + word: "recarbonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -331705,7 +331705,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recentralization\'s", + word: "recentralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -331713,7 +331713,7 @@ Cluster { ], }, Variant { - word: "recentralisation\'s", + word: "recentralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -331909,7 +331909,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recivilization\'s", + word: "recivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -331917,7 +331917,7 @@ Cluster { ], }, Variant { - word: "recivilisation\'s", + word: "recivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -332164,7 +332164,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recognizance\'s", + word: "recognizance's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -332172,7 +332172,7 @@ Cluster { ], }, Variant { - word: "recognisance\'s", + word: "recognisance's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -332383,7 +332383,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recognizer\'s", + word: "recognizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -332391,7 +332391,7 @@ Cluster { ], }, Variant { - word: "recogniser\'s", + word: "recogniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -332507,7 +332507,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recolonization\'s", + word: "recolonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -332515,7 +332515,7 @@ Cluster { ], }, Variant { - word: "recolonisation\'s", + word: "recolonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -332723,14 +332723,14 @@ Cluster { Entry { variants: &[ Variant { - word: "recolor\'s", + word: "recolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "recolour\'s", + word: "recolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -332797,13 +332797,13 @@ Cluster { Entry { variants: &[ Variant { - word: "recoloration\'s", + word: "recoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "recolouration\'s", + word: "recolouration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -332976,14 +332976,14 @@ Cluster { Entry { variants: &[ Variant { - word: "reconnoiter\'s", + word: "reconnoiter's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "reconnoitre\'s", + word: "reconnoitre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -333050,13 +333050,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reconnoiterer\'s", + word: "reconnoiterer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "reconnoitrer\'s", + word: "reconnoitrer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333174,7 +333174,7 @@ Cluster { Entry { variants: &[ Variant { - word: "recrystallization\'s", + word: "recrystallization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333182,7 +333182,7 @@ Cluster { ], }, Variant { - word: "recrystallisation\'s", + word: "recrystallisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -333701,13 +333701,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reentrance\'s", + word: "reentrance's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "reaentrance\'s", + word: "reaentrance's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333752,13 +333752,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reexportation\'s", + word: "reexportation's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "reaexportation\'s", + word: "reaexportation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333803,13 +333803,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reexporter\'s", + word: "reexporter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "reaexporter\'s", + word: "reaexporter's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333876,13 +333876,13 @@ Cluster { Entry { variants: &[ Variant { - word: "refavor\'s", + word: "refavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "refavour\'s", + word: "refavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333949,7 +333949,7 @@ Cluster { Entry { variants: &[ Variant { - word: "refertilization\'s", + word: "refertilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -333957,7 +333957,7 @@ Cluster { ], }, Variant { - word: "refertilisation\'s", + word: "refertilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334117,7 +334117,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reflectorize\'s", + word: "reflectorize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334125,7 +334125,7 @@ Cluster { ], }, Variant { - word: "reflectorise\'s", + word: "reflectorise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334168,7 +334168,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reforestization\'s", + word: "reforestization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334176,7 +334176,7 @@ Cluster { ], }, Variant { - word: "reforestisation\'s", + word: "reforestisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334423,7 +334423,7 @@ Cluster { Entry { variants: &[ Variant { - word: "regalvanization\'s", + word: "regalvanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334431,7 +334431,7 @@ Cluster { ], }, Variant { - word: "regalvanisation\'s", + word: "regalvanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334576,7 +334576,7 @@ Cluster { Entry { variants: &[ Variant { - word: "regionalization\'s", + word: "regionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334584,7 +334584,7 @@ Cluster { ], }, Variant { - word: "regionalisation\'s", + word: "regionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334744,7 +334744,7 @@ Cluster { Entry { variants: &[ Variant { - word: "regularization\'s", + word: "regularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334752,7 +334752,7 @@ Cluster { ], }, Variant { - word: "regularisation\'s", + word: "regularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -334912,7 +334912,7 @@ Cluster { Entry { variants: &[ Variant { - word: "regularizer\'s", + word: "regularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -334920,7 +334920,7 @@ Cluster { ], }, Variant { - word: "regulariser\'s", + word: "regulariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -335138,13 +335138,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Rehm\'s", + word: "Rehm's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Roehm\'s", + word: "Roehm's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -335211,13 +335211,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rehonor\'s", + word: "rehonor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rehonour\'s", + word: "rehonour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -335262,7 +335262,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rehumanization\'s", + word: "rehumanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -335270,7 +335270,7 @@ Cluster { ], }, Variant { - word: "rehumanisation\'s", + word: "rehumanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -336080,7 +336080,7 @@ Cluster { Entry { variants: &[ Variant { - word: "relativization\'s", + word: "relativization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -336088,7 +336088,7 @@ Cluster { ], }, Variant { - word: "relativisation\'s", + word: "relativisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -336343,7 +336343,7 @@ Cluster { Entry { variants: &[ Variant { - word: "remagnetization\'s", + word: "remagnetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -336351,7 +336351,7 @@ Cluster { ], }, Variant { - word: "remagnetisation\'s", + word: "remagnetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -336591,7 +336591,7 @@ Cluster { Entry { variants: &[ Variant { - word: "remilitarization\'s", + word: "remilitarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -336599,7 +336599,7 @@ Cluster { ], }, Variant { - word: "remilitarisation\'s", + word: "remilitarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -336759,7 +336759,7 @@ Cluster { Entry { variants: &[ Variant { - word: "remineralization\'s", + word: "remineralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -336767,7 +336767,7 @@ Cluster { ], }, Variant { - word: "remineralisation\'s", + word: "remineralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -336927,7 +336927,7 @@ Cluster { Entry { variants: &[ Variant { - word: "remobilization\'s", + word: "remobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -336935,7 +336935,7 @@ Cluster { ], }, Variant { - word: "remobilisation\'s", + word: "remobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -337201,7 +337201,7 @@ Cluster { Entry { variants: &[ Variant { - word: "remonetization\'s", + word: "remonetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -337209,7 +337209,7 @@ Cluster { ], }, Variant { - word: "remonetisation\'s", + word: "remonetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -337617,13 +337617,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Renferd\'s", + word: "Renferd's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Renfred\'s", + word: "Renfred's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -337690,7 +337690,7 @@ Cluster { Entry { variants: &[ Variant { - word: "renormalization\'s", + word: "renormalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -337698,7 +337698,7 @@ Cluster { ], }, Variant { - word: "renormalisation\'s", + word: "renormalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -337858,7 +337858,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reobjectivization\'s", + word: "reobjectivization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -337866,7 +337866,7 @@ Cluster { ], }, Variant { - word: "reobjectivisation\'s", + word: "reobjectivisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -337982,7 +337982,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reorganization\'s", + word: "reorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -337990,7 +337990,7 @@ Cluster { ], }, Variant { - word: "reorganisation\'s", + word: "reorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -338084,7 +338084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reorganizationist\'s", + word: "reorganizationist's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -338092,7 +338092,7 @@ Cluster { ], }, Variant { - word: "reorganisationist\'s", + word: "reorganisationist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -338252,7 +338252,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reorganizer\'s", + word: "reorganizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -338260,7 +338260,7 @@ Cluster { ], }, Variant { - word: "reorganiser\'s", + word: "reorganiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -338471,7 +338471,7 @@ Cluster { Entry { variants: &[ Variant { - word: "repaganization\'s", + word: "repaganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -338479,7 +338479,7 @@ Cluster { ], }, Variant { - word: "repaganisation\'s", + word: "repaganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -338691,13 +338691,13 @@ Cluster { Entry { variants: &[ Variant { - word: "repellent\'s", + word: "repellent's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "repellant\'s", + word: "repellant's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -338790,7 +338790,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rephosphorization\'s", + word: "rephosphorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -338798,7 +338798,7 @@ Cluster { ], }, Variant { - word: "rephosphorisation\'s", + word: "rephosphorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -338914,7 +338914,7 @@ Cluster { Entry { variants: &[ Variant { - word: "repolymerization\'s", + word: "repolymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -338922,7 +338922,7 @@ Cluster { ], }, Variant { - word: "repolymerisation\'s", + word: "repolymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -339067,7 +339067,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reprivatization\'s", + word: "reprivatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -339075,7 +339075,7 @@ Cluster { ], }, Variant { - word: "reprivatisation\'s", + word: "reprivatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -339323,7 +339323,7 @@ Cluster { Entry { variants: &[ Variant { - word: "republicanization\'s", + word: "republicanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -339331,7 +339331,7 @@ Cluster { ], }, Variant { - word: "republicanisation\'s", + word: "republicanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -339491,7 +339491,7 @@ Cluster { Entry { variants: &[ Variant { - word: "republicanizer\'s", + word: "republicanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -339499,7 +339499,7 @@ Cluster { ], }, Variant { - word: "republicaniser\'s", + word: "republicaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -339724,7 +339724,7 @@ Cluster { Entry { variants: &[ Variant { - word: "resensitization\'s", + word: "resensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -339732,7 +339732,7 @@ Cluster { ], }, Variant { - word: "resensitisation\'s", + word: "resensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -340140,7 +340140,7 @@ Cluster { Entry { variants: &[ Variant { - word: "restandardization\'s", + word: "restandardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -340148,7 +340148,7 @@ Cluster { ], }, Variant { - word: "restandardisation\'s", + word: "restandardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -340258,13 +340258,13 @@ Cluster { Entry { variants: &[ Variant { - word: "restaurateur\'s", + word: "restaurateur's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "restauranteur\'s", + word: "restauranteur's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -340525,7 +340525,7 @@ Cluster { Entry { variants: &[ Variant { - word: "resymbolization\'s", + word: "resymbolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -340533,7 +340533,7 @@ Cluster { ], }, Variant { - word: "resymbolisation\'s", + word: "resymbolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -340649,7 +340649,7 @@ Cluster { Entry { variants: &[ Variant { - word: "resynchronization\'s", + word: "resynchronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -340657,7 +340657,7 @@ Cluster { ], }, Variant { - word: "resynchronisation\'s", + word: "resynchronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -341006,7 +341006,7 @@ Cluster { Entry { variants: &[ Variant { - word: "reutilization\'s", + word: "reutilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341014,7 +341014,7 @@ Cluster { ], }, Variant { - word: "reutilisation\'s", + word: "reutilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -341174,7 +341174,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revalorization\'s", + word: "revalorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341182,7 +341182,7 @@ Cluster { ], }, Variant { - word: "revalorisation\'s", + word: "revalorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -341342,7 +341342,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revaporization\'s", + word: "revaporization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341350,7 +341350,7 @@ Cluster { ], }, Variant { - word: "revapourisation\'s", + word: "revapourisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -341592,13 +341592,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reveler\'s", + word: "reveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "reveller\'s", + word: "reveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341640,13 +341640,13 @@ Cluster { Entry { variants: &[ Variant { - word: "reverie\'s", + word: "reverie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "revery\'s", + word: "revery's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -341739,7 +341739,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revisualization\'s", + word: "revisualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341747,7 +341747,7 @@ Cluster { ], }, Variant { - word: "revisualisation\'s", + word: "revisualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -341863,7 +341863,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revitalization\'s", + word: "revitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -341871,7 +341871,7 @@ Cluster { ], }, Variant { - word: "revitalisation\'s", + word: "revitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -342305,7 +342305,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revolutionizement\'s", + word: "revolutionizement's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -342313,7 +342313,7 @@ Cluster { ], }, Variant { - word: "revolutionisement\'s", + word: "revolutionisement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -342378,7 +342378,7 @@ Cluster { Entry { variants: &[ Variant { - word: "revolutionizer\'s", + word: "revolutionizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -342386,7 +342386,7 @@ Cluster { ], }, Variant { - word: "revolutioniser\'s", + word: "revolutioniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -342429,13 +342429,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Rexford\'s", + word: "Rexford's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Rexfourd\'s", + word: "Rexfourd's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -342662,13 +342662,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Rhetian\'s", + word: "Rhetian's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Rhaetian\'s", + word: "Rhaetian's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -343311,7 +343311,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rhythmizable\'s", + word: "rhythmizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -343319,7 +343319,7 @@ Cluster { ], }, Variant { - word: "rhythmisable\'s", + word: "rhythmisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -343384,7 +343384,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rhythmization\'s", + word: "rhythmization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -343392,7 +343392,7 @@ Cluster { ], }, Variant { - word: "rhythmisation\'s", + word: "rhythmisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -343546,13 +343546,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rickshaw\'s", + word: "rickshaw's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ricksha\'s", + word: "ricksha's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -343756,13 +343756,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rigmarole\'s", + word: "rigmarole's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "rigamarole\'s", + word: "rigamarole's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -343830,7 +343830,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rigor\'s", + word: "rigor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -343838,7 +343838,7 @@ Cluster { ], }, Variant { - word: "rigour\'s", + word: "rigour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -343883,13 +343883,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rigorism\'s", + word: "rigorism's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rigourism\'s", + word: "rigourism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -343934,13 +343934,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rigorist\'s", + word: "rigorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rigourist\'s", + word: "rigourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344081,13 +344081,13 @@ Cluster { Entry { variants: &[ Variant { - word: "riposte\'s", + word: "riposte's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ripost\'s", + word: "ripost's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -344202,7 +344202,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ritualization\'s", + word: "ritualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344210,7 +344210,7 @@ Cluster { ], }, Variant { - word: "ritualisation\'s", + word: "ritualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -344421,13 +344421,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rivaless\'s", + word: "rivaless's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rivalless\'s", + word: "rivalless's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344589,7 +344589,7 @@ Cluster { Entry { variants: &[ Variant { - word: "robotization\'s", + word: "robotization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344597,7 +344597,7 @@ Cluster { ], }, Variant { - word: "robotisation\'s", + word: "robotisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -344870,13 +344870,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Romania\'s", + word: "Romania's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Roumania\'s", + word: "Roumania's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344943,7 +344943,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Romanization\'s", + word: "Romanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -344951,7 +344951,7 @@ Cluster { ], }, Variant { - word: "Romanisation\'s", + word: "Romanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -345199,7 +345199,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Romanizer\'s", + word: "Romanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -345207,7 +345207,7 @@ Cluster { ], }, Variant { - word: "Romaniser\'s", + word: "Romaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -345272,7 +345272,7 @@ Cluster { Entry { variants: &[ Variant { - word: "romanticization\'s", + word: "romanticization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -345280,7 +345280,7 @@ Cluster { ], }, Variant { - word: "romanticisation\'s", + word: "romanticisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -345494,7 +345494,7 @@ Cluster { Entry { variants: &[ Variant { - word: "routinization\'s", + word: "routinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -345502,7 +345502,7 @@ Cluster { ], }, Variant { - word: "routinisation\'s", + word: "routinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -345715,7 +345715,7 @@ Cluster { Entry { variants: &[ Variant { - word: "royalization\'s", + word: "royalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -345723,7 +345723,7 @@ Cluster { ], }, Variant { - word: "royalisation\'s", + word: "royalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -346007,13 +346007,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ruble\'s", + word: "ruble's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rouble\'s", + word: "rouble's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -346182,7 +346182,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ruggedization\'s", + word: "ruggedization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -346190,7 +346190,7 @@ Cluster { ], }, Variant { - word: "ruggedisation\'s", + word: "ruggedisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -346402,7 +346402,7 @@ Cluster { Entry { variants: &[ Variant { - word: "rumor\'s", + word: "rumor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -346410,7 +346410,7 @@ Cluster { ], }, Variant { - word: "rumour\'s", + word: "rumour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -346477,13 +346477,13 @@ Cluster { Entry { variants: &[ Variant { - word: "rumorer\'s", + word: "rumorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "rumourer\'s", + word: "rumourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -346552,14 +346552,14 @@ Cluster { Entry { variants: &[ Variant { - word: "rumormonger\'s", + word: "rumormonger's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "rumourmonger\'s", + word: "rumourmonger's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -346626,7 +346626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ruralization\'s", + word: "ruralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -346634,7 +346634,7 @@ Cluster { ], }, Variant { - word: "ruralisation\'s", + word: "ruralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -346794,7 +346794,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Russianization\'s", + word: "Russianization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -346802,7 +346802,7 @@ Cluster { ], }, Variant { - word: "Russianisation\'s", + word: "Russianisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -347101,7 +347101,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Sabbathize\'s", + word: "Sabbathize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -347109,7 +347109,7 @@ Cluster { ], }, Variant { - word: "Sabbathise\'s", + word: "Sabbathise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -347368,13 +347368,13 @@ Cluster { Entry { variants: &[ Variant { - word: "saber\'s", + word: "saber's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sabre\'s", + word: "sabre's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -347471,13 +347471,13 @@ Cluster { Entry { variants: &[ Variant { - word: "saberlike\'s", + word: "saberlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sabrelike\'s", + word: "sabrelike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -347814,7 +347814,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sacralization\'s", + word: "sacralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -347822,7 +347822,7 @@ Cluster { ], }, Variant { - word: "sacralisation\'s", + word: "sacralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -348011,13 +348011,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Safier\'s", + word: "Safier's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Safire\'s", + word: "Safire's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -348084,7 +348084,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sailorizing\'s", + word: "sailorizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -348092,7 +348092,7 @@ Cluster { ], }, Variant { - word: "sailorising\'s", + word: "sailorising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -348147,7 +348147,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sake\'s", + word: "sake's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -348212,14 +348212,14 @@ Cluster { Entry { variants: &[ Variant { - word: "sake\'s", + word: "sake's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "saki\'s", + word: "saki's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -348501,13 +348501,13 @@ Cluster { Entry { variants: &[ Variant { - word: "saltpeter\'s", + word: "saltpeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "saltpetre\'s", + word: "saltpetre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -348698,13 +348698,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Sanferd\'s", + word: "Sanferd's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Sanfred\'s", + word: "Sanfred's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -348844,7 +348844,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sanitization\'s", + word: "sanitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -348852,7 +348852,7 @@ Cluster { ], }, Variant { - word: "sanitisation\'s", + word: "sanitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -349012,7 +349012,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sanitizer\'s", + word: "sanitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -349020,7 +349020,7 @@ Cluster { ], }, Variant { - word: "sanitiser\'s", + word: "sanitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -349063,7 +349063,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Sanskritize\'s", + word: "Sanskritize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -349071,7 +349071,7 @@ Cluster { ], }, Variant { - word: "Sanskritise\'s", + word: "Sanskritise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -349238,13 +349238,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sapremia\'s", + word: "sapremia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sapraemia\'s", + word: "sapraemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -349363,13 +349363,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sari\'s", + word: "sari's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "saree\'s", + word: "saree's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -349659,7 +349659,7 @@ Cluster { Entry { variants: &[ Variant { - word: "satirizable\'s", + word: "satirizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -349667,7 +349667,7 @@ Cluster { ], }, Variant { - word: "satirisable\'s", + word: "satirisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -349856,7 +349856,7 @@ Cluster { Entry { variants: &[ Variant { - word: "satirizer\'s", + word: "satirizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -349864,7 +349864,7 @@ Cluster { ], }, Variant { - word: "satiriser\'s", + word: "satiriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -350042,13 +350042,13 @@ Cluster { Entry { variants: &[ Variant { - word: "savanna\'s", + word: "savanna's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "savannah\'s", + word: "savannah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -350116,7 +350116,7 @@ Cluster { Entry { variants: &[ Variant { - word: "savior\'s", + word: "savior's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350124,7 +350124,7 @@ Cluster { ], }, Variant { - word: "saviour\'s", + word: "saviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -350224,7 +350224,7 @@ Cluster { Entry { variants: &[ Variant { - word: "saviorhood\'s", + word: "saviorhood's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350232,7 +350232,7 @@ Cluster { ], }, Variant { - word: "saviourhood\'s", + word: "saviourhood's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -350303,7 +350303,7 @@ Cluster { Entry { variants: &[ Variant { - word: "saviorship\'s", + word: "saviorship's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350311,7 +350311,7 @@ Cluster { ], }, Variant { - word: "saviourship\'s", + word: "saviourship's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -350430,7 +350430,7 @@ Cluster { Entry { variants: &[ Variant { - word: "savor\'s", + word: "savor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350438,7 +350438,7 @@ Cluster { ], }, Variant { - word: "savour\'s", + word: "savour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -350509,7 +350509,7 @@ Cluster { Entry { variants: &[ Variant { - word: "savorer\'s", + word: "savorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350517,7 +350517,7 @@ Cluster { ], }, Variant { - word: "savourer\'s", + word: "savourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -350643,7 +350643,7 @@ Cluster { Entry { variants: &[ Variant { - word: "savoriness\'s", + word: "savoriness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -350651,7 +350651,7 @@ Cluster { ], }, Variant { - word: "savouriness\'s", + word: "savouriness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -351087,7 +351087,7 @@ Cluster { Entry { variants: &[ Variant { - word: "savory\'s", + word: "savory's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -351095,7 +351095,7 @@ Cluster { ], }, Variant { - word: "savoury\'s", + word: "savoury's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -351162,7 +351162,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Saxonization\'s", + word: "Saxonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351170,7 +351170,7 @@ Cluster { ], }, Variant { - word: "Saxonisation\'s", + word: "Saxonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351235,7 +351235,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Saxonized\'s", + word: "Saxonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351243,7 +351243,7 @@ Cluster { ], }, Variant { - word: "Saxonised\'s", + word: "Saxonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351301,7 +351301,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Saxonize\'s", + word: "Saxonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351309,7 +351309,7 @@ Cluster { ], }, Variant { - word: "Saxonise\'s", + word: "Saxonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351323,7 +351323,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Saxonizing\'s", + word: "Saxonizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351331,7 +351331,7 @@ Cluster { ], }, Variant { - word: "Saxonising\'s", + word: "Saxonising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351390,13 +351390,13 @@ Cluster { Entry { variants: &[ Variant { - word: "scalawag\'s", + word: "scalawag's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "scallywag\'s", + word: "scallywag's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -351492,13 +351492,13 @@ Cluster { Entry { variants: &[ Variant { - word: "scallop\'s", + word: "scallop's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "scollop\'s", + word: "scollop's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -351613,7 +351613,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scandalization\'s", + word: "scandalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351621,7 +351621,7 @@ Cluster { ], }, Variant { - word: "scandalisation\'s", + word: "scandalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351781,7 +351781,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scandalizer\'s", + word: "scandalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351789,7 +351789,7 @@ Cluster { ], }, Variant { - word: "scandaliser\'s", + word: "scandaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -351938,7 +351938,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scenarioization\'s", + word: "scenarioization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -351946,7 +351946,7 @@ Cluster { ], }, Variant { - word: "scenarioisation\'s", + word: "scenarioisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -352062,7 +352062,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scenarization\'s", + word: "scenarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -352070,7 +352070,7 @@ Cluster { ], }, Variant { - word: "scenarisation\'s", + word: "scenarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -352274,13 +352274,13 @@ Cluster { Entry { variants: &[ Variant { - word: "scepter\'s", + word: "scepter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sceptre\'s", + word: "sceptre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -352412,13 +352412,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Scevor\'s", + word: "Scevor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Scevour\'s", + word: "Scevour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -352562,7 +352562,7 @@ Cluster { Entry { variants: &[ Variant { - word: "schematization\'s", + word: "schematization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -352570,7 +352570,7 @@ Cluster { ], }, Variant { - word: "schematisation\'s", + word: "schematisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -353045,13 +353045,13 @@ Cluster { Entry { variants: &[ Variant { - word: "schlemiel\'s", + word: "schlemiel's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "shlemiel\'s", + word: "shlemiel's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -353173,25 +353173,25 @@ Cluster { Entry { variants: &[ Variant { - word: "schlep\'s", + word: "schlep's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schlepp\'s", + word: "schlepp's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "shlepp\'s", + word: "shlepp's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "shlep\'s", + word: "shlep's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -353299,19 +353299,19 @@ Cluster { Entry { variants: &[ Variant { - word: "schmaltz\'s", + word: "schmaltz's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schmalz\'s", + word: "schmalz's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "shmaltz\'s", + word: "shmaltz's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -353376,13 +353376,13 @@ Cluster { Entry { variants: &[ Variant { - word: "schmo\'s", + word: "schmo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schmoe\'s", + word: "schmoe's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -353421,13 +353421,13 @@ Cluster { Entry { variants: &[ Variant { - word: "schnapps\'s", + word: "schnapps's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schnaps\'s", + word: "schnaps's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -353593,7 +353593,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sclerotization\'s", + word: "sclerotization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -353601,7 +353601,7 @@ Cluster { ], }, Variant { - word: "sclerotisation\'s", + word: "sclerotisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -353856,7 +353856,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Scotticized\'s", + word: "Scotticized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -353864,7 +353864,7 @@ Cluster { ], }, Variant { - word: "Scotticised\'s", + word: "Scotticised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -353922,7 +353922,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Scotticize\'s", + word: "Scotticize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -353930,7 +353930,7 @@ Cluster { ], }, Variant { - word: "Scotticise\'s", + word: "Scotticise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -353944,7 +353944,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Scotticizing\'s", + word: "Scotticizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -353952,7 +353952,7 @@ Cluster { ], }, Variant { - word: "Scotticising\'s", + word: "Scotticising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -354062,13 +354062,13 @@ Cluster { Entry { variants: &[ Variant { - word: "scrod\'s", + word: "scrod's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schrod\'s", + word: "schrod's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -354107,13 +354107,13 @@ Cluster { Entry { variants: &[ Variant { - word: "scrunchy\'s", + word: "scrunchy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "scrunchie\'s", + word: "scrunchie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -354177,7 +354177,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scrutinization\'s", + word: "scrutinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -354185,7 +354185,7 @@ Cluster { ], }, Variant { - word: "scrutinisation\'s", + word: "scrutinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -354345,7 +354345,7 @@ Cluster { Entry { variants: &[ Variant { - word: "scrutinizer\'s", + word: "scrutinizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -354353,7 +354353,7 @@ Cluster { ], }, Variant { - word: "scrutiniser\'s", + word: "scrutiniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -354520,14 +354520,14 @@ Cluster { Entry { variants: &[ Variant { - word: "seborrhea\'s", + word: "seborrhea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "seborrhoea\'s", + word: "seborrhoea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -354746,7 +354746,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sectionalization\'s", + word: "sectionalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -354754,7 +354754,7 @@ Cluster { ], }, Variant { - word: "sectionalisation\'s", + word: "sectionalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -355206,7 +355206,7 @@ Cluster { Entry { variants: &[ Variant { - word: "secularization\'s", + word: "secularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -355214,7 +355214,7 @@ Cluster { ], }, Variant { - word: "secularisation\'s", + word: "secularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -355374,7 +355374,7 @@ Cluster { Entry { variants: &[ Variant { - word: "secularizer\'s", + word: "secularizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -355382,7 +355382,7 @@ Cluster { ], }, Variant { - word: "seculariser\'s", + word: "seculariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -355622,13 +355622,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Seed\'s", + word: "Seed's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Saeed\'s", + word: "Saeed's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -355724,7 +355724,7 @@ Cluster { Entry { variants: &[ Variant { - word: "seizer\'s", + word: "seizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -355732,7 +355732,7 @@ Cluster { ], }, Variant { - word: "seiser\'s", + word: "seiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -355797,7 +355797,7 @@ Cluster { Entry { variants: &[ Variant { - word: "seizin\'s", + word: "seizin's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -355805,7 +355805,7 @@ Cluster { ], }, Variant { - word: "seisin\'s", + word: "seisin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -355922,13 +355922,13 @@ Cluster { Entry { variants: &[ Variant { - word: "selvage\'s", + word: "selvage's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "selvedge\'s", + word: "selvedge's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -355970,13 +355970,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Semenov\'s", + word: "Semenov's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Semaenov\'s", + word: "Semaenov's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356123,7 +356123,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semicivilization\'s", + word: "semicivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356131,7 +356131,7 @@ Cluster { ], }, Variant { - word: "semicivilisation\'s", + word: "semicivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356196,7 +356196,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semicivilized\'s", + word: "semicivilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356204,7 +356204,7 @@ Cluster { ], }, Variant { - word: "semicivilised\'s", + word: "semicivilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356269,7 +356269,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semifossilized\'s", + word: "semifossilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356277,7 +356277,7 @@ Cluster { ], }, Variant { - word: "semifossilised\'s", + word: "semifossilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356342,13 +356342,13 @@ Cluster { Entry { variants: &[ Variant { - word: "semihonor\'s", + word: "semihonor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "semihonour\'s", + word: "semihonour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356415,7 +356415,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semihumanized\'s", + word: "semihumanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356423,7 +356423,7 @@ Cluster { ], }, Variant { - word: "semihumanised\'s", + word: "semihumanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356488,7 +356488,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semimercerized\'s", + word: "semimercerized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356496,7 +356496,7 @@ Cluster { ], }, Variant { - word: "semimercerised\'s", + word: "semimercerised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356561,7 +356561,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semimineralized\'s", + word: "semimineralized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356569,7 +356569,7 @@ Cluster { ], }, Variant { - word: "semimineralised\'s", + word: "semimineralised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356685,7 +356685,7 @@ Cluster { Entry { variants: &[ Variant { - word: "seminationalization\'s", + word: "seminationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356693,7 +356693,7 @@ Cluster { ], }, Variant { - word: "seminationalisation\'s", + word: "seminationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356758,7 +356758,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semiorganized\'s", + word: "semiorganized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356766,7 +356766,7 @@ Cluster { ], }, Variant { - word: "semiorganised\'s", + word: "semiorganised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356831,7 +356831,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semioxidized\'s", + word: "semioxidized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356839,7 +356839,7 @@ Cluster { ], }, Variant { - word: "semioxidised\'s", + word: "semioxidised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356904,7 +356904,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semioxygenized\'s", + word: "semioxygenized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356912,7 +356912,7 @@ Cluster { ], }, Variant { - word: "semioxygenised\'s", + word: "semioxygenised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -356977,7 +356977,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semiprofessionalized\'s", + word: "semiprofessionalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -356985,7 +356985,7 @@ Cluster { ], }, Variant { - word: "semiprofessionalised\'s", + word: "semiprofessionalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357079,7 +357079,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Semiticize\'s", + word: "Semiticize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357087,7 +357087,7 @@ Cluster { ], }, Variant { - word: "Semiticise\'s", + word: "Semiticise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357152,7 +357152,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Semitization\'s", + word: "Semitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357160,7 +357160,7 @@ Cluster { ], }, Variant { - word: "Semitisation\'s", + word: "Semitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357225,7 +357225,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Semitized\'s", + word: "Semitized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357233,7 +357233,7 @@ Cluster { ], }, Variant { - word: "Semitised\'s", + word: "Semitised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357291,7 +357291,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Semitize\'s", + word: "Semitize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357299,7 +357299,7 @@ Cluster { ], }, Variant { - word: "Semitise\'s", + word: "Semitise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357313,7 +357313,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Semitizing\'s", + word: "Semitizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357321,7 +357321,7 @@ Cluster { ], }, Variant { - word: "Semitising\'s", + word: "Semitising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357386,7 +357386,7 @@ Cluster { Entry { variants: &[ Variant { - word: "semivulcanized\'s", + word: "semivulcanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357394,7 +357394,7 @@ Cluster { ], }, Variant { - word: "semivulcanised\'s", + word: "semivulcanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357634,7 +357634,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sensitization\'s", + word: "sensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357642,7 +357642,7 @@ Cluster { ], }, Variant { - word: "sensitisation\'s", + word: "sensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357802,7 +357802,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sensitizer\'s", + word: "sensitizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357810,7 +357810,7 @@ Cluster { ], }, Variant { - word: "sensitiser\'s", + word: "sensitiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -357926,7 +357926,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sensualization\'s", + word: "sensualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -357934,7 +357934,7 @@ Cluster { ], }, Variant { - word: "sensualisation\'s", + word: "sensualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -358094,7 +358094,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sentimentalization\'s", + word: "sentimentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -358102,7 +358102,7 @@ Cluster { ], }, Variant { - word: "sentimentalisation\'s", + word: "sentimentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -358437,7 +358437,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Septembrizer\'s", + word: "Septembrizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -358445,7 +358445,7 @@ Cluster { ], }, Variant { - word: "Septembriser\'s", + word: "Septembriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -358514,13 +358514,13 @@ Cluster { Entry { variants: &[ Variant { - word: "septet\'s", + word: "septet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "septette\'s", + word: "septette's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -358603,14 +358603,14 @@ Cluster { Entry { variants: &[ Variant { - word: "septicemia\'s", + word: "septicemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "septicaemia\'s", + word: "septicaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -358705,7 +358705,7 @@ Cluster { Entry { variants: &[ Variant { - word: "septicization\'s", + word: "septicization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -358713,7 +358713,7 @@ Cluster { ], }, Variant { - word: "septicisation\'s", + word: "septicisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -358851,13 +358851,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sepulcher\'s", + word: "sepulcher's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sepulchre\'s", + word: "sepulchre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -359064,13 +359064,13 @@ Cluster { Entry { variants: &[ Variant { - word: "serape\'s", + word: "serape's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sarape\'s", + word: "sarape's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -359243,7 +359243,7 @@ Cluster { Entry { variants: &[ Variant { - word: "serialization\'s", + word: "serialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -359251,7 +359251,7 @@ Cluster { ], }, Variant { - word: "serialisation\'s", + word: "serialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -359557,7 +359557,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sermonizer\'s", + word: "sermonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -359565,7 +359565,7 @@ Cluster { ], }, Variant { - word: "sermoniser\'s", + word: "sermoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -359659,7 +359659,7 @@ Cluster { Entry { variants: &[ Variant { - word: "serpentinization\'s", + word: "serpentinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -359667,7 +359667,7 @@ Cluster { ], }, Variant { - word: "serpentinisation\'s", + word: "serpentinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -360111,7 +360111,7 @@ Cluster { Entry { variants: &[ Variant { - word: "severization\'s", + word: "severization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -360119,7 +360119,7 @@ Cluster { ], }, Variant { - word: "severisation\'s", + word: "severisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -360210,13 +360210,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sextet\'s", + word: "sextet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sextette\'s", + word: "sextette's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -360299,7 +360299,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sexualization\'s", + word: "sexualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -360307,7 +360307,7 @@ Cluster { ], }, Variant { - word: "sexualisation\'s", + word: "sexualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -360467,7 +360467,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Shakespearize\'s", + word: "Shakespearize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -360475,7 +360475,7 @@ Cluster { ], }, Variant { - word: "Shakespearise\'s", + word: "Shakespearise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -360534,13 +360534,13 @@ Cluster { Entry { variants: &[ Variant { - word: "shard\'s", + word: "shard's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sherd\'s", + word: "sherd's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -360605,13 +360605,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sharpie\'s", + word: "sharpie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sharpy\'s", + word: "sharpy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -360717,7 +360717,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sheikh\'s", + word: "sheikh's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -360727,7 +360727,7 @@ Cluster { ], }, Variant { - word: "sheik\'s", + word: "sheik's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -360737,7 +360737,7 @@ Cluster { ], }, Variant { - word: "shaykh\'s", + word: "shaykh's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -360747,7 +360747,7 @@ Cluster { ], }, Variant { - word: "shaikh\'s", + word: "shaikh's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -360814,7 +360814,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sheik\'s", + word: "sheik's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -360824,7 +360824,7 @@ Cluster { ], }, Variant { - word: "sheikh\'s", + word: "sheikh's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -360886,13 +360886,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sheikdom\'s", + word: "sheikdom's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sheikhdom\'s", + word: "sheikhdom's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -360950,13 +360950,13 @@ Cluster { Entry { variants: &[ Variant { - word: "shellac\'s", + word: "shellac's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "shellack\'s", + word: "shellack's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -361189,13 +361189,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sherbet\'s", + word: "sherbet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sherbert\'s", + word: "sherbert's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -361237,13 +361237,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Shere\'s", + word: "Shere's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Shree\'s", + word: "Shree's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -361307,13 +361307,13 @@ Cluster { Entry { variants: &[ Variant { - word: "shillelagh\'s", + word: "shillelagh's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "shillalah\'s", + word: "shillalah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -361403,7 +361403,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Shintoize\'s", + word: "Shintoize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -361411,7 +361411,7 @@ Cluster { ], }, Variant { - word: "Shintoise\'s", + word: "Shintoise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -361480,13 +361480,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Shkoder\'s", + word: "Shkoder's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Shkodaer\'s", + word: "Shkodaer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -361528,13 +361528,13 @@ Cluster { Entry { variants: &[ Variant { - word: "shorty\'s", + word: "shorty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "shortie\'s", + word: "shortie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -361651,14 +361651,14 @@ Cluster { Entry { variants: &[ Variant { - word: "shoveler\'s", + word: "shoveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "shoveller\'s", + word: "shoveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -361782,19 +361782,19 @@ Cluster { Entry { variants: &[ Variant { - word: "shtick\'s", + word: "shtick's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "schtick\'s", + word: "schtick's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "shtik\'s", + word: "shtik's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -361960,13 +361960,13 @@ Cluster { Entry { variants: &[ Variant { - word: "signaler\'s", + word: "signaler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "signaller\'s", + word: "signaller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -362208,7 +362208,7 @@ Cluster { Entry { variants: &[ Variant { - word: "silicatization\'s", + word: "silicatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -362216,7 +362216,7 @@ Cluster { ], }, Variant { - word: "silicatisation\'s", + word: "silicatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -362562,7 +362562,7 @@ Cluster { Entry { variants: &[ Variant { - word: "silverizer\'s", + word: "silverizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -362570,7 +362570,7 @@ Cluster { ], }, Variant { - word: "silveriser\'s", + word: "silveriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -362788,13 +362788,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Sine\'s", + word: "Sine's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Sinae\'s", + word: "Sinae's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -362861,7 +362861,7 @@ Cluster { Entry { variants: &[ Variant { - word: "singularization\'s", + word: "singularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -362869,7 +362869,7 @@ Cluster { ], }, Variant { - word: "singularisation\'s", + word: "singularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -363180,7 +363180,7 @@ Cluster { Entry { variants: &[ Variant { - word: "siphon\'s", + word: "siphon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -363190,7 +363190,7 @@ Cluster { ], }, Variant { - word: "syphon\'s", + word: "syphon's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -363330,7 +363330,7 @@ Cluster { Entry { variants: &[ Variant { - word: "siphonlike\'s", + word: "siphonlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -363340,7 +363340,7 @@ Cluster { ], }, Variant { - word: "syphonlike\'s", + word: "syphonlike's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -363389,7 +363389,7 @@ Cluster { Entry { variants: &[ Variant { - word: "siphonophore\'s", + word: "siphonophore's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -363399,7 +363399,7 @@ Cluster { ], }, Variant { - word: "syphonophore\'s", + word: "syphonophore's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -363448,7 +363448,7 @@ Cluster { Entry { variants: &[ Variant { - word: "siphonostele\'s", + word: "siphonostele's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -363458,7 +363458,7 @@ Cluster { ], }, Variant { - word: "syphonostele\'s", + word: "syphonostele's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -363680,13 +363680,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sirree\'s", + word: "sirree's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "siree\'s", + word: "siree's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -363978,7 +363978,7 @@ Cluster { Entry { variants: &[ Variant { - word: "skeletonization\'s", + word: "skeletonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -363986,7 +363986,7 @@ Cluster { ], }, Variant { - word: "skeletonisation\'s", + word: "skeletonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -364146,7 +364146,7 @@ Cluster { Entry { variants: &[ Variant { - word: "skeletonizer\'s", + word: "skeletonizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -364154,7 +364154,7 @@ Cluster { ], }, Variant { - word: "skeletoniser\'s", + word: "skeletoniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -364271,7 +364271,7 @@ Cluster { Entry { variants: &[ Variant { - word: "skeptic\'s", + word: "skeptic's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -364279,7 +364279,7 @@ Cluster { ], }, Variant { - word: "sceptic\'s", + word: "sceptic's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -364460,7 +364460,7 @@ Cluster { Entry { variants: &[ Variant { - word: "skepticism\'s", + word: "skepticism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -364468,7 +364468,7 @@ Cluster { ], }, Variant { - word: "scepticism\'s", + word: "scepticism's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -364625,14 +364625,14 @@ Cluster { Entry { variants: &[ Variant { - word: "skillfulness\'s", + word: "skillfulness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "skilfulness\'s", + word: "skilfulness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -364674,13 +364674,13 @@ Cluster { Entry { variants: &[ Variant { - word: "skulduggery\'s", + word: "skulduggery's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "skullduggery\'s", + word: "skullduggery's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -364795,7 +364795,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavicize\'s", + word: "Slavicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -364803,7 +364803,7 @@ Cluster { ], }, Variant { - word: "Slavicise\'s", + word: "Slavicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -364868,7 +364868,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavization\'s", + word: "Slavization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -364876,7 +364876,7 @@ Cluster { ], }, Variant { - word: "Slavisation\'s", + word: "Slavisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -364941,7 +364941,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavize\'s", + word: "Slavize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -364949,7 +364949,7 @@ Cluster { ], }, Variant { - word: "Slavise\'s", + word: "Slavise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365014,7 +365014,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonicized\'s", + word: "Slavonicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365022,7 +365022,7 @@ Cluster { ], }, Variant { - word: "Slavonicised\'s", + word: "Slavonicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365080,7 +365080,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonicize\'s", + word: "Slavonicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365088,7 +365088,7 @@ Cluster { ], }, Variant { - word: "Slavonicise\'s", + word: "Slavonicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365102,7 +365102,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonicizing\'s", + word: "Slavonicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365110,7 +365110,7 @@ Cluster { ], }, Variant { - word: "Slavonicising\'s", + word: "Slavonicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365175,7 +365175,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonized\'s", + word: "Slavonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365183,7 +365183,7 @@ Cluster { ], }, Variant { - word: "Slavonised\'s", + word: "Slavonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365241,7 +365241,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonize\'s", + word: "Slavonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365249,7 +365249,7 @@ Cluster { ], }, Variant { - word: "Slavonise\'s", + word: "Slavonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365263,7 +365263,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Slavonizing\'s", + word: "Slavonizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -365271,7 +365271,7 @@ Cluster { ], }, Variant { - word: "Slavonising\'s", + word: "Slavonising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -365828,7 +365828,7 @@ Cluster { Entry { variants: &[ Variant { - word: "smidgen\'s", + word: "smidgen's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -365838,7 +365838,7 @@ Cluster { ], }, Variant { - word: "smidgeon\'s", + word: "smidgeon's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(1),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -365848,14 +365848,14 @@ Cluster { ], }, Variant { - word: "smidge\'s", + word: "smidge's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(2),}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "smidgin\'s", + word: "smidgin's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(3),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -365975,14 +365975,14 @@ Cluster { Entry { variants: &[ Variant { - word: "smolder\'s", + word: "smolder's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "smoulder\'s", + word: "smoulder's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -366025,13 +366025,13 @@ Cluster { Entry { variants: &[ Variant { - word: "smoothie\'s", + word: "smoothie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "smoothy\'s", + word: "smoothy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -366168,13 +366168,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sniveler\'s", + word: "sniveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sniveller\'s", + word: "sniveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -366302,14 +366302,14 @@ Cluster { Entry { variants: &[ Variant { - word: "snowplow\'s", + word: "snowplow's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "snowplough\'s", + word: "snowplough's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -366464,13 +366464,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sol\'s", + word: "sol's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "so\'s", + word: "so's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -366509,7 +366509,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sol\'s", + word: "sol's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -366662,13 +366662,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sobriquet\'s", + word: "sobriquet's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "soubriquet\'s", + word: "soubriquet's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -366732,7 +366732,7 @@ Cluster { Entry { variants: &[ Variant { - word: "socialization\'s", + word: "socialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -366740,7 +366740,7 @@ Cluster { ], }, Variant { - word: "socialisation\'s", + word: "socialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -366878,7 +366878,7 @@ Cluster { Entry { variants: &[ Variant { - word: "socializer\'s", + word: "socializer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -366886,7 +366886,7 @@ Cluster { ], }, Variant { - word: "socialiser\'s", + word: "socialiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -366980,7 +366980,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Socratized\'s", + word: "Socratized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -366988,7 +366988,7 @@ Cluster { ], }, Variant { - word: "Socratised\'s", + word: "Socratised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367046,7 +367046,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Socratize\'s", + word: "Socratize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367054,7 +367054,7 @@ Cluster { ], }, Variant { - word: "Socratise\'s", + word: "Socratise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367068,7 +367068,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Socratizing\'s", + word: "Socratizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367076,7 +367076,7 @@ Cluster { ], }, Variant { - word: "Socratising\'s", + word: "Socratising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367211,13 +367211,13 @@ Cluster { Entry { variants: &[ Variant { - word: "softy\'s", + word: "softy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "softie\'s", + word: "softie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -367301,7 +367301,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solarization\'s", + word: "solarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367309,7 +367309,7 @@ Cluster { ], }, Variant { - word: "solarisation\'s", + word: "solarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367615,7 +367615,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solemnization\'s", + word: "solemnization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367623,7 +367623,7 @@ Cluster { ], }, Variant { - word: "solemnisation\'s", + word: "solemnisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367783,7 +367783,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solemnizer\'s", + word: "solemnizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367791,7 +367791,7 @@ Cluster { ], }, Variant { - word: "solemniser\'s", + word: "solemniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -367951,7 +367951,7 @@ Cluster { Entry { variants: &[ Variant { - word: "soliloquizing\'s", + word: "soliloquizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -367959,7 +367959,7 @@ Cluster { ], }, Variant { - word: "soliloquising\'s", + word: "soliloquising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368024,7 +368024,7 @@ Cluster { Entry { variants: &[ Variant { - word: "soliloquizer\'s", + word: "soliloquizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368032,7 +368032,7 @@ Cluster { ], }, Variant { - word: "soliloquiser\'s", + word: "soliloquiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368126,7 +368126,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solmization\'s", + word: "solmization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368134,7 +368134,7 @@ Cluster { ], }, Variant { - word: "solmisation\'s", + word: "solmisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368250,7 +368250,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solubilization\'s", + word: "solubilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368258,7 +368258,7 @@ Cluster { ], }, Variant { - word: "solubilisation\'s", + word: "solubilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368469,7 +368469,7 @@ Cluster { Entry { variants: &[ Variant { - word: "solutizer\'s", + word: "solutizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368477,7 +368477,7 @@ Cluster { ], }, Variant { - word: "solutiser\'s", + word: "solutiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368679,13 +368679,13 @@ Cluster { Entry { variants: &[ Variant { - word: "somberness\'s", + word: "somberness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sombreness\'s", + word: "sombreness's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -368906,7 +368906,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sonantized\'s", + word: "sonantized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368914,7 +368914,7 @@ Cluster { ], }, Variant { - word: "sonantised\'s", + word: "sonantised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -368957,7 +368957,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sonnetization\'s", + word: "sonnetization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -368965,7 +368965,7 @@ Cluster { ], }, Variant { - word: "sonnetisation\'s", + word: "sonnetisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -369606,7 +369606,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Sovietization\'s", + word: "Sovietization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -369614,7 +369614,7 @@ Cluster { ], }, Variant { - word: "Sovietisation\'s", + word: "Sovietisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -369672,7 +369672,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sovietization\'s", + word: "sovietization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -369680,7 +369680,7 @@ Cluster { ], }, Variant { - word: "sovietisation\'s", + word: "sovietisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -369894,13 +369894,13 @@ Cluster { Entry { variants: &[ Variant { - word: "soy\'s", + word: "soy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "soya\'s", + word: "soya's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -370048,7 +370048,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Spaniardization\'s", + word: "Spaniardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370056,7 +370056,7 @@ Cluster { ], }, Variant { - word: "Spaniardisation\'s", + word: "Spaniardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370121,7 +370121,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Spaniardize\'s", + word: "Spaniardize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370129,7 +370129,7 @@ Cluster { ], }, Variant { - word: "Spaniardise\'s", + word: "Spaniardise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370289,7 +370289,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Spanishize\'s", + word: "Spanishize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370297,7 +370297,7 @@ Cluster { ], }, Variant { - word: "Spanishise\'s", + word: "Spanishise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370420,7 +370420,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Spartanize\'s", + word: "Spartanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370428,7 +370428,7 @@ Cluster { ], }, Variant { - word: "Spartanise\'s", + word: "Spartanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370493,7 +370493,7 @@ Cluster { Entry { variants: &[ Variant { - word: "spatialization\'s", + word: "spatialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370501,7 +370501,7 @@ Cluster { ], }, Variant { - word: "spatialisation\'s", + word: "spatialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370617,7 +370617,7 @@ Cluster { Entry { variants: &[ Variant { - word: "specialization\'s", + word: "specialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370625,7 +370625,7 @@ Cluster { ], }, Variant { - word: "specialisation\'s", + word: "specialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370785,7 +370785,7 @@ Cluster { Entry { variants: &[ Variant { - word: "specializer\'s", + word: "specializer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -370793,7 +370793,7 @@ Cluster { ], }, Variant { - word: "specialiser\'s", + word: "specialiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -370858,14 +370858,14 @@ Cluster { Entry { variants: &[ Variant { - word: "specialty\'s", + word: "specialty's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "speciality\'s", + word: "speciality's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -371033,13 +371033,13 @@ Cluster { Entry { variants: &[ Variant { - word: "specter\'s", + word: "specter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "spectre\'s", + word: "spectre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -371135,13 +371135,13 @@ Cluster { Entry { variants: &[ Variant { - word: "specterlike\'s", + word: "specterlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "spectrelike\'s", + word: "spectrelike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -371186,13 +371186,13 @@ Cluster { Entry { variants: &[ Variant { - word: "spectrocolorimetry\'s", + word: "spectrocolorimetry's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "spectrocolourimetry\'s", + word: "spectrocolourimetry's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -371237,13 +371237,13 @@ Cluster { Entry { variants: &[ Variant { - word: "speer\'s", + word: "speer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "spere\'s", + word: "spere's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -371821,19 +371821,19 @@ Cluster { Entry { variants: &[ Variant { - word: "spic\'s", + word: "spic's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "spick\'s", + word: "spick's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "spik\'s", + word: "spik's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -371875,13 +371875,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Spiers\'s", + word: "Spiers's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Spires\'s", + word: "Spires's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372064,7 +372064,7 @@ Cluster { Entry { variants: &[ Variant { - word: "spiralization\'s", + word: "spiralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372072,7 +372072,7 @@ Cluster { ], }, Variant { - word: "spiralisation\'s", + word: "spiralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -372192,14 +372192,14 @@ Cluster { Entry { variants: &[ Variant { - word: "spirea\'s", + word: "spirea's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "spiraea\'s", + word: "spiraea's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -372318,7 +372318,7 @@ Cluster { Entry { variants: &[ Variant { - word: "spiritualization\'s", + word: "spiritualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372326,7 +372326,7 @@ Cluster { ], }, Variant { - word: "spiritualisation\'s", + word: "spiritualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -372486,7 +372486,7 @@ Cluster { Entry { variants: &[ Variant { - word: "spiritualizer\'s", + word: "spiritualizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372494,7 +372494,7 @@ Cluster { ], }, Variant { - word: "spiritualiser\'s", + word: "spiritualiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -372588,14 +372588,14 @@ Cluster { Entry { variants: &[ Variant { - word: "spirochete\'s", + word: "spirochete's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "spirochaete\'s", + word: "spirochaete's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372661,13 +372661,13 @@ Cluster { Entry { variants: &[ Variant { - word: "spirochetosis\'s", + word: "spirochetosis's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "spirochaetosis\'s", + word: "spirochaetosis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -372796,7 +372796,7 @@ Cluster { Entry { variants: &[ Variant { - word: "splendor\'s", + word: "splendor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -372804,7 +372804,7 @@ Cluster { ], }, Variant { - word: "splendour\'s", + word: "splendour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -373007,13 +373007,13 @@ Cluster { Entry { variants: &[ Variant { - word: "spumoni\'s", + word: "spumoni's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "spumone\'s", + word: "spumone's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -373142,13 +373142,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Squier\'s", + word: "Squier's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Squire\'s", + word: "Squire's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -373297,7 +373297,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stabilization\'s", + word: "stabilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -373305,7 +373305,7 @@ Cluster { ], }, Variant { - word: "stabilisation\'s", + word: "stabilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -373516,7 +373516,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stabilizer\'s", + word: "stabilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -373524,7 +373524,7 @@ Cluster { ], }, Variant { - word: "stabiliser\'s", + word: "stabiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -373766,7 +373766,7 @@ Cluster { Entry { variants: &[ Variant { - word: "standardizable\'s", + word: "standardizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -373774,7 +373774,7 @@ Cluster { ], }, Variant { - word: "standardisable\'s", + word: "standardisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -373839,7 +373839,7 @@ Cluster { Entry { variants: &[ Variant { - word: "standardization\'s", + word: "standardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -373847,7 +373847,7 @@ Cluster { ], }, Variant { - word: "standardisation\'s", + word: "standardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -374007,7 +374007,7 @@ Cluster { Entry { variants: &[ Variant { - word: "standardizer\'s", + word: "standardizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374015,7 +374015,7 @@ Cluster { ], }, Variant { - word: "standardiser\'s", + word: "standardiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -374378,13 +374378,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stenciler\'s", + word: "stenciler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "stenciller\'s", + word: "stenciller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374618,7 +374618,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sterilizability\'s", + word: "sterilizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374626,7 +374626,7 @@ Cluster { ], }, Variant { - word: "sterilisability\'s", + word: "sterilisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -374735,7 +374735,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sterilizable\'s", + word: "sterilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374743,7 +374743,7 @@ Cluster { ], }, Variant { - word: "sterilisable\'s", + word: "sterilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -374808,7 +374808,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sterilization\'s", + word: "sterilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374816,7 +374816,7 @@ Cluster { ], }, Variant { - word: "sterilisation\'s", + word: "sterilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -374976,7 +374976,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sterilizer\'s", + word: "sterilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -374984,7 +374984,7 @@ Cluster { ], }, Variant { - word: "steriliser\'s", + word: "steriliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -375078,7 +375078,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stigmatization\'s", + word: "stigmatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -375086,7 +375086,7 @@ Cluster { ], }, Variant { - word: "stigmatisation\'s", + word: "stigmatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -375246,7 +375246,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stigmatizer\'s", + word: "stigmatizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -375254,7 +375254,7 @@ Cluster { ], }, Variant { - word: "stigmatiser\'s", + word: "stigmatiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -375319,13 +375319,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stilbestrol\'s", + word: "stilbestrol's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "stilboestrol\'s", + word: "stilboestrol's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -375441,13 +375441,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stockinette\'s", + word: "stockinette's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "stockinet\'s", + word: "stockinet's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -375486,13 +375486,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stogie\'s", + word: "stogie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "stogy\'s", + word: "stogy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Eq), num: None,}, ], @@ -375643,13 +375643,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stomodeum\'s", + word: "stomodeum's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "stomodaeum\'s", + word: "stomodaeum's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -375799,7 +375799,7 @@ Cluster { Entry { variants: &[ Variant { - word: "story\'s", + word: "story's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -375866,7 +375866,7 @@ Cluster { Entry { variants: &[ Variant { - word: "story\'s", + word: "story's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -375874,7 +375874,7 @@ Cluster { ], }, Variant { - word: "storey\'s", + word: "storey's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -376057,7 +376057,7 @@ Cluster { Entry { variants: &[ Variant { - word: "straitjacket\'s", + word: "straitjacket's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -376067,7 +376067,7 @@ Cluster { ], }, Variant { - word: "straightjacket\'s", + word: "straightjacket's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -376190,7 +376190,7 @@ Cluster { Entry { variants: &[ Variant { - word: "strobilization\'s", + word: "strobilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -376198,7 +376198,7 @@ Cluster { ], }, Variant { - word: "strobilisation\'s", + word: "strobilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -376263,7 +376263,7 @@ Cluster { Entry { variants: &[ Variant { - word: "structuralization\'s", + word: "structuralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -376271,7 +376271,7 @@ Cluster { ], }, Variant { - word: "structuralisation\'s", + word: "structuralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -376387,7 +376387,7 @@ Cluster { Entry { variants: &[ Variant { - word: "strychninization\'s", + word: "strychninization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -376395,7 +376395,7 @@ Cluster { ], }, Variant { - word: "strychninisation\'s", + word: "strychninisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -376522,7 +376522,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sty\'s", + word: "sty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], @@ -376625,13 +376625,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sty\'s", + word: "sty's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "stye\'s", + word: "stye's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -376695,7 +376695,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stylization\'s", + word: "stylization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -376703,7 +376703,7 @@ Cluster { ], }, Variant { - word: "stylisation\'s", + word: "stylisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -376863,7 +376863,7 @@ Cluster { Entry { variants: &[ Variant { - word: "stylizer\'s", + word: "stylizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -376871,7 +376871,7 @@ Cluster { ], }, Variant { - word: "styliser\'s", + word: "styliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -376959,13 +376959,13 @@ Cluster { Entry { variants: &[ Variant { - word: "stymie\'s", + word: "stymie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "stymy\'s", + word: "stymy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -377029,13 +377029,13 @@ Cluster { Entry { variants: &[ Variant { - word: "subarmor\'s", + word: "subarmor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "subarmour\'s", + word: "subarmour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -377247,7 +377247,7 @@ Cluster { Entry { variants: &[ Variant { - word: "suberization\'s", + word: "suberization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -377255,7 +377255,7 @@ Cluster { ], }, Variant { - word: "suberisation\'s", + word: "suberisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -377473,13 +377473,13 @@ Cluster { Entry { variants: &[ Variant { - word: "subflavor\'s", + word: "subflavor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "subflavour\'s", + word: "subflavour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -377641,7 +377641,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subjectivization\'s", + word: "subjectivization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -377649,7 +377649,7 @@ Cluster { ], }, Variant { - word: "subjectivisation\'s", + word: "subjectivisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -377882,7 +377882,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subminiaturization\'s", + word: "subminiaturization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -377890,7 +377890,7 @@ Cluster { ], }, Variant { - word: "subminiaturisation\'s", + word: "subminiaturisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378082,13 +378082,13 @@ Cluster { Entry { variants: &[ Variant { - word: "subpoena\'s", + word: "subpoena's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "subpena\'s", + word: "subpena's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -378152,7 +378152,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subpulverizer\'s", + word: "subpulverizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -378160,7 +378160,7 @@ Cluster { ], }, Variant { - word: "subpulveriser\'s", + word: "subpulveriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378225,7 +378225,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subsidizable\'s", + word: "subsidizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -378233,7 +378233,7 @@ Cluster { ], }, Variant { - word: "subsidisable\'s", + word: "subsidisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378298,7 +378298,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subsidization\'s", + word: "subsidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -378306,7 +378306,7 @@ Cluster { ], }, Variant { - word: "subsidisation\'s", + word: "subsidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378466,7 +378466,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subsidizer\'s", + word: "subsidizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -378474,7 +378474,7 @@ Cluster { ], }, Variant { - word: "subsidiser\'s", + word: "subsidiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378539,7 +378539,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subspecialize\'s", + word: "subspecialize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -378547,7 +378547,7 @@ Cluster { ], }, Variant { - word: "subspecialise\'s", + word: "subspecialise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -378612,13 +378612,13 @@ Cluster { Entry { variants: &[ Variant { - word: "subspecialty\'s", + word: "subspecialty's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "subspeciality\'s", + word: "subspeciality's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -379006,7 +379006,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subtilization\'s", + word: "subtilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -379014,7 +379014,7 @@ Cluster { ], }, Variant { - word: "subtilisation\'s", + word: "subtilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379276,7 +379276,7 @@ Cluster { Entry { variants: &[ Variant { - word: "suburbanization\'s", + word: "suburbanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -379284,7 +379284,7 @@ Cluster { ], }, Variant { - word: "suburbanisation\'s", + word: "suburbanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379422,7 +379422,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subvitalization\'s", + word: "subvitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -379430,7 +379430,7 @@ Cluster { ], }, Variant { - word: "subvitalisation\'s", + word: "subvitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379539,7 +379539,7 @@ Cluster { Entry { variants: &[ Variant { - word: "subvitalized\'s", + word: "subvitalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -379547,7 +379547,7 @@ Cluster { ], }, Variant { - word: "subvitalised\'s", + word: "subvitalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379660,14 +379660,14 @@ Cluster { Entry { variants: &[ Variant { - word: "succor\'s", + word: "succor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "succour\'s", + word: "succour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379736,14 +379736,14 @@ Cluster { Entry { variants: &[ Variant { - word: "succorable\'s", + word: "succorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "succourable\'s", + word: "succourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -379812,14 +379812,14 @@ Cluster { Entry { variants: &[ Variant { - word: "succorer\'s", + word: "succorer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "succourer\'s", + word: "succourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -380187,14 +380187,14 @@ Cluster { Entry { variants: &[ Variant { - word: "sulfate\'s", + word: "sulfate's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "sulphate\'s", + word: "sulphate's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -380314,14 +380314,14 @@ Cluster { Entry { variants: &[ Variant { - word: "sulfide\'s", + word: "sulfide's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "sulphide\'s", + word: "sulphide's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -380471,7 +380471,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sulfur\'s", + word: "sulfur's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -380481,7 +380481,7 @@ Cluster { ], }, Variant { - word: "sulphur\'s", + word: "sulphur's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -380565,7 +380565,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sulfur\'s", + word: "sulfur's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -380674,20 +380674,20 @@ Cluster { Entry { variants: &[ Variant { - word: "sulfurization\'s", + word: "sulfurization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "sulphurisation\'s", + word: "sulphurisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "sulphurization\'s", + word: "sulphurization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -380942,13 +380942,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sumac\'s", + word: "sumac's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sumach\'s", + word: "sumach's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -381041,7 +381041,7 @@ Cluster { Entry { variants: &[ Variant { - word: "summarization\'s", + word: "summarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381049,7 +381049,7 @@ Cluster { ], }, Variant { - word: "summarisation\'s", + word: "summarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -381209,7 +381209,7 @@ Cluster { Entry { variants: &[ Variant { - word: "summarizer\'s", + word: "summarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381217,7 +381217,7 @@ Cluster { ], }, Variant { - word: "summariser\'s", + word: "summariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -381333,13 +381333,13 @@ Cluster { Entry { variants: &[ Variant { - word: "superacknowledgment\'s", + word: "superacknowledgment's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "superacknowledgement\'s", + word: "superacknowledgement's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381406,7 +381406,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supercanonization\'s", + word: "supercanonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381414,7 +381414,7 @@ Cluster { ], }, Variant { - word: "supercanonisation\'s", + word: "supercanonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -381479,7 +381479,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supercarbonization\'s", + word: "supercarbonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381487,7 +381487,7 @@ Cluster { ], }, Variant { - word: "supercarbonisation\'s", + word: "supercarbonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -381603,7 +381603,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supercivilization\'s", + word: "supercivilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381611,7 +381611,7 @@ Cluster { ], }, Variant { - word: "supercivilisation\'s", + word: "supercivilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -381676,7 +381676,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supercivilized\'s", + word: "supercivilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -381684,7 +381684,7 @@ Cluster { ], }, Variant { - word: "supercivilised\'s", + word: "supercivilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -382136,7 +382136,7 @@ Cluster { Entry { variants: &[ Variant { - word: "superorganization\'s", + word: "superorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -382144,7 +382144,7 @@ Cluster { ], }, Variant { - word: "superorganisation\'s", + word: "superorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -382260,7 +382260,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supersensitization\'s", + word: "supersensitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -382268,7 +382268,7 @@ Cluster { ], }, Variant { - word: "supersensitisation\'s", + word: "supersensitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -382471,7 +382471,7 @@ Cluster { Entry { variants: &[ Variant { - word: "supersubtilized\'s", + word: "supersubtilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -382479,7 +382479,7 @@ Cluster { ], }, Variant { - word: "supersubtilised\'s", + word: "supersubtilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -382678,7 +382678,7 @@ Cluster { }, ], notes: &[ - "ODE lists surveille as a variant, m-w doesn\'t only acknowledges", + "ODE lists surveille as a variant, m-w doesn't only acknowledges", "\"surveil\"", ], }, @@ -382764,13 +382764,13 @@ Cluster { Entry { variants: &[ Variant { - word: "swab\'s", + word: "swab's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "swob\'s", + word: "swob's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -382823,7 +382823,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sweepstakes\'s", + word: "sweepstakes's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -382833,7 +382833,7 @@ Cluster { ], }, Variant { - word: "sweepstake\'s", + word: "sweepstake's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -382843,7 +382843,7 @@ Cluster { ], }, Variant { - word: "sweep-stake\'s", + word: "sweep-stake's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -382901,13 +382901,13 @@ Cluster { Entry { variants: &[ Variant { - word: "sweetbrier\'s", + word: "sweetbrier's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "sweetbriar\'s", + word: "sweetbriar's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -383566,7 +383566,7 @@ Cluster { Entry { variants: &[ Variant { - word: "symbolization\'s", + word: "symbolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -383574,7 +383574,7 @@ Cluster { ], }, Variant { - word: "symbolisation\'s", + word: "symbolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -383734,7 +383734,7 @@ Cluster { Entry { variants: &[ Variant { - word: "symbolizer\'s", + word: "symbolizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -383742,7 +383742,7 @@ Cluster { ], }, Variant { - word: "symboliser\'s", + word: "symboliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -383882,7 +383882,7 @@ Cluster { Entry { variants: &[ Variant { - word: "symmetrization\'s", + word: "symmetrization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -383890,7 +383890,7 @@ Cluster { ], }, Variant { - word: "symmetrisation\'s", + word: "symmetrisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -384116,7 +384116,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sympathizing\'s", + word: "sympathizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -384124,7 +384124,7 @@ Cluster { ], }, Variant { - word: "sympathising\'s", + word: "sympathising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -384189,7 +384189,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sympathizer\'s", + word: "sympathizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -384197,7 +384197,7 @@ Cluster { ], }, Variant { - word: "sympathiser\'s", + word: "sympathiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -384313,7 +384313,7 @@ Cluster { Entry { variants: &[ Variant { - word: "symphonization\'s", + word: "symphonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -384321,7 +384321,7 @@ Cluster { ], }, Variant { - word: "symphonisation\'s", + word: "symphonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -384613,13 +384613,13 @@ Cluster { Entry { variants: &[ Variant { - word: "synagogue\'s", + word: "synagogue's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "synagog\'s", + word: "synagog's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -384827,7 +384827,7 @@ Cluster { Entry { variants: &[ Variant { - word: "sync\'s", + word: "sync's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -384837,7 +384837,7 @@ Cluster { ], }, Variant { - word: "synch\'s", + word: "synch's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -384905,7 +384905,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synchronizable\'s", + word: "synchronizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -384913,7 +384913,7 @@ Cluster { ], }, Variant { - word: "synchronisable\'s", + word: "synchronisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -384978,7 +384978,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synchronization\'s", + word: "synchronization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -384986,7 +384986,7 @@ Cluster { ], }, Variant { - word: "synchronisation\'s", + word: "synchronisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -385095,7 +385095,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synchronizing\'s", + word: "synchronizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -385103,7 +385103,7 @@ Cluster { ], }, Variant { - word: "synchronising\'s", + word: "synchronising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -385168,7 +385168,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synchronizer\'s", + word: "synchronizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -385176,7 +385176,7 @@ Cluster { ], }, Variant { - word: "synchroniser\'s", + word: "synchroniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -385467,13 +385467,13 @@ Cluster { Entry { variants: &[ Variant { - word: "syneresis\'s", + word: "syneresis's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "synaeresis\'s", + word: "synaeresis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -385637,14 +385637,14 @@ Cluster { Entry { variants: &[ Variant { - word: "synesthesia\'s", + word: "synesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Australian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "synaesthesia\'s", + word: "synaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386101,7 +386101,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synthesization\'s", + word: "synthesization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386109,7 +386109,7 @@ Cluster { ], }, Variant { - word: "synthesisation\'s", + word: "synthesisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386305,7 +386305,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synthesizer\'s", + word: "synthesizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -386315,7 +386315,7 @@ Cluster { ], }, Variant { - word: "synthesiser\'s", + word: "synthesiser's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -386411,7 +386411,7 @@ Cluster { Entry { variants: &[ Variant { - word: "synthetizer\'s", + word: "synthetizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386419,7 +386419,7 @@ Cluster { ], }, Variant { - word: "synthetiser\'s", + word: "synthetiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386462,7 +386462,7 @@ Cluster { Entry { variants: &[ Variant { - word: "syntonization\'s", + word: "syntonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386470,7 +386470,7 @@ Cluster { ], }, Variant { - word: "syntonisation\'s", + word: "syntonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386630,7 +386630,7 @@ Cluster { Entry { variants: &[ Variant { - word: "syphilization\'s", + word: "syphilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386638,7 +386638,7 @@ Cluster { ], }, Variant { - word: "syphilisation\'s", + word: "syphilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386776,7 +386776,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Syrianize\'s", + word: "Syrianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386784,7 +386784,7 @@ Cluster { ], }, Variant { - word: "Syrianise\'s", + word: "Syrianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -386880,7 +386880,7 @@ Cluster { Entry { variants: &[ Variant { - word: "syrup\'s", + word: "syrup's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -386890,7 +386890,7 @@ Cluster { ], }, Variant { - word: "sirup\'s", + word: "sirup's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -386954,7 +386954,7 @@ Cluster { Entry { variants: &[ Variant { - word: "systematization\'s", + word: "systematization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -386962,7 +386962,7 @@ Cluster { ], }, Variant { - word: "systematisation\'s", + word: "systematisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -387122,7 +387122,7 @@ Cluster { Entry { variants: &[ Variant { - word: "systematizer\'s", + word: "systematizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387130,7 +387130,7 @@ Cluster { ], }, Variant { - word: "systematiser\'s", + word: "systematiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -387239,7 +387239,7 @@ Cluster { Entry { variants: &[ Variant { - word: "systemizable\'s", + word: "systemizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387247,7 +387247,7 @@ Cluster { ], }, Variant { - word: "systemisable\'s", + word: "systemisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -387312,7 +387312,7 @@ Cluster { Entry { variants: &[ Variant { - word: "systemization\'s", + word: "systemization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387320,7 +387320,7 @@ Cluster { ], }, Variant { - word: "systemisation\'s", + word: "systemisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -387480,7 +387480,7 @@ Cluster { Entry { variants: &[ Variant { - word: "systemizer\'s", + word: "systemizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387488,7 +387488,7 @@ Cluster { ], }, Variant { - word: "systemiser\'s", + word: "systemiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -387585,13 +387585,13 @@ Cluster { Entry { variants: &[ Variant { - word: "taboo\'s", + word: "taboo's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tabu\'s", + word: "tabu's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -387706,13 +387706,13 @@ Cluster { Entry { variants: &[ Variant { - word: "taborer\'s", + word: "taborer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "tabourer\'s", + word: "tabourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387779,13 +387779,13 @@ Cluster { Entry { variants: &[ Variant { - word: "taboret\'s", + word: "taboret's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "tabouret\'s", + word: "tabouret's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387932,7 +387932,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tabularization\'s", + word: "tabularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -387940,7 +387940,7 @@ Cluster { ], }, Variant { - word: "tabularisation\'s", + word: "tabularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388238,7 +388238,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tailorization\'s", + word: "tailorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388246,7 +388246,7 @@ Cluster { ], }, Variant { - word: "tailorisation\'s", + word: "tailorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388362,7 +388362,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Talmudization\'s", + word: "Talmudization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388370,7 +388370,7 @@ Cluster { ], }, Variant { - word: "Talmudisation\'s", + word: "Talmudisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388435,7 +388435,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Talmudize\'s", + word: "Talmudize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388443,7 +388443,7 @@ Cluster { ], }, Variant { - word: "Talmudise\'s", + word: "Talmudise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388542,7 +388542,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tambura\'s", + word: "tambura's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -388552,7 +388552,7 @@ Cluster { ], }, Variant { - word: "tamboura\'s", + word: "tamboura's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388619,7 +388619,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tammanyize\'s", + word: "Tammanyize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388627,7 +388627,7 @@ Cluster { ], }, Variant { - word: "Tammanyise\'s", + word: "Tammanyise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388772,7 +388772,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tantalization\'s", + word: "tantalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388780,7 +388780,7 @@ Cluster { ], }, Variant { - word: "tantalisation\'s", + word: "tantalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -388962,7 +388962,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tantalizer\'s", + word: "tantalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -388970,7 +388970,7 @@ Cluster { ], }, Variant { - word: "tantaliser\'s", + word: "tantaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -389232,7 +389232,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tartarization\'s", + word: "tartarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -389240,7 +389240,7 @@ Cluster { ], }, Variant { - word: "tartarisation\'s", + word: "tartarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -389747,7 +389747,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Taylorize\'s", + word: "Taylorize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -389755,7 +389755,7 @@ Cluster { ], }, Variant { - word: "Taylorise\'s", + word: "Taylorise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -389901,7 +389901,7 @@ Cluster { Entry { variants: &[ Variant { - word: "teasel\'s", + word: "teasel's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -389911,7 +389911,7 @@ Cluster { ], }, Variant { - word: "teazle\'s", + word: "teazle's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(1),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -389921,7 +389921,7 @@ Cluster { ], }, Variant { - word: "teazel\'s", + word: "teazel's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: Some(2),}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -389984,7 +389984,7 @@ Cluster { Entry { variants: &[ Variant { - word: "teaseling\'s", + word: "teaseling's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -389994,7 +389994,7 @@ Cluster { ], }, Variant { - word: "teaselling\'s", + word: "teaselling's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -390142,7 +390142,7 @@ Cluster { Entry { variants: &[ Variant { - word: "teaseler\'s", + word: "teaseler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -390152,7 +390152,7 @@ Cluster { ], }, Variant { - word: "teaseller\'s", + word: "teaseller's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -390216,7 +390216,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tebilized\'s", + word: "Tebilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -390224,7 +390224,7 @@ Cluster { ], }, Variant { - word: "Tebilised\'s", + word: "Tebilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -390282,7 +390282,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tebilize\'s", + word: "Tebilize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -390290,7 +390290,7 @@ Cluster { ], }, Variant { - word: "Tebilise\'s", + word: "Tebilise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -390304,7 +390304,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tebilizing\'s", + word: "Tebilizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -390312,7 +390312,7 @@ Cluster { ], }, Variant { - word: "Tebilising\'s", + word: "Tebilising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -390560,7 +390560,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Technicolor\'s", + word: "Technicolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -390570,7 +390570,7 @@ Cluster { ], }, Variant { - word: "Technicolour\'s", + word: "Technicolour's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Improper), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Improper), num: None,}, @@ -390827,13 +390827,13 @@ Cluster { Entry { variants: &[ Variant { - word: "teetotaler\'s", + word: "teetotaler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "teetotaller\'s", + word: "teetotaller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391053,13 +391053,13 @@ Cluster { Entry { variants: &[ Variant { - word: "telesthesia\'s", + word: "telesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "telaesthesia\'s", + word: "telaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391503,7 +391503,7 @@ Cluster { Entry { variants: &[ Variant { - word: "temporization\'s", + word: "temporization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391511,7 +391511,7 @@ Cluster { ], }, Variant { - word: "temporisation\'s", + word: "temporisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -391642,7 +391642,7 @@ Cluster { Entry { variants: &[ Variant { - word: "temporizing\'s", + word: "temporizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391650,7 +391650,7 @@ Cluster { ], }, Variant { - word: "temporising\'s", + word: "temporising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -391715,7 +391715,7 @@ Cluster { Entry { variants: &[ Variant { - word: "temporizer\'s", + word: "temporizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391723,7 +391723,7 @@ Cluster { ], }, Variant { - word: "temporiser\'s", + word: "temporiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -391861,7 +391861,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tenderization\'s", + word: "tenderization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -391869,7 +391869,7 @@ Cluster { ], }, Variant { - word: "tenderisation\'s", + word: "tenderisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -392029,7 +392029,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tenderizer\'s", + word: "tenderizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392037,7 +392037,7 @@ Cluster { ], }, Variant { - word: "tenderiser\'s", + word: "tenderiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -392096,13 +392096,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tendinitis\'s", + word: "tendinitis's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tendonitis\'s", + word: "tendonitis's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -392195,7 +392195,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tenementization\'s", + word: "tenementization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392203,7 +392203,7 @@ Cluster { ], }, Variant { - word: "tenementisation\'s", + word: "tenementisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -392319,13 +392319,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tenia\'s", + word: "tenia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "taenia\'s", + word: "taenia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392385,13 +392385,13 @@ Cluster { Entry { variants: &[ Variant { - word: "teniasis\'s", + word: "teniasis's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "taeniasis\'s", + word: "taeniasis's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392487,13 +392487,13 @@ Cluster { Entry { variants: &[ Variant { - word: "teniacide\'s", + word: "teniacide's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "taeniacide\'s", + word: "taeniacide's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392589,13 +392589,13 @@ Cluster { Entry { variants: &[ Variant { - word: "teniafuge\'s", + word: "teniafuge's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "taeniafuge\'s", + word: "taeniafuge's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392726,19 +392726,19 @@ Cluster { Entry { variants: &[ Variant { - word: "tepee\'s", + word: "tepee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "teepee\'s", + word: "teepee's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "tipi\'s", + word: "tipi's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -392889,7 +392889,7 @@ Cluster { Entry { variants: &[ Variant { - word: "terminalization\'s", + word: "terminalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392897,7 +392897,7 @@ Cluster { ], }, Variant { - word: "terminalisation\'s", + word: "terminalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -392962,7 +392962,7 @@ Cluster { Entry { variants: &[ Variant { - word: "terminalized\'s", + word: "terminalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -392970,7 +392970,7 @@ Cluster { ], }, Variant { - word: "terminalised\'s", + word: "terminalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -393166,7 +393166,7 @@ Cluster { Entry { variants: &[ Variant { - word: "territorialization\'s", + word: "territorialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -393174,7 +393174,7 @@ Cluster { ], }, Variant { - word: "territorialisation\'s", + word: "territorialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -393334,7 +393334,7 @@ Cluster { Entry { variants: &[ Variant { - word: "terrorization\'s", + word: "terrorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -393342,7 +393342,7 @@ Cluster { ], }, Variant { - word: "terrorisation\'s", + word: "terrorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -393502,7 +393502,7 @@ Cluster { Entry { variants: &[ Variant { - word: "terrorizer\'s", + word: "terrorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -393510,7 +393510,7 @@ Cluster { ], }, Variant { - word: "terroriser\'s", + word: "terroriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -393633,7 +393633,7 @@ Cluster { Entry { variants: &[ Variant { - word: "testimonialization\'s", + word: "testimonialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -393641,7 +393641,7 @@ Cluster { ], }, Variant { - word: "testimonialisation\'s", + word: "testimonialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -393852,7 +393852,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tetanization\'s", + word: "tetanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -393860,7 +393860,7 @@ Cluster { ], }, Variant { - word: "tetanisation\'s", + word: "tetanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -394049,7 +394049,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Teutonization\'s", + word: "Teutonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -394057,7 +394057,7 @@ Cluster { ], }, Variant { - word: "Teutonisation\'s", + word: "Teutonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -394445,14 +394445,14 @@ Cluster { Entry { variants: &[ Variant { - word: "theater\'s", + word: "theater's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "theatre\'s", + word: "theatre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -394519,13 +394519,13 @@ Cluster { Entry { variants: &[ Variant { - word: "theatergoer\'s", + word: "theatergoer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "theatregoer\'s", + word: "theatregoer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -394592,13 +394592,13 @@ Cluster { Entry { variants: &[ Variant { - word: "theatergoing\'s", + word: "theatergoing's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "theatregoing\'s", + word: "theatregoing's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -394723,13 +394723,13 @@ Cluster { Entry { variants: &[ Variant { - word: "theaterlike\'s", + word: "theaterlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "theatrelike\'s", + word: "theatrelike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -394796,7 +394796,7 @@ Cluster { Entry { variants: &[ Variant { - word: "theatricalization\'s", + word: "theatricalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -394804,7 +394804,7 @@ Cluster { ], }, Variant { - word: "theatricalisation\'s", + word: "theatricalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -395059,7 +395059,7 @@ Cluster { Entry { variants: &[ Variant { - word: "theologization\'s", + word: "theologization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -395067,7 +395067,7 @@ Cluster { ], }, Variant { - word: "theologisation\'s", + word: "theologisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -395227,7 +395227,7 @@ Cluster { Entry { variants: &[ Variant { - word: "theologizer\'s", + word: "theologizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -395235,7 +395235,7 @@ Cluster { ], }, Variant { - word: "theologiser\'s", + word: "theologiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -395278,13 +395278,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Theone\'s", + word: "Theone's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Theonoe\'s", + word: "Theonoe's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -395351,7 +395351,7 @@ Cluster { Entry { variants: &[ Variant { - word: "theorization\'s", + word: "theorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -395359,7 +395359,7 @@ Cluster { ], }, Variant { - word: "theorisation\'s", + word: "theorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -395519,7 +395519,7 @@ Cluster { Entry { variants: &[ Variant { - word: "theorizer\'s", + word: "theorizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -395527,7 +395527,7 @@ Cluster { ], }, Variant { - word: "theoriser\'s", + word: "theoriser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -395921,13 +395921,13 @@ Cluster { Entry { variants: &[ Variant { - word: "thermesthesia\'s", + word: "thermesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "thermaesthesia\'s", + word: "thermaesthesia's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -395995,13 +395995,13 @@ Cluster { Entry { variants: &[ Variant { - word: "thermoanesthesia\'s", + word: "thermoanesthesia's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "thermoanaesthesia\'s", + word: "thermoanaesthesia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396119,7 +396119,7 @@ Cluster { Entry { variants: &[ Variant { - word: "thermopolymerization\'s", + word: "thermopolymerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396127,7 +396127,7 @@ Cluster { ], }, Variant { - word: "thermopolymerisation\'s", + word: "thermopolymerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -396192,13 +396192,13 @@ Cluster { Entry { variants: &[ Variant { - word: "thermosiphon\'s", + word: "thermosiphon's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "thermosyphon\'s", + word: "thermosyphon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396288,13 +396288,13 @@ Cluster { Entry { variants: &[ Variant { - word: "thiamine\'s", + word: "thiamine's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "thiamin\'s", + word: "thiamin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -396368,7 +396368,7 @@ Cluster { Entry { variants: &[ Variant { - word: "thralldom\'s", + word: "thralldom's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -396378,7 +396378,7 @@ Cluster { ], }, Variant { - word: "thraldom\'s", + word: "thraldom's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -396535,7 +396535,7 @@ Cluster { Entry { variants: &[ Variant { - word: "thruway\'s", + word: "thruway's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -396544,7 +396544,7 @@ Cluster { ], }, Variant { - word: "throughway\'s", + word: "throughway's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -396670,7 +396670,7 @@ Cluster { Entry { variants: &[ Variant { - word: "thyroidization\'s", + word: "thyroidization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396678,7 +396678,7 @@ Cluster { ], }, Variant { - word: "thyroidisation\'s", + word: "thyroidisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -396745,14 +396745,14 @@ Cluster { Entry { variants: &[ Variant { - word: "tidbit\'s", + word: "tidbit's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "titbit\'s", + word: "titbit's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -396797,13 +396797,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Tillford\'s", + word: "Tillford's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Tillfourd\'s", + word: "Tillfourd's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396870,7 +396870,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Timonized\'s", + word: "Timonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396878,7 +396878,7 @@ Cluster { ], }, Variant { - word: "Timonised\'s", + word: "Timonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -396936,7 +396936,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Timonize\'s", + word: "Timonize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396944,7 +396944,7 @@ Cluster { ], }, Variant { - word: "Timonise\'s", + word: "Timonise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -396958,7 +396958,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Timonizing\'s", + word: "Timonizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -396966,7 +396966,7 @@ Cluster { ], }, Variant { - word: "Timonising\'s", + word: "Timonising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -397009,13 +397009,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Timor\'s", + word: "Timor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Timour\'s", + word: "Timour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -397183,7 +397183,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tire\'s", + word: "tire's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -397244,14 +397244,14 @@ Cluster { Entry { variants: &[ Variant { - word: "tire\'s", + word: "tire's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "tyre\'s", + word: "tyre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -397319,14 +397319,14 @@ Cluster { Entry { variants: &[ Variant { - word: "titer\'s", + word: "titer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "titre\'s", + word: "titre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -397470,13 +397470,13 @@ Cluster { Entry { variants: &[ Variant { - word: "titivation\'s", + word: "titivation's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tittivation\'s", + word: "tittivation's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -397614,13 +397614,13 @@ Cluster { Entry { variants: &[ Variant { - word: "toffee\'s", + word: "toffee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "toffy\'s", + word: "toffy's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -397702,7 +397702,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ton\'s", + word: "ton's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -397736,7 +397736,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tonne\'s", + word: "tonne's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -397849,13 +397849,13 @@ Cluster { Entry { variants: &[ Variant { - word: "topee\'s", + word: "topee's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "topi\'s", + word: "topi's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -397990,13 +397990,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tormentor\'s", + word: "tormentor's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tormenter\'s", + word: "tormenter's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -398111,7 +398111,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Toryize\'s", + word: "Toryize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398119,7 +398119,7 @@ Cluster { ], }, Variant { - word: "Toryise\'s", + word: "Toryise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -398235,13 +398235,13 @@ Cluster { Entry { variants: &[ Variant { - word: "totaler\'s", + word: "totaler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "totaller\'s", + word: "totaller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398337,7 +398337,7 @@ Cluster { Entry { variants: &[ Variant { - word: "totalization\'s", + word: "totalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398345,7 +398345,7 @@ Cluster { ], }, Variant { - word: "totalisation\'s", + word: "totalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -398410,13 +398410,13 @@ Cluster { Entry { variants: &[ Variant { - word: "totalizator\'s", + word: "totalizator's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "totalisator\'s", + word: "totalisator's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398578,7 +398578,7 @@ Cluster { Entry { variants: &[ Variant { - word: "totalizer\'s", + word: "totalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398586,7 +398586,7 @@ Cluster { ], }, Variant { - word: "totaliser\'s", + word: "totaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -398651,7 +398651,7 @@ Cluster { Entry { variants: &[ Variant { - word: "totemization\'s", + word: "totemization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398659,7 +398659,7 @@ Cluster { ], }, Variant { - word: "totemisation\'s", + word: "totemisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -398836,13 +398836,13 @@ Cluster { Entry { variants: &[ Variant { - word: "toweling\'s", + word: "toweling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "towelling\'s", + word: "towelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -398940,7 +398940,7 @@ Cluster { Entry { variants: &[ Variant { - word: "toxemia\'s", + word: "toxemia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -398948,7 +398948,7 @@ Cluster { ], }, Variant { - word: "toxaemia\'s", + word: "toxaemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -399218,7 +399218,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tractorization\'s", + word: "tractorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -399226,7 +399226,7 @@ Cluster { ], }, Variant { - word: "tractorisation\'s", + word: "tractorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -399650,13 +399650,13 @@ Cluster { Entry { variants: &[ Variant { - word: "trammeler\'s", + word: "trammeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "trammeller\'s", + word: "trammeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -399731,7 +399731,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tranquility\'s", + word: "tranquility's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -399741,7 +399741,7 @@ Cluster { ], }, Variant { - word: "tranquillity\'s", + word: "tranquillity's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -399808,7 +399808,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tranquilization\'s", + word: "tranquilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -399816,7 +399816,7 @@ Cluster { ], }, Variant { - word: "tranquilisation\'s", + word: "tranquilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -399987,14 +399987,14 @@ Cluster { Entry { variants: &[ Variant { - word: "tranquilizing\'s", + word: "tranquilizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "tranquillizing\'s", + word: "tranquillizing's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -400002,7 +400002,7 @@ Cluster { ], }, Variant { - word: "tranquillising\'s", + word: "tranquillising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Seldom), num: None,}, @@ -400084,14 +400084,14 @@ Cluster { Entry { variants: &[ Variant { - word: "tranquilizer\'s", + word: "tranquilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "tranquillizer\'s", + word: "tranquillizer's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -400099,7 +400099,7 @@ Cluster { ], }, Variant { - word: "tranquilliser\'s", + word: "tranquilliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Seldom), num: None,}, @@ -400194,7 +400194,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tranquillization\'s", + word: "tranquillization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -400202,7 +400202,7 @@ Cluster { ], }, Variant { - word: "tranquillisation\'s", + word: "tranquillisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -400274,7 +400274,7 @@ Cluster { Entry { variants: &[ Variant { - word: "transcendentalization\'s", + word: "transcendentalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -400282,7 +400282,7 @@ Cluster { ], }, Variant { - word: "transcendentalisation\'s", + word: "transcendentalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -400515,13 +400515,13 @@ Cluster { Entry { variants: &[ Variant { - word: "transcoloration\'s", + word: "transcoloration's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "transcolouration\'s", + word: "transcolouration's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -400614,7 +400614,7 @@ Cluster { Entry { variants: &[ Variant { - word: "transistorization\'s", + word: "transistorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -400622,7 +400622,7 @@ Cluster { ], }, Variant { - word: "transistorisation\'s", + word: "transistorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -400833,7 +400833,7 @@ Cluster { Entry { variants: &[ Variant { - word: "traumatization\'s", + word: "traumatization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -400841,7 +400841,7 @@ Cluster { ], }, Variant { - word: "traumatisation\'s", + word: "traumatisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -401023,13 +401023,13 @@ Cluster { Entry { variants: &[ Variant { - word: "traveler\'s", + word: "traveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "traveller\'s", + word: "traveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -401089,13 +401089,13 @@ Cluster { Entry { variants: &[ Variant { - word: "traveling\'s", + word: "traveling's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "travelling\'s", + word: "travelling's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -401164,7 +401164,7 @@ Cluster { Entry { variants: &[ Variant { - word: "travelogue\'s", + word: "travelogue's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -401174,7 +401174,7 @@ Cluster { ], }, Variant { - word: "travelog\'s", + word: "travelog's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, ], @@ -401464,7 +401464,7 @@ Cluster { Entry { variants: &[ Variant { - word: "trichinization\'s", + word: "trichinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -401472,7 +401472,7 @@ Cluster { ], }, Variant { - word: "trichinisation\'s", + word: "trichinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -401778,13 +401778,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tricolor\'s", + word: "tricolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "tricolour\'s", + word: "tricolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402047,7 +402047,7 @@ Cluster { Entry { variants: &[ Variant { - word: "trimerization\'s", + word: "trimerization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402055,7 +402055,7 @@ Cluster { ], }, Variant { - word: "trimerisation\'s", + word: "trimerisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402149,7 +402149,7 @@ Cluster { Entry { variants: &[ Variant { - word: "trivialization\'s", + word: "trivialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402157,7 +402157,7 @@ Cluster { ], }, Variant { - word: "trivialisation\'s", + word: "trivialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402369,7 +402369,7 @@ Cluster { Entry { variants: &[ Variant { - word: "trolley\'s", + word: "trolley's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -402379,7 +402379,7 @@ Cluster { ], }, Variant { - word: "trolly\'s", + word: "trolly's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -402422,13 +402422,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tropeolin\'s", + word: "tropeolin's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "tropaeolin\'s", + word: "tropaeolin's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402495,7 +402495,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tropicalization\'s", + word: "tropicalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402503,7 +402503,7 @@ Cluster { ], }, Variant { - word: "tropicalisation\'s", + word: "tropicalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402714,13 +402714,13 @@ Cluster { Entry { variants: &[ Variant { - word: "troweler\'s", + word: "troweler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "troweller\'s", + word: "troweller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402787,7 +402787,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Trubenized\'s", + word: "Trubenized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402795,7 +402795,7 @@ Cluster { ], }, Variant { - word: "Trubenised\'s", + word: "Trubenised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402853,7 +402853,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Trubenize\'s", + word: "Trubenize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402861,7 +402861,7 @@ Cluster { ], }, Variant { - word: "Trubenise\'s", + word: "Trubenise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402875,7 +402875,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Trubenizing\'s", + word: "Trubenizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402883,7 +402883,7 @@ Cluster { ], }, Variant { - word: "Trubenising\'s", + word: "Trubenising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -402948,7 +402948,7 @@ Cluster { Entry { variants: &[ Variant { - word: "trypsinize\'s", + word: "trypsinize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -402956,7 +402956,7 @@ Cluster { ], }, Variant { - word: "trypsinise\'s", + word: "trypsinise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -403028,7 +403028,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tubercularization\'s", + word: "tubercularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -403036,7 +403036,7 @@ Cluster { ], }, Variant { - word: "tubercularisation\'s", + word: "tubercularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -403188,7 +403188,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tuberculinization\'s", + word: "tuberculinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -403196,7 +403196,7 @@ Cluster { ], }, Variant { - word: "tuberculinisation\'s", + word: "tuberculinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -403502,7 +403502,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tuberization\'s", + word: "tuberization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -403510,7 +403510,7 @@ Cluster { ], }, Variant { - word: "tuberisation\'s", + word: "tuberisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -403626,7 +403626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tubulization\'s", + word: "tubulization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -403634,7 +403634,7 @@ Cluster { ], }, Variant { - word: "tubulisation\'s", + word: "tubulisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -403791,7 +403791,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tumbrel\'s", + word: "tumbrel's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -403801,7 +403801,7 @@ Cluster { ], }, Variant { - word: "tumbril\'s", + word: "tumbril's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -403873,7 +403873,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tumor\'s", + word: "tumor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -403881,7 +403881,7 @@ Cluster { ], }, Variant { - word: "tumour\'s", + word: "tumour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -404050,13 +404050,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tunneler\'s", + word: "tunneler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "tunneller\'s", + word: "tunneller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404152,7 +404152,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Turkicized\'s", + word: "Turkicized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404160,7 +404160,7 @@ Cluster { ], }, Variant { - word: "Turkicised\'s", + word: "Turkicised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404218,7 +404218,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Turkicize\'s", + word: "Turkicize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404226,7 +404226,7 @@ Cluster { ], }, Variant { - word: "Turkicise\'s", + word: "Turkicise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404240,7 +404240,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Turkicizing\'s", + word: "Turkicizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404248,7 +404248,7 @@ Cluster { ], }, Variant { - word: "Turkicising\'s", + word: "Turkicising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404313,7 +404313,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Turkize\'s", + word: "Turkize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404321,7 +404321,7 @@ Cluster { ], }, Variant { - word: "Turkise\'s", + word: "Turkise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404386,7 +404386,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tuscanize\'s", + word: "Tuscanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404394,7 +404394,7 @@ Cluster { ], }, Variant { - word: "Tuscanise\'s", + word: "Tuscanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404488,7 +404488,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tutorization\'s", + word: "tutorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404496,7 +404496,7 @@ Cluster { ], }, Variant { - word: "tutorisation\'s", + word: "tutorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -404701,13 +404701,13 @@ Cluster { Entry { variants: &[ Variant { - word: "tyke\'s", + word: "tyke's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "tike\'s", + word: "tike's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -404771,7 +404771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Tylerize\'s", + word: "Tylerize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -404779,7 +404779,7 @@ Cluster { ], }, Variant { - word: "Tylerise\'s", + word: "Tylerise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405012,7 +405012,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tyrannizing\'s", + word: "tyrannizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405020,7 +405020,7 @@ Cluster { ], }, Variant { - word: "tyrannising\'s", + word: "tyrannising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405085,7 +405085,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tyrannizer\'s", + word: "tyrannizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405093,7 +405093,7 @@ Cluster { ], }, Variant { - word: "tyranniser\'s", + word: "tyranniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405253,7 +405253,7 @@ Cluster { Entry { variants: &[ Variant { - word: "tyro\'s", + word: "tyro's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -405263,7 +405263,7 @@ Cluster { ], }, Variant { - word: "tiro\'s", + word: "tiro's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -405273,7 +405273,7 @@ Cluster { ], }, Variant { - word: "tyreo\'s", + word: "tyreo's", types: &[ Type {category: Category::American, tag: Some(Tag::Possible), num: None,}, ], @@ -405331,13 +405331,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ukulele\'s", + word: "ukulele's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "ukelele\'s", + word: "ukelele's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -405401,7 +405401,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ultracentralizer\'s", + word: "ultracentralizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405409,7 +405409,7 @@ Cluster { ], }, Variant { - word: "ultracentraliser\'s", + word: "ultracentraliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405474,13 +405474,13 @@ Cluster { Entry { variants: &[ Variant { - word: "ultrahonorable\'s", + word: "ultrahonorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "ultrahonourable\'s", + word: "ultrahonourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405547,7 +405547,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ultraspecialization\'s", + word: "ultraspecialization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405555,7 +405555,7 @@ Cluster { ], }, Variant { - word: "ultraspecialisation\'s", + word: "ultraspecialisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405620,7 +405620,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ultrastandardization\'s", + word: "ultrastandardization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405628,7 +405628,7 @@ Cluster { ], }, Variant { - word: "ultrastandardisation\'s", + word: "ultrastandardisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405795,7 +405795,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unalcoholized\'s", + word: "unalcoholized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405803,7 +405803,7 @@ Cluster { ], }, Variant { - word: "unalcoholised\'s", + word: "unalcoholised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -405897,7 +405897,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unamortization\'s", + word: "unamortization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -405905,7 +405905,7 @@ Cluster { ], }, Variant { - word: "unamortisation\'s", + word: "unamortisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -406144,7 +406144,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unanimalized\'s", + word: "unanimalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -406152,7 +406152,7 @@ Cluster { ], }, Variant { - word: "unanimalised\'s", + word: "unanimalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -406261,7 +406261,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unantagonizable\'s", + word: "unantagonizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -406269,7 +406269,7 @@ Cluster { ], }, Variant { - word: "unantagonisable\'s", + word: "unantagonisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -406458,7 +406458,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unapologizing\'s", + word: "unapologizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -406466,7 +406466,7 @@ Cluster { ], }, Variant { - word: "unapologising\'s", + word: "unapologising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -406531,7 +406531,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unapostatized\'s", + word: "unapostatized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -406539,7 +406539,7 @@ Cluster { ], }, Variant { - word: "unapostatised\'s", + word: "unapostatised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -407654,7 +407654,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncanonization\'s", + word: "uncanonization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -407662,7 +407662,7 @@ Cluster { ], }, Variant { - word: "uncanonisation\'s", + word: "uncanonisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -407822,7 +407822,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncantonized\'s", + word: "uncantonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -407830,7 +407830,7 @@ Cluster { ], }, Variant { - word: "uncantonised\'s", + word: "uncantonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -407997,7 +407997,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncatechized\'s", + word: "uncatechized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408005,7 +408005,7 @@ Cluster { ], }, Variant { - word: "uncatechised\'s", + word: "uncatechised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -408267,7 +408267,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncauterized\'s", + word: "uncauterized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408275,7 +408275,7 @@ Cluster { ], }, Variant { - word: "uncauterised\'s", + word: "uncauterised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -408340,7 +408340,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncelestialized\'s", + word: "uncelestialized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408348,7 +408348,7 @@ Cluster { ], }, Variant { - word: "uncelestialised\'s", + word: "uncelestialised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -408602,7 +408602,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unchloridized\'s", + word: "unchloridized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408610,7 +408610,7 @@ Cluster { ], }, Variant { - word: "unchloridised\'s", + word: "unchloridised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -408814,7 +408814,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncircularized\'s", + word: "uncircularized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408822,7 +408822,7 @@ Cluster { ], }, Variant { - word: "uncircularised\'s", + word: "uncircularised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -408931,7 +408931,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncivilizable\'s", + word: "uncivilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -408939,7 +408939,7 @@ Cluster { ], }, Variant { - word: "uncivilisable\'s", + word: "uncivilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -409361,13 +409361,13 @@ Cluster { Entry { variants: &[ Variant { - word: "uncolorable\'s", + word: "uncolorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "uncolourable\'s", + word: "uncolourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -409705,13 +409705,13 @@ Cluster { Entry { variants: &[ Variant { - word: "uncoloredness\'s", + word: "uncoloredness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "uncolouredness\'s", + word: "uncolouredness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -409902,7 +409902,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncriticizable\'s", + word: "uncriticizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -409910,7 +409910,7 @@ Cluster { ], }, Variant { - word: "uncriticisable\'s", + word: "uncriticisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410091,7 +410091,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncrystallizability\'s", + word: "uncrystallizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410099,7 +410099,7 @@ Cluster { ], }, Variant { - word: "uncrystallisability\'s", + word: "uncrystallisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410208,7 +410208,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncrystallizable\'s", + word: "uncrystallizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410216,7 +410216,7 @@ Cluster { ], }, Variant { - word: "uncrystallisable\'s", + word: "uncrystallisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410310,7 +410310,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uncurricularized\'s", + word: "uncurricularized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410318,7 +410318,7 @@ Cluster { ], }, Variant { - word: "uncurricularised\'s", + word: "uncurricularised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410383,13 +410383,13 @@ Cluster { Entry { variants: &[ Variant { - word: "undefense\'s", + word: "undefense's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "undefence\'s", + word: "undefence's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410456,7 +410456,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undemagnetizable\'s", + word: "undemagnetizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410464,7 +410464,7 @@ Cluster { ], }, Variant { - word: "undemagnetisable\'s", + word: "undemagnetisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410507,7 +410507,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undemocratization\'s", + word: "undemocratization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410515,7 +410515,7 @@ Cluster { ], }, Variant { - word: "undemocratisation\'s", + word: "undemocratisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410726,7 +410726,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undercapitalization\'s", + word: "undercapitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -410734,7 +410734,7 @@ Cluster { ], }, Variant { - word: "undercapitalisation\'s", + word: "undercapitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -410916,13 +410916,13 @@ Cluster { Entry { variants: &[ Variant { - word: "undercolor\'s", + word: "undercolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "undercolour\'s", + word: "undercolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411157,13 +411157,13 @@ Cluster { Entry { variants: &[ Variant { - word: "underlaborer\'s", + word: "underlaborer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "underlabourer\'s", + word: "underlabourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411230,7 +411230,7 @@ Cluster { Entry { variants: &[ Variant { - word: "underorganization\'s", + word: "underorganization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411238,7 +411238,7 @@ Cluster { ], }, Variant { - word: "underorganisation\'s", + word: "underorganisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -411588,13 +411588,13 @@ Cluster { Entry { variants: &[ Variant { - word: "undersavior\'s", + word: "undersavior's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "undersaviour\'s", + word: "undersaviour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411687,7 +411687,7 @@ Cluster { Entry { variants: &[ Variant { - word: "underutilization\'s", + word: "underutilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411695,7 +411695,7 @@ Cluster { ], }, Variant { - word: "underutilisation\'s", + word: "underutilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -411855,7 +411855,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undervitalized\'s", + word: "undervitalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -411863,7 +411863,7 @@ Cluster { ], }, Variant { - word: "undervitalised\'s", + word: "undervitalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -411928,13 +411928,13 @@ Cluster { Entry { variants: &[ Variant { - word: "undialyzed\'s", + word: "undialyzed's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "undialysed\'s", + word: "undialysed's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412096,13 +412096,13 @@ Cluster { Entry { variants: &[ Variant { - word: "undiscolored\'s", + word: "undiscolored's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "undiscoloured\'s", + word: "undiscoloured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412271,7 +412271,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undramatizable\'s", + word: "undramatizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412279,7 +412279,7 @@ Cluster { ], }, Variant { - word: "undramatisable\'s", + word: "undramatisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -412344,7 +412344,7 @@ Cluster { Entry { variants: &[ Variant { - word: "undramatized\'s", + word: "undramatized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412352,7 +412352,7 @@ Cluster { ], }, Variant { - word: "undramatised\'s", + word: "undramatised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -412567,13 +412567,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unenamored\'s", + word: "unenamored's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unenamoured\'s", + word: "unenamoured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412669,7 +412669,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unenergized\'s", + word: "unenergized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -412677,7 +412677,7 @@ Cluster { ], }, Variant { - word: "unenergised\'s", + word: "unenergised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -413027,7 +413027,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uneulogized\'s", + word: "uneulogized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -413035,7 +413035,7 @@ Cluster { ], }, Variant { - word: "uneulogised\'s", + word: "uneulogised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -413144,7 +413144,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unevangelized\'s", + word: "unevangelized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -413152,7 +413152,7 @@ Cluster { ], }, Variant { - word: "unevangelised\'s", + word: "unevangelised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -413342,7 +413342,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfavorable\'s", + word: "unfavorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -413350,7 +413350,7 @@ Cluster { ], }, Variant { - word: "unfavourable\'s", + word: "unfavourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -413421,7 +413421,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfavorableness\'s", + word: "unfavorableness's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -413429,7 +413429,7 @@ Cluster { ], }, Variant { - word: "unfavourableness\'s", + word: "unfavourableness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -413603,7 +413603,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfavored\'s", + word: "unfavored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -413611,7 +413611,7 @@ Cluster { ], }, Variant { - word: "unfavoured\'s", + word: "unfavoured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -413730,7 +413730,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfavoring\'s", + word: "unfavoring's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -413738,7 +413738,7 @@ Cluster { ], }, Variant { - word: "unfavouring\'s", + word: "unfavouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -413857,7 +413857,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfavorite\'s", + word: "unfavorite's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -413865,7 +413865,7 @@ Cluster { ], }, Variant { - word: "unfavourite\'s", + word: "unfavourite's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -414063,7 +414063,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfertilizable\'s", + word: "unfertilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414071,7 +414071,7 @@ Cluster { ], }, Variant { - word: "unfertilisable\'s", + word: "unfertilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -414592,7 +414592,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfossilized\'s", + word: "unfossilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414600,7 +414600,7 @@ Cluster { ], }, Variant { - word: "unfossilised\'s", + word: "unfossilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -414694,7 +414694,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unfraternizing\'s", + word: "unfraternizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414702,7 +414702,7 @@ Cluster { ], }, Variant { - word: "unfraternising\'s", + word: "unfraternising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -414767,7 +414767,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ungalvanized\'s", + word: "ungalvanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414775,7 +414775,7 @@ Cluster { ], }, Variant { - word: "ungalvanised\'s", + word: "ungalvanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -414840,7 +414840,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ungelatinizable\'s", + word: "ungelatinizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414848,7 +414848,7 @@ Cluster { ], }, Variant { - word: "ungelatinisable\'s", + word: "ungelatinisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -414913,7 +414913,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ungelatinized\'s", + word: "ungelatinized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -414921,7 +414921,7 @@ Cluster { ], }, Variant { - word: "ungelatinised\'s", + word: "ungelatinised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -415256,7 +415256,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ungospelized\'s", + word: "ungospelized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -415264,7 +415264,7 @@ Cluster { ], }, Variant { - word: "ungospelised\'s", + word: "ungospelised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -415329,7 +415329,7 @@ Cluster { Entry { variants: &[ Variant { - word: "ungraphitized\'s", + word: "ungraphitized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -415337,7 +415337,7 @@ Cluster { ], }, Variant { - word: "ungraphitised\'s", + word: "ungraphitised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -415380,13 +415380,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unharbor\'s", + word: "unharbor's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unharbour\'s", + word: "unharbour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -415621,13 +415621,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unhonorable\'s", + word: "unhonorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unhonourable\'s", + word: "unhonourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416073,13 +416073,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unhydrolyzed\'s", + word: "unhydrolyzed's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unhydrolysed\'s", + word: "unhydrolysed's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416190,7 +416190,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unhypnotizable\'s", + word: "unhypnotizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416198,7 +416198,7 @@ Cluster { ], }, Variant { - word: "unhypnotisable\'s", + word: "unhypnotisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -416591,7 +416591,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unidolized\'s", + word: "unidolized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416599,7 +416599,7 @@ Cluster { ], }, Variant { - word: "unidolised\'s", + word: "unidolised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -416664,7 +416664,7 @@ Cluster { Entry { variants: &[ Variant { - word: "uniformization\'s", + word: "uniformization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416672,7 +416672,7 @@ Cluster { ], }, Variant { - word: "uniformisation\'s", + word: "uniformisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -416832,7 +416832,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unilateralization\'s", + word: "unilateralization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -416840,7 +416840,7 @@ Cluster { ], }, Variant { - word: "unilateralisation\'s", + word: "unilateralisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417145,7 +417145,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unindustrialized\'s", + word: "unindustrialized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417153,7 +417153,7 @@ Cluster { ], }, Variant { - word: "unindustrialised\'s", + word: "unindustrialised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417276,7 +417276,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unionization\'s", + word: "unionization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417284,7 +417284,7 @@ Cluster { ], }, Variant { - word: "unionisation\'s", + word: "unionisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417524,7 +417524,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Unitarianize\'s", + word: "Unitarianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417532,7 +417532,7 @@ Cluster { ], }, Variant { - word: "Unitarianise\'s", + word: "Unitarianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417626,7 +417626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unitization\'s", + word: "unitization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417634,7 +417634,7 @@ Cluster { ], }, Variant { - word: "unitisation\'s", + word: "unitisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417794,7 +417794,7 @@ Cluster { Entry { variants: &[ Variant { - word: "universalization\'s", + word: "universalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417802,7 +417802,7 @@ Cluster { ], }, Variant { - word: "universalisation\'s", + word: "universalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -417962,7 +417962,7 @@ Cluster { Entry { variants: &[ Variant { - word: "universalizer\'s", + word: "universalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -417970,7 +417970,7 @@ Cluster { ], }, Variant { - word: "universaliser\'s", + word: "universaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -418312,13 +418312,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unlaborable\'s", + word: "unlaborable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unlabourable\'s", + word: "unlabourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -418407,13 +418407,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unlabored\'s", + word: "unlabored's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unlaboured\'s", + word: "unlaboured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -418524,13 +418524,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unlaboring\'s", + word: "unlaboring's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unlabouring\'s", + word: "unlabouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -418929,7 +418929,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unlocalizable\'s", + word: "unlocalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -418937,7 +418937,7 @@ Cluster { ], }, Variant { - word: "unlocalisable\'s", + word: "unlocalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -419170,7 +419170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmagnetized\'s", + word: "unmagnetized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -419178,7 +419178,7 @@ Cluster { ], }, Variant { - word: "unmagnetised\'s", + word: "unmagnetised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -419367,7 +419367,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmediatized\'s", + word: "unmediatized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -419375,7 +419375,7 @@ Cluster { ], }, Variant { - word: "unmediatised\'s", + word: "unmediatised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -419542,7 +419542,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmemorialized\'s", + word: "unmemorialized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -419550,7 +419550,7 @@ Cluster { ], }, Variant { - word: "unmemorialised\'s", + word: "unmemorialised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -419644,7 +419644,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmercerized\'s", + word: "unmercerized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -419652,7 +419652,7 @@ Cluster { ], }, Variant { - word: "unmercerised\'s", + word: "unmercerised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -419851,20 +419851,20 @@ Cluster { Entry { variants: &[ Variant { - word: "unmetalized\'s", + word: "unmetalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unmetallised\'s", + word: "unmetallised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "unmetallized\'s", + word: "unmetallized's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -419973,7 +419973,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmethodized\'s", + word: "unmethodized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -419981,7 +419981,7 @@ Cluster { ], }, Variant { - word: "unmethodised\'s", + word: "unmethodised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -420090,7 +420090,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmethodizing\'s", + word: "unmethodizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -420098,7 +420098,7 @@ Cluster { ], }, Variant { - word: "unmethodising\'s", + word: "unmethodising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -420236,7 +420236,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmineralized\'s", + word: "unmineralized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -420244,7 +420244,7 @@ Cluster { ], }, Variant { - word: "unmineralised\'s", + word: "unmineralised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -420411,7 +420411,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmissionized\'s", + word: "unmissionized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -420419,7 +420419,7 @@ Cluster { ], }, Variant { - word: "unmissionised\'s", + word: "unmissionised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -420579,7 +420579,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmobilized\'s", + word: "unmobilized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -420587,7 +420587,7 @@ Cluster { ], }, Variant { - word: "unmobilised\'s", + word: "unmobilised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -421259,7 +421259,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmunicipalized\'s", + word: "unmunicipalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -421267,7 +421267,7 @@ Cluster { ], }, Variant { - word: "unmunicipalised\'s", + word: "unmunicipalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -421376,7 +421376,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unmutualized\'s", + word: "unmutualized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -421384,7 +421384,7 @@ Cluster { ], }, Variant { - word: "unmutualised\'s", + word: "unmutualised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -421617,7 +421617,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unnaturalizable\'s", + word: "unnaturalizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -421625,7 +421625,7 @@ Cluster { ], }, Variant { - word: "unnaturalisable\'s", + word: "unnaturalisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -421814,13 +421814,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unneighborlike\'s", + word: "unneighborlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unneighbourlike\'s", + word: "unneighbourlike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -421887,13 +421887,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unneighborliness\'s", + word: "unneighborliness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unneighbourliness\'s", + word: "unneighbourliness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -422164,7 +422164,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unnitrogenized\'s", + word: "unnitrogenized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -422172,7 +422172,7 @@ Cluster { ], }, Variant { - word: "unnitrogenised\'s", + word: "unnitrogenised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -422639,7 +422639,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unorganizable\'s", + word: "unorganizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -422647,7 +422647,7 @@ Cluster { ], }, Variant { - word: "unorganisable\'s", + word: "unorganisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -422872,7 +422872,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unoxidizable\'s", + word: "unoxidizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -422880,7 +422880,7 @@ Cluster { ], }, Variant { - word: "unoxidisable\'s", + word: "unoxidisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423018,7 +423018,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unoxygenized\'s", + word: "unoxygenized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423026,7 +423026,7 @@ Cluster { ], }, Variant { - word: "unoxygenised\'s", + word: "unoxygenised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423200,7 +423200,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unparagonized\'s", + word: "unparagonized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423208,7 +423208,7 @@ Cluster { ], }, Variant { - word: "unparagonised\'s", + word: "unparagonised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423343,13 +423343,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unparalyzed\'s", + word: "unparalyzed's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unparalysed\'s", + word: "unparalysed's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423620,7 +423620,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unparticularized\'s", + word: "unparticularized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423628,7 +423628,7 @@ Cluster { ], }, Variant { - word: "unparticularised\'s", + word: "unparticularised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423737,7 +423737,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unparticularizing\'s", + word: "unparticularizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423745,7 +423745,7 @@ Cluster { ], }, Variant { - word: "unparticularising\'s", + word: "unparticularising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423912,7 +423912,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpatronizable\'s", + word: "unpatronizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -423920,7 +423920,7 @@ Cluster { ], }, Variant { - word: "unpatronisable\'s", + word: "unpatronisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -423992,7 +423992,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpatronizing\'s", + word: "unpatronizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424000,7 +424000,7 @@ Cluster { ], }, Variant { - word: "unpatronising\'s", + word: "unpatronising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -424065,7 +424065,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpauperized\'s", + word: "unpauperized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424073,7 +424073,7 @@ Cluster { ], }, Variant { - word: "unpauperised\'s", + word: "unpauperised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -424422,7 +424422,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unphosphatized\'s", + word: "unphosphatized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424430,7 +424430,7 @@ Cluster { ], }, Variant { - word: "unphosphatised\'s", + word: "unphosphatised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -424626,7 +424626,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unplagiarized\'s", + word: "unplagiarized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424634,7 +424634,7 @@ Cluster { ], }, Variant { - word: "unplagiarised\'s", + word: "unplagiarised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -424772,7 +424772,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpoeticized\'s", + word: "unpoeticized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424780,7 +424780,7 @@ Cluster { ], }, Variant { - word: "unpoeticised\'s", + word: "unpoeticised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -424925,7 +424925,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpolarizable\'s", + word: "unpolarizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -424933,7 +424933,7 @@ Cluster { ], }, Variant { - word: "unpolarisable\'s", + word: "unpolarisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -425042,7 +425042,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpolarized\'s", + word: "unpolarized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -425050,7 +425050,7 @@ Cluster { ], }, Variant { - word: "unpolarised\'s", + word: "unpolarised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -425159,7 +425159,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unpolymerized\'s", + word: "unpolymerized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -425167,7 +425167,7 @@ Cluster { ], }, Variant { - word: "unpolymerised\'s", + word: "unpolymerised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -425789,13 +425789,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unrancored\'s", + word: "unrancored's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unrancoured\'s", + word: "unrancoured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426000,13 +426000,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unraveler\'s", + word: "unraveler's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unraveller\'s", + word: "unraveller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426073,7 +426073,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unrealizable\'s", + word: "unrealizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426081,7 +426081,7 @@ Cluster { ], }, Variant { - word: "unrealisable\'s", + word: "unrealisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -426496,13 +426496,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unreconnoitered\'s", + word: "unreconnoitered's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unreconnoitred\'s", + word: "unreconnoitred's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426868,7 +426868,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unromanticized\'s", + word: "unromanticized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426876,7 +426876,7 @@ Cluster { ], }, Variant { - word: "unromanticised\'s", + word: "unromanticised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -426941,7 +426941,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unroyalized\'s", + word: "unroyalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -426949,7 +426949,7 @@ Cluster { ], }, Variant { - word: "unroyalised\'s", + word: "unroyalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -427539,13 +427539,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unsavoriness\'s", + word: "unsavoriness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unsavouriness\'s", + word: "unsavouriness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -427660,14 +427660,14 @@ Cluster { Entry { variants: &[ Variant { - word: "unsavory\'s", + word: "unsavory's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "unsavoury\'s", + word: "unsavoury's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -427858,13 +427858,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unscepter\'s", + word: "unscepter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unsceptre\'s", + word: "unsceptre's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -428048,7 +428048,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unschematized\'s", + word: "unschematized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -428056,7 +428056,7 @@ Cluster { ], }, Variant { - word: "unschematised\'s", + word: "unschematised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -429088,7 +429088,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsignalized\'s", + word: "unsignalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -429096,7 +429096,7 @@ Cluster { ], }, Variant { - word: "unsignalised\'s", + word: "unsignalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -429161,13 +429161,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unsiphon\'s", + word: "unsiphon's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unsyphon\'s", + word: "unsyphon's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -429496,13 +429496,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unsomberness\'s", + word: "unsomberness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unsombreness\'s", + word: "unsombreness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -429715,13 +429715,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unspecterlike\'s", + word: "unspecterlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unspectrelike\'s", + word: "unspectrelike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430200,7 +430200,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unstigmatized\'s", + word: "unstigmatized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430208,7 +430208,7 @@ Cluster { ], }, Variant { - word: "unstigmatised\'s", + word: "unstigmatised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -430448,13 +430448,13 @@ Cluster { Entry { variants: &[ Variant { - word: "unsuccorable\'s", + word: "unsuccorable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "unsuccourable\'s", + word: "unsuccourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430550,7 +430550,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsulphurized\'s", + word: "unsulphurized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430558,7 +430558,7 @@ Cluster { ], }, Variant { - word: "unsulphurised\'s", + word: "unsulphurised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -430878,7 +430878,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsymmetrized\'s", + word: "unsymmetrized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430886,7 +430886,7 @@ Cluster { ], }, Variant { - word: "unsymmetrised\'s", + word: "unsymmetrised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -430951,7 +430951,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsympathizability\'s", + word: "unsympathizability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -430959,7 +430959,7 @@ Cluster { ], }, Variant { - word: "unsympathisability\'s", + word: "unsympathisability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -431024,7 +431024,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsympathizable\'s", + word: "unsympathizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -431032,7 +431032,7 @@ Cluster { ], }, Variant { - word: "unsympathisable\'s", + word: "unsympathisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -431214,7 +431214,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsympathizing\'s", + word: "unsympathizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -431222,7 +431222,7 @@ Cluster { ], }, Variant { - word: "unsympathising\'s", + word: "unsympathising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -431681,7 +431681,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unsystemizable\'s", + word: "unsystemizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -431689,7 +431689,7 @@ Cluster { ], }, Variant { - word: "unsystemisable\'s", + word: "unsystemisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -431871,7 +431871,7 @@ Cluster { Entry { variants: &[ Variant { - word: "untantalizing\'s", + word: "untantalizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -431879,7 +431879,7 @@ Cluster { ], }, Variant { - word: "untantalising\'s", + word: "untantalising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -431944,7 +431944,7 @@ Cluster { Entry { variants: &[ Variant { - word: "untartarized\'s", + word: "untartarized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -431952,7 +431952,7 @@ Cluster { ], }, Variant { - word: "untartarised\'s", + word: "untartarised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432068,7 +432068,7 @@ Cluster { Entry { variants: &[ Variant { - word: "untemporizing\'s", + word: "untemporizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432076,7 +432076,7 @@ Cluster { ], }, Variant { - word: "untemporising\'s", + word: "untemporising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432170,7 +432170,7 @@ Cluster { Entry { variants: &[ Variant { - word: "untheorizable\'s", + word: "untheorizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432178,7 +432178,7 @@ Cluster { ], }, Variant { - word: "untheorisable\'s", + word: "untheorisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432432,7 +432432,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unutilizable\'s", + word: "unutilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432440,7 +432440,7 @@ Cluster { ], }, Variant { - word: "unutilisable\'s", + word: "unutilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432534,7 +432534,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unvaporized\'s", + word: "unvaporized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432542,7 +432542,7 @@ Cluster { ], }, Variant { - word: "unvaporised\'s", + word: "unvaporised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432768,7 +432768,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unvitalized\'s", + word: "unvitalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432776,7 +432776,7 @@ Cluster { ], }, Variant { - word: "unvitalised\'s", + word: "unvitalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432841,7 +432841,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unvitriolized\'s", + word: "unvitriolized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432849,7 +432849,7 @@ Cluster { ], }, Variant { - word: "unvitriolised\'s", + word: "unvitriolised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -432958,7 +432958,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unvocalized\'s", + word: "unvocalized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -432966,7 +432966,7 @@ Cluster { ], }, Variant { - word: "unvocalised\'s", + word: "unvocalised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -433199,7 +433199,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unvulcanized\'s", + word: "unvulcanized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -433207,7 +433207,7 @@ Cluster { ], }, Variant { - word: "unvulcanised\'s", + word: "unvulcanised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -433367,7 +433367,7 @@ Cluster { Entry { variants: &[ Variant { - word: "unwesternized\'s", + word: "unwesternized's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -433375,7 +433375,7 @@ Cluster { ], }, Variant { - word: "unwesternised\'s", + word: "unwesternised's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -433522,14 +433522,14 @@ Cluster { Entry { variants: &[ Variant { - word: "updraft\'s", + word: "updraft's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "updraught\'s", + word: "updraught's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -433810,7 +433810,7 @@ Cluster { Entry { variants: &[ Variant { - word: "urbanization\'s", + word: "urbanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -433818,7 +433818,7 @@ Cluster { ], }, Variant { - word: "urbanisation\'s", + word: "urbanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -434007,14 +434007,14 @@ Cluster { Entry { variants: &[ Variant { - word: "uremia\'s", + word: "uremia's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, ], }, Variant { - word: "uraemia\'s", + word: "uraemia's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -434291,7 +434291,7 @@ Cluster { Entry { variants: &[ Variant { - word: "usability\'s", + word: "usability's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -434301,7 +434301,7 @@ Cluster { ], }, Variant { - word: "useability\'s", + word: "useability's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -434545,7 +434545,7 @@ Cluster { Entry { variants: &[ Variant { - word: "utilizable\'s", + word: "utilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -434553,7 +434553,7 @@ Cluster { ], }, Variant { - word: "utilisable\'s", + word: "utilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -434618,7 +434618,7 @@ Cluster { Entry { variants: &[ Variant { - word: "utilization\'s", + word: "utilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -434626,7 +434626,7 @@ Cluster { ], }, Variant { - word: "utilisation\'s", + word: "utilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -434786,7 +434786,7 @@ Cluster { Entry { variants: &[ Variant { - word: "utilizer\'s", + word: "utilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -434794,7 +434794,7 @@ Cluster { ], }, Variant { - word: "utiliser\'s", + word: "utiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -434859,7 +434859,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Utopianize\'s", + word: "Utopianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -434867,7 +434867,7 @@ Cluster { ], }, Variant { - word: "Utopianise\'s", + word: "Utopianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -435020,7 +435020,7 @@ Cluster { Entry { variants: &[ Variant { - word: "utopianizer\'s", + word: "utopianizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -435028,7 +435028,7 @@ Cluster { ], }, Variant { - word: "utopianiser\'s", + word: "utopianiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -435122,7 +435122,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vaccinization\'s", + word: "vaccinization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -435130,7 +435130,7 @@ Cluster { ], }, Variant { - word: "vaccinisation\'s", + word: "vaccinisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -435195,7 +435195,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vacuolization\'s", + word: "vacuolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -435203,7 +435203,7 @@ Cluster { ], }, Variant { - word: "vacuolisation\'s", + word: "vacuolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -435593,7 +435593,7 @@ Cluster { Entry { variants: &[ Variant { - word: "valor\'s", + word: "valor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -435601,7 +435601,7 @@ Cluster { ], }, Variant { - word: "valour\'s", + word: "valour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -435668,7 +435668,7 @@ Cluster { Entry { variants: &[ Variant { - word: "valorization\'s", + word: "valorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -435676,7 +435676,7 @@ Cluster { ], }, Variant { - word: "valorisation\'s", + word: "valorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -435989,7 +435989,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vandalization\'s", + word: "vandalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -435997,7 +435997,7 @@ Cluster { ], }, Variant { - word: "vandalisation\'s", + word: "vandalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -436185,7 +436185,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vapor\'s", + word: "vapor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -436193,7 +436193,7 @@ Cluster { ], }, Variant { - word: "vapour\'s", + word: "vapour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -436233,7 +436233,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporing\'s", + word: "vaporing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -436241,7 +436241,7 @@ Cluster { ], }, Variant { - word: "vapouring\'s", + word: "vapouring's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -436332,13 +436332,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporability\'s", + word: "vaporability's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourability\'s", + word: "vapourability's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436405,13 +436405,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporable\'s", + word: "vaporable's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourable\'s", + word: "vapourable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436478,13 +436478,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporer\'s", + word: "vaporer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourer\'s", + word: "vapourer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436587,13 +436587,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporimeter\'s", + word: "vaporimeter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourimeter\'s", + word: "vapourimeter's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436762,13 +436762,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporishness\'s", + word: "vaporishness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourishness\'s", + word: "vapourishness's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436879,7 +436879,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporizable\'s", + word: "vaporizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436887,7 +436887,7 @@ Cluster { ], }, Variant { - word: "vaporisable\'s", + word: "vaporisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -436953,7 +436953,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporization\'s", + word: "vaporization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -436961,7 +436961,7 @@ Cluster { ], }, Variant { - word: "vaporisation\'s", + word: "vaporisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -437073,7 +437073,7 @@ Cluster { "\"Vapor\" is spelled \"Vapour\" unless the word is \"vaporize\". This", "seams odd to be, but I could not find any evidence that \"vapourize\"", "or \"vapourise\" is a legal word, although I could find some evidence", - "it was used. Nevertheless since \"vapourize/-ise\" doesn\'t seam to", + "it was used. Nevertheless since \"vapourize/-ise\" doesn't seam to", "be a valid word, this spelling was not included.", ], }, @@ -437127,7 +437127,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporizer\'s", + word: "vaporizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -437135,7 +437135,7 @@ Cluster { ], }, Variant { - word: "vaporiser\'s", + word: "vaporiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -437259,13 +437259,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vaporlike\'s", + word: "vaporlike's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vapourlike\'s", + word: "vapourlike's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -437541,14 +437541,14 @@ Cluster { Entry { variants: &[ Variant { - word: "varicolored\'s", + word: "varicolored's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "varicoloured\'s", + word: "varicoloured's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -437644,7 +437644,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vascularization\'s", + word: "vascularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -437652,7 +437652,7 @@ Cluster { ], }, Variant { - word: "vascularisation\'s", + word: "vascularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -438009,7 +438009,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Vaticanization\'s", + word: "Vaticanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438017,7 +438017,7 @@ Cluster { ], }, Variant { - word: "Vaticanisation\'s", + word: "Vaticanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -438082,7 +438082,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Vaticanize\'s", + word: "Vaticanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438090,7 +438090,7 @@ Cluster { ], }, Variant { - word: "Vaticanise\'s", + word: "Vaticanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -438184,13 +438184,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Ve\'s", + word: "Ve's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Voe\'s", + word: "Voe's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438286,7 +438286,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vectorization\'s", + word: "vectorization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438294,7 +438294,7 @@ Cluster { ], }, Variant { - word: "vectorisation\'s", + word: "vectorisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -438629,7 +438629,7 @@ Cluster { Entry { variants: &[ Variant { - word: "velarization\'s", + word: "velarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438637,7 +438637,7 @@ Cluster { ], }, Variant { - word: "velarisation\'s", + word: "velarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -438807,7 +438807,7 @@ Cluster { Entry { variants: &[ Variant { - word: "veld\'s", + word: "veld's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -438817,7 +438817,7 @@ Cluster { ], }, Variant { - word: "veldt\'s", + word: "veldt's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -438885,7 +438885,7 @@ Cluster { Entry { variants: &[ Variant { - word: "venalization\'s", + word: "venalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -438893,7 +438893,7 @@ Cluster { ], }, Variant { - word: "venalisation\'s", + word: "venalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -439011,7 +439011,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vendor\'s", + word: "vendor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -439021,7 +439021,7 @@ Cluster { ], }, Variant { - word: "vender\'s", + word: "vender's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, ], @@ -439085,7 +439085,7 @@ Cluster { Entry { variants: &[ Variant { - word: "venomization\'s", + word: "venomization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -439093,7 +439093,7 @@ Cluster { ], }, Variant { - word: "venomisation\'s", + word: "venomisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -439394,7 +439394,7 @@ Cluster { Entry { variants: &[ Variant { - word: "veranda\'s", + word: "veranda's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -439404,7 +439404,7 @@ Cluster { ], }, Variant { - word: "verandah\'s", + word: "verandah's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -439472,7 +439472,7 @@ Cluster { Entry { variants: &[ Variant { - word: "verbalization\'s", + word: "verbalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -439480,7 +439480,7 @@ Cluster { ], }, Variant { - word: "verbalisation\'s", + word: "verbalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -439640,7 +439640,7 @@ Cluster { Entry { variants: &[ Variant { - word: "verbalizer\'s", + word: "verbalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -439648,7 +439648,7 @@ Cluster { ], }, Variant { - word: "verbaliser\'s", + word: "verbaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -439768,13 +439768,13 @@ Cluster { Entry { variants: &[ Variant { - word: "vermilion\'s", + word: "vermilion's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "vermillion\'s", + word: "vermillion's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -439889,7 +439889,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vernacularization\'s", + word: "vernacularization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -439897,7 +439897,7 @@ Cluster { ], }, Variant { - word: "vernacularisation\'s", + word: "vernacularisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -440057,7 +440057,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vernalization\'s", + word: "vernalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440065,7 +440065,7 @@ Cluster { ], }, Variant { - word: "vernalisation\'s", + word: "vernalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -440450,13 +440450,13 @@ Cluster { Entry { variants: &[ Variant { - word: "veter\'s", + word: "veter's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "vetoer\'s", + word: "vetoer's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440625,7 +440625,7 @@ Cluster { Entry { variants: &[ Variant { - word: "victimizable\'s", + word: "victimizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440633,7 +440633,7 @@ Cluster { ], }, Variant { - word: "victimisable\'s", + word: "victimisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -440698,7 +440698,7 @@ Cluster { Entry { variants: &[ Variant { - word: "victimization\'s", + word: "victimization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440706,7 +440706,7 @@ Cluster { ], }, Variant { - word: "victimisation\'s", + word: "victimisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -440866,7 +440866,7 @@ Cluster { Entry { variants: &[ Variant { - word: "victimizer\'s", + word: "victimizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440874,7 +440874,7 @@ Cluster { ], }, Variant { - word: "victimiser\'s", + word: "victimiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -440939,7 +440939,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Victorianize\'s", + word: "Victorianize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -440947,7 +440947,7 @@ Cluster { ], }, Variant { - word: "Victorianise\'s", + word: "Victorianise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -441063,13 +441063,13 @@ Cluster { Entry { variants: &[ Variant { - word: "victualage\'s", + word: "victualage's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "victuallage\'s", + word: "victuallage's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -441136,13 +441136,13 @@ Cluster { Entry { variants: &[ Variant { - word: "victualer\'s", + word: "victualer's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "victualler\'s", + word: "victualler's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -441217,7 +441217,7 @@ Cluster { Entry { variants: &[ Variant { - word: "videodisc\'s", + word: "videodisc's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -441227,7 +441227,7 @@ Cluster { ], }, Variant { - word: "videodisk\'s", + word: "videodisk's", types: &[ Type {category: Category::American, tag: Some(Tag::Possible), num: None,}, ], @@ -441343,7 +441343,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Vietnamization\'s", + word: "Vietnamization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -441351,7 +441351,7 @@ Cluster { ], }, Variant { - word: "Vietnamisation\'s", + word: "Vietnamisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -441515,7 +441515,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vigor\'s", + word: "vigor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -441523,7 +441523,7 @@ Cluster { ], }, Variant { - word: "vigour\'s", + word: "vigour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -442002,7 +442002,7 @@ Cluster { Entry { variants: &[ Variant { - word: "visor\'s", + word: "visor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -442012,7 +442012,7 @@ Cluster { ], }, Variant { - word: "vizor\'s", + word: "vizor's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -442108,7 +442108,7 @@ Cluster { Entry { variants: &[ Variant { - word: "visualization\'s", + word: "visualization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442116,7 +442116,7 @@ Cluster { ], }, Variant { - word: "visualisation\'s", + word: "visualisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442276,7 +442276,7 @@ Cluster { Entry { variants: &[ Variant { - word: "visualizer\'s", + word: "visualizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442284,7 +442284,7 @@ Cluster { ], }, Variant { - word: "visualiser\'s", + word: "visualiser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442349,7 +442349,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vitalization\'s", + word: "vitalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442357,7 +442357,7 @@ Cluster { ], }, Variant { - word: "vitalisation\'s", + word: "vitalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442488,7 +442488,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vitalizing\'s", + word: "vitalizing's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442496,7 +442496,7 @@ Cluster { ], }, Variant { - word: "vitalising\'s", + word: "vitalising's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442561,7 +442561,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vitalizer\'s", + word: "vitalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442569,7 +442569,7 @@ Cluster { ], }, Variant { - word: "vitaliser\'s", + word: "vitaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442787,7 +442787,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vitriolizable\'s", + word: "vitriolizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442795,7 +442795,7 @@ Cluster { ], }, Variant { - word: "vitriolisable\'s", + word: "vitriolisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -442860,7 +442860,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vitriolization\'s", + word: "vitriolization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -442868,7 +442868,7 @@ Cluster { ], }, Variant { - word: "vitriolisation\'s", + word: "vitriolisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443297,7 +443297,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vocalization\'s", + word: "vocalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443305,7 +443305,7 @@ Cluster { ], }, Variant { - word: "vocalisation\'s", + word: "vocalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443465,7 +443465,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vocalizer\'s", + word: "vocalizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443473,7 +443473,7 @@ Cluster { ], }, Variant { - word: "vocaliser\'s", + word: "vocaliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443538,7 +443538,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vocationalization\'s", + word: "vocationalization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443546,7 +443546,7 @@ Cluster { ], }, Variant { - word: "vocationalisation\'s", + word: "vocationalisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443706,7 +443706,7 @@ Cluster { Entry { variants: &[ Variant { - word: "volatilizable\'s", + word: "volatilizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443714,7 +443714,7 @@ Cluster { ], }, Variant { - word: "volatilisable\'s", + word: "volatilisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443779,7 +443779,7 @@ Cluster { Entry { variants: &[ Variant { - word: "volatilization\'s", + word: "volatilization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443787,7 +443787,7 @@ Cluster { ], }, Variant { - word: "volatilisation\'s", + word: "volatilisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -443947,7 +443947,7 @@ Cluster { Entry { variants: &[ Variant { - word: "volatilizer\'s", + word: "volatilizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -443955,7 +443955,7 @@ Cluster { ], }, Variant { - word: "volatiliser\'s", + word: "volatiliser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444217,7 +444217,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vowelization\'s", + word: "vowelization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444225,7 +444225,7 @@ Cluster { ], }, Variant { - word: "vowelisation\'s", + word: "vowelisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444429,7 +444429,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulcanizable\'s", + word: "vulcanizable's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444437,7 +444437,7 @@ Cluster { ], }, Variant { - word: "vulcanisable\'s", + word: "vulcanisable's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444502,7 +444502,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulcanizate\'s", + word: "vulcanizate's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444510,7 +444510,7 @@ Cluster { ], }, Variant { - word: "vulcanisate\'s", + word: "vulcanisate's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444575,7 +444575,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulcanization\'s", + word: "vulcanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444583,7 +444583,7 @@ Cluster { ], }, Variant { - word: "vulcanisation\'s", + word: "vulcanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444743,7 +444743,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulcanizer\'s", + word: "vulcanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444751,7 +444751,7 @@ Cluster { ], }, Variant { - word: "vulcaniser\'s", + word: "vulcaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444816,7 +444816,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulgarization\'s", + word: "vulgarization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444824,7 +444824,7 @@ Cluster { ], }, Variant { - word: "vulgarisation\'s", + word: "vulgarisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -444984,7 +444984,7 @@ Cluster { Entry { variants: &[ Variant { - word: "vulgarizer\'s", + word: "vulgarizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -444992,7 +444992,7 @@ Cluster { ], }, Variant { - word: "vulgariser\'s", + word: "vulgariser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -445150,7 +445150,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Wagnerize\'s", + word: "Wagnerize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -445158,7 +445158,7 @@ Cluster { ], }, Variant { - word: "Wagnerise\'s", + word: "Wagnerise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -445279,7 +445279,7 @@ Cluster { Entry { variants: &[ Variant { - word: "wagon\'s", + word: "wagon's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -445289,7 +445289,7 @@ Cluster { ], }, Variant { - word: "waggon\'s", + word: "waggon's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -445394,7 +445394,7 @@ Cluster { Entry { variants: &[ Variant { - word: "wagoner\'s", + word: "wagoner's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -445404,7 +445404,7 @@ Cluster { ], }, Variant { - word: "waggoner\'s", + word: "waggoner's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -445476,7 +445476,7 @@ Cluster { Entry { variants: &[ Variant { - word: "wagonette\'s", + word: "wagonette's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -445486,7 +445486,7 @@ Cluster { ], }, Variant { - word: "waggonette\'s", + word: "waggonette's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIze, tag: Some(Tag::Variant), num: None,}, @@ -445589,7 +445589,7 @@ Cluster { Entry { variants: &[ Variant { - word: "wainscoting\'s", + word: "wainscoting's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -445599,7 +445599,7 @@ Cluster { ], }, Variant { - word: "wainscotting\'s", + word: "wainscotting's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -445814,13 +445814,13 @@ Cluster { Entry { variants: &[ Variant { - word: "Warford\'s", + word: "Warford's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "Warfourd\'s", + word: "Warfourd's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -445881,13 +445881,13 @@ Cluster { Entry { variants: &[ Variant { - word: "warm-up\'s", + word: "warm-up's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "warmup\'s", + word: "warmup's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -445974,13 +445974,13 @@ Cluster { Entry { variants: &[ Variant { - word: "waterbed\'s", + word: "waterbed's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "water bed\'s", + word: "water bed's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -446096,7 +446096,7 @@ Cluster { Entry { variants: &[ Variant { - word: "watercolor\'s", + word: "watercolor's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -446104,7 +446104,7 @@ Cluster { ], }, Variant { - word: "watercolour\'s", + word: "watercolour's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -446171,13 +446171,13 @@ Cluster { Entry { variants: &[ Variant { - word: "watercolorist\'s", + word: "watercolorist's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "watercolourist\'s", + word: "watercolourist's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -446682,13 +446682,13 @@ Cluster { Entry { variants: &[ Variant { - word: "werewolf\'s", + word: "werewolf's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "werwolf\'s", + word: "werwolf's", types: &[ Type {category: Category::Other, tag: Some(Tag::Possible), num: None,}, ], @@ -446752,7 +446752,7 @@ Cluster { Entry { variants: &[ Variant { - word: "westernization\'s", + word: "westernization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -446760,7 +446760,7 @@ Cluster { ], }, Variant { - word: "westernisation\'s", + word: "westernisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -446914,13 +446914,13 @@ Cluster { Entry { variants: &[ Variant { - word: "whimsy\'s", + word: "whimsy's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "whimsey\'s", + word: "whimsey's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -446994,7 +446994,7 @@ Cluster { Entry { variants: &[ Variant { - word: "whir\'s", + word: "whir's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -447004,7 +447004,7 @@ Cluster { ], }, Variant { - word: "whirr\'s", + word: "whirr's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447076,14 +447076,14 @@ Cluster { Entry { variants: &[ Variant { - word: "whiskey\'s", + word: "whiskey's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "whisky\'s", + word: "whisky's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447134,7 +447134,7 @@ Cluster { Entry { variants: &[ Variant { - word: "whiskey\'s", + word: "whiskey's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447202,7 +447202,7 @@ Cluster { Entry { variants: &[ Variant { - word: "Whitmanize\'s", + word: "Whitmanize's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -447210,7 +447210,7 @@ Cluster { ], }, Variant { - word: "Whitmanise\'s", + word: "Whitmanise's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -447280,7 +447280,7 @@ Cluster { Entry { variants: &[ Variant { - word: "whiz\'s", + word: "whiz's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -447290,7 +447290,7 @@ Cluster { ], }, Variant { - word: "whizz\'s", + word: "whizz's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447344,7 +447344,7 @@ Cluster { Entry { variants: &[ Variant { - word: "whiz\'s", + word: "whiz's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Seldom), num: None,}, @@ -447354,7 +447354,7 @@ Cluster { ], }, Variant { - word: "whizz\'s", + word: "whizz's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447364,7 +447364,7 @@ Cluster { ], }, Variant { - word: "wiz\'s", + word: "wiz's", types: &[ Type {category: Category::American, tag: Some(Tag::Seldom), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -447492,13 +447492,13 @@ Cluster { Entry { variants: &[ Variant { - word: "whodunit\'s", + word: "whodunit's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "whodunnits\'s", + word: "whodunnits's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -447537,13 +447537,13 @@ Cluster { Entry { variants: &[ Variant { - word: "wigeon\'s", + word: "wigeon's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "widgeon\'s", + word: "widgeon's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -447769,13 +447769,13 @@ Cluster { Entry { variants: &[ Variant { - word: "willfulness\'s", + word: "willfulness's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "wilfulness\'s", + word: "wilfulness's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -447869,7 +447869,7 @@ Cluster { Entry { variants: &[ Variant { - word: "winterization\'s", + word: "winterization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -447877,7 +447877,7 @@ Cluster { ], }, Variant { - word: "winterisation\'s", + word: "winterisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -448095,13 +448095,13 @@ Cluster { Entry { variants: &[ Variant { - word: "wisteria\'s", + word: "wisteria's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "wistaria\'s", + word: "wistaria's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -448241,7 +448241,7 @@ Cluster { Entry { variants: &[ Variant { - word: "womanization\'s", + word: "womanization's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -448249,7 +448249,7 @@ Cluster { ], }, Variant { - word: "womanisation\'s", + word: "womanisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -448409,7 +448409,7 @@ Cluster { Entry { variants: &[ Variant { - word: "womanizer\'s", + word: "womanizer's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -448417,7 +448417,7 @@ Cluster { ], }, Variant { - word: "womaniser\'s", + word: "womaniser's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, @@ -448476,13 +448476,13 @@ Cluster { Entry { variants: &[ Variant { - word: "woning\'s", + word: "woning's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "wonning\'s", + word: "wonning's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -448645,14 +448645,14 @@ Cluster { Entry { variants: &[ Variant { - word: "woolen\'s", + word: "woolen's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "woollen\'s", + word: "woollen's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -448729,20 +448729,20 @@ Cluster { Entry { variants: &[ Variant { - word: "woolenization\'s", + word: "woolenization's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "woollenisation\'s", + word: "woollenisation's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Australian, tag: None, num: None,}, ], }, Variant { - word: "woollenization\'s", + word: "woollenization's", types: &[ Type {category: Category::BritishIze, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -448925,19 +448925,19 @@ Cluster { Entry { variants: &[ Variant { - word: "woolly\'s", + word: "woolly's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "woolie\'s", + word: "woolie's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "wooly\'s", + word: "wooly's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -449081,13 +449081,13 @@ Cluster { Entry { variants: &[ Variant { - word: "worshiper\'s", + word: "worshiper's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "worshipper\'s", + word: "worshipper's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -449143,7 +449143,7 @@ Cluster { Entry { variants: &[ Variant { - word: "yak\'s", + word: "yak's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, @@ -449271,13 +449271,13 @@ Cluster { Entry { variants: &[ Variant { - word: "yak\'s", + word: "yak's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "yack\'s", + word: "yack's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -449371,25 +449371,25 @@ Cluster { Entry { variants: &[ Variant { - word: "yuk\'s", + word: "yuk's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "yuck\'s", + word: "yuck's", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "yock\'s", + word: "yock's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], }, Variant { - word: "yak\'s", + word: "yak's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -449530,14 +449530,14 @@ Cluster { Entry { variants: &[ Variant { - word: "yeshiva\'s", + word: "yeshiva's", types: &[ Type {category: Category::Other, tag: None, num: None,}, Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "yeshivah\'s", + word: "yeshivah's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -449656,14 +449656,14 @@ Cluster { Entry { variants: &[ Variant { - word: "yodeler\'s", + word: "yodeler's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, ], }, Variant { - word: "yodeller\'s", + word: "yodeller's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::Canadian, tag: None, num: None,}, @@ -449724,13 +449724,13 @@ Cluster { Entry { variants: &[ Variant { - word: "yogi\'s", + word: "yogi's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "yogin\'s", + word: "yogin's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -449790,7 +449790,7 @@ Cluster { Entry { variants: &[ Variant { - word: "yogurt\'s", + word: "yogurt's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -449800,7 +449800,7 @@ Cluster { ], }, Variant { - word: "yoghurt\'s", + word: "yoghurt's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Canadian, tag: Some(Tag::Variant), num: None,}, @@ -449809,7 +449809,7 @@ Cluster { ], }, Variant { - word: "yoghourt\'s", + word: "yoghourt's", types: &[ Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, Type {category: Category::Australian, tag: Some(Tag::Seldom), num: None,}, @@ -449817,7 +449817,7 @@ Cluster { ], }, Variant { - word: "yogourt\'s", + word: "yogourt's", types: &[ Type {category: Category::Canadian, tag: None, num: None,}, ], @@ -450038,13 +450038,13 @@ Cluster { Entry { variants: &[ Variant { - word: "zoea\'s", + word: "zoea's", types: &[ Type {category: Category::American, tag: None, num: None,}, ], }, Variant { - word: "zoaea\'s", + word: "zoaea's", types: &[ Type {category: Category::BritishIse, tag: None, num: None,}, Type {category: Category::BritishIze, tag: None, num: None,}, @@ -450309,13 +450309,13 @@ Cluster { Entry { variants: &[ Variant { - word: "zombie\'s", + word: "zombie's", types: &[ Type {category: Category::Other, tag: None, num: None,}, ], }, Variant { - word: "zombi\'s", + word: "zombi's", types: &[ Type {category: Category::Other, tag: Some(Tag::Seldom), num: None,}, ], @@ -450543,7 +450543,7 @@ Cluster { ], }, Variant { - word: "Qur\'an", + word: "Qur'an", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -450557,7 +450557,7 @@ Cluster { notes: &[ "Quran is more correct bases on a modern transliterated from Arabic", "to English, but both M-W and Oxford has Koran marked as the primary", - "form. Technically \"Qur\'an\" more correct but that doesn\'t seam to be", + "form. Technically \"Qur'an\" more correct but that doesn't seam to be", "used as much.", ], }, @@ -450579,7 +450579,7 @@ Cluster { ], }, Variant { - word: "Qur\'anic", + word: "Qur'anic", types: &[ Type {category: Category::Other, tag: Some(Tag::Variant), num: None,}, ], @@ -450683,7 +450683,7 @@ Cluster { Entry { variants: &[ Variant { - word: "volcanism\'s", + word: "volcanism's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -450693,7 +450693,7 @@ Cluster { ], }, Variant { - word: "vulcanism\'s", + word: "vulcanism's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -450771,7 +450771,7 @@ Cluster { Entry { variants: &[ Variant { - word: "eukaryote\'s", + word: "eukaryote's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -450781,7 +450781,7 @@ Cluster { ], }, Variant { - word: "eucaryote\'s", + word: "eucaryote's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, @@ -450886,7 +450886,7 @@ Cluster { Entry { variants: &[ Variant { - word: "prokaryote\'s", + word: "prokaryote's", types: &[ Type {category: Category::American, tag: None, num: None,}, Type {category: Category::BritishIse, tag: None, num: None,}, @@ -450896,7 +450896,7 @@ Cluster { ], }, Variant { - word: "procaryote\'s", + word: "procaryote's", types: &[ Type {category: Category::American, tag: Some(Tag::Variant), num: None,}, Type {category: Category::BritishIse, tag: Some(Tag::Variant), num: None,}, diff --git a/crates/wikipedia-dict/src/dict_codegen.rs b/crates/wikipedia-dict/src/dict_codegen.rs index a4724ab..5072322 100644 --- a/crates/wikipedia-dict/src/dict_codegen.rs +++ b/crates/wikipedia-dict/src/dict_codegen.rs @@ -210,7 +210,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("airbourne", &["airborne"]), ("aircaft", &["aircraft"]), ("aircrafts", &["aircraft"]), - ("aircrafts\'", &["aircraft\'s"]), + ("aircrafts'", &["aircraft's"]), ("airporta", &["airports"]), ("airrcraft", &["aircraft"]), ("aisian", &["asian"]), @@ -1084,7 +1084,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("counries", &["countries"]), ("countains", &["contains"]), ("countires", &["countries"]), - ("countrie\'s", &["countries", "countries\'", "country\'s"]), + ("countrie's", &["countries", "countries'", "country's"]), ("coururier", &["courier", "couturier"]), ("coverted", &["converted", "covered", "coveted"]), ("cpoy", &["coy", "copy"]), @@ -1244,7 +1244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("dicovery", &["discovery"]), ("dictionarys", &["dictionaries"]), ("dicussed", &["discussed"]), - ("didnt", &["didn\'t"]), + ("didnt", &["didn't"]), ("diea", &["idea", "die"]), ("dieing", &["dying", "dyeing"]), ("dieties", &["deities"]), @@ -1343,13 +1343,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("doctines", &["doctrines"]), ("documenatry", &["documentary"]), ("doens", &["does"]), - ("doesnt", &["doesn\'t"]), + ("doesnt", &["doesn't"]), ("doign", &["doing"]), ("dominaton", &["domination"]), ("dominent", &["dominant"]), ("dominiant", &["dominant"]), ("donig", &["doing"]), - ("dosen\'t", &["doesn\'t"]), + ("dosen't", &["doesn't"]), ("doub", &["doubt", "daub"]), ("doulbe", &["double"]), ("dowloads", &["downloads"]), @@ -1838,7 +1838,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("haemorrage", &["haemorrhage"]), ("haev", &["have", "heave"]), ("halarious", &["hilarious"]), - ("Hallowean", &["Hallowe\'en", "Halloween"]), + ("Hallowean", &["Hallowe'en", "Halloween"]), ("halp", &["help"]), ("hapen", &["happen"]), ("hapened", &["happened"]), @@ -1862,7 +1862,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("harrassing", &["harassing"]), ("harrassment", &["harassment"]), ("harrassments", &["harassments"]), - ("hasnt", &["hasn\'t"]), + ("hasnt", &["hasn't"]), ("Hatian", &["Haitian"]), ("haviest", &["heaviest"]), ("headquarer", &["headquarter"]), @@ -2192,7 +2192,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("irreplacable", &["irreplaceable"]), ("irresistable", &["irresistible"]), ("irresistably", &["irresistibly"]), - ("isnt", &["isn\'t"]), + ("isnt", &["isn't"]), ("Israelies", &["Israelis"]), ("issueing", &["issuing"]), ("itnroduced", &["introduced"]), @@ -3531,7 +3531,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("shorly", &["shortly"]), ("shortwhile", &["short while"]), ("shoudl", &["should"]), - ("shoudln", &["should", "shouldn\'t"]), + ("shoudln", &["should", "shouldn't"]), ("shouldnt", &["should not"]), ("shreak", &["shriek"]), ("shrinked", &["shrunk"]), @@ -3888,7 +3888,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("testiclular", &["testicular"]), ("testomony", &["testimony"]), ("tghe", &["the"]), - ("thast", &["that", "that\'s"]), + ("thast", &["that", "that's"]), ("theather", &["theater"]), ("theese", &["these"]), ("theif", &["thief"]), @@ -3899,7 +3899,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("therafter", &["thereafter"]), ("therby", &["thereby"]), ("theri", &["their"]), - ("theyre", &["they\'re"]), + ("theyre", &["they're"]), ("thgat", &["that"]), ("thge", &["the"]), ("thier", &["their"]), @@ -3944,7 +3944,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("tkaing", &["taking"]), ("tlaking", &["talking"]), ("tobbaco", &["tobacco"]), - ("todays", &["today\'s"]), + ("todays", &["today's"]), ("todya", &["today"]), ("toghether", &["together"]), ("toke", &["took"]), @@ -4200,7 +4200,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[ ("wardobe", &["wardrobe"]), ("warrent", &["warrant"]), ("warrriors", &["warriors"]), - ("wasnt", &["wasn\'t"]), + ("wasnt", &["wasn't"]), ("wass", &["was"]), ("watn", &["want"]), ("wayword", &["wayward"]),