From bacd1c19b46eea6c345d9016f9ab588c2382a836 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Thu, 10 Oct 2024 22:54:59 +0900 Subject: [PATCH] Enable `japanese-transliteration` by default --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 01e987f..af14379 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -43,7 +43,7 @@ chinese-normalization-pinyin = ["dep:pinyin", "chinese-normalization"] hebrew = [] # allow japanese specialized tokenization -japanese = ["japanese-segmentation-unidic"] +japanese = ["japanese-segmentation-unidic", "japanese-transliteration"] japanese-segmentation-ipadic = ["lindera/ipadic", "lindera/compress"] japanese-segmentation-unidic = ["lindera/unidic", "lindera/compress"] japanese-transliteration = ["dep:wana_kana"]