Added 23-letter words to dictionary.

This commit is contained in:
ThePendulum 2023-06-23 05:24:53 +02:00
parent 8e16f189f5
commit 44d8304aa0
2 changed files with 43 additions and 2 deletions

View File

@ -34,7 +34,7 @@ async function init() {
const sortedWords = validWords.reduce((acc, [rawWord, fullDefinition]) => {
const word = rawWord.toLowerCase();
const anagram = word.split('').sort().join('');
const definitions = fullDefinition.split(/\d+\.\s+/).filter(Boolean).map((definition) => definition.split('.')[0].toLowerCase());
const definitions = fullDefinition?.split(/\d+\.\s+/).filter(Boolean).map((definition) => definition.split('.')[0].toLowerCase());
if (!acc[anagram.length]) {
acc[anagram.length] = {};

View File

@ -1,4 +1,45 @@
{
"anthropomorphologically": "With regard to anthropomorphology.",
"blepharosphincterectomy": "Excision of part of the orbicularis palpebrarum to relieve pressure of the eyelid on the cornea.",
"carboxymethylcelluloses": "An acid ether derivative of cellulose that in the form of its sodium salt is used as a thickening, emulsifying, and stabilizing agent and as a bulk laxative in medicine.",
"chlorotrifluoroethylene": "Flammable, colourless gas that belongs to the family of organic halogen compounds, used in the manufacture of a series of synthetic oils, greases, waxes, elastomers, and plastics that are unusually resistant to attack by chemicals and heat.",
"deinstitutionalization": "Discharge (a long-term inmate) from an institution such as a psychiatric hospital or prison.",
"desoxyribonucleoprotein": null,
"dichlorodifluoromethane": null,
"dihdroxycholecalciferol": null,
"disestablismentarianism": null,
"electroencephalographer": null,
"electroencephalographic": null,
"electrophotomicrography": null,
"epididymodeferentectomy": null,
"formaldehydesulphoxylic": null,
"gastroenteroanastomosis": null,
"hematospectrophotometer": null,
"hexamethylenetetramine": null,
"hydrochlorofluorocarbon": null,
"hypobetalipoproteinemia": null,
"indistinguishableness": null,
"intersubstitutability": null,
"macracanthrorhynchiasis": null,
"magnetohydrodynamically": null,
"microspectrophotometer": null,
"microspectrophotometric": null,
"nonrepresentationalism": null,
"overindividualistically": null,
"overintellectualization": null,
"pancreaticoduodenostomy": null,
"pathologicohistological": null,
"pericardiomediastinitis": null,
"phenolsulphonephthalein": null,
"philosophicotheological": null,
"polytetrafluoroethylene": null,
"pseudolamellibranchiata": null,
"pseudolamellibranchiate": null,
"pseudophilanthropically": null,
"reinstitutionalization": "The act or process of institutionalizing someone or something again.",
"scientificogeographical": null,
"thymolsulphonephthalein": null,
"transubstantiationalist": null,
"anopheles" : "A genus of mosquitoes which are secondary hosts of the malaria parasites, and whose bite is the usual, if not the only, means of infecting human beings with malaria. Several species are found in the United States. They may be distinguished from the ordinary mosquitoes of the genus Culex by the long slender palpi, nearly equaling the beak in length, while those of the female Culex are very short. They also assume different positions when resting, Culex usually holding the body parallel to the surface on which it rests and keeping the head and beak bent at an angle, while Anopheles holds the body at an angle with the surface and the head and beak in line with it. Unless they become themselves infected by previously biting a subject affected with malaria, the insects cannot transmit the disease.",
"uniclinal" : "See Nonoclinal.",
"sarong" : "A sort of petticoat worn by both sexes in Java and the Malay Archipelago. Balfour (Cyc. of India)",
@ -102216,4 +102257,4 @@
"prudential" : "1. Proceeding from, or dictated or characterized by, prudence; prudent; discreet; sometimes, selfish or pecuniary as distinguished from higher motives or influences; as, prudential motives. \" A prudential line of conduct.\" Sir W. Scott. 2. Exercising prudence; discretionary; advisory; superintending or executive; as, a prudential committee.\n\nThat which relates to or demands the exercise of, discretion or prudence; -- usually in the pl. Many stanzas, in poetic measures, contain rules relating to common prudentials as well as to religion. I. Watts.",
"obviation" : "The act of obviating, or the state of being obviated.",
"silkness" : "Silkiness. [Obs.] B. Jonson."
}
}