aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-08-04 13:13:51 +0000
committerArne Juul <arnej@verizonmedia.com>2021-08-04 13:14:28 +0000
commit68ec776b997071ff926b7c548be3c2b943c583bf (patch)
tree6e921afe16aded7238a5759d88cda71aacb8556a /linguistics/abi-spec.json
parentfff405dc430ecea41c698470ce557473f7628060 (diff)
we want to compare Linguistics objects for equivalence
Diffstat (limited to 'linguistics/abi-spec.json')
-rw-r--r--linguistics/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/linguistics/abi-spec.json b/linguistics/abi-spec.json
index b77b03664d4..33cc1200e41 100644
--- a/linguistics/abi-spec.json
+++ b/linguistics/abi-spec.json
@@ -210,7 +210,8 @@
"public abstract com.yahoo.language.process.Segmenter getSegmenter()",
"public abstract com.yahoo.language.detect.Detector getDetector()",
"public abstract com.yahoo.language.process.GramSplitter getGramSplitter()",
- "public abstract com.yahoo.language.process.CharacterClasses getCharacterClasses()"
+ "public abstract com.yahoo.language.process.CharacterClasses getCharacterClasses()",
+ "public abstract boolean equals(com.yahoo.language.Linguistics)"
],
"fields": []
},