pub type StopWords = StringOrStringArray;
pub enum StopWords { StringValue(String), ArrayValue(Vec<String>), }