Skip to content

Commit

Permalink
update budoux to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Feb 1, 2025
1 parent 3b05a48 commit 845380c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
.dependencies = .{
.budoux = .{
.url = "git+https://github.com/google/budoux.git#v0.6.2",
.hash = "12204e884e951d81fe7bacc935f1e65fff06515a4e548178cef91a79cac4b2d7d1c8",
.url = "git+https://github.com/google/budoux.git?ref=v0.6.4#1f201873ccaf38cd318a2c4f07ae9f8b88a1f315",
.hash = "122003bcee374cd6a88bb88936201d1d8734843e465db3c15fa3cf7bed7c3dc9c6c2",
},
},
}
23 changes: 11 additions & 12 deletions src/budoux.zig
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,17 @@ test "ja" {
"購入された_お客様のみ_入れます。",
"購入された_お客様のみ_入場できます。",
"パワーのみ_有効だ",
// These are for newer models (tracking git budoux)
// "小さな_つぶや_空気中の_ちり",
// "光が_どんどん_空_いっぱいに_広がる",
// "太陽の_位置が_ちがうから",
// "太陽が_しずむころに_帰る",
// "多すぎると_うまく_いかない",
// "世界の_子どもの_命や_権利",
// "「ふだん_どおり」を_保つ",
// "おもちゃや_遊びに_使える",
// "コントロールできない_ほど_感情移入してしまう",
// "いつも_甘えがちに_なる",
// "存在が_浮かび_上がった。",
"小さな_つぶや_空気中の_ちり",
"光が_どんどん_空_いっぱいに_広がる",
"太陽の_位置が_ちがうから",
"太陽が_しずむころに_帰る",
"多すぎると_うまく_いかない",
"世界の_子どもの_命や_権利",
"「ふだん_どおり」を_保つ",
"おもちゃや_遊びに_使える",
"コントロールできない_ほど_感情移入してしまう",
"いつも_甘えがちに_なる",
"存在が_浮かび_上がった。",
};

inline for (tests) |tst| {
Expand Down

0 comments on commit 845380c

Please sign in to comment.