yoastseo-dep
Version:
Yoast clientside page analysis
37 lines (36 loc) • 459 B
JavaScript
/**
* Returns a list with stopwords for the Polish passive voice assessment.
* @returns {Array} The list with stopwords.
*/
export default [
"a",
"aby",
"albo",
"albowiem",
"ale",
"bo",
"bowiem",
"czy",
"gdy",
"gdyby",
"gdyż",
"iż",
"jeśli",
"jeżeli",
"lub",
"ponieważ",
"zanim",
"żeby",
"który",
"która",
"które",
"którzy",
"którego",
"której",
"których",
"któremu",
"którym",
"którą",
"którymi",
"że",
];