Skip to content

Commit

Permalink
fixed Java binding bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Oct 29, 2023
1 parent 651259d commit 7fb06fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/java/kiwi_java.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ JMultipleTokenResult::JMultipleTokenResult(jni::JUniqueGlobalRef<JKiwi>&& _dp,
)
: dp{ std::move(_dp) },
texts{ std::move(_texts) },
topN{ _topN },
matchOption{ _matchOption },
blocklist{ _blocklist },
pretokenized{ std::move(_pretokenized) }
Expand Down

0 comments on commit 7fb06fd

Please sign in to comment.