mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add pinyin flag
This commit is contained in:
parent
8bf89ec394
commit
b12e997c8a
3 changed files with 4 additions and 0 deletions
|
@ -360,6 +360,7 @@ mod test {
|
|||
use super::*;
|
||||
|
||||
#[cfg(feature = "japanese")]
|
||||
#[cfg(not(feature = "chinese-pinyin"))]
|
||||
#[test]
|
||||
fn test_kanji_language_detection() {
|
||||
use crate::index::tests::TempIndex;
|
||||
|
|
|
@ -6,6 +6,7 @@ pub mod exactness;
|
|||
pub mod geo_sort;
|
||||
pub mod integration;
|
||||
#[cfg(feature = "all-tokenizations")]
|
||||
#[cfg(not(feature = "chinese-pinyin"))]
|
||||
pub mod language;
|
||||
pub mod ngram_split_words;
|
||||
pub mod proximity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue