Skip to content

Commit

Permalink
Update ABI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bratseth committed Sep 9, 2024
1 parent 17a2ee7 commit b4a1072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linguistics/abi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@
"abstract"
],
"methods" : [
"public java.util.List stem(java.lang.String, com.yahoo.language.Language, com.yahoo.language.process.StemMode, boolean)",
"public abstract java.util.List stem(java.lang.String, com.yahoo.language.process.StemMode, com.yahoo.language.Language)"
],
"fields" : [ ]
Expand All @@ -619,6 +620,7 @@
],
"methods" : [
"public void <init>(com.yahoo.language.process.Tokenizer)",
"public java.util.List stem(java.lang.String, com.yahoo.language.Language, com.yahoo.language.process.StemMode, boolean)",
"public java.util.List stem(java.lang.String, com.yahoo.language.process.StemMode, com.yahoo.language.Language)"
],
"fields" : [ ]
Expand Down

0 comments on commit b4a1072

Please sign in to comment.