diff --git a/charabia/src/segmenter/mod.rs b/charabia/src/segmenter/mod.rs index 54841d61..0cff67d9 100644 --- a/charabia/src/segmenter/mod.rs +++ b/charabia/src/segmenter/mod.rs @@ -35,6 +35,7 @@ mod korean; mod latin; #[cfg(feature = "thai")] mod thai; +#[cfg(any(feature = "thai", feature = "khmer"))] mod utils; /// List of used [`Segmenter`]s linked to their corresponding [`Script`] and [`Language`].