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

View File

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