mirror of
https://github.com/bab2min/Kiwi.git
synced 2026-06-17 01:54:27 +00:00
fixed Java binding bugs
This commit is contained in:
parent
651259d8c2
commit
7fb06fd93f
1 changed files with 1 additions and 0 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue