summaryrefslogtreecommitdiffstats
path: root/linguistics
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2019-01-09 14:15:41 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:30 +0100
commit78d3b485ebc152b238c6c910fc262fa93561aff9 (patch)
tree134e326c02a01da7252977c31b4159c540a6d86c /linguistics
parentaea7ef58f59bc6f9f9780ef6abf702ba3f9a11b6 (diff)
Update abi specs for 7.
Diffstat (limited to 'linguistics')
-rw-r--r--linguistics/abi-spec.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/linguistics/abi-spec.json b/linguistics/abi-spec.json
index df8d008ec42..d56e56e23b5 100644
--- a/linguistics/abi-spec.json
+++ b/linguistics/abi-spec.json
@@ -210,12 +210,9 @@
"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.collections.Tuple2 getVersion(com.yahoo.language.Linguistics$Component)"
+ "public abstract com.yahoo.language.process.CharacterClasses getCharacterClasses()"
],
- "fields": [
- "public static final com.yahoo.language.Linguistics SIMPLE"
- ]
+ "fields": []
},
"com.yahoo.language.LinguisticsCase": {
"superClass": "java.lang.Object",
@@ -460,9 +457,7 @@
],
"methods": [
"public static com.yahoo.language.process.StemMode[] values()",
- "public static com.yahoo.language.process.StemMode valueOf(java.lang.String)",
- "public int getValue()",
- "public static com.yahoo.language.process.StemMode valueOf(int)"
+ "public static com.yahoo.language.process.StemMode valueOf(java.lang.String)"
],
"fields": [
"public static final enum com.yahoo.language.process.StemMode NONE",