destructured src

This commit is contained in:
Andrzej Stepien 2023-08-12 12:22:36 +02:00
parent 9da323f72c
commit 700bacc4a4
32 changed files with 6 additions and 1650 deletions

12
.gitignore vendored
View File

@ -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

View File

Can't render this file because it is too large.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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)."
}
]
}