1 // Sonic
2 //
3 // Fast, lightweight and schema-less search backend
4 // Copyright: 2019, Valerian Saliou <valerian@valeriansaliou.name>
5 // License: Mozilla Public License v2.0 (MPL v2.0)
6 
7 // Notice: we do not have stopwords for this language yet.
8 pub static STOPWORDS_IBO: &[&'static str] = &[];
9