yoastseo-dep
Version:
Yoast clientside page analysis
15 lines (14 loc) • 383 B
JavaScript
/**
* Returns an array with exceptions for the sentence beginning researcher.
* @type {Array} The array filled with exceptions.
*/
export default [
// Definite articles:
"the",
// Indefinite articles:
"a", "an",
// Numbers 1-10:
"one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten",
// Demonstrative pronouns:
"this", "that", "these", "those",
];