Skip to content

Commit

Permalink
Merge #273
Browse files Browse the repository at this point in the history
273: Update Lindera to 0.28.0 r=ManyTheFish a=mosuka

# Pull Request

## Related issue
Fixes lindera/lindera#369

## What does this PR do?
- Korean segmentation has been improved to correctly use the context ID registered in the dictionary.

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Minoru OSUKA <[email protected]>
  • Loading branch information
meili-bors[bot] and mosuka authored Feb 28, 2024
2 parents a869338 + c5433c3 commit 81f3694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charabia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ once_cell = "1.19.0"
serde = "1.0"
slice-group-by = "0.3.1"
whatlang = "0.16.4"
lindera-core = "=0.27.2"
lindera-dictionary = "=0.27.2"
lindera-tokenizer = { version = "=0.27.2", default-features = false, optional = true }
lindera-core = "=0.28.0"
lindera-dictionary = "=0.28.0"
lindera-tokenizer = { version = "=0.28.0", default-features = false, optional = true }
pinyin = { version = "0.10", default-features = false, features = [
"with_tone",
], optional = true }
Expand Down

0 comments on commit 81f3694

Please sign in to comment.