diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f67c283..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "editor.wordWrap": "on", - "editor.lineNumbers": "off", - "editor.cursorStyle": "line-thin" -} \ No newline at end of file diff --git a/chat-threads.json b/chat-threads.json deleted file mode 100644 index e69de29..0000000 diff --git a/comments.json b/comments.json deleted file mode 100644 index 0637a08..0000000 --- a/comments.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/drafts/project.dictionary b/drafts/project.dictionary deleted file mode 100644 index e69de29..0000000 diff --git a/metadata.json b/metadata.json index 74a2beb..714d53e 100644 --- a/metadata.json +++ b/metadata.json @@ -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 } ], diff --git a/nlp/embeddings/unified_database/.codex.gentok b/nlp/embeddings/unified_database/.codex.gentok deleted file mode 100644 index 24d6d79..0000000 Binary files a/nlp/embeddings/unified_database/.codex.gentok and /dev/null differ diff --git a/nlp/embeddings/unified_database/config.json b/nlp/embeddings/unified_database/config.json deleted file mode 100644 index cd53d9d..0000000 --- a/nlp/embeddings/unified_database/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "path": "sentence-transformers/nli-mpnet-base-v2", - "content": true, - "objects": true -} \ No newline at end of file