Skip to content

Commit

Permalink
fix segmentation for extended language #591
Browse files Browse the repository at this point in the history
enable only chinese and japanese feature for charabia
  • Loading branch information
hamano committed Apr 18, 2024
1 parent 802805e commit 9bec1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagefind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pagefind_stem = { version = "0.2.0", features = [
"yiddish",
] }
convert_case = "0.6.0"
charabia = { version = "0.7.0", optional = true }
charabia = { version = "0.8.8", optional = true, default-features = false, features = ["chinese", "japanese"] }
unicode-segmentation = "1.10.1"
emojis = "0.6.1"
hashbrown = { version = "0.13.1", features = ["serde"] }
Expand Down

0 comments on commit 9bec1f5

Please sign in to comment.