diff --git a/.gitignore b/.gitignore index ea1819d..e0923c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ node_modules/ -src/data/db-backups/ -src/data/samples/ -src/data/processing/ +data/db-backups/ +data/samples/ +data/processing/ prod/ *.log -src/data/unigram_freq.csv -src/data/database -src/data/database-backup-IPAs-added +data/unigram_freq.csv +data/database +data/database-backup-IPAs-added API.mjs diff --git a/src/checkAndPublish.mjs b/checkAndPublish.mjs similarity index 100% rename from src/checkAndPublish.mjs rename to checkAndPublish.mjs diff --git a/src/config.mjs b/config.mjs similarity index 100% rename from src/config.mjs rename to config.mjs diff --git a/src/data/.medical_procedures.csv.swp b/data/.medical_procedures.csv.swp similarity index 100% rename from src/data/.medical_procedures.csv.swp rename to data/.medical_procedures.csv.swp diff --git a/src/data/IPAs_en_UK.json b/data/IPAs_en_UK.json similarity index 100% rename from src/data/IPAs_en_UK.json rename to data/IPAs_en_UK.json diff --git a/src/data/diseases.csv b/data/diseases.csv similarity index 100% rename from src/data/diseases.csv rename to data/diseases.csv diff --git a/src/data/medical_dictionary.csv b/data/medical_dictionary.csv similarity index 100% rename from src/data/medical_dictionary.csv rename to data/medical_dictionary.csv diff --git a/src/data/medical_procedures.csv b/data/medical_procedures.csv similarity index 100% rename from src/data/medical_procedures.csv rename to data/medical_procedures.csv diff --git a/src/data/regexp.so b/data/regexp.so similarity index 100% rename from src/data/regexp.so rename to data/regexp.so diff --git a/src/data/scripts/db.mjs b/data/scripts/db.mjs similarity index 100% rename from src/data/scripts/db.mjs rename to data/scripts/db.mjs diff --git a/src/data/scripts/deleteMisspelled.mjs b/data/scripts/deleteMisspelled.mjs similarity index 100% rename from src/data/scripts/deleteMisspelled.mjs rename to data/scripts/deleteMisspelled.mjs diff --git a/src/data/scripts/flagDerivatives.mjs b/data/scripts/flagDerivatives.mjs similarity index 100% rename from src/data/scripts/flagDerivatives.mjs rename to data/scripts/flagDerivatives.mjs diff --git a/src/data/scripts/flagScientific.mjs b/data/scripts/flagScientific.mjs similarity index 100% rename from src/data/scripts/flagScientific.mjs rename to data/scripts/flagScientific.mjs diff --git a/src/data/scripts/import.sh b/data/scripts/import.sh similarity index 100% rename from src/data/scripts/import.sh rename to data/scripts/import.sh diff --git a/src/data/scripts/importIPAs.mjs b/data/scripts/importIPAs.mjs similarity index 100% rename from src/data/scripts/importIPAs.mjs rename to data/scripts/importIPAs.mjs diff --git a/src/data/scripts/importWiktionaryData.mjs b/data/scripts/importWiktionaryData.mjs similarity index 100% rename from src/data/scripts/importWiktionaryData.mjs rename to data/scripts/importWiktionaryData.mjs diff --git a/src/data/scripts/pipeline.sh b/data/scripts/pipeline.sh similarity index 100% rename from src/data/scripts/pipeline.sh rename to data/scripts/pipeline.sh diff --git a/src/database-calls/db.mjs b/database-calls/db.mjs similarity index 100% rename from src/database-calls/db.mjs rename to database-calls/db.mjs diff --git a/src/database-calls/getAcceptablePrompts.mjs b/database-calls/getAcceptablePrompts.mjs similarity index 100% rename from src/database-calls/getAcceptablePrompts.mjs rename to database-calls/getAcceptablePrompts.mjs diff --git a/src/database-calls/insertPublished.mjs b/database-calls/insertPublished.mjs similarity index 100% rename from src/database-calls/insertPublished.mjs rename to database-calls/insertPublished.mjs diff --git a/src/database-calls/todaysPromptAlreadyPublished.mjs b/database-calls/todaysPromptAlreadyPublished.mjs similarity index 100% rename from src/database-calls/todaysPromptAlreadyPublished.mjs rename to database-calls/todaysPromptAlreadyPublished.mjs diff --git a/src/firefish-calls/createNote.mjs b/firefish-calls/createNote.mjs similarity index 100% rename from src/firefish-calls/createNote.mjs rename to firefish-calls/createNote.mjs diff --git a/src/getNewPrompt.mjs b/getNewPrompt.mjs similarity index 100% rename from src/getNewPrompt.mjs rename to getNewPrompt.mjs diff --git a/src/index.mjs b/index.mjs similarity index 100% rename from src/index.mjs rename to index.mjs diff --git a/src/logger.mjs b/logger.mjs similarity index 100% rename from src/logger.mjs rename to logger.mjs diff --git a/src/makeText.mjs b/makeText.mjs similarity index 100% rename from src/makeText.mjs rename to makeText.mjs diff --git a/src/social-interaction/receiveMention.mjs b/social-interaction/receiveMention.mjs similarity index 100% rename from src/social-interaction/receiveMention.mjs rename to social-interaction/receiveMention.mjs diff --git a/src/data/database b/src/data/database deleted file mode 100644 index 83d777f..0000000 Binary files a/src/data/database and /dev/null differ diff --git a/src/data/samples/atheism-raw.json b/src/data/samples/atheism-raw.json deleted file mode 100644 index 071d0d1..0000000 --- a/src/data/samples/atheism-raw.json +++ /dev/null @@ -1,1610 +0,0 @@ -{ - "pos": "noun", - "head_templates": [ - { - "name": "en-noun", - "args": { - "1": "-", - "2": "s" - }, - "expansion": "atheism (usually uncountable, plural atheisms)" - } - ], - "forms": [ - { - "form": "atheisms", - "tags": [ - "plural" - ] - } - ], - "etymology_text": "16th century Middle French athéisme, from athée (“atheist”), a loan from Ancient Greek ἄθεος (átheos, “godless”), from ἀ- (a-, “without”) + θεός (theós, “deity, god”).\nFirst English attestation dates to 1587 (OED).", - "etymology_templates": [ - { - "name": "der", - "args": { - "1": "en", - "2": "frm", - "3": "athéisme" - }, - "expansion": "Middle French athéisme" - }, - { - "name": "m", - "args": { - "1": "fr", - "2": "athée", - "3": "", - "4": "atheist" - }, - "expansion": "athée (“atheist”)" - }, - { - "name": "der", - "args": { - "1": "en", - "2": "grc", - "sc": "polytonic", - "3": "ἄθεος", - "4": "", - "5": "godless" - }, - "expansion": "Ancient Greek ἄθεος (átheos, “godless”)" - }, - { - "name": "m", - "args": { - "1": "grc", - "2": "ἀ-", - "3": "", - "4": "without", - "sc": "polytonic" - }, - "expansion": "ἀ- (a-, “without”)" - }, - { - "name": "m", - "args": { - "1": "grc", - "2": "θεός", - "3": "", - "4": "deity, god", - "sc": "polytonic" - }, - "expansion": "θεός (theós, “deity, god”)" - } - ], - "sounds": [ - { - "ipa": "/ˈeɪθiɪzəm/" - }, - { - "audio": "en-us-atheism.ogg", - "text": "Audio (US)", - "tags": [ - "US" - ], - "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/6/65/En-us-atheism.ogg", - "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/6/65/En-us-atheism.ogg/En-us-atheism.ogg.mp3" - } - ], - "word": "atheism", - "lang": "English", - "lang_code": "en", - "wikipedia": [ - "atheism" - ], - "translations": [ - { - "lang": "Afrikaans", - "code": "af", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateïsme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Albanian", - "code": "sq", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizëm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Arabic", - "code": "ar", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ʔilḥād", - "tags": [ - "masculine" - ], - "word": "إِلْحَاد", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Arabic", - "code": "ar", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "zandaqa", - "tags": [ - "feminine" - ], - "word": "زَنْدَقَة", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Arabic", - "code": "arz", - "tags": [ - "Egyptian-Arabic", - "masculine" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "elḥād", - "word": "الحاد", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Armenian", - "code": "hy", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "atʿeizm", - "word": "աթեիզմ", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Armenian", - "code": "hy", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "astvacameržutʿyun", - "word": "աստվածամերժություն", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Azerbaijani", - "code": "az", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateizm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Belarusian", - "code": "be", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateízm", - "tags": [ - "masculine" - ], - "word": "атэі́зм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Belarusian", - "code": "be", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bjazbóžža", - "tags": [ - "neuter" - ], - "word": "бязбо́жжа", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Belarusian", - "code": "be", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bjazbóžnascʹ", - "tags": [ - "feminine" - ], - "word": "бязбо́жнасць", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Bengali", - "code": "bn", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nastikkobad", - "word": "নাস্তিক্যবাদ", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Breton", - "code": "br", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "dizoueegezh", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Bulgarian", - "code": "bg", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateízǎm", - "tags": [ - "masculine" - ], - "word": "атеи́зъм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Bulgarian", - "code": "bg", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bezbóžie", - "tags": [ - "neuter" - ], - "word": "безбо́жие", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Burmese", - "code": "my", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bhu.ra:mai.wada.", - "word": "ဘုရားမဲ့ဝါဒ", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Catalan", - "code": "ca", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Chinese", - "code": "yue", - "tags": [ - "Cantonese" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "無神論", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Chinese", - "code": "yue", - "tags": [ - "Cantonese" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "mou⁴ san⁴ leon⁶", - "word": "无神论", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Mandarin Chinese", - "code": "cmn", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "無神論", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Mandarin Chinese", - "code": "cmn", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "wúshénlùn", - "word": "无神论", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Czech", - "code": "cs", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateismus", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Danish", - "code": "da", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "common-gender" - ], - "word": "ateisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Dutch", - "code": "nl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "neuter" - ], - "word": "atheïsme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Esperanto", - "code": "eo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateismo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Estonian", - "code": "et", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateism", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Faroese", - "code": "fo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "neuter" - ], - "word": "gudloysi", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Finnish", - "code": "fi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateismi", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "French", - "code": "fr", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "athéisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Galician", - "code": "gl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateísmo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Georgian", - "code": "ka", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateizmi", - "word": "ათეიზმი", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "German", - "code": "de", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "Atheismus", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "German", - "code": "de", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "feminine" - ], - "word": "Gottlosigkeit", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Greek", - "code": "el", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "atheḯa", - "tags": [ - "feminine" - ], - "word": "αθεΐα", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Greek", - "code": "el", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "atheïsmós", - "tags": [ - "masculine" - ], - "word": "αθεϊσμός", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Hawaiian", - "code": "haw", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "hōʻole akua", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Hebrew", - "code": "he", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ate'ízm", - "tags": [ - "masculine" - ], - "word": "אַתֶּאִיְזם", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Hindi", - "code": "hi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nāstiktā", - "tags": [ - "feminine" - ], - "word": "नास्तिकता", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Hungarian", - "code": "hu", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateizmus", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Icelandic", - "code": "is", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "neuter" - ], - "word": "trúleysi", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Icelandic", - "code": "is", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "neuter" - ], - "word": "guðleysi", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Ido", - "code": "io", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateismo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Indonesian", - "code": "id", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Interlingua", - "code": "ia", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "atheismo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Irish", - "code": "ga", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "aindiachas", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Italian", - "code": "it", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateismo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Japanese", - "code": "ja", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "alt": "むしんろん", - "roman": "mushinron", - "word": "無神論", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Kazakh", - "code": "kk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "dınsızdık", - "word": "дінсіздік", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Kazakh", - "code": "kk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateizm", - "word": "атеизм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Khmer", - "code": "km", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "a’teivea’ni’yum", - "word": "អទេវនិយម", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Korean", - "code": "ko", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "musillon", - "alt": "無神論", - "word": "무신론", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Central Kurdish", - "code": "ckb", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bê bawerrî", - "word": "بێ باوەڕی", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Northern Kurdish", - "code": "kmr", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateîzm (ku)", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Kyrgyz", - "code": "ky", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateizm", - "word": "атеизм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Kyrgyz", - "code": "ky", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "kudaysızdık", - "word": "кудайсыздык", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Lao", - "code": "lo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ʼa thē wa ni yom", - "word": "ອະເທວະນິຢົມ", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Latin", - "code": "la", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "atheismus", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Latvian", - "code": "lv", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateisms", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Lithuanian", - "code": "lt", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizmas", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Macedonian", - "code": "mk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateízam", - "tags": [ - "masculine" - ], - "word": "атеи́зам", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Malay", - "code": "ms", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Malayalam", - "code": "ml", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nirīśvaravādaṁ", - "word": "നിരീശ്വരവാദം", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Maltese", - "code": "mt", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateiżmu", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Marathi", - "code": "mr", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nāstiktā", - "tags": [ - "feminine" - ], - "word": "नास्तिकता", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Mongolian", - "code": "mn", - "tags": [ - "Cyrillic" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateizm", - "word": "атеизм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Mongolian", - "code": "mn", - "tags": [ - "Cyrillic" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "burxangüj", - "word": "бурхангүй", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Nepali", - "code": "ne", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nāstikatā", - "word": "नास्तिकता", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Norwegian Bokmål", - "code": "nb", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateisme", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Old English", - "code": "ang", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "gelēaflēasnes", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Oriya", - "code": "or", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nastikôta", - "word": "ନାସ୍ତିକତା", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Pashto", - "code": "ps", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "اتيزم", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Persian", - "code": "fa", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bi-xodâyi", - "word": "بیخدایی", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Polish", - "code": "pl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Polish", - "code": "pl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "feminine" - ], - "word": "bezbożność", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Portuguese", - "code": "pt", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateísmo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Romanian", - "code": "ro", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "neuter" - ], - "word": "ateism", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Russian", - "code": "ru", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "atɛízm", - "tags": [ - "masculine" - ], - "word": "атеи́зм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Russian", - "code": "ru", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bezbóžije", - "tags": [ - "neuter" - ], - "word": "безбо́жие", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Sanskrit", - "code": "sa", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nirīśvaravāda", - "tags": [ - "masculine" - ], - "word": "निरीश्वरवाद", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Scottish Gaelic", - "code": "gd", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "dhiadhaireachd", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Scottish Gaelic", - "code": "gd", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "dia-àicheadh", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Serbo-Croatian", - "code": "sh", - "tags": [ - "Cyrillic", - "masculine" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "атеѝзам", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Serbo-Croatian", - "code": "sh", - "tags": [ - "Roman", - "masculine" - ], - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateìzam", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Slovak", - "code": "sk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizmus", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Slovene", - "code": "sl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizem", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Spanish", - "code": "es", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateísmo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Swedish", - "code": "sv", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "common-gender" - ], - "word": "ateism", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Tagalog", - "code": "tl", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateismo", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Tajik", - "code": "tg", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateyizm", - "word": "атеизм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Tajik", - "code": "tg", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bexudoyī", - "word": "бехудоӣ", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Tamil", - "code": "ta", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "iṟaimaṟuppu", - "word": "இறைமறுப்பு", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Telugu", - "code": "te", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nāstikata", - "word": "నాస్తికత", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Telugu", - "code": "te", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "nāstikyamu", - "word": "నాస్తిక్యము", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Thai", - "code": "th", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "à-tee-wá-ní-yom", - "word": "อเทวนิยม", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Tibetan", - "code": "bo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "Lha med smra ba po.", - "word": "ལྷ་མེད་སྨྲ་བ་པོ།", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Turkish", - "code": "tr", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "tags": [ - "masculine" - ], - "word": "ateizm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Turkmen", - "code": "tk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateizm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Ukrainian", - "code": "uk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "atejízm", - "tags": [ - "masculine" - ], - "word": "атеї́зм", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Ukrainian", - "code": "uk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bezbóžnistʹ", - "tags": [ - "feminine" - ], - "word": "безбо́жність", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Ukrainian", - "code": "uk", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "bezbóžžja", - "tags": [ - "neuter" - ], - "word": "безбо́жжя", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Urdu", - "code": "ur", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "daihriyyat", - "word": "دَہْرِیَّت", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Uyghur", - "code": "ug", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "dinsizliq", - "word": "دىنسىزلىق", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Uzbek", - "code": "uz", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ateizm", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Uzbek", - "code": "uz", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "dinsizlik", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Uzbek", - "code": "uz", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "dahriylik", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Vietnamese", - "code": "vi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "alt": "主義無神", - "word": "chủ nghĩa vô thần", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Vietnamese", - "code": "vi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "alt": "說無神", - "word": "thuyết vô thần", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Vietnamese", - "code": "vi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "alt": "無神論", - "word": "vô thần luận", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Volapük", - "code": "vo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "Godinoam", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Volapük", - "code": "vo", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "godinoam", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Welsh", - "code": "cy", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "anffyddiaeth", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Western Panjabi", - "code": "pnb", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "word": "ایتھیازم", - "_dis1": "29 22 31 10 8 1" - }, - { - "lang": "Yiddish", - "code": "yi", - "sense": "lack of belief that any deities exist (with or without a belief that no deities exist)", - "roman": "ateizm", - "word": "אַטעיִזם", - "_dis1": "29 22 31 10 8 1" - } - ], - "derived": [ - { - "word": "antiatheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "anti-atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "Atheism Plus", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "meta-atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "metatheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "hard atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "neoatheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "neo-atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "nonatheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "non-atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "new atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "pseudoatheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "pseudo-atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "soft atheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "state atheism", - "_dis1": "0 0 0 0 0 0" - } - ], - "related": [ - { - "word": "atheist", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheistic", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheistical", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheistically", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheisticalness", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheophobia", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "agnosticism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheonism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "athean", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "atheal", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "deism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "theism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "monotheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "polytheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "pantheism", - "_dis1": "0 0 0 0 0 0" - }, - { - "word": "panentheism", - "_dis1": "0 0 0 0 0 0" - } - ], - "senses": [ - { - "examples": [ - { - "text": "For atheism to be rationally justified it is only necessary that it be more probable than not or at least more probable than theism. Certainty is no more required in the case of atheism than it is in the case of scientific theories.", - "ref": "2002, Martin, Michael, “Should atheists be agnostics?”, in Baggini, Julian, editor, The Philosophers' Magazine, number 19, →ISSN, archived from the original on 2002-12-20, page 18", - "type": "quotation" - } - ], - "links": [ - [ - "deities", - "deity" - ] - ], - "raw_glosses": [ - "A non-belief in deities.", - "(strictly) Belief that no deities exist (sometimes including rejection of other religious beliefs)." - ], - "glosses": [ - "A non-belief in deities.", - "Belief that no deities exist (sometimes including rejection of other religious beliefs)." - ], - "qualifier": "strictly", - "tags": [ - "uncountable", - "usually" - ], - "id": "atheism-en-noun-xKXX-Su0", - "categories": [ - { - "name": "English terms suffixed with -ism", - "kind": "other", - "parents": [], - "source": "w+disamb", - "_dis": "18 24 16 8 20 14" - } - ], - "translations": [ - { - "lang": "French", - "code": "fr", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "tags": [ - "masculine" - ], - "word": "athéisme", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "German", - "code": "de", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "tags": [ - "masculine" - ], - "word": "Atheismus", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "German", - "code": "de", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "tags": [ - "pejorative" - ], - "english": "polemical", - "word": "Gottesleugnung", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Greek", - "code": "el", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "roman": "atheḯa", - "tags": [ - "feminine" - ], - "word": "αθεΐα", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Greek", - "code": "el", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "roman": "atheïsmós", - "tags": [ - "masculine" - ], - "word": "αθεϊσμός", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Ancient Greek", - "code": "grc", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "roman": "atheótēs", - "tags": [ - "feminine" - ], - "word": "ἀθεότης", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Indonesian", - "code": "id", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "word": "ateisme", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Malayalam", - "code": "ml", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "roman": "nirīśvaravādaṁ", - "word": "നിരീശ്വരവാദം", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Maori", - "code": "mi", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "word": "whakapono atuakore", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Portuguese", - "code": "pt", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "tags": [ - "masculine" - ], - "word": "ateísmo", - "_dis1": "60 8 16 7 5 3" - }, - { - "lang": "Swedish", - "code": "sv", - "sense": "belief that no deities exist (sometimes including rejection of other religious beliefs)", - "tags": [ - "common-gender" - ], - "word": "ateism", - "_dis1": "60 8 16 7 5 3" - } - ] - }, - { - "examples": [ - { - "text": "The theory of Secularism is a form, not of dogmatic, but of skeptical, Atheism; it is dogmatic only in denying the sufficiency of the evidence for the being and perfections of God. It does not deny, it only does not believe, His existence.", - "ref": "1857, Buchanan, James, Modern Atheism: under its forms of Pantheism, Materialism, Secularism, Development, and Natural Laws, Boston: Gould and Lincoln, page 365", - "type": "quotation" - }, - { - "text": "...but Atheism per se simply means, not denial, but rejection, in the sense of not accepting the Theistic theory of the universe which Mr. Lee has put forward tonight.", - "ref": "1896, Foote, George William, “First Night”, in Theism or Athiesm: Which is the more reasonable?, London: R. Forder, page 17", - "type": "quotation" - } - ], - "links": [ - [ - "deities", - "deity" - ] - ], - "raw_glosses": [ - "A non-belief in deities.", - "(broadly) A lack of belief in deities, or a belief that there is insufficient evidence to believe in a god." - ], - "glosses": [ - "A non-belief in deities.", - "A lack of belief in deities, or a belief that there is insufficient evidence to believe in a god." - ], - "tags": [ - "broadly", - "uncountable", - "usually" - ], - "id": "atheism-en-noun-w7qGshn3", - "categories": [ - { - "name": "English terms suffixed with -ism", - "kind": "other", - "parents": [], - "source": "w+disamb", - "_dis": "18 24 16 8 20 14" - } - ] - }, - { - "examples": [ - { - "text": "What can parents do, and mothers more especially, […] with regard to the atheism that is natural to all the children of men?", - "ref": "1829, Wesley, John, Sermons, on Several Occasions, 10th edition, volume 2, page 373", - "type": "quotation" - }, - { - "text": "Atheism, in its basic form, is not a belief; it is the absence of belief. An atheist is not primarily a person who believes that a god does not exist; rather, he does not believe in the existence of a god.", - "ref": "1979, Smith, George H., Atheism: The Case Against God, Buffalo, New York: Prometheus, →LCCN, LCC BL2747.3.S6 1979, page 7", - "type": "quotation" - } - ], - "links": [ - [ - "deities", - "deity" - ] - ], - "raw_glosses": [ - "A non-belief in deities.", - "(very broadly) Absence of belief that any deities exist (including absence of the concept of deities)." - ], - "glosses": [ - "A non-belief in deities.", - "Absence of belief that any deities exist (including absence of the concept of deities)." - ], - "qualifier": "very broadly", - "tags": [ - "uncountable", - "usually" - ], - "id": "atheism-en-noun-WHYMcHfE", - "categories": [ - { - "name": "English terms suffixed with -ism", - "kind": "other", - "parents": [], - "source": "w+disamb", - "_dis": "18 24 16 8 20 14" - } - ] - }, - { - "examples": [ - { - "text": "Domitilla, Flavia, niece of the emperor Domitian (81-96). She and her husband, Flavius Clemens (consul in 95 and cousin of Domitian), were probably Christians; charged with atheism and adoption of Jewish ways, they were punished (95) with death (Clemens) and exile (Domitilla).", - "ref": "1995, McBrien, Richard P., editor, The HarperCollins Encyclopedia of Catholicism, HarperCollins, keyword Domitilla, Flavia, page 431", - "type": "quotation" - }, - { - "text": "Sacrificial religion becomes redundant – which is why Christianity did indeed have a reputation in the ancient world for atheism: it rejected the key duty humans are thought to owe to the gods, namely sacrifice.", - "ref": "2010, Thompson, Ross, Buddhist Christianity: A Passionate Openness, O-Books, page 260", - "type": "quotation" - } - ], - "raw_glosses": [ - "(historical or rare) Absence of belief in a particular deity, pantheon, or religious doctrine (notwithstanding belief in other deities)." - ], - "glosses": [ - "Absence of belief in a particular deity, pantheon, or religious doctrine (notwithstanding belief in other deities)." - ], - "tags": [ - "historical", - "rare", - "uncountable", - "usually" - ], - "id": "atheism-en-noun-h4hjk0DK", - "categories": [] - }, - { - "links": [ - [ - "trinitarian", - "trinitarian" - ], - [ - "unitarian", - "unitarian" - ], - [ - "monotheism", - "monotheism" - ] - ], - "raw_glosses": [ - "(obsolete) Absence of belief in the One True God, defined by Moore as personal, immaterial and trinitarian (thus Islam, Judaism and unitarian Christianity), as opposed to monotheism." - ], - "glosses": [ - "Absence of belief in the One True God, defined by Moore as personal, immaterial and trinitarian (thus Islam, Judaism and unitarian Christianity), as opposed to monotheism." - ], - "tags": [ - "obsolete", - "uncountable", - "usually" - ], - "id": "atheism-en-noun-x3nE0Isl", - "categories": [ - { - "name": "English terms suffixed with -ism", - "kind": "other", - "parents": [], - "source": "w+disamb", - "_dis": "18 24 16 8 20 14" - }, - { - "name": "Atheism", - "kind": "topical", - "parents": [ - "Philosophy", - "Religion", - "All topics", - "Culture", - "Fundamental", - "Society" - ], - "source": "w+disamb", - "orig": "en:Atheism", - "langcode": "en", - "_dis": "7 8 3 33 42 7" - }, - { - "name": "Religion", - "kind": "topical", - "parents": [ - "Culture", - "Society", - "All topics", - "Fundamental" - ], - "source": "w+disamb", - "orig": "en:Religion", - "langcode": "en", - "_dis": "9 8 4 30 38 10" - } - ] - }, - { - "examples": [ - { - "text": "Some worldviews are based in a belief in God; others are not. Buddhism, Taoism, atheism, Marxism, and existentialism are examples of worldviews that are nontheistic.", - "ref": "2009-06-02, Ed Gungor, What Bothers Me Most about Christianity: Honest Reflections from an Open-Minded Christ Follower, Simon and Schuster, page 13", - "type": "quotation" - }, - { - "text": "Buddhism and atheism do agree on the view that there is no God. But Buddhism and atheist materialism totally disagree on the points such as “What is life?”, “Is there any Super natural?” etc.", - "ref": "2013-12-16, Yalith Wijesurendra, Buddhist Answers: For the Critical Questions: A bridge from religion to science and reason, Xlibris Corporation, page 254", - "type": "quotation" - }, - { - "text": "Another reason why the transition between Buddhism and atheism seemed so easy, was my personal discomfort with the theory of reincarnation.", - "ref": "2016-12-13, Luke C. Hsieh, Unicorn, You Taught Me How to Fly, Lulu Press, Inc", - "type": "quotation" - } - ], - "links": [ - [ - "rejection", - "rejection" - ] - ], - "raw_glosses": [ - "(sometimes proscribed) A rejection of all religions, even non-theistic ones." - ], - "glosses": [ - "A rejection of all religions, even non-theistic ones." - ], - "tags": [ - "proscribed", - "sometimes", - "uncountable", - "usually" - ], - "id": "atheism-en-noun-kBLTtF0E", - "categories": [ - { - "name": "English terms suffixed with -ism", - "kind": "other", - "parents": [], - "source": "w+disamb", - "_dis": "18 24 16 8 20 14" - } - ] - } - ] -} diff --git a/src/data/samples/atheism.json b/src/data/samples/atheism.json deleted file mode 100644 index 65a1439..0000000 --- a/src/data/samples/atheism.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "word": "atheism", - "pronunciation": "/ˈeɪθiɪzəm/", - "meanings": [ - { - "type": "noun", - "definition": "A lack of belief in deities, or a belief that there is insufficient evidence to believe in a god." - }, - { - "type": "noun", - "definition": "A non-belief in deities." - }, - { - "type": "noun", - "definition": "A rejection of all religions, even non-theistic ones." - }, - { - "type": "noun", - "definition": "Absence of belief in a particular deity, pantheon, or religious doctrine (notwithstanding belief in other deities)." - }, - { - "type": "noun", - "definition": "Absence of belief in the One True God, defined by Moore as personal, immaterial and trinitarian (thus Islam, Judaism and unitarian Christianity), as opposed to monotheism." - }, - { - "type": "noun", - "definition": "Absence of belief that any deities exist (including absence of the concept of deities)." - }, - { - "type": "noun", - "definition": "Belief that no deities exist (sometimes including rejection of other religious beliefs)." - } - ] -} diff --git a/src/start.mjs b/start.mjs similarity index 100% rename from src/start.mjs rename to start.mjs diff --git a/src/utilities.mjs b/utilities.mjs similarity index 100% rename from src/utilities.mjs rename to utilities.mjs