destructured src
This commit is contained in:
parent
9da323f72c
commit
700bacc4a4
|
@ -1,10 +1,10 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
src/data/db-backups/
|
data/db-backups/
|
||||||
src/data/samples/
|
data/samples/
|
||||||
src/data/processing/
|
data/processing/
|
||||||
prod/
|
prod/
|
||||||
*.log
|
*.log
|
||||||
src/data/unigram_freq.csv
|
data/unigram_freq.csv
|
||||||
src/data/database
|
data/database
|
||||||
src/data/database-backup-IPAs-added
|
data/database-backup-IPAs-added
|
||||||
API.mjs
|
API.mjs
|
||||||
|
|
Can't render this file because it is too large.
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -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)."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue