mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
Update Grazie Platform to 0.8.2 and tasks-library to 0.4.1
(cherry picked from commit c08b01afb4999b7d112f3a2ab6abd487039ae42e) (cherry picked from commit f8035e1ec01141d1efcc505dd89282b398fcb3c4) IJ-MR-170339 GitOrigin-RevId: 193d2f024caba742c4f48b60a346de164c470ce1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5209c256e9
commit
a731fcba62
9512
build/lib-lock.json
Normal file
9512
build/lib-lock.json
Normal file
File diff suppressed because it is too large
Load Diff
112
lib/BUILD.bazel
112
lib/BUILD.bazel
@@ -4367,93 +4367,93 @@ jvm_import(
|
||||
|
||||
jvm_import(
|
||||
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-nlp-detect",
|
||||
jar = "@nlp-detect-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-detect-jvm-0_4_71-sources_http//file",
|
||||
jar = "@nlp-detect-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-detect-jvm-0_8_2-sources_http//file",
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-gec-engine-local",
|
||||
exports = [
|
||||
":gec-spell-engine-local-jvm-0_4_71_http_import",
|
||||
":utils-common-jvm-0_4_71_http_import",
|
||||
":model-gec-jvm-0_4_71_http_import",
|
||||
":model-text-jvm-0_4_71_http_import",
|
||||
":model-common-jvm-0_4_71_http_import",
|
||||
":nlp-langs-jvm-0_4_71_http_import",
|
||||
":nlp-common-jvm-0_4_71_http_import",
|
||||
":nlp-patterns-jvm-0_4_71_http_import",
|
||||
":nlp-similarity-jvm-0_4_71_http_import",
|
||||
":nlp-phonetics-jvm-0_4_71_http_import",
|
||||
":nlp-tokenizer-jvm-0_4_71_http_import",
|
||||
":gec-spell-engine-local-jvm-0_8_2_http_import",
|
||||
":utils-common-jvm-0_8_2_http_import",
|
||||
":model-gec-jvm-0_8_2_http_import",
|
||||
":model-text-jvm-0_8_2_http_import",
|
||||
":model-common-jvm-0_8_2_http_import",
|
||||
":nlp-langs-jvm-0_8_2_http_import",
|
||||
":nlp-common-jvm-0_8_2_http_import",
|
||||
":nlp-patterns-jvm-0_8_2_http_import",
|
||||
":nlp-similarity-jvm-0_8_2_http_import",
|
||||
":nlp-phonetics-jvm-0_8_2_http_import",
|
||||
":nlp-tokenizer-jvm-0_8_2_http_import",
|
||||
],
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "gec-spell-engine-local-jvm-0_4_71_http_import",
|
||||
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
|
||||
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file"
|
||||
name = "gec-spell-engine-local-jvm-0_8_2_http_import",
|
||||
jar = "@gec-spell-engine-local-jvm-0_8_2_http//file",
|
||||
source_jar = "@gec-spell-engine-local-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "utils-common-jvm-0_4_71_http_import",
|
||||
jar = "@utils-common-jvm-0_4_71_http//file",
|
||||
source_jar = "@utils-common-jvm-0_4_71-sources_http//file"
|
||||
name = "utils-common-jvm-0_8_2_http_import",
|
||||
jar = "@utils-common-jvm-0_8_2_http//file",
|
||||
source_jar = "@utils-common-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "model-gec-jvm-0_4_71_http_import",
|
||||
jar = "@model-gec-jvm-0_4_71_http//file",
|
||||
source_jar = "@model-gec-jvm-0_4_71-sources_http//file"
|
||||
name = "model-gec-jvm-0_8_2_http_import",
|
||||
jar = "@model-gec-jvm-0_8_2_http//file",
|
||||
source_jar = "@model-gec-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "model-text-jvm-0_4_71_http_import",
|
||||
jar = "@model-text-jvm-0_4_71_http//file",
|
||||
source_jar = "@model-text-jvm-0_4_71-sources_http//file"
|
||||
name = "model-text-jvm-0_8_2_http_import",
|
||||
jar = "@model-text-jvm-0_8_2_http//file",
|
||||
source_jar = "@model-text-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "model-common-jvm-0_4_71_http_import",
|
||||
jar = "@model-common-jvm-0_4_71_http//file",
|
||||
source_jar = "@model-common-jvm-0_4_71-sources_http//file"
|
||||
name = "model-common-jvm-0_8_2_http_import",
|
||||
jar = "@model-common-jvm-0_8_2_http//file",
|
||||
source_jar = "@model-common-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-langs-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-langs-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-langs-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-langs-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-langs-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-langs-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-common-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-common-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-common-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-common-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-common-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-common-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-patterns-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-patterns-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-patterns-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-patterns-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-patterns-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-patterns-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-similarity-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-similarity-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-similarity-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-similarity-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-similarity-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-similarity-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-phonetics-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-phonetics-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-phonetics-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-phonetics-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-phonetics-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-phonetics-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "nlp-tokenizer-jvm-0_4_71_http_import",
|
||||
jar = "@nlp-tokenizer-jvm-0_4_71_http//file",
|
||||
source_jar = "@nlp-tokenizer-jvm-0_4_71-sources_http//file"
|
||||
name = "nlp-tokenizer-jvm-0_8_2_http_import",
|
||||
jar = "@nlp-tokenizer-jvm-0_8_2_http//file",
|
||||
source_jar = "@nlp-tokenizer-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
@@ -4465,7 +4465,7 @@ jvm_import(
|
||||
|
||||
jvm_import(
|
||||
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-utils-lucene-lt-compatibility",
|
||||
jar = "@utils-lucene-lt-compatibility-0_4_71_http//file",
|
||||
jar = "@utils-lucene-lt-compatibility-0_8_2_http//file",
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
@@ -8898,18 +8898,18 @@ jvm_import(
|
||||
java_library(
|
||||
name = "search_everywhere_ml-ai-grazie-emb",
|
||||
exports = [
|
||||
":model-emb-jvm-0_4_71_http_import",
|
||||
":model-text-jvm-0_4_71_http_import",
|
||||
":model-common-jvm-0_4_71_http_import",
|
||||
":utils-common-jvm-0_4_71_http_import",
|
||||
":model-emb-jvm-0_8_2_http_import",
|
||||
":model-text-jvm-0_8_2_http_import",
|
||||
":model-common-jvm-0_8_2_http_import",
|
||||
":utils-common-jvm-0_8_2_http_import",
|
||||
],
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
name = "model-emb-jvm-0_4_71_http_import",
|
||||
jar = "@model-emb-jvm-0_4_71_http//file",
|
||||
source_jar = "@model-emb-jvm-0_4_71-sources_http//file"
|
||||
name = "model-emb-jvm-0_8_2_http_import",
|
||||
jar = "@model-emb-jvm-0_8_2_http//file",
|
||||
source_jar = "@model-emb-jvm-0_8_2-sources_http//file"
|
||||
)
|
||||
|
||||
jvm_import(
|
||||
@@ -8970,8 +8970,8 @@ jvm_import(
|
||||
|
||||
jvm_import(
|
||||
name = "search_everywhere_ml-typos-ai-grazie-spell-gec-engine-local-jvm",
|
||||
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
|
||||
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file",
|
||||
jar = "@gec-spell-engine-local-jvm-0_8_2_http//file",
|
||||
source_jar = "@gec-spell-engine-local-jvm-0_8_2-sources_http//file",
|
||||
visibility = ["//visibility:public"]
|
||||
)
|
||||
|
||||
|
||||
196
lib/MODULE.bazel
196
lib/MODULE.bazel
@@ -5998,171 +5998,171 @@ http_file(
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-detect-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar",
|
||||
sha256 = "1dd28654c3097d740b905072a778738b103b5c3fc264643700b3bc36550a383e",
|
||||
downloaded_file_path = "nlp-detect-jvm-0.4.71.jar"
|
||||
name = "nlp-detect-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.8.2/nlp-detect-jvm-0.8.2.jar",
|
||||
sha256 = "6ec6776b08bd3ab36a987311c6efad1fe573dca79a6ddcdc897ecb72673cd48e",
|
||||
downloaded_file_path = "nlp-detect-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-detect-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-detect-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-detect-jvm/0.8.2/nlp-detect-jvm-0.8.2-sources.jar",
|
||||
sha256 = "56b3bb753f75fb46114abb880398dc94b961f629704ee79985ed71feca6d47fd",
|
||||
downloaded_file_path = "nlp-detect-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-detect-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "gec-spell-engine-local-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar",
|
||||
sha256 = "44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786",
|
||||
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.71.jar"
|
||||
name = "gec-spell-engine-local-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2.jar",
|
||||
sha256 = "3e16743cb7b8f5411e69dce20cb6ab743c99eeb1b2b4ec4a4ab08f12251b52fb",
|
||||
downloaded_file_path = "gec-spell-engine-local-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "utils-common-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar",
|
||||
sha256 = "364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df",
|
||||
downloaded_file_path = "utils-common-jvm-0.4.71.jar"
|
||||
name = "utils-common-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2.jar",
|
||||
sha256 = "a53f0ccc04b02f4a7e3ff0a36e3d7c71ea5a06e7df25632f14a5abc3eaa9181c",
|
||||
downloaded_file_path = "utils-common-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-gec-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar",
|
||||
sha256 = "254f17f517b25de3f9e282dbfc496a33498b5f7b2bbf2354530a60fa3fc6ea82",
|
||||
downloaded_file_path = "model-gec-jvm-0.4.71.jar"
|
||||
name = "model-gec-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.8.2/model-gec-jvm-0.8.2.jar",
|
||||
sha256 = "527ea5c17fec66564b79f24d5d95ff36e44b7ca1876e2ba23682bfbcbbec6e57",
|
||||
downloaded_file_path = "model-gec-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-text-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar",
|
||||
sha256 = "9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d",
|
||||
downloaded_file_path = "model-text-jvm-0.4.71.jar"
|
||||
name = "model-text-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2.jar",
|
||||
sha256 = "a5dd103e4dce3a379940a147f1fd53904b5d90e6ba4ddb509e1502f40258f09f",
|
||||
downloaded_file_path = "model-text-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-common-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar",
|
||||
sha256 = "58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438",
|
||||
downloaded_file_path = "model-common-jvm-0.4.71.jar"
|
||||
name = "model-common-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2.jar",
|
||||
sha256 = "51523120f644f4e3c4d36c28198448b69900afbd11069e6def29ad9491035a51",
|
||||
downloaded_file_path = "model-common-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-langs-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar",
|
||||
sha256 = "d1eac8f158a7a9a4a11f2f326057c3d63df5e41154d23d1974d50c5bedaab0c0",
|
||||
downloaded_file_path = "nlp-langs-jvm-0.4.71.jar"
|
||||
name = "nlp-langs-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.8.2/nlp-langs-jvm-0.8.2.jar",
|
||||
sha256 = "f51782c033a69ae5cfc29241a8108a162bc5a7c50678985155eb26335463620c",
|
||||
downloaded_file_path = "nlp-langs-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-common-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar",
|
||||
sha256 = "d1c17c4dbb3f5f43b6e3cfc30a319d1a050aa5425ab0ce27b802b90f114a649e",
|
||||
downloaded_file_path = "nlp-common-jvm-0.4.71.jar"
|
||||
name = "nlp-common-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.8.2/nlp-common-jvm-0.8.2.jar",
|
||||
sha256 = "822f13735c2661ed73e238d54504549b4f2e2f76b31e3c844ad7ba37bf972f42",
|
||||
downloaded_file_path = "nlp-common-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-patterns-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar",
|
||||
sha256 = "680819f0b509bef42cde9e41f57e275170bab7b55d6855a155445e089fc38225",
|
||||
downloaded_file_path = "nlp-patterns-jvm-0.4.71.jar"
|
||||
name = "nlp-patterns-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.8.2/nlp-patterns-jvm-0.8.2.jar",
|
||||
sha256 = "94757017a3114eb2dccec1a9bd26a98af9d92438cbeb7ca8a199ccf4e964b4c4",
|
||||
downloaded_file_path = "nlp-patterns-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-similarity-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar",
|
||||
sha256 = "79a42758913de07c1ebeb851a4a70236309ea12dcb64d1db7ea007618593470f",
|
||||
downloaded_file_path = "nlp-similarity-jvm-0.4.71.jar"
|
||||
name = "nlp-similarity-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.8.2/nlp-similarity-jvm-0.8.2.jar",
|
||||
sha256 = "884505e9459a9fb008f81b736216554e8d37385f163a2c9393eaf121845cede2",
|
||||
downloaded_file_path = "nlp-similarity-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-phonetics-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar",
|
||||
sha256 = "35479690a543b83528932122a18a476902673caa591bbeb580564eb09fbfdf62",
|
||||
downloaded_file_path = "nlp-phonetics-jvm-0.4.71.jar"
|
||||
name = "nlp-phonetics-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.8.2/nlp-phonetics-jvm-0.8.2.jar",
|
||||
sha256 = "9a9095cc0086a64af2cc076183a685a64b2b7bed090dda92bfd5e063a240d01c",
|
||||
downloaded_file_path = "nlp-phonetics-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-tokenizer-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar",
|
||||
sha256 = "7e249bdca7a153f25f957a2c723c8239fd32ffb04569812f054b14f4c403dbc7",
|
||||
downloaded_file_path = "nlp-tokenizer-jvm-0.4.71.jar"
|
||||
name = "nlp-tokenizer-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.8.2/nlp-tokenizer-jvm-0.8.2.jar",
|
||||
sha256 = "4ee64e9f0efdb3843ba198ccc868f48d68f18a284cafd222ce9eb8a34160c956",
|
||||
downloaded_file_path = "nlp-tokenizer-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "gec-spell-engine-local-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar",
|
||||
sha256 = "e677230115d3cf66b1e582e9cfca317340d9434776724b75f67981fa881a8bbc",
|
||||
downloaded_file_path = "gec-spell-engine-local-jvm-0.4.71-sources.jar"
|
||||
name = "gec-spell-engine-local-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2-sources.jar",
|
||||
sha256 = "2d744b39e9148e4a342251c8daaff3614c81ad70ebbf6962aaf8fc04a8f79dc5",
|
||||
downloaded_file_path = "gec-spell-engine-local-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "utils-common-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar",
|
||||
sha256 = "1349c10e79f8d2e506f206bdb07d0152556aca26a0afbeb3d0adcfbeeafa7772",
|
||||
downloaded_file_path = "utils-common-jvm-0.4.71-sources.jar"
|
||||
name = "utils-common-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2-sources.jar",
|
||||
sha256 = "2fa218cfc9dd9ea5f7bb3cb872f42c733c23ec17f8a62dc3f13fa8598dd4f7b8",
|
||||
downloaded_file_path = "utils-common-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-gec-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71-sources.jar",
|
||||
name = "model-gec-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-gec-jvm/0.8.2/model-gec-jvm-0.8.2-sources.jar",
|
||||
sha256 = "0948360a8fa8a7ff680521f5bf53626d0d59ac5fde12865baa69548d31d131fc",
|
||||
downloaded_file_path = "model-gec-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "model-gec-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-text-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar",
|
||||
sha256 = "7de824242b9b56abf1c30d01f053aeeba8d998368365443bf4887ea2e209ec95",
|
||||
downloaded_file_path = "model-text-jvm-0.4.71-sources.jar"
|
||||
name = "model-text-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2-sources.jar",
|
||||
sha256 = "6c805f82cc3bbb92169ca3b7faf8ba598debe4b14eba2d3f970add2ac97c2487",
|
||||
downloaded_file_path = "model-text-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-common-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar",
|
||||
name = "model-common-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2-sources.jar",
|
||||
sha256 = "399492704d1ba976cd7bbdbc01766bd2e1bc74771b42fa643115ca9e96197e92",
|
||||
downloaded_file_path = "model-common-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "model-common-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-langs-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-langs-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-langs-jvm/0.8.2/nlp-langs-jvm-0.8.2-sources.jar",
|
||||
sha256 = "d961902eaa5476edba16c67973ccfc77391d0edd3a046d9e49a8b2a9d6b98495",
|
||||
downloaded_file_path = "nlp-langs-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-langs-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-common-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-common-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-common-jvm/0.8.2/nlp-common-jvm-0.8.2-sources.jar",
|
||||
sha256 = "876fd7ee1bd84c1cc691f3e972955a329f94fb8e628725e8650daaa893293086",
|
||||
downloaded_file_path = "nlp-common-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-common-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-patterns-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-patterns-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-patterns-jvm/0.8.2/nlp-patterns-jvm-0.8.2-sources.jar",
|
||||
sha256 = "3f739ce3f864a19c24ce406b01fdd309d5632e50792b528f569e3b0979c1597e",
|
||||
downloaded_file_path = "nlp-patterns-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-patterns-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-similarity-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-similarity-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-similarity-jvm/0.8.2/nlp-similarity-jvm-0.8.2-sources.jar",
|
||||
sha256 = "39ca32f09b5b2819c50d30e75564ee324c13d8b609fd97f479a25be2787fbb7f",
|
||||
downloaded_file_path = "nlp-similarity-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-similarity-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-phonetics-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-phonetics-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-phonetics-jvm/0.8.2/nlp-phonetics-jvm-0.8.2-sources.jar",
|
||||
sha256 = "2e6f381ad9c1bc7eddd1f084d0393fc4bca1ebf3db5557474f926d7776791d96",
|
||||
downloaded_file_path = "nlp-phonetics-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-phonetics-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "nlp-tokenizer-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71-sources.jar",
|
||||
name = "nlp-tokenizer-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/nlp/nlp-tokenizer-jvm/0.8.2/nlp-tokenizer-jvm-0.8.2-sources.jar",
|
||||
sha256 = "9ee6c6bbf1a1b0ff602eee16f166b48be18762c7781e0346ccef8727213c1326",
|
||||
downloaded_file_path = "nlp-tokenizer-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "nlp-tokenizer-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
@@ -6180,10 +6180,10 @@ http_file(
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "utils-lucene-lt-compatibility-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar",
|
||||
sha256 = "0a2d043acde886fe185fb2485c59ac7d98790f5266a379438833d52bd2e8b3fe",
|
||||
downloaded_file_path = "utils-lucene-lt-compatibility-0.4.71.jar"
|
||||
name = "utils-lucene-lt-compatibility-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/utils/utils-lucene-lt-compatibility/0.8.2/utils-lucene-lt-compatibility-0.8.2.jar",
|
||||
sha256 = "b275b0378f45433a1dbdbaf5527132c8e95c38f5c53ff783d2a9b6d283dabf22",
|
||||
downloaded_file_path = "utils-lucene-lt-compatibility-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
@@ -12837,17 +12837,17 @@ http_file(
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-emb-jvm-0_4_71_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar",
|
||||
sha256 = "41a39ea18d934827d293a918e144042ae65c0974892c0330add0a52c366c2709",
|
||||
downloaded_file_path = "model-emb-jvm-0.4.71.jar"
|
||||
name = "model-emb-jvm-0_8_2_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.8.2/model-emb-jvm-0.8.2.jar",
|
||||
sha256 = "1df1e7534b34f89e88a940bebcb736b16ce3d9e2c2d90f341070b4d85962e64b",
|
||||
downloaded_file_path = "model-emb-jvm-0.8.2.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
name = "model-emb-jvm-0_4_71-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71-sources.jar",
|
||||
name = "model-emb-jvm-0_8_2-sources_http",
|
||||
url = "https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/model/model-emb-jvm/0.8.2/model-emb-jvm-0.8.2-sources.jar",
|
||||
sha256 = "a100aed816cece4d912092b7ca2e876e7a20b40286cdb7916e8b541eeb210c82",
|
||||
downloaded_file_path = "model-emb-jvm-0.4.71-sources.jar"
|
||||
downloaded_file_path = "model-emb-jvm-0.8.2-sources.jar"
|
||||
)
|
||||
|
||||
http_file(
|
||||
|
||||
@@ -9,40 +9,40 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library" exported="">
|
||||
<library name="ai.grazie.spell.gec.engine.local" type="repository">
|
||||
<properties maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.71">
|
||||
<properties maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar">
|
||||
<sha256sum>44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2.jar">
|
||||
<sha256sum>3e16743cb7b8f5411e69dce20cb6ab743c99eeb1b2b4ec4a4ab08f12251b52fb</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar">
|
||||
<sha256sum>364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2.jar">
|
||||
<sha256sum>a53f0ccc04b02f4a7e3ff0a36e3d7c71ea5a06e7df25632f14a5abc3eaa9181c</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar">
|
||||
<sha256sum>254f17f517b25de3f9e282dbfc496a33498b5f7b2bbf2354530a60fa3fc6ea82</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.8.2/model-gec-jvm-0.8.2.jar">
|
||||
<sha256sum>527ea5c17fec66564b79f24d5d95ff36e44b7ca1876e2ba23682bfbcbbec6e57</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar">
|
||||
<sha256sum>9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2.jar">
|
||||
<sha256sum>a5dd103e4dce3a379940a147f1fd53904b5d90e6ba4ddb509e1502f40258f09f</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar">
|
||||
<sha256sum>58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2.jar">
|
||||
<sha256sum>51523120f644f4e3c4d36c28198448b69900afbd11069e6def29ad9491035a51</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar">
|
||||
<sha256sum>d1eac8f158a7a9a4a11f2f326057c3d63df5e41154d23d1974d50c5bedaab0c0</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.8.2/nlp-langs-jvm-0.8.2.jar">
|
||||
<sha256sum>f51782c033a69ae5cfc29241a8108a162bc5a7c50678985155eb26335463620c</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar">
|
||||
<sha256sum>d1c17c4dbb3f5f43b6e3cfc30a319d1a050aa5425ab0ce27b802b90f114a649e</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.8.2/nlp-common-jvm-0.8.2.jar">
|
||||
<sha256sum>822f13735c2661ed73e238d54504549b4f2e2f76b31e3c844ad7ba37bf972f42</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar">
|
||||
<sha256sum>680819f0b509bef42cde9e41f57e275170bab7b55d6855a155445e089fc38225</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.8.2/nlp-patterns-jvm-0.8.2.jar">
|
||||
<sha256sum>94757017a3114eb2dccec1a9bd26a98af9d92438cbeb7ca8a199ccf4e964b4c4</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar">
|
||||
<sha256sum>79a42758913de07c1ebeb851a4a70236309ea12dcb64d1db7ea007618593470f</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.8.2/nlp-similarity-jvm-0.8.2.jar">
|
||||
<sha256sum>884505e9459a9fb008f81b736216554e8d37385f163a2c9393eaf121845cede2</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar">
|
||||
<sha256sum>35479690a543b83528932122a18a476902673caa591bbeb580564eb09fbfdf62</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.8.2/nlp-phonetics-jvm-0.8.2.jar">
|
||||
<sha256sum>9a9095cc0086a64af2cc076183a685a64b2b7bed090dda92bfd5e063a240d01c</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar">
|
||||
<sha256sum>7e249bdca7a153f25f957a2c723c8239fd32ffb04569812f054b14f4c403dbc7</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.8.2/nlp-tokenizer-jvm-0.8.2.jar">
|
||||
<sha256sum>4ee64e9f0efdb3843ba198ccc868f48d68f18a284cafd222ce9eb8a34160c956</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
<exclude>
|
||||
@@ -58,31 +58,31 @@
|
||||
</exclude>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.8.2/model-gec-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.8.2/nlp-langs-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.8.2/nlp-common-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.8.2/nlp-patterns-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.8.2/nlp-similarity-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.8.2/nlp-phonetics-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.8.2/nlp-tokenizer-jvm-0.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.4.71/model-gec-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.4.71/nlp-langs-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.4.71/nlp-common-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.4.71/nlp-patterns-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.4.71/nlp-similarity-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.4.71/nlp-phonetics-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.4.71/nlp-tokenizer-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-gec-jvm/0.8.2/model-gec-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-langs-jvm/0.8.2/nlp-langs-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-common-jvm/0.8.2/nlp-common-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-patterns-jvm/0.8.2/nlp-patterns-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-similarity-jvm/0.8.2/nlp-similarity-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-phonetics-jvm/0.8.2/nlp-phonetics-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-tokenizer-jvm/0.8.2/nlp-tokenizer-jvm-0.8.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
@@ -106,15 +106,15 @@
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="ai.grazie.utils.lucene.lt.compatibility" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.utils:utils-lucene-lt-compatibility:0.4.71">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.utils:utils-lucene-lt-compatibility:0.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar">
|
||||
<sha256sum>0a2d043acde886fe185fb2485c59ac7d98790f5266a379438833d52bd2e8b3fe</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.8.2/utils-lucene-lt-compatibility-0.8.2.jar">
|
||||
<sha256sum>b275b0378f45433a1dbdbaf5527132c8e95c38f5c53ff783d2a9b6d283dabf22</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.4.71/utils-lucene-lt-compatibility-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-lucene-lt-compatibility/0.8.2/utils-lucene-lt-compatibility-0.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
@@ -122,19 +122,19 @@
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library" exported="">
|
||||
<library name="ai.grazie.nlp.detect" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.nlp:nlp-detect-jvm:0.4.71">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.nlp:nlp-detect-jvm:0.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar">
|
||||
<sha256sum>1dd28654c3097d740b905072a778738b103b5c3fc264643700b3bc36550a383e</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.8.2/nlp-detect-jvm-0.8.2.jar">
|
||||
<sha256sum>6ec6776b08bd3ab36a987311c6efad1fe573dca79a6ddcdc897ecb72673cd48e</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.8.2/nlp-detect-jvm-0.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.4.71/nlp-detect-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/nlp/nlp-detect-jvm/0.8.2/nlp-detect-jvm-0.8.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
||||
@@ -17,19 +17,19 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module-library" exported="">
|
||||
<library name="ai.grazie.emb" type="repository">
|
||||
<properties maven-id="ai.grazie.model:model-emb-jvm:0.4.71">
|
||||
<properties maven-id="ai.grazie.model:model-emb-jvm:0.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar">
|
||||
<sha256sum>41a39ea18d934827d293a918e144042ae65c0974892c0330add0a52c366c2709</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.8.2/model-emb-jvm-0.8.2.jar">
|
||||
<sha256sum>1df1e7534b34f89e88a940bebcb736b16ce3d9e2c2d90f341070b4d85962e64b</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar">
|
||||
<sha256sum>9e9b8b56043a86fa9949c754be9557cc6c0d74632077744905192dc42056de2d</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2.jar">
|
||||
<sha256sum>a5dd103e4dce3a379940a147f1fd53904b5d90e6ba4ddb509e1502f40258f09f</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar">
|
||||
<sha256sum>58339397d3350db6c549a5ebee98b9611693c187fa2311b18aa849e27067c438</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2.jar">
|
||||
<sha256sum>51523120f644f4e3c4d36c28198448b69900afbd11069e6def29ad9491035a51</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar">
|
||||
<sha256sum>364ed737a435591ab2a305a7e632e2075671bc39b9bd482fe204e3dd161244df</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2.jar">
|
||||
<sha256sum>a53f0ccc04b02f4a7e3ff0a36e3d7c71ea5a06e7df25632f14a5abc3eaa9181c</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
<exclude>
|
||||
@@ -44,17 +44,17 @@
|
||||
</exclude>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.8.2/model-emb-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.4.71/model-emb-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.4.71/model-text-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.4.71/model-common-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.4.71/utils-common-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-emb-jvm/0.8.2/model-emb-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-text-jvm/0.8.2/model-text-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/model/model-common-jvm/0.8.2/model-common-jvm-0.8.2-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/utils/utils-common-jvm/0.8.2/utils-common-jvm-0.8.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
||||
@@ -27,19 +27,19 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="ai.grazie.spell.gec.engine.local.jvm" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.4.71">
|
||||
<properties include-transitive-deps="false" maven-id="ai.grazie.spell:gec-spell-engine-local-jvm:0.8.2">
|
||||
<verification>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar">
|
||||
<sha256sum>44904ad40f2dd0b52f590d737bf1d4b7e4189fa377e3c7f8bc88a89614644786</sha256sum>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2.jar">
|
||||
<sha256sum>3e16743cb7b8f5411e69dce20cb6ab743c99eeb1b2b4ec4a4ab08f12251b52fb</sha256sum>
|
||||
</artifact>
|
||||
</verification>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.4.71/gec-spell-engine-local-jvm-0.4.71-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/ai/grazie/spell/gec-spell-engine-local-jvm/0.8.2/gec-spell-engine-local-jvm-0.8.2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
||||
Reference in New Issue
Block a user