Skip to content

Commit bacd1c1

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

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
@@ -43,7 +43,7 @@ chinese-normalization-pinyin = ["dep:pinyin", "chinese-normalization"]
4343
hebrew = []
4444

4545
# allow japanese specialized tokenization
46-
japanese = ["japanese-segmentation-unidic"]
46+
japanese = ["japanese-segmentation-unidic", "japanese-transliteration"]
4747
japanese-segmentation-ipadic = ["lindera/ipadic", "lindera/compress"]
4848
japanese-segmentation-unidic = ["lindera/unidic", "lindera/compress"]
4949
japanese-transliteration = ["dep:wana_kana"]

0 commit comments

Comments
 (0)