aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2021-09-28 21:51:45 +0200
committerGitHub <noreply@github.com>2021-09-28 21:51:45 +0200
commit12a415efca5749433fd22424592ddc18f04160f6 (patch)
tree9324cb3aa2aabfa4fb8f0dc5fc0f7639869db7b1 /linguistics/abi-spec.json
parentb57543dc1a1e3d32bcd03afb7af972490d691bf1 (diff)
parente7e659e9d26401c8c36300d4760d4e34acd26d0a (diff)
Merge pull request #19337 from vespa-engine/bratseth/encoder-to-embedderv7.474.25
encode -> embed
Diffstat (limited to 'linguistics/abi-spec.json')
-rw-r--r--linguistics/abi-spec.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/linguistics/abi-spec.json b/linguistics/abi-spec.json
index cfbf2abda1a..d257c451739 100644
--- a/linguistics/abi-spec.json
+++ b/linguistics/abi-spec.json
@@ -328,22 +328,22 @@
],
"fields": []
},
- "com.yahoo.language.process.Encoder$FailingEncoder": {
+ "com.yahoo.language.process.Embedder$FailingEmbedder": {
"superClass": "java.lang.Object",
"interfaces": [
- "com.yahoo.language.process.Encoder"
+ "com.yahoo.language.process.Embedder"
],
"attributes": [
"public"
],
"methods": [
"public void <init>()",
- "public java.util.List encode(java.lang.String, com.yahoo.language.Language)",
- "public com.yahoo.tensor.Tensor encode(java.lang.String, com.yahoo.language.Language, com.yahoo.tensor.TensorType)"
+ "public java.util.List embed(java.lang.String, com.yahoo.language.Language)",
+ "public com.yahoo.tensor.Tensor embed(java.lang.String, com.yahoo.language.Language, com.yahoo.tensor.TensorType)"
],
"fields": []
},
- "com.yahoo.language.process.Encoder": {
+ "com.yahoo.language.process.Embedder": {
"superClass": "java.lang.Object",
"interfaces": [],
"attributes": [
@@ -352,11 +352,11 @@
"abstract"
],
"methods": [
- "public abstract java.util.List encode(java.lang.String, com.yahoo.language.Language)",
- "public abstract com.yahoo.tensor.Tensor encode(java.lang.String, com.yahoo.language.Language, com.yahoo.tensor.TensorType)"
+ "public abstract java.util.List embed(java.lang.String, com.yahoo.language.Language)",
+ "public abstract com.yahoo.tensor.Tensor embed(java.lang.String, com.yahoo.language.Language, com.yahoo.tensor.TensorType)"
],
"fields": [
- "public static final com.yahoo.language.process.Encoder throwsOnUse"
+ "public static final com.yahoo.language.process.Embedder throwsOnUse"
]
},
"com.yahoo.language.process.GramSplitter$Gram": {