Skip to content

Commit eabf536

Browse files
committed
Enable japanese-transliteration by default
1 parent e7f3909 commit eabf536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charabia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unicode-normalization = "0.1.23"
3131
irg-kvariants = { path = "../irg-kvariants", version = "=0.1.1" }
3232

3333
[features]
34-
default = ["chinese", "hebrew", "japanese", "thai", "korean", "greek", "khmer", "vietnamese", "swedish-recomposition", "turkish", "german-segmentation"]
34+
default = ["chinese", "hebrew", "japanese", "thai", "korean", "greek", "khmer", "vietnamese", "swedish-recomposition", "turkish", "german-segmentation", "latin-camelcase", "latin-snakecase", "japanese-transliteration"]
3535

3636
# allow chinese specialized tokenization
3737
chinese = ["chinese-segmentation", "chinese-normalization"]

0 commit comments

Comments
 (0)