pub const WORD_ARRAY: [&'static str; 64] = [
"minus",
"between",
"through",
"around",
"failing",
"out",
"unlike",
"after",
"behind",
"despite",
"in",
"off",
"plus",
"toward",
"via",
"above",
"along",
"at",
"beneath",
"but",
"during",
"for",
"into",
"next",
"onto",
"over",
"since",
"till",
"under",
"up",
"within",
"about",
"across",
"against",
"among",
"as",
"before",
"below",
"beside",
"beyond",
"by",
"down",
"except",
"following",
"from",
"inside",
"like",
"near",
"of",
"on",
"opposite",
"outside",
"past",
"regarding",
"than",
"throughout",
"to",
"towards",
"underneath",
"until",
"upon",
"with",
"without",
"aboard",
];
pub const WORD_MAPPER: crate::mapper::WordMapper<'static> = crate::mapper::WordMapper::new(&WORD_ARRAY);