Initial commit

This commit is contained in:
ryderwishart 2024-03-20 17:00:41 -07:00
parent ba4082527f
commit 0f07990987
7 changed files with 14 additions and 19 deletions

View File

@ -1,5 +0,0 @@
{
"editor.wordWrap": "on",
"editor.lineNumbers": "off",
"editor.cursorStyle": "line-thin"
}

View File

View File

@ -1 +0,0 @@
[]

View File

@ -1,13 +1,13 @@
{
"format": "scripture burrito",
"projectName": "ryryr",
"projectName": "Codex Test Project",
"meta": {
"version": "0.0.0",
"category": "Scripture",
"generator": {
"softwareName": "Codex Editor",
"softwareVersion": "0.0.1",
"userName": "ryrry"
"userName": "ryder"
},
"defaultLocale": "en",
"dateCreated": "Wed Mar 20 2024",
@ -18,23 +18,29 @@
"identification": {},
"languages": [
{
"tag": "aac",
"tag": "eng",
"name": {
"undefined": "Ari"
"en": "English"
},
"iso2b": "eng",
"iso2t": "eng",
"iso1": "en",
"scope": "individual",
"type": "living",
"refName": "Ari",
"refName": "English",
"comment": null
},
{
"tag": "aab",
"tag": "fra",
"name": {
"undefined": "Alumu-Tesu"
"fr": "French"
},
"iso2b": "fre",
"iso2t": "fra",
"iso1": "fr",
"scope": "individual",
"type": "living",
"refName": "Alumu-Tesu",
"refName": "French",
"comment": null
}
],

View File

@ -1,5 +0,0 @@
{
"path": "sentence-transformers/nli-mpnet-base-v2",
"content": true,
"objects": true
}